@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	page
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*title
———————————————————————————————————————————————————————————————————*/
.faqpage__title{
    position: relative;
    height: 320px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/single/single__bg--pc.png);
    background-image: url(../../images/single/single__bg--pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.faqpage__title h1{
    width: 100%;
    padding: 0 20px;
    margin-top: 44px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
    letter-spacing: 0.03em;
}
@media only screen and (max-width: 1024px) {
    .faqpage__title{
        margin-top: 54px;
        height: 140px;
        background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/single/single__bg--sp.png);
        background-image: url(../../images/single/single__bg--sp.png);
    }
    .faqpage__title h1{
        margin-top: 0;
        font-size: 28px;
    }
}
@media only screen and (max-width: 768px) {
    .faqpage__title h1{
        font-size: 18px;
    }
}

/*content
———————————————————————————————————————————————————————————————————*/
.faqpage__content{
    background: #FEF8E8;
	padding: 40px 20px;
}

/*menu
———————————————————————————————————————————————————————————————————*/
.faqpage__content--menu{
    display: flex;
	align-items: center;
	justify-content: center;
    margin-bottom: 80px;
}
.faqpage__content--menu > div{
    margin-right: 40px;
}
.faqpage__content--menu > div:last-of-type{
    margin-right: 0;
}
.faqpage__content--menu > div a{
    position: relative;
    display: inline-block;
    padding-right: 31px;
    color: #2D220C;
    font-size: 18px;
	font-weight: 600;
	line-height: 1.7;
    letter-spacing: 0.03em;
}
.faqpage__content--menu > div a::before{
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 23px;
    height: 23px;
    background-image: url(/wordpress/wp-content/themes/resocaba__theme/images/common/faq__arrow.svg);
    background-image: url(../../images/common/faq__arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media only screen and (max-width: 1024px) {
    .faqpage__content--menu{
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .faqpage__content--menu > div{
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .faqpage__content--menu{
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 56px;
    }
    .faqpage__content--menu > div{
        margin-right: 0;
    }
    .faqpage__content--menu > div a{
        padding-right: 22px;
        font-size: 15px;
    }
    .faqpage__content--menu > div a::before{
        width: 16px;
        height: 16px;
    }
}

/*inner
———————————————————————————————————————————————————————————————————*/
.faqpage__content--inner{
    margin-bottom: 80px;
}

/*midashi
———————————————————————————————————————————————————————————————————*/
.faq__midashi{
    color: #2D220C;
    font-size: 24px;
	font-weight: 600;
	line-height: 1.7;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .faq__midashi{
        font-size: 18px;
    }
}
