
.faq-introduction {}
.faq-introduction p {
    font-size: 12px; font-size: 1.2rem;
    line-height: 24px; line-height: 2.4rem;
}
.faq-introduction p+p {
    margin-top: 8px;
}
.faq-introduction p a {
    font-weight: 700;
}
.faq-introduction p img {
    margin: 20px 0 16px 0;
}

.faq-group-title {
    font-size: 16px; font-size: 1.6rem;
    line-height: 26px; line-height: 2.6rem;
    font-weight: 700;
    color: #2f7fd0;
    background-color: #eaf2fa;
    padding: 7px 12px 9px 12px;
    margin-top: 20px;
}
.faq-group {
    padding-bottom: 20px;
}
.faq {
    padding: 16px 0;
    border-bottom: solid 1px #d4e1e7;
}
.question {
    position: relative;
    font-size: 14px; font-size: 1.4rem;
    line-height: 24px; line-height: 2.4rem;
    font-weight: 700;
    color: #2f7fd0;
    padding: 2px 0 4px 40px;
    margin-bottom: 4px;
}
.answer {
    position: relative;
    font-size: 12px; font-size: 1.2rem;
    line-height: 22px; line-height: 2.2rem;
    padding: 3px 0 5px 40px;
}
.question:before,
.answer:before {
    content: "Q";
    background-color: #2f7fd0;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 14px; font-size: 1.4rem;
    line-height: 28px; line-height: 2.8rem;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.answer:before {
    content: "A";
    background-color: #e60012;
}





@media (min-width: 768px)
{
    .faq-introduction p {
        font-size: 16px; font-size: 1.6rem;
        line-height: 34px; line-height: 3.4rem;
    }
    .faq-introduction p+p {
        margin-top: 14px;
    }
    .faq-introduction p img {
        margin: 20px 0 34px 0;
    }

    .faq-group-title {
        font-size: 22px; font-size: 2.2rem;
        line-height: 34px; line-height: 3.4rem;
        padding: 6px 24px 8px 24px;
        margin-top: 28px;
    }
    .faq-group {
        padding-bottom: 28px;
    }
    .faq {
        padding: 24px 0;
    }
    .question {
        font-size: 18px; font-size: 1.8rem;
        line-height: 30px; line-height: 3.0rem;
        padding: 2px 0 4px 48px;
        margin-bottom: 15px;
    }
    .answer {
        font-size: 15px; font-size: 1.5rem;
        line-height: 28px; line-height: 2.8rem;
        padding: 3px 0 5px 48px;
    }
    .question:before,
    .answer:before {
        font-size: 18px; font-size: 1.8rem;
        line-height: 36px; line-height: 3.6rem;
        width: 36px;
        height: 36px;
    }
}
