@charset "utf-8";

.question_link {
    color: #EAC36C;
}

.qa_link_img {
    width: 18px;
    vertical-align: text-top;
    margin-right: 10px;
}



.sub_mv img {
    margin-top: 75px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.question_title {
    position: absolute;
    color: #FFF;
    letter-spacing: 0.1em;
    font-size: 18px;
    line-height: 2.3em;
    font-weight: 600;
    background-color: rgba(50, 82, 119, 0.8);
    padding: 0.5em 1.5em;
    display: inline-block;
    text-align: center;
    z-index: 10;
    top: 50%;
    left: 3%;
}

.question.section {
    padding: 120px 0;
}

.question_container.wrapper {
    max-width: 880px;
}

.question_box {
    background-color: #EFF3F7;
    padding: 3em 4.5em;
}


.question_box h2::before {
    position: absolute;
    content: "Q";
    font-size: 18px;
    left: -5px;
    top: 5px;
    background-color: #E8D274;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    text-align: center;
    vertical-align: text-top;
    line-height: 28px;
    font-family: 'Tiro Tamil', 'Anek Tamil', sans-serif;
}

.question_box+.question_box {
    margin-top: 30px;
}


.faq {
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em;
    color: #325277;
    padding-left: 1.8em;
    text-align: start;
    position: relative;
}

.faq_text {
    font-size: 14px;
    padding-top: 30px;
    line-height: 2;
}


/* sp版 */


@media (max-width: 768px) {

    .question.section {
        padding: 40px 0;
    }

    .question_box {
        padding: 1.5em 1.5em;
    }

    .question_title {
        width: 50%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%)translateY(-50%);
        font-size: 16px;
    }
}

@media (min-width: 769px) {
    .pc_none {
        display: none;
    }
}

@media (max-width: 500px) {

    .faq {
        font-size: 16px;
    }

    .faq_text {
        font-size: 12px;
    }
}