/*=====================================
          FAQ
=======================================*/
#header {
    transition: .5s;
}

#header.hide {
    transform: translateY(-100%);
}

.section-01.bg-02 {
    padding: 80px 0 60px;
    background-color: #f7f7f7;
}

#faq>.faq_cats {
    transition: .5s;
    position: sticky;
    z-index: 2;
    background: rgba(255, 255, 255, .8);
    width: 100%;
    padding: 0;
}

#faq_cont .section_innerwrap {
    width: 90%;
    max-width: 710px;
    margin: 0 auto;
}

#faq_cont .section_innerwrap {
    width: 90%;
    max-width: 710px;
    margin: 0 auto;
    padding-top: 60px !Important;
}

#faq_nav .section_innerwrap {
    padding-bottom: 0 !important;
    text-align: center;
}

#faq_nav ul li {
    display: inline-block;
}

#faq_nav ul li+li:before {
    content: '';
    height: 40px;
    width: 1px;
    display: inline-block;
    background-color: #AFAFAF;
    margin: 0 1.2em;
    transform: rotate(30deg);
    vertical-align: middle;
    margin-bottom: .4em;
}

#faq_nav ul li a:hover {
    color: #BCBCBC;
}

#faq_cont h2 {
    line-height: 43px;
    height: 43px;
    font-size: 1.2em;
    background-size: 100% auto;
    /*    background-color: #f0f0f0;*/
}

#faq_cont div+h2,
#faq_cont dl+dl {
    margin-top: 60px;
}

#faq_cont dl dt,
#faq_cont dl dd {
    /*    margin-left: 64px;*/
    /*    padding-left: 20px;*/
    position: relative;
    vertical-align: middle;
    padding: 10px 10px 10px 64px;
    background: #f7f7f7;
    /*    border-left: 1px solid #afafaf;*/
}

#faq_cont dl dd {
    line-height: 1.4;
    font-size: 1.3rem;
    line-height: 2.27692;
    letter-spacing: .075em;
}

#faq_cont dl dt {
    font-size: 1.2em;
    margin-bottom: 4px;
}

#faq_cont dl dt h3,
#faq_cont dl dd.A p {
    padding: 10px 0 10px 20px;
    margin-bottom: 0;
    border-left: 1px solid #afafaf;
}

#faq_cont dl dt:before,
#faq_cont dl dd:before {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    vertical-align: middle;
    padding: 0 20px 0;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
}

#faq_cont dl dt.Q:before {
    content: "Q";
}

#faq_cont dl dd.A:before {
    content: "A";
}

#faq .attention {
    float: none !important;
    margin: 0 auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 40px 0;
}

#faq .attention h3 {
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 30px;
}

#faq .attention p {
    text-align: justify;
    text-justify: inter-ideograph;
    width: 94%;
    margin: auto;
    font-size: 13px;
    line-height: 2;
    letter-spacing: .05em;
    font-family: "FOT-筑紫オールド明朝 Pro R",serif;
}

#faq .faq_box:nth-of-type(n+2) {
    padding-top: 160px;
    margin-top: -80px;
}

#faq #reserve:first-of-type {
    padding-top: 80px;
    margin-top: -80px;
}

@media screen and (min-width: 768px) {
    #faq_nav ul {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #faq_cont .section_innerwrap {
        padding-top: 60px !Important;
    }
}

.faq__inner {
    max-width: 800px;
    width: fit-content;
    margin-inline: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.faq__question,
.faq__answer {
    font-family: "FOT-筑紫オールド明朝 Pro R",serif;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    #faq_nav ul {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #faq_nav ul li {
        font-size: .9em;
    }

    #faq_nav ul li+li:before {
        height: 20px !important;
    }

    #faq_cont dl dt:before,
    #faq_cont dl dd:before {
        font-size: 18px !important;
        padding: 0 12px 0 !important;
    }

    #faq_cont dl dt,
    #faq_cont dl dd {
        padding-left: 50px !important;
    }

    #faq_cont .section_innerwrap {
        width: 100% !important;
    }

    #faq h2.nml {
        font-size: 1.25em !important;
    }

    .faq__inner {
        max-width: 90%;
    }
}