@charset "UTF-8";

.faqBox h4{
padding-left: 2em;
text-indent: -1.5em;
}
.faqBox h4:before {
content: 'Q. ';
}

.faqBox p{
margin-left: 1.4em;
text-indent: -1.4em;
padding: 0 12px;
}
.faqBox p::before {
content: 'A. ';
color: #008c3f;
}

.faqBox div.answerBox{
margin-left: 1.4em;
text-indent: -1.4em;
padding: 0 12px;
}
.faqBox .answerBox::before {
content: 'A. ';
color: #008c3f;
}

.faqBox .answerBox p{
display: inline;
margin: 0;
text-indent: 0;
padding: 0;
}
.faqBox .answerBox p::before{
content: '';
}

.faqBox .answerBox section{
margin: 1em 1.5em;
}

.flex{
display: flex;
padding: 0 12px;
}
.flex p::before{ content: "";}
.flex span{
color: #008c3f;
}