@charset "UTF-8";


/* accordion
-----------------------------------*/
.faq_list:before {
    content: "";
}

.faq_comment {
    padding: 30px;
}

@media only screen and (max-width: 768px) {
    .faq_comment {
        padding: 5px;
    }

    .faq_list {
        font-weight: normal;
        margin-top: -1px;
        padding: 1em 4em 1em 0.75em;
        line-height: 1.5em;
    }

    .course_photos img {
        margin-bottom: 0.5em;
    }
}

@charset "UTF-8"; /* QandA
---------------------------------------------------- */
div.qus_icon,div.ans_icon {
    display: inline-block;
    width: 10%;
    text-align: center;
    vertical-align: middle;
    padding-top: 0.3em
}

div.qus_txt,div.ans_txt {
    display: inline-block;
    width: 89%;
    padding-left: 10px;
    padding-top: 0.3em;
    font-size: 1.1em;
}

div.qus_icon,div.ans_icon {
    display: inline-block;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1; }

div.qus_icon,div.ans_icon {
    display: inline-block;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1; }

div.que, div.ans {
    padding-bottom: 15px;
}

div.qus_icon {
    width: 30px;
    height: 30px;
    background-color: #e3f2fd;
    border: 1px solid #e3f2fd;
    /*     vertical-align: top; */
}

div.ans_icon {
    width: 30px;
    height: 30px;
    background-color: #fce4ec;
    border: 1px solid #fce4ec;
    vertical-align: top;
}
