@charset "utf-8";

.secCmnTit{
    background-image: url(../img/faq/bgCmnTit.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnTit{
        background-image: url(../img/faq/bgCmnTit_sp.jpg);
        background-size: 100% auto;
    }
}
.wrapper1280{
	width: 1280px;
	margin: 0 auto;
	max-width: calc(100% - 40px);
}
@media only screen and (max-width:767px){
	.wrapper1280{
		width: 100%;
		max-width: 100%;
	}
    .wrapperSp335{
        width: calc(335 / 375 * 100%);
        margin: 0 auto;
    }
}
/* secFaq */
.secFaq{
    margin-top: 38px;
    padding-bottom: 80px;
}
.secFaq .faqCategory:nth-child(n+2){
    margin-top: 80px;
}
.secFaq .faqCategoryTit{
    display: flex;
    align-items: flex-start;
    font-size: 22px;
    line-height: 2;
    font-weight: bold;
    letter-spacing: 3.3px;
    gap: 7px;
}
.secFaq .faqCategoryTit::before{
    content: "";
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 3px;
    margin-top: calc((2em - 3px) / 2);
    margin-right: 15px;
    background: #296bb8;
}
.secFaq .faqList{
    margin: 0 auto;
    margin-top: 38px;
    max-width: 1280px;
}
.secFaq .faqItem{
    border: solid 1px rgba(0,0,0,0.1);
    background: #fff;
    min-width: 0;
}
.secFaq .faqItem:nth-child(n+2){
    margin-top: 20px;
}
.secFaq .faqHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 24px 21px;
    border: none;
    background: none;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1), color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 3px;
}
.secFaq .faqHeadInner{
    display: flex;
    align-items: flex-start;
    gap: 22px;
    flex: 1;
    min-width: 0;
}
.secFaq .iconQ{
    flex-shrink: 0;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    background: url(../img/faq/faqIcon1.png) no-repeat center / contain;
}
.secFaq .iconQ img{
    display: none;
}
.secFaq .faqItem.is-open .iconQ{
    background-image: url(../img/faq/faqIcon.png);
}
.secFaq .titQuestion{
    flex: 1;
    min-width: 0;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 35px;
    font-weight: bold;
    word-break: break-word;
    overflow-wrap: anywhere;
    position: relative;
    top: 6px;
}
.secFaq .iconToggle{
    position: relative;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    left: -7px;
}
.secFaq .iconToggle::before,
.secFaq .iconToggle::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1), width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.secFaq .iconToggle::before{
    width: 15px;
    height: 1px;
    background: #000;
}
.secFaq .iconToggle::after{
    width: 1px;
    height: 15px;
    background: #000;
}
.secFaq .faqItem.is-open .iconToggle::before{
    width: 15px;
    background: #fff;
}
.secFaq .faqItem.is-open .iconToggle::after{
    transform: translate(-50%, -50%) rotate(90deg);
    background: #fff;
}
.secFaq .faqItem.is-open .faqHead{
    background: #296bb8;
    color: #fff;
    border-radius: 3px 3px 0 0;
    padding: 25px 20px;
}
.secFaq .faqBody{
    overflow: hidden;
    height: 0;
    width: 100%;
    border-top: solid 1px transparent;
    transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.secFaq .faqItem.is-open .faqBody{
    border-top-color: rgba(0,0,0,0.1);
}
.secFaq .faqBodyInner{
    display: flex;
    align-items: flex-start;
    gap: 28px;
    padding: 41px 20px 36px;
    word-break: break-word;
    overflow-wrap: anywhere;
    min-width: 0;
}
.secFaq .iconA{
    flex-shrink: 0;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 0;
    line-height: 0;
    background: url(../img/faq/faqIcon01.png) no-repeat center / contain;
    position: relative;
    top: -8px;
}
.secFaq .faqBodyInner .entry{
    flex: 1;
    min-width: 0;
}
.txtNote{
    font-size: 16px;
    text-align: center;
    margin: 135px auto;
}
@media only screen and (max-width:767px){
    .secFaq{
        margin-top: 30px;
        padding-bottom: 40px;
    }
    .secFaq .faqCategory:nth-child(n+2){
        margin-top: 58px;
    }
    .secFaq .faqCategoryTit{
        font-size: 15px;
        letter-spacing: 0;
        gap: 0rem;
    }
    .secFaq .faqCategoryTit::before{
        width: 10px;
        margin-right: 10px;
    }
    .secFaq .faqList{
        margin-top: 18px;
    }
    .secFaq .faqItem:nth-child(n+2){
        margin-top: 10px;
    }
    .secFaq .faqHead{
        gap: 15px;
        padding: 9px 9px 13px;
        align-items: stretch;
    }
    .secFaq .faqItem.is-open .faqHead{
        border-radius: 3px 3px 0 0;
        padding: 10px 9px 15px;
    }
    .secFaq .faqHeadInner{
        gap: 7px;
    }
    .secFaq .iconQ{
        width: 30px;
        height: 30px;
        position: relative;
    }
    .secFaq .titQuestion{
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0;
        top: 6px;
    }
    .secFaq .iconToggle{
        width: 14px;
        height: 14px;
        left: -9px;
        top: 8px;
    }
    .secFaq .iconToggle::before{
        width: 10px;
        height: 2px;
    }
    .secFaq .iconToggle::after{
        width: 2px;
        height: 10px;
    }
    .secFaq .faqItem.is-open .iconToggle::before{
        width: 10px;
    }
    .secFaq .faqBodyInner{
        display: block;
        padding: 15px 8px 23px;
    }
    .secFaq .faqBodyInner::after{
        content: "";
        display: block;
        clear: both;
    }
    .secFaq .iconA{
        float: left;
        width: 30px;
        height: 30px;
        margin: 0 8px 0 0;
        top: 0;
    }
    .secFaq .faqBodyInner .entry{
        display: block;
        min-width: 0;
    }
    .txtNote{
        font-size: 12px;
        text-align: center;
        margin: 75px auto;
    }
}
@media (prefers-reduced-motion: reduce){
    .secFaq .faqHead,
    .secFaq .iconToggle::before,
    .secFaq .iconToggle::after,
    .secFaq .faqBody{
        transition: none;
    }
}
