/* --------------------
 Q & A
-------------------- */
.faq-container {
    padding: 0 5px;
}

@media (min-width: 768px) {
    .faq-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.faq__item {
    margin: 0 0 30px;
}

.faq__item__q {
    margin: 0 0 5px;
    padding: 0;
}

.faq__item__q__title {
    border: 1px solid #388da7;
    color: #006699;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    padding: 10px 10px 10px 55px;
    position: relative;
}

@media (min-width: 768px) {
    .faq__item__q__title {
        font-size: 1.6rem;
    }
}

.faq__item__q__title:before {
    background-image: url(../../qa/images/qa_q.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    bottom: 0;
    content: '';
    display: block;
    height: 35px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 35px;
}

.faq__item__a {
    border: 1px solid #cc6666;
    margin: 0;
    padding: 10px 10px 10px 55px;
    position: relative;
}

.faq__item__a:before {
    background-image: url(../../qa/images/qa_a.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    bottom: auto;
    content: '';
    display: block;
    height: 35px;
    left: 5px;
    margin: auto;
    position: absolute;
    top: 5px;
    width: 35px;
}

.faq__item__a p {
    font-size: 1.4rem;
    margin: 0 0 15px;
}

.faq__item__a p:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .faq__item__a p {
        font-size: 1.6rem;
    }
}
