@charset "UTF-8";

/*--------------------------- 
　　　ご来場に当たって
--------------------------- */
.mv {
    background: url("../img/img_mv_faq.jpg") no-repeat center top;
    background-size: cover;
    min-height: 400px;
    margin-top: 100px;
}
.mv h2 {
    padding-top: 180px;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    /* font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; */
    font-family: "shippori-mincho", sans-serif;
}
#main.faq {
    background: #dedede;
}
.faq-list dl dt {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    background: #fff;
    padding: 20px 30px;
    color: #c8152d;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}
.faq-list dl.last dt {
    border-bottom: 1px solid #333;
}
.faq-list dl dt:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 3%;
    background: url("../img/icon_faq_open.png") no-repeat center center;
    width: 20px;
    height: 20px;
}
.faq-list dl dt.open:after {
    background: url("../img/icon_faq_close.png") no-repeat center center;
}
.faq-list dl dd {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    background: #fff;
    padding: 20px 30px;
}
.faq-list dl.last dd {
    border-top: 0;
    border-bottom: 1px solid #333;
}
.faq-list dl dd ul li {
    border-bottom: 1.5px dashed #c8152d;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.faq-list dl dd ul li .q {
    margin-bottom: 5px;
    font-size: 16px;
    position: relative;
}
.faq-list dl dd ul li .q:before {
    content: "Q.";
    padding-right: 3px;
    font-size: 18px;
}
.faq-list dl dd ul li .a {
    margin-bottom: 0;
    padding-left: 23px;
    font-size: 14px;
}
.faq-list dl dd ul li .a a {
    color: #007eff;
    text-decoration: underline;
}
.faq-list dl dd ul li .a .mb0 {
    margin-bottom: 0;
    font-size: 14px;
}
.faq-list dl dd ul li .a .mb5 {
    margin-bottom: 5px;
    font-size: 14px;
}
.faq-list dl dd ul li .a .mb10 {
    margin-bottom: 10px;
    font-size: 14px;
}
.faq-list dl dd ul li .a .mb25 {
    margin-bottom: 25px;
    font-size: 14px;
}
@media screen and (max-width: 849px) {
    .mv {
        background: url("../img/img_mv_faq.jpg") no-repeat center top;
        background-size: cover;
        min-height: 200px;
        margin-top: 60px;
    }
    .mv h2 {
        padding-top: 22%;
        font-size: 24px;
    }
    .faq-list dl dt {
        padding: 5% 5%;
        font-size: 14px;
    }
    .faq-list dl dt:after {
        top: 18px;
        right: 3%;
        background-size: cover;
        width: 15px;
        height: 15px;
    }
    .faq-list dl dd {
        padding: 5% 5%;
    }
    .faq-list dl dd ul li {
        margin-bottom: 3%;
        padding-bottom: 3%;
    }
    .faq-list dl dd ul li .q {
        text-indent: -1.4em;
        margin-left: 1.4em;
        margin-bottom: 1%;
        font-size: 14px;
    }
    .faq-list dl dd ul li .q:before {
        padding-right: 3px;
        font-size: 14px;
    }
    .faq-list dl dd ul li .a {
        margin-bottom: 0;
        padding-left: 20px;
        font-size: 12px;
    }
    .faq-list dl dd ul li .a .mb0 {
        margin-bottom: 0;
        font-size: 12px;
    }
    .faq-list dl dd ul li .a .mb5 {
        margin-bottom: 1%;
        font-size: 12px;
    }
    .faq-list dl dd ul li .a .mb10 {
        margin-bottom: 3%;
        font-size: 12px;
    }
    .faq-list dl dd ul li .a .mb25 {
        margin-bottom: 5%;
        font-size: 12px;
    }
}



