/* ////////////////////////////////// */
/* トップイメージ画像 */
/* ////////////////////////////////// */
.lower_top_contact {
    background-image: url(../images/contact/topimg.jpg);
    background-size: cover;
    background-position: center 10%;
}


/* ////////////////////////////////// */
/* フォーム部分（入力・確認画面） */
/* ////////////////////////////////// */
.contact_area {
    margin: 130px auto;
    max-width: 750px;
}
.contact_block {
    width: 100%;
}
.contact_block table {
    width: 100%;
}
.contact_block table th {
    width: 200px;
    vertical-align: text-top;
    text-align: left;
}
.contact_block table th span {
    color: #fc0d1b!important;
    font-size: 12px;
    margin-left: 3px;
}
.contact_block table td {
    padding-bottom: 30px;
}
.ad_span {
    width: 85px;
    display: inline-block;
    margin-bottom: 15px;
}
.address-form {
    width: calc(100% - 85px)!important;;
}
.check_area {
    text-align: center;
}
.check_area .chk_link_p {
    font-size: 12px;
    margin-top: 3px;
}
.btn_area {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.btn_area p {
    display: block;
    width: 100%;
}

.wpcf7-text {
    padding: 5px;
    width: 100%;
    border: solid 1px #B5B5B5;
}
.readonly_td .wpcf7-text {
    border: none;
    font-size: 16px;
    padding: 0;
}
.wpcf7-select {
    padding: 5px;
    width: 225px;
    border: solid 1px #B5B5B5;
}
.wpcf7-textarea {
    padding: 5px;
    width: 100%;
    border: solid 1px #B5B5B5;
}
.wpcf7-date {
    border: solid 1px #B5B5B5;
}
.wpcf7-date,
.wpcf7-radio,
.wpcf7-checkbox {
    padding: 5px;
}
.wpcf7-list-item {
    margin-left: 0!important;
    margin-right: 1em!important;
}
.wpcf7-submit {
    background: #fef0ac;
    width: calc(450px / 2 - 10px);
    padding: 12px 0;
    text-align: center;
    border-radius: 30px;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 3px #fef0ac;
    font-size: 18px;
    margin: 0 auto;
}
.wpcf7-previous {
    background: #ECEEF1;
    width: calc(450px / 2 - 10px);
    padding: 12px 0;
    text-align: center;
    border-radius: 30px;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 3px #ECEEF1;
    font-size: 18px;
    margin: 0 auto;
}


/* ////////////////////////////////// */
/* 完了画面 */
/* ////////////////////////////////// */
.contact_block_thanks {

}
.contact_block_thanks p {

}
.contact_block_thanks .tel {
    margin: 30px 0;
    font-size: 24px;
}
.contact_block_thanks .thanks_back_btn {
    display: block;
    margin: 50px auto 0;
    width: 180px;
    background: #ECEEF1;
    color: #4C4C4C;
    border-radius: 30px;
    padding: 15px 20px;
    text-align: center;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* /////////////////////// */
/* サイズの大きいPC */
/* /////////////////////// */
/*
@media screen and (min-width:1350px){
    .m3_back {
        height: 1200px;
    }
}
@media screen and (min-width:1450px){
    .m3_back {
        height: 1300px;
    }
}
*/

/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1050px){
    /*
    .contact_area {
        width: 750px;
    } 
    */  
}


/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:767px){
    .contact_area {
        width: calc(100% - 30px);
        margin: 50px auto 100px;
    }
    .contact_block table th {
        width: 100%;
        display: block;
        margin-bottom: 7px;
    }
    .contact_block table td {
        width: 100%;
        display: block;
    }

    .btn_area {
        display: block;
    }
    .wpcf7-submit {
        margin-bottom: 20px;
    }
}