@charset "UTF-8";
.faq .c-page_ttl {
    margin-bottom: 70px;
}
.faq_box:not(:last-child) {
    margin-bottom: 30px;
}
.faq_wrap {
    margin-bottom: 120px;
    box-sizing: border-box;
}
.faq_box .question {
    padding: 23px 97px 23px 30px;
    box-sizing: border-box;
    position: relative;
    background: #F4F5F7;
    cursor: pointer;
    transition: all .2s ease-out;
    line-height: 1;
}
.faq_box .question::after {
    content: "";
    width: 23px;
    height: 14px;
    background: url(/cmn/svg/acrd_arrow.svg) no-repeat center / 100% auto;
    position: absolute;
    right: 34px;
    z-index: 9;
    top: 30px;
}
.faq_box .question.on::after {
    transform: scale(1,-1);
}
.faq_box .question span {
    padding-left: 28px;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
}
.faq_box .question span::before {
    content: "Q.";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -3px;
    z-index: 9;
    color: #1C476E;
    font-size: 20px;
    line-height: 1.4;
}
.faq_box .answer {
    padding: 8px 97px 28px 55px;
    background: #F4F5F7;
    box-sizing: border-box;
    line-height: 2;
    font-size: 14px;
    display: none;
}
.answer .dtl_box {
    margin-top: 8px;
}
.answer .dtl-box:not(:last-child) {
    margin-bottom: 8px;
}
.answer .dtl_txt:not(:last-child) {
    margin-bottom: 5px;
}
.answer .dtl_txt .txt {
    padding-left: 2em;
}
.answer .dtl_txt .txt.ver2 {
    padding-left: 3em;
}
a.txt-lnk {
    color: #347EC0;
}
@media only screen and (min-width:767px) {
    .faq_box .question:hover {
        background: #1C476E;
    }
    .faq_box .question:hover::after {
        background: url(/cmn/svg/acrd_arrow-g.svg) no-repeat center / 100% auto;
    }
    .faq_box .question:hover span {
        color: #F4F5F7;
    }
    .faq_box .question:hover span::before {
        color: #F4F5F7;
    }
    a.txt-lnk:hover {
        text-decoration: none;
    }
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .faq_wrap {
        padding: 0 40px;
    }
}
@media only screen and (max-width:767px) {
    .faq .c-page_ttl {
        margin-bottom: 7.692vw;
    }
    .faq_box:not(:last-child) {
        margin-bottom: 5.128vw;
    }
    .faq_wrap {
        margin-bottom: 15.385vw;
        padding: 0 5.128vw;
    }
    .faq_box .question {
        padding: 4.103vw 12.051vw 4.359vw 2.564vw;
    }
    .faq_box .question::after {
        width: 3.846vw;
        height: 2.308vw;
        right: 3.077vw;
        top: 6.41vw;
    }
    .faq_box .question span {
        padding-left: 5.897vw;
        font-size: 3.846vw;
        line-height: 1.7333;
    }
    .faq_box .question span::before {
        top: 0;
        font-size: 3.846vw;
        line-height: 1.7333;
    }
    .faq_box .answer {
        padding: 1.282vw 5.128vw 4.103vw;
        font-size: 3.59vw;
    }
    .answer .dtl_box {
        margin-top: 1.282vw;
    }
    .answer .dtl-box:not(:last-child) {
        margin-bottom: 1.282vw;
    }
    .answer .dtl_txt:not(:last-child) {
        margin-bottom: 0.769vw;
    }
    .answer .dtl_txt .txt {
        padding-left: 1em;
    }
    .answer .dtl_txt .txt.ver2 {
        padding-left: 2em;
    }
}