@charset "UTF-8";
section {
	max-width: 1362px;
	margin: 0 auto;
    width: 90%;
}
.FAQ_title {
	display: flex;
	width: 100%;
	border: 1px solid #C7C7C7;
    box-sizing: border-box;
    align-items: center;
}

.FAQ_title #title_img {
	width: 45%;
    max-width: 610px;
    object-fit: cover;
}
.FAQ_title a{
    display: block;
    width: 65%;
    text-decoration: none;
    transition: 0.3s;
}
.FAQ_title .right_box h3{
    display: block;
    width: 100%;
	text-align: center;
	letter-spacing: 0.3em;
    margin: 0 0 2em;
}

.FAQ_title .right_box p{
	line-height: 1.5;
    width: 70%;
    margin: 0 auto;
}

@media (max-width:756px){
    .FAQ_title {
        flex-direction: column;
        width: 100%;
        max-width: 330px;
        min-height: 200px;
        margin: 0 auto;
    }
    .FAQ_title #title_img {
        width: 100%;
    }
    .FAQ_title a{
        width: 100%;
    }
    .FAQ_title .right_box{
        height: 100%;
    }
    .FAQ_title .right_box h3{
        font-size: 0.8em;
        padding: 0;
        margin: 1em 0 1.5em;
        box-sizing: border-box;
    }
    .FAQ_title .right_box p{
        width: 100%;
        font-size: 0.7em;
        text-align: center;
        margin: 1em 0;
    }
}

.holiday_notice{
    width: 100%;
    max-width: 1261px;
    margin: 85px auto 0;
    padding: 1em;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
}
.holiday_notice .title{
    margin-bottom: 2em;
    text-align: center;
}
.holiday_notice .big{
    font-size: 2.0rem;
    letter-spacing: 2px;
    margin: 2em 0;
    text-align: center;
}
.holiday_notice p{
    word-break: break-all;
    white-space: pre-wrap;
    font-size: 1.3rem;
    line-height: 1.7;
}
@media (min-width: 756px) {
    .holiday_notice{
        width: 90%;
        max-width: 1261px;
        padding: 34px 63px;
    }
    .holiday_notice .title{
        margin-bottom: 5em;
    }
}
.if_box{
    display: inline-flex;
    align-items: center;
}
.fnt14{
    font-size: 1.4rem;
    line-height: 1.5;
}
.w450{
    width: 80%;
    max-width: 450px;
    padding: 13px 0;
}

/*メールでのお問合せ,お電話でのお問合せ*/
.contact_mail{
    margin: 54px auto 170px;
    text-align: center;
}
.contact_mail .title,
.contact_tel .title{
    font-size: 1.7rem;
    margin-top: 0;
}
.contact_mail .title img,
.contact_tel .title img{
    width: 30px;
    height: 30px;
    margin-right: 1em;
}
.contact_mail .small{
    font-size: 10px;
}
.contact_mail .link{
    text-decoration: underline;
    font-size: 14px;
    transition: 0.3s;
}
.contact_mail .flex_c{
    margin: 1.7em 0;
}
.contact_tel{
    margin: 0 auto;
    text-align: center;
}
.contact_tel .message{
    margin: 1.5em 0;
}
.contact_tel .wrap{
    position: relative;
}
.contact_tel .wrap::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #BFBFBF;
}
.contact_tel .wrap > div{
    width: 50%;
    box-sizing: border-box;
}
.contact_tel .wrap .left{
    margin-right: 30px;
}
.contact_tel .wrap .right{
    margin-left: 30px;
}
.contact_tel .wrap .title{
    padding: 17px;
    width: 100%;
    background: #575757;
    color: #FFF;
    box-sizing: border-box;
}
.contact_tel .wrap .time{
    margin-bottom: 2em;
}
.contact_tel .wrap > div .flex_box{
    align-items: center;
    width: 324px;
    margin: 0 auto 23px;
}
.free .tel_icon,.mobile .title2,.fax .title2{
    min-width: 90px;
    margin-right: 34px;
}
.free .tel_icon{ 
    position: relative;
}
.free .tel_icon::before{ 
    position: absolute;
    content: "フリーダイヤル";
    font-size: 8px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.free .style_en,
.mobile .style_en{
    font-size: 41px;
    text-align: left;
    word-break: break-all;
    margin: 0;
    letter-spacing: -1px;
}
.fax .style_en{
    font-size: 28px;
    text-align: left;
}
.mobile .title2{
    display: block;
    font-size: 10px;
    line-height: 1.5;
}
.fax .title2 span{
    display: block;
    font-size: 20px;
    padding: 3px;
    text-align: center;
    background: #000;
    color: #FFF;
}
.tel_message{
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    line-height: 1.7;
    margin: 48px 0 0;
    text-align: left;
}
@media (min-width: 757px) {
    .contact_mail{
        width: 80%;
    }
    .contact_tel{
        width: 80%;
        max-width: 1042px;
    }
    .contact_mail .title img{
        width: 47px;
        height: 47px;
        margin-right: 1em;
    }
    .contact_tel .title img{
        width: 45px;
        height: 45px;
        margin-right: 1em;
    }
}
@media (max-width:1010px){
    .contact_tel .wrap{
        flex-direction: column;
    }
    .contact_tel .wrap > div {
        width: 100%;
        box-sizing: border-box;
    }
    .contact_tel .wrap::before {
        display: none;
    }
    .contact_tel .wrap .left,
    .contact_tel .wrap .right{
        margin: 0;
    }
    .free .tel_icon,
    .mobile .title2,
    .fax .title2{
        margin: 0;
    }
    .free .style_en, .mobile .style_en{
        padding-left: 20px;
        font-size: 30px;
    }
    .fax .style_en{
        padding-left: 20px;
        font-size: 25px;
    }
}