@charset "UTF-8";
.faq_frame{
    padding: 1em 0;
}

.faq_container{
    padding: 0 0 1.0em;
}.faq_container > div{
    padding: 0.7em 0;
}

.faq_contents{
    padding: 1em 0;
}

.faq_caption{
    position: relative;
    font-size: 1em;
    background-color: rgb(240, 246, 231);
    color: rgb(138, 138, 137);
    padding: 1em 0.5em;
}.faq_caption:before{
    content: "Q.";
    color: rgb(0, 146, 69);
    font-size: 1.5em;
    line-height: 1;
    font-weight: bold;
    margin: 0em 0em 0.1em;
}

.faq_caption_icon{
    position: relative;
    color: rgb(0, 146, 69);
    font-size: 1.1em;
    flex: 1;
}

.faq_icon_str{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
    
.faq_answer{
    color: rgb(138, 138, 137);
    padding: 0.5em 0.5em;
}.faq_answer:before{
    content: "A .";
    color: rgb(255, 0, 0);
    font-size: 1.5em;
    line-height: 1;
    font-weight: bold;
    margin: 0em 0em 0.1em;
}

.faq_caption > .faq_caption_str, .faq_answer > div{
    font-size: 1.2em;
    text-indent: 0.2em;
}

@media (min-width: 768px) {
    .faq_container{
        font-size: 1em;
    }    

    .faq_caption > .faq_caption_str, .faq_answer > div{
        width: 90%;
    }

}@media (max-width: 767px) {
    .faq_container{
        font-size: 0.7em;
    }    

    .faq_caption > .faq_caption_str, .faq_answer > div{
        width: 85%;
    }
}