@charset "utf-8";

body.page_fqa {
    background-position: center top;
}

.fqa_list{
    border-top: solid 1px #5b3719;
    padding-bottom: 50px;
}
.fqa_list details{
    width: 100%;
    border-bottom: solid 1px #5b3719;
}
.fqa_list details summary{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 25px 50px 25px 15px;
    background-color: #fff;
    background-image: url(../img/fqa/maru1.png);
    background-position: right center;
    background-repeat: no-repeat;
    font-family: "SourceHanSerifJP-B",serif;
    font-size: 25px;
    line-height: 1.3;
    color: #9bb144;
    cursor: pointer;
}
.fqa_list details summary img{
    margin-right: 20px;
}
.fqa_list details[open] summary{
    background-image: url(../img/fqa/maru2.png);
}
.fqa_list details .box_a{
    min-height: 180px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 180px;
    background-image: url(../img/fqa/icon_a.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fqa_list details .box_a.bg_top{
    padding-top: 0;
    background-position: left top;
    display: block;
}

.fqa_list details .box_a table{
    width: 100%;
    max-width: 690px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5;
}
.fqa_list details .box_a table td{
    text-align: center;
    padding: 10px;
    border: solid 1px #edb352;
}
.fqa_list details .box_a table thead td{
    background-color: #ded07e;
}




@media only screen and (max-width:640px){

    .fqa_list details summary{
        padding: 20px 50px 20px 0;
        background-size: 35px auto;
        font-size: 18px;
    }
    .fqa_list details summary img{
        width: 50px;
        height: auto;
        margin-right: 10px;
    }
    
    .fqa_list details .box_a{
        min-height: initial;
        min-height: auto;
        padding-top: 10px;
        padding-left: 60px;
        background-size: 50px auto;
        font-size: 15px;
        line-height: 1.7;
        background-position: left top;
        display: block;

    }

    .fqa_list details .box_a table{
        font-size: 13px;
        line-height: 1.5;
    }










}

