@charset "utf-8";

/* -----------------------------------------------------------

共通

----------------------------------------------------------- */
#thanks_page .thanks_page_bg .one,
#contact_page .contact_page_bg .one {
    min-height: 90vh;
}

/* -----------------------------------------------------------

サンクスページ

----------------------------------------------------------- */
#thanks {
    max-width: 900px;
    margin: auto;
}

#thanks_page #thanks .txtArea {
    margin-bottom: 5em;
    font-size: 22px;
    line-height: 1.7em;
}

#thanks_page #thanks .btArea {
    margin-bottom: 5em;
}

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

    #thanks_page .thanks_page_bg .one,
    #contact_page .contact_page_bg .one {
        min-height: auto;
    }

    #thanks_page #thanks .txtArea {
        margin-bottom: 3em;
        font-size: 18px;
        line-height: 1.5em;
    }

    #thanks_page #thanks .btArea {
        margin-bottom: 3em;
    }
}

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

/* -----------------------------------------------------------

お問い合わせ

----------------------------------------------------------- */
#contact {
    max-width: 900px;
    margin: auto;
    width: 100%;
}

/*背景色の削除*/
.mfp_achroma {
    background-color: inherit;
}

.mfp_colored {
    background-color: inherit;
}

/*必須アイコン*/
#contact_page .mailform .must {
    background-image: inherit;
    display: inline;
    float: unset;
    padding: 3px 8px;
    border: 0;
    text-shadow: inherit !important;
    box-shadow: inherit !important;
}

/*送信ボタン*/
#contact_page .mfp_buttons .mfp_element_submit {
    text-shadow: inherit !important;
    background: #fff !important;
    color: #333;
    padding: 10px 10px !important;
    min-width: 250px !important;
    transition: all 0.5s;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800
}

#contact_page .mfp_buttons .mfp_element_submit:hover {
    opacity: 0.7;
    transition: all 0.5s;
}

/*フォーム*/
form#mailformpro {
    padding: 0 0 5em 0;
}

form#mailformpro dl dt {
    width: 25%;
    font-size: 16px;
    text-align: left;
    font-weight: 800;
    min-width: 260px;
    border-top: solid 1px #555;
}

form#mailformpro dl dd {
    padding: 1.5em;
    border-top: solid 1px #555;
}

/*テキストエリア*/
#contact_page .mailform .mfp_element_textarea {
    height: 260px !important;
}

/*個人情報の取扱いについて*/
.consentArea_dt {
    width: 100% !important;
}

.consentArea_dd {
    padding: 0 !important;
    margin-bottom: 3em !important;
}

.consentArea_dd p.txtArea {
    font-size: 16px;
}

.consent_comment {
    height: 150px;
    border: solid 1px #CCC;
    box-shadow: 0px 0px 5px #CCC inset;
    overflow-y: scroll;
    padding: 2em;
    margin: 1em 0 3em 0;
    border-radius: 6px;
}

.consent_comment h2 {
    margin-bottom: 0.5em;
    font-size: 16px;
}

.consent-Txt .txtArea {
    font-size: 14px !important;
}

.consentArea_dd a {
    color: #fff;
}

form#mailformpro label.mfp_not_checked {
    border: inherit;
}

form#mailformpro label.mfp_checked {
    border: 0;
    background-color: inherit;
    box-shadow: inherit;
}

.consentArea_dd #mfp_element_7_label {
    font-size: 16px;
    white-space: break-spaces;
}

/*送信確認*/
div#mfp_overlay_inner {
    color: #000;
}

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

    /*テキストエリア*/
    #contact_page .mailform .mfp_element_textarea {
        width: 420px !important;
    }

}

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

    /*テキストエリア*/
    #contact_page .mailform .mfp_element_textarea {
        width: 100% !important;
    }

}

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

    /*フォーム*/
    form#mailformpro dl dd {
        border-top: 0;
        padding: 0 0 1.5em 0;
    }

    form#mailformpro dl dt {
        width: 100%;
        padding: 8px 0;
    }

    .mfp_col5 input {
        width: 100% !important;
    }

    /*個人情報の取扱いについて*/
    .consent_comment {
        margin: 1em 0 1em 0;
        padding: 1.5em;
    }
}
