@charset "utf-8";

.category_faq .faq_list {
    width: 100%;
}
.category_faq .faq_list li.qa_block {
    padding-bottom: 30px;
    padding-top: 30px;
}
.category_faq .faq_list li.qa_block:first-child {
    padding-top: 0;
}
.category_faq #catg-other .faq_list li:last-child {
    padding-bottom: 0px;
}
.category_faq .faq_list li.qa_block .ques {
    position: relative;
    width: 100%;
    min-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #163c6e;
    padding-top: 4px;
    padding-left: 40px;
    /* margin-top: 30px; */
}
.category_faq .faq_list li.qa_block .ques:before {
    content: "Q";
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #163c6e;
}

.category_faq .faq_list li.qa_block .ans {
    position: relative;
    width: 100%;
    min-height: 30px;
    padding-top: 5px;
    font-size: 16px;
    padding-left: 40px;
    margin-top: 20px;
}
.category_faq .faq_list li.qa_block .ans:before {
    content: "A";
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #163c6e;
    background-color: #ffe26a;
}

.category_faq .faq_list a {
    font-weight: bold;
    color: #4494d5;
    text-decoration: underline;
}

