/* カスタム CSS をここに入力してください */
button.btn.btn-primary.contact {
    width: auto;
    padding: 0;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 10px;
    justify-content: center;
    position: relative;
    font-size: 0.9rem;
    text-decoration: underline;
    color: #2d81b7;
    display: block;
    border: none;
    margin-bottom: 80px;
    cursor: pointer;
}
button.btn.btn-primary.contact:hover {
    text-decoration: none;
}
.fbx-modal a:before {
    right: 0;
    left: 0;
}
.aligncenter {
    margin: 0 auto;
    display: block;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #8ccb1d;
    text-align: center;
    color: #8ccb1d;
    padding: 10px;
    border-radius: 0;
}
.wpcf7 .wpcf7-validation-errors {
    border: 2px solid #e64e62;
    text-align: center;
    color: #e64e62;
    padding: 10px;
    border-radius: 0;
}