@charset "UTF-8";


/* pc */
@media screen and (min-width: 768px) {
    .under_faq_main::after{
        content: "";
        background-image: url(../img/under_faq_mainimg01.png);
        width: 804px;
        height: 399px;
        position: absolute;
        top: 0;
        left: 322px;
    }
    .under_faq_list_wrapper{
        border-top: solid 1px #CEC7C2;
        margin: 150px auto 0;
    }
    .under_faq_list01{
        border-bottom: solid 1px #CEC7C2;
        color: #3F210E;
        font-size: 105%;
        padding: 32px 0 28px 0;
        position: relative;
        cursor: pointer;
    }
    .under_faq_list01::after{
        content: "";
        position: absolute;
        background-image: url(../img/under_store_arrow01.png);
        width: 20px;
        height: 10px;
        background-position: bottom center;
        right: 0px;
    }
    .under_faq_list02{
        display: none;
        border-bottom: solid 1px #CEC7C2;
        color: #3F210E;
        position: relative;
        cursor: pointer;
        padding: 22px 0 18px 0px;
        font-size: 100%;
        line-height: 180%;
    }  
}
/* sp */
@media screen and (max-width: 767px) {
    .under_faq_list_wrapper{
        border-top: solid 1px #CEC7C2;
        margin: 30px auto 0;
        width: 88%;
    }
    .under_faq_list01{
        border-bottom: solid 1px #CEC7C2;
        color: #3F210E;
        font-size: 90%;
        padding: 22px 30px 18px 0;
        position: relative;
        cursor: pointer;
        line-height: 185%;
    }
    .under_faq_list01::after{
        content: "";
        position: absolute;
        background-image: url(../img/under_store_arrow01.png);
        width: 20px;
        height: 10px;
        background-position: bottom center;
        right: 0px;
        top: 30px;
    }
    .under_faq_list02{
        display: none;
        border-bottom: solid 1px #CEC7C2;
        color: #3F210E;
        position: relative;
        cursor: pointer;
        padding: 22px 0 18px 0;
        font-size: 85%;
        line-height: 180%;
    }  
}