@charset "UTF-8";

/* ------------------------------
    area_ttl
------------------------------ */
.area_ttl{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 240px;
    background: url(../img/contact/bg_contact.jpg) no-repeat;
    background-size: cover;
}
.area_ttl .ttl_page{
    text-align: center;
    font-weight: 200;
    font-size: 4.14rem;
    color: #fff;
}

@media screen and (max-width : 768px){
    .area_ttl{
        height: 120px;
    }
    .area_ttl .ttl_page{
        font-size: 1.8rem;
    }
}

/* ------------------------------
    area_guide
------------------------------ */
.area_guide{
    padding: 75px 0;
}
.area_guide .inner{
    width: 996px;
}
.area_guide .box_tel{
    margin-bottom: 25px;
    padding: 8px;
    border: 1px solid #6E0A30;
}
.area_guide .box_tel .inner_tel{
    position: relative;
    padding: 35px 0 40px;
    border: 1px solid #6E0A30;
}
.area_guide .box_tel .inner_tel:before{
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background: url(../img/common/ico_checker01.svg);
}
.area_guide .box_tel .inner_tel:after{
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: 0;
    left: 0;
    background: url(../img/common/ico_checker01.svg);
}
.area_guide .box_tel .txt{
    margin-bottom: 0.8em;
    text-align: center;
    line-height: 1.85;
    font-weight: 400;
    font-size: 2.0rem;
    color: #6E0A30;
}
.area_guide .box_tel .ttl{
    margin-bottom: 0.9em;
    text-align: center;
    font-weight: 500;
    font-size: 2.7rem;
    color: #6E0A30;
}
.area_guide .box_tel .txt_tel{
    width: 486px;
    margin: auto;
    text-align: center;
}
.area_guide .list_att li{
    line-height: 2.1;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 1.3rem;
}

@media screen and (max-width : 768px){
    .area_guide{
        padding: 8% 0 10%;
    }
    .area_guide .inner{
        width: 92%;
    }
    .area_guide .box_tel{
        margin-bottom: 8%;
        padding: 4px;
    }
    .area_guide .box_tel .inner_tel{
        padding: 5%;
    }
    .area_guide .box_tel .inner_tel:before,
    .area_guide .box_tel .inner_tel:after{
        width: 22px;
        height: 22px;
        background-size: contain;
    }
    .area_guide .box_tel .txt{
        font-size: 1.3rem;
    }
    .area_guide .box_tel .ttl{
        font-size: 1.5rem;
    }
    .area_guide .box_tel .txt_tel{
        width: 80%;
    }
    .area_guide .list_att li{
        line-height: 1.7;
        font-size: 1.2rem;
    }
}

