@charset "UTF-8";
/***********************************************
***  FAQ
***********************************************/
.chara-faq{
    position:relative;
    z-index: 0;
}
.chara-faq:before{
        position: absolute;
    content: "";
    background: url(../img/chara/chara6.jpg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    right: -10px;
    top: -50px;
    z-index: 2;
}

@media only screen and (max-width:980px) {
.chara-faq:before{
    width: 200px;
    height: 200px;
    right: inherit;
    left: 10px;
    top: -50px;
    z-index: 2;
}
}
.pages-faq-section{
    padding:60px 0 40px;
}
.pages-faq-sub-section{
    margin-bottom:60px;
}
.pages-faq-item{
    background-color:#fff2f7;
    border-radius: 20px;
    padding: 20px;
    margin-bottom:20px;
}
.pages-faq-question{
    position:relative;
    font-size: 14px;
    padding-left: 2.5em;
    margin-bottom: 10px;
    line-height: 1.2;
}
.pages-faq-question:before{
        content: "Q";
    line-height: 1.7;
    position: absolute;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    left: 0;
    top: -5px;
    z-index: 10;
    text-align: center;
    background-color: #e50013;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.pages-faq-answer{
    background-color:#fff;
    padding: 10px;
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
    line-height: 1.4;
}