@charset "utf-8";

/*===================================================*/
/*faq*/
/*===================================================*/

.post .post-content ul.faqlist {
    padding-left: 0;
    margin-left: 0.25rem;
}

.post .post-content ul.faqlist li:hover {
    background-color: #dce9e6;
    /*transition: all 0.4s ease;*/
}

.post .post-content ul.faqlist li {
    list-style: none;
    /*padding: 12px;
    padding-top: 2px;
    padding-bottom: 6px;*/
    /*font-weight: 500;*/
    /*cursor: pointer;*/
    /*transition: all 0.4s ease;*/
    /*margin-top: 16px;
    margin-bottom: 0;*/
    text-align: left;
    transition: none;
    display: block;
    background-color: #f8f9fa;
    background-color: var(--theme-gold1);
    background-color: #fff;
    margin-top: 0.5rem;
    transition: background-color 0.4s ease;
}

.post .post-content ul.faqlist li:nth-child(2n) {
    /*margin: 0;*/
    display: none;
    cursor: default;
    font-weight: 400;
    line-height: 1.6;
    background-color: #e8e8e8;
    background-color: #FFF3F3;
    margin-top: 0;
}

.post .post-content ul.faqlist li.important {
    background-color: #ffe4e6;
}

.post .post-content ul.faqlist li span.num {
    font-size: 2.0rem;
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 0.5rem;
}

.post .post-content ul.faqlist li.faq_a span.num {
    color: #bd1e1f;
}

.post .faq-contact {
    background-color: #f7f7f7;
    padding: 12px;
}

.post .faq-contact p:last-child {
    margin-bottom: 0;
}
