section.faq {
    padding-top: 64px;
}

section.faq-new {
    background-color: rgba(117, 186, 172, 0.1);
    margin-top: 0px;
    padding: 64px 0px 64px 0px;
}

section.faq-new.bg-white {
    background-color: #fff;
}

section.faq-new.inner {
    width: 1000px;
}

h3.sub-tlt {
    padding-bottom: 30px;
}

.faqlist-new {
    margin-top: 0px;
    border: 1px solid #CCCCCC;
    border-top: none;
}

.faqlist-new li {
    border-top: solid 1px #CCCCCC;
    margin: 0 auto;
    transition: 0.3s;
    padding: 0px;
    background-color: #fff;
}

.faqlist-new li h3 {
    display: flex;
    padding: 20px;
    justify-content: flex-start;
}

.faqlist-new li h3 span {
    display: block;
    padding-top: 5px;
    margin-left: 8px;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: left;
    color: #4E4E4E;
    width: 100%
}

.faqlist-new li h3::before {
    color: #5B9186;
}

.faqlist-new li:first-child {
    margin-top: 0px;
}

.faqlist-question-new::before {
    content: "Q.";
    font-size: 1.8rem;
    color: #5B9186;
}



.faqlist-question-new::after {
    font-family: "remixicon";
    content: "\ea4e";
    font-size: 1.5rem;
    color: #5B9186;
    padding-top: 8px;
}


.faqlist-question-new.is-opened::after {
    font-family: "remixicon";
    content: "\ea78";
    /* ← ri-arrow-down-s-line の Unicode */
    font-size: 1.5rem;
    color: #5B9186;
}

.faqlist-new .faqlist-question-new+.faqlist-answer-new {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #FFF8F2;
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
}


.faqlist-new .faqlist-question-new.is-opened+.faqlist-answer-new {
    padding: 20px;
    height: auto !important;
    border-radius: 5px;
    position: relative;
    display: flex;
    background-color: #FFF8F2;
}

.faqlist-answer-new {
    background-color: #f5fce4;
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
    padding-left: 32px;
}

.page-year .faqlist-answer-new,
.top_faq-new .faqlist-answer-new {
    background-color: #aaeedd33;
}

.faqlist-answer-new::before {
    content: "A.";
    color: #F16E0B;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
}

.faqlist-answer-new span {
    padding-left: 10px;
    padding-top: 10px;
}

.faqlist-answer-new span a {
    text-decoration: underline;
}

.section-jumplinks {
    margin-top: 0px;
    background-color: #75baac;
    width: 100%;
}

.section-jumplinks .inner {
    max-width: 1000px;
}

.section-jumplinks .inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 45px;
    justify-content: center;
}

.jumplinks-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}


.section-jumplinks .inner li {
    background-color: #fff;
    color: #333;
    width: 320px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: none;
}

.section-jumplinks .inner li span.small {
    font-size: 0.8rem;
}

.section-jumplinks .inner {
    width: 100%;
    box-sizing: border-box;
}

.jumplinks a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.jumplink-arrow {
    color: #5B9186;
    font-size: 1.4rem;
}


.button.clear.faq_top_button {
    max-width: 344px;
    margin: 24px auto 0 auto;
    background-color: #fff;
    border: solid 1px #5b9186;

}

.button.clear.faq_top_button a {
    color: #5b9186;
    gap: 10px;
}

div.faq_top_button a::after {
    border-radius: 0;
    align-items: normal;
    justify-content: normal;
    font-weight: normal;
    font-size: inherit;
    padding-bottom: 0;
    margin-left: 0;
}

i.ri-arrow-up-circle-fill {
    font-size: 1.2rem;
    color: #5b9186;
}


.button.arrow.clear a::after {
    display: none;
}

@media only screen and (max-width: 1024px) {

    section.section-jumplinks,
    .inner {
        width: 100%;
    }

    .jumplinks-wrap {
        max-width: 95%;
        display: flex;
        justify-content: center;
    }

    .section-jumplinks .inner li {
        width: 48%;
        gap: 10px;
        padding-left: 5%;
    }

    .jumplinks a {
        align-items: center;
    }
}

@media (max-width: 768px) {


    h3.sub-tlt {
        font-size: 1.2rem;
    }

    .faqlist-question-new::before {
        font-size: 1.4rem;
    }

    .faqlist-answer-new::before {
        font-size: 1.4rem;
    }

    .faqlist-new li h3 {
        padding: 16px;
    }

    .faqlist-new li h3 span {
        margin-left: 8px;
        font-size: 1rem;
    }

    .faqlist-answer-new span {
        padding-top: 4px;
        padding-left: 8px;
        font-size: 0.9rem;
    }

    .section-jumplinks .inner ul {
        gap: 10px;
        max-width: none;
    }

    .section-jumplinks .inner li {
        width: 100%;
        margin: 0px 24px;
        font-size: 1rem;
    }

    .faqlist-new .faqlist-question-new+.faqlist-answer-new {
        padding: 0px 16px;
    }

    .faqlist-new .faqlist-question-new.is-opened+.faqlist-answer-new {
        padding: 12px 16px;
    }
}


@media only screen and (max-width: 720px) {
    .section-jumplinks .inner li {
        width: 100%;
        margin: 0px 24px;
    }
}