@charset "utf-8";

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

#content .post-content ul.faqlist {
    padding-left: 0;
}

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

#content .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;
}

#content .post-content ul.faqlist li:nth-child(2n) {

    margin: 0;
    display: none;
    cursor: default;
    font-weight: 400;
}

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

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

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

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

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