/* ------------------------------
    sec_contact
------------------------------ */
.sec_contact{
    padding: 93px 0 138px;
    background: url(../img/common/bg_cross.png) #EAE6DE 50% 50%;
}
.sec_contact .inner{
    width: 996px;
}
.box_form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.box_form:first-child .dt_form,
.box_form:first-child .dd_form{
    padding-top: 0;
}
.box_form .dt_form{
    position: relative;
    width: 21.5%;
    margin-right: 4.95%;
    padding: 45px 0;
    border-bottom: 1px solid #330014;
}
.box_form .dt_form:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 101%;
    margin-right: -23.2%;
    border-right: 1px solid #330014;
}
.box_form .dt_form .txt_dt{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
.box_form03 .dt_form .txt_dt,
.box_form04 .dt_form .txt_dt{
    padding-top: 12px;
}
.box_form .dt_form .txt_dt .inner_txt{
    letter-spacing: -0.05em;
    font-weight: 200;
    font-size: 2.0rem;
}
.box_form .dt_form .txt_dt .label_cate{
    width: 44px;
    height: 22px;
    margin-left: 12px;
    line-height: 22px;
    text-align: center;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 1.4rem;
    color: #fff;
    background-color: #6E0A30;
}
.box_form .dd_form{
    width: 68.6%;
    margin-left: 4.95%;
    padding: 45px 0;
    border-bottom: 1px solid #330014;
}
.box_form05 .dt_form,
.box_form05 .dd_form{
    padding-bottom: 0;
    border-bottom: none;
}
.box_form .dd_form .txt_label{
    margin-bottom: 0.8em;
    font-weight: 200;
    font-size: 1.8rem;
}
.box_form .dd_form.dd_name{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box_form .dd_form .box_name{
    width: 300px;
}
.box_form .dd_form .box_name:nth-child(1),
.box_form .dd_form .box_name:nth-child(2){
    margin-bottom: 25px;
}
.box_form .dd_form .box_input{
    line-height: 1.7;
    font-size: 1.8rem;
    color: #330014;
}
.box_form .dd_form .box_input input{
    width: 100%;
    height: 60px;
    padding: 0 1em;
    line-height: 60px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 1.8rem;
    color: #330014;
    background-color: #fff;
    border: 1px solid #330014;
}
.txt_att{
    margin-top: 10px;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.box_form .dd_form.dd_name .txt_att{
    width: 100%;
}
input::-webkit-input-placeholder {
    color: rgba(202,189,194,1);
}
input:-ms-input-placeholder{
    color: rgba(202,189,194,1);
}
input::-moz-placeholder{
    color: rgba(202,189,194,1);
}
input::-ms-input-placeholder{
    color: rgba(202,189,194,1);
}
.box_form .dd_form .box_address.box_postnum{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
}
.box_form .dd_form .box_postnum .txt_label{
    width: 100%;
}
.box_form .dd_form .box_postnum .box_input{
    width: 300px;
}
.box_form .dd_form .box_postnum .cover_btn_postnum{
    display: inline-block;
}
.box_form .dd_form .box_postnum .btn_postnum{
    width: 167px;
    height: 60px;
    font-size: 1.8rem;
    color: #fff;
    background : -moz-linear-gradient(50% 0% -90deg,rgba(110, 10, 48, 1) 0%,rgba(88, 10, 48, 1) 100%);
    background : -webkit-linear-gradient(-90deg, rgba(110, 10, 48, 1) 0%, rgba(88, 10, 48, 1) 100%);
    background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(110, 10, 48, 1) ),color-stop(1,rgba(88, 10, 48, 1) ));
    background : -o-linear-gradient(-90deg, rgba(110, 10, 48, 1) 0%, rgba(88, 10, 48, 1) 100%);
    background : -ms-linear-gradient(-90deg, rgba(110, 10, 48, 1) 0%, rgba(88, 10, 48, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E0A30', endColorstr='#580A30' ,GradientType=0)";
    background : linear-gradient(180deg, rgba(110, 10, 48, 1) 0%, rgba(88, 10, 48, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E0A30',endColorstr='#580A30' , GradientType=0);
}
.box_form .dd_form .box_postnum .link_postnum{
    margin-right: 20px;
    line-height: 60px;
    font-size: 1.8rem;
}
.box_form .dd_form .box_address{
    margin-top: 35px;
}
.box_form .dd_form .box_textarea{
    line-height: 1.7;
    font-size: 1.8rem;
    color: #330014;
}
.box_form .dd_form .box_textarea textarea{
    width: 100%;
    height: 216px;
    padding: 1em;
    line-height: 1.7;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 1.8rem;
    color: #330014;
    background-color: #fff;
    border: 1px solid #330014;
    resize: none;
}
.container_form .box_btn{
    margin-top: 85px;
    text-align: center;
}
.container_form .box_btn .btn_submit{
    width: 424px;
    height: 100px;
    padding: 0 0 0 54px;
    line-height: 94px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
		font-family: 'Noto Serif JP',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.4rem;
    color: #fff;
    background: url(../img/contact/btn_submit.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.container_form .box_btn .btn_submit:hover{
    width: 418px;
    height: 94px;
    margin-top: 6px;
    transform: translate(6px,0);
    background-size: 424px 100px;
}
.container_form .box_btn .btn_back{
    width: 300px;
    height: 100px;
    margin-right: 50px;
    line-height: 94px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    font-family: 'Noto Serif JP',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.4rem;
    color: #fff;
    background: url(../img/contact/btn_back.png) 100% 100% no-repeat;
    background-size: auto 100%;
    transition: all 0.3s ease-out;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}
.container_form .box_btn .btn_back:hover{
    width: 294px;
    height: 94px;
    margin-top: 6px;
    padding: 0;
    transform: translate(6px,0);
    background-position: 0;
    background-size: 300px 100px;
}
.txt_complete{
    margin-bottom: 2em;
    line-height: 1.7;
    text-align: center;
    font-size: 1.8rem;
}
.mw_wp_form_confirm .btn_postnum,
.mw_wp_form_confirm .link_postnum,
.mw_wp_form_confirm .txt_att{
    display: none;
}
.mw_wp_form_confirm .box_form03 .dt_form .txt_dt,
.mw_wp_form_confirm .box_form04 .dt_form .txt_dt{
    padding-top: 0;
}

.mw_wp_form .policy-pdf {
    padding: 6rem 0 0;
    text-align: center;
}

.mw_wp_form .policy-pdf a {
    text-decoration: none;
    font-size: 2rem;
    border-bottom: 1px solid #330014;
}

@media screen and (max-width : 768px){
    .sec_contact{
        padding: 10% 0 20%;
    }
    .sec_contact .inner{
        width: 92%;
    }
    .box_form{
        margin-bottom: 8%;
        flex-direction: column;
    }
    .box_form .dt_form{
        width: auto;
        margin-right: 0;
        padding: 5% 0;
        border-bottom: 1px solid #330014;
    }
    .box_form .dt_form:after{
        display: none;
    }
    .box_form03 .dt_form .txt_dt,
    .box_form04 .dt_form .txt_dt{
        padding-top: 0;
    }
    .box_form .dt_form .txt_dt .inner_txt{
        font-size: 1.5rem;
    }
    .box_form .dt_form .txt_dt .label_cate{
        width: 35px;
        height: 20px;
        margin-left: 12px;
        line-height: 20px;
        font-size: 1.2rem;
    }
    .box_form .dd_form{
        width: auto;
        margin-left: 0;
        padding: 5% 0;
        border-bottom: none;
    }
    .box_form:first-child .dd_form{
        padding-top: 5%;
    }
    .box_form .dd_form .txt_label{
        font-size: 1.5rem;
    }
    .box_form .dd_form .box_name{
        width: 48.5%;
    }
    .box_form .dd_form .box_input input{
        height: 40px;
        line-height: 40px;
        font-size: 1.5rem;
    }
    .box_form .dd_form .box_input,
    .box_form .dd_form .box_textarea{
        font-size: 1.5rem;
    }
    .txt_att{
        font-size: 1.0rem;
    }
    .box_form .dd_form .box_postnum .box_input{
        width: 45%;
    }
    .box_form .dd_form .box_postnum .btn_postnum{
        width: 25%;
        height: 40px;
        line-height: 40px;
        font-size: 1.2rem;
    }
    .box_form .dd_form .box_postnum .link_postnum{
        margin-right: 0;
        line-height: 40px;
        font-size: 1.0rem;
    }
    .box_form .dd_form .box_address{
        margin-top: 35px;
    }
    .box_form .dd_form .box_textarea textarea{
        height: 160px;
    }
    .container_form .box_btn{
        margin-top: 5%;
    }
	.container_form .box_btn > *{
		display: block;
		margin: auto;
	}
    .container_form .box_btn .btn_submit,
    .container_form .box_btn .btn_submit:hover{
        width: 300px;
        height: 70px;
        margin-top: 0;
        padding-left: 20px;
        line-height: 67px;
        font-size: 1.8rem;
        transform: translate(0);
        background-size: 100% 100%;
    }
    .container_form .box_btn .btn_back,
    .container_form .box_btn .btn_back:hover{
        width: 200px;
        height: 70px;
        margin: 0 auto 5%;
        line-height: 67px;
        font-size: 1.8rem;
        transform: translate(0);
        background-position: 100%;
        background-size: auto 100%;
    }
    .txt_complete{
        font-size: 1.3rem;
    }
    .mw_wp_form .policy-pdf {
        padding-top: 0;
        padding-bottom: 1em;
    }
    .mw_wp_form .policy-pdf a {
        font-size: 1.5rem;
    }
}
