@charset "utf-8";
/* =============================================================================
   pc
   ========================================================================== */

#mv {
    position: relative;
    text-align: center;
    background: url(../../img/contact/pc/mv.jpg) no-repeat center;
    background-size: cover;
}

#firstCopy {
    padding: 10px 0 50px;
}

#contact {
    background: url(../../img/about/pc/bg_flow.png) repeat center;
    padding: 120px 0 50px;
}

.contactList {
    max-width: 850px;
    width: 85%;
    margin: 0 auto 60px;
}

.contactList li {
    float: right;
    max-width: 402px;
    width: 47.2942%;
}

.contactList li:first-child {
    float: left;
}

#contact h3 {
    text-align: center;
    background: url(../../img/contact/pc/bg_ttl.png) repeat-x center;
    margin-bottom: 60px;
    height: 108px;
    position: relative;
}

#contact h3 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.contactTb {
    max-width: 700px;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.contactTb th {
    text-align: left;
    padding: 20px 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #040000;
    vertical-align: top;
    position: relative;
}

.contactTb th .required {
    display: none;
}

.contactTb td {
    padding: 20px 10px;
    box-sizing: border-box;
}

.contactTb tr {
    position: relative;
}

.contactTb th:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 700px;
    height: 2px;
    background: url(../../img/contact/pc/dotted_line.png) repeat-x top center;
}

.required {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    background-color: #e62c2c;
    padding: 5px 9px;
}

.contactTb input {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: solid 2px #e5e5e4;
    box-sizing: border-box;
    height: 50px;
    line-height: 1;
    margin-top: 5px;
    font-size: 16px;
}

.contactTb textarea {
    width: 100%;
    padding: 0;
    margin: 0;
    border: solid 2px #e5e5e4;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px;
}

#zip {
    max-width: 200px;
}

#tel {
    max-width: 300px;
}

.confirmTxt {
    margin-top: 10px;
    margin-bottom: -5px;
    font-size: 14px;
    color: #040000;
}

.btnList input {
    display: block;
    font-size: 14px;
    color: #FFF;
    box-sizing: border-box;
    border-radius: 0;
    line-height: 1;
    width: 616px;
    height: 128px;
    padding: 0;
    margin: 30px auto 0;
    border: none;
    position: relative;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-indent: -9999px;
}

#confirm {
    background: url(../../img/contact/pc/confirm_btn@2x.png) no-repeat center;
    background-size: contain;
}

#back {
    background: url(../../img/contact/pc/back_btn@2x.png) no-repeat center;
    background-size: contain;
}

#send {
    background: url(../../img/contact/pc/send_btn@2x.png) no-repeat center;
    background-size: contain;
}

.wpcf7-display-none {
    display: none !important;
}

.contactTb tr:first-child th:before {
    display: none;
}

.wpcf7c-conf {
    background-color: #faffbd;
}

.wpcf7-form {
    padding-top: 100px;
    margin-top: -100px;
}


/* 完了画面 */
#contactThanks {
    padding: 70px 0;
    text-align: center;
}

#contactThanks h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

#contactThanks a.contactBtnStyle {
    display: block;
    font-size: 15px;
    color: #FFF;
    background-color: #d0121b;
    min-width: 294px;
    width: 100%;
    text-align: center;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    border: solid 1px #d0121b;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    width: 294px;
    margin: 20px auto 0;
}
#contactThanks a.contactBtnStyle:hover {
    background-color: #FFF;
    color: #d0121b;
    border: solid 1px #d0121b;
}




/* =============================================================================
   sp
   ========================================================================== */

@media screen and (max-width: 640px) {

    #mv {
        background: url(../../img/contact/sp/mv.jpg) no-repeat center;
        background-size: cover;
    }

    #firstCopy {
        padding: 40px 0 50px;
    }

    #contact {
        padding: 50px 0;
    }

    .contactList {
        max-width: 482px;
        width: 75.3125%;
    }

    .contactList li {
        float: none;
        max-width: 100%;
        width: 100%;
    }

    .contactList li:first-child {
        float: none;
        margin-bottom: 25px;
    }

    .contactTb {
        max-width: 580px;
        width: 90.625%;
    }

    .contactTb th {
        display: block;
        width: 100%;
        padding: 20px 0 0;
    }

    .contactTb td {
        display: block;
        width: 100%;
        padding: 0 0 20px;
    }

    .contactTb th .required {
        display: inline-block;
    }

    .contactTb td .required {
        display: none;
    }

    .required {
        font-size: 13px;
        padding: 3px 5px;
        margin-left: 10px;
        transform: translateY(-1px);
    }

    .contactTb textarea {
        margin-top: 5px;
    }

    .btnList input {
        width: 250px;
        height: 64px;
        margin-top: 0;
    }

    #confirm {
        background: url(../../img/contact/sp/confirm_btn.png) no-repeat center;
        background-size: 100%;
    }

    #back {
        background: url(../../img/contact/sp/back_btn.png) no-repeat center;
        background-size: 100%;
    }

    #send {
        background: url(../../img/contact/sp/send_btn.png) no-repeat center;
        background-size: 100%;
        margin-top: 10px;
    }



}/*　ここまで max-width 640px　*/
