@charset "utf-8";
/* CSS Document */

/*
* FAQ
******************************************************/
.faq-content__wrapper {
    padding: 0 0 60px 0;
}
.faq-content {
    margin: 15px 0;
}
.faq-content_title {
    background:#0051a4;
    color: #FFF;
    text-align: center;
    font-size: 2.0rem;
    font-weight: normal;
    line-height: 40px;
}
.faq-content_inner {
    margin: 20px 0 40px 0;
}
.faq-content_inner dl {
    font-size: 1.8rem;
}
.faq-content_inner dt {
    padding: 0 40px;
    background:#c46f18;
    color: #FFF;
}
.faq-content_inner dd {
    margin-left: 0;
    padding: 0 40px;
    background:#fbf3da;
}
.faq-content_inner dt p ,
.faq-content_inner dd p {
    text-indent: -3em;
    padding-left: 2em;
}
@media(max-width:767px) {
    .faq-content__wrapper {
        padding: 0 0 30px 0;
    }
    .faq-content_title h3 {
        font-size: 1.6rem;
        line-height: 24px;
        padding: 4px 16px 0 16px;
    }
    .faq-content_inner {
        padding: 0 10px;
        margin: 16px 0;
    }
    .faq-content_inner dl {
        font-size: 1.6rem;
    }
    .faq-content_inner dt {
        padding: 0 15px;
        background:#c46f18;
        color: #FFF;
    }
    .faq-content_inner dd {
        margin-left: 0;
        padding: 0 15px;
        background:#fbf3da;
    }
    .faq-content_inner dt p ,
    .faq-content_inner dd p {
        text-indent: -3.25em;
        padding-left: 2em;
    }
}
