.faq-archives {
    list-style-type: none;
    margin: 12px 0 0;
    padding: 0;
    width: 100%;
}

.faq-archives li {
    background-color: #eaf5ed;
    border-radius: 6px;
    margin-top: 12px;
    padding: 12px;
}

.faq-archives li:first-child {
    margin-top: 0;
}

.faq-archives li.active .toggle-icon::before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-archives li.active .faq-answer {
    max-height: 1000px;
    transition: max-height 0.3s ease-in-out;
}

.faq-archives .faq-name {
    color: #000;
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 1.6666666667;
    position: relative;
}

.faq-archives .faq-icon,
.faq-archives .faq-name {
    align-items: center;
    display: flex;
    font-weight: 700;
}

.faq-archives .faq-icon {
    background-color: #309748;
    border-radius: 30px;
    color: #fff;
    font-size: 0.875rem;
    font-style: normal;
    height: 30px;
    justify-content: center;
    line-height: 1.8571428571;
    margin-right: 12px;
    width: 30px;
}

.faq-archives .toggle-icon {
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
}

.faq-archives .toggle-icon::after,
.faq-archives .toggle-icon::before {
    background: #309748;
    content: '';
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    width: 18px;
}

.faq-archives .toggle-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-archives .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-archives .faq-answer.active {
    max-height: 1000px;
    transition: max-height 0.3s ease-in-out;
}

.faq-archives .faq-answer-content {
    margin-top: 6px;
    padding: 0 44px;
}

.faq-archives .faq-answer-content a {
    color: #309748;
}

.faq-archives .faq-answer-content a:hover {
    text-decoration: underline;
}

.archive-page-nav.only-pc {
    display: none;
}

.archive-page-nav .wp-pagenavi {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 36px;
    width: 100%;
}

.archive-page-nav .wp-pagenavi a {
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    color: #000;
    display: flex;
    font-size: 0.875rem;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    line-height: 1.8571428571;
    margin: 0 6px;
    width: 40px;
}

.archive-page-nav .wp-pagenavi a:hover {
    background-color: #eaf5ed;
    color: #309748;
}

.archive-page-nav .wp-pagenavi span {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 6px;
}

.archive-page-nav .wp-pagenavi span.current {
    align-items: center;
    background-color: #309748;
    border-radius: 100%;
    color: #fff;
    display: flex;
    font-size: 0.875rem;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    line-height: 1.8571428571;
    width: 40px;
}

.archive-page-nav .wp-pagenavi span.extend ~ .extend {
    display: none;
}
@media (min-width: 768px) {

    .faq-archives {
        margin: 36px auto 0;
    }

    .faq-archives li {
        padding: 24px 36px;
    }
}
@media (min-width: 992px) {

    .faq-archives .faq-name {
        font-size: 1.25rem;
        line-height: 1.7;
    }

    .faq-archives .faq-icon {
        border-radius: 32px;
        font-size: 1rem;
        height: 32px;
        line-height: 1.75;
        width: 32px;
    }

    .archive-page-nav.only-sp {
        display: none;
    }

    .archive-page-nav.only-pc {
        display: block;
    }

    .archive-page-nav .wp-pagenavi a,
    .archive-page-nav .wp-pagenavi span.current {
        font-size: 1rem;
        line-height: 1.75;
    }
}
