@charset "UTF-8";




p {
    margin: 0 0 10px;
}

.section-content {
    padding: 65px 0;
    margin: 0 auto;
}
@media only screen and (max-width: 767px){
.section-content {
    padding: 20px 0;
}

}


@media only screen and (max-width: 767px) {
    .page--faq .section-faq {
        margin-bottom: 15px;
    }
}

.page--faq .section-faq .section-content {
    padding: 35px 0;
}

@media only screen and (max-width: 767px) {
    .page--faq .section-faq .section-content {
        padding: 10px 10px 0 10px;
    }

    .page--faq .section-faq .section-content .row {
        padding: 0;
    }
}

.page--faq .headline {
    margin-bottom: 0;
}

.page--faq .section-faq .headline {
    font-size: 2.0rem;
    margin: 0.5em 0 1.4em;
}

@media only screen and (max-width: 767px) {
    .page--faq .section-faq .headline {
        font-size: 1.4rem;
    }
}

.page--faq .section-faq-area {
    margin-bottom: 45px;
}

.page--faq .section-faq .content .panel {
    background-color: #fff;
}

.page--faq .section-faq .content .faq-list li {
    margin: 6px 0;
}

.page--faq .section-faq .content dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    display: table;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.page--faq .section-faq .content dl dt::after {
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 1px solid;
    border-right: 1px solid;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.page--faq .section-faq .content dl dt.active::after {
    top: 5px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page--faq .section-faq .content dl dt>div,
.page--faq .section-faq .content dl dd>div {
    display: table-cell;
    padding: 24px 50px 24px 24px;
}

@media only screen and (max-width: 767px) {
    .page--faq .section-faq .content dl dt::after {
        right: 15px;
    }

    .page--faq .section-faq .content dl dt>div,
    .page--faq .section-faq .content dl dd>div {
        display: table-cell;
        padding: 15px 35px 10px 12px;
    }
}

.page--faq .section-faq .content dl dd {
    /* display: table; */
    width: 100%;
    border-top: 1px solid #dbdbdb;
}

.page--faq .section-faq .content dl .faq_q {
    color: #969fa5;
    width: 30px;
    padding-right: 0;
}

.page--faq .section-faq .content dl .faq_a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #658ccc;
    width: 30px;
    padding-right: 0;
}

.page--faq .section-faq .content .notes {
    font-size: 1.4rem;
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 767px) {
    .page--faq .section-faq .content .notes {
        font-size: 1.1rem;
        margin: 0 0 5px 0;
    }
}

.page--faq .section-faq .content .notes li {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    margin: 0;
}
.page--faq .section-faq .content .notes5 li {
    text-indent: -5.2rem;
    padding-left: 5.2rem;
}

@media only screen and (max-width: 767px) {
    .page--faq .section-faq .content dl dt {
        font-size: 1.4rem;
    }
}

.page--faq .section-faq .content dl dd {
    font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
    .page--faq .section-faq .content dl dd {
        font-size: 1.2rem;
    }
}

.page--faq .section-faq .content .ext {
    margin-bottom: 0;
    color: #658ccc;
    display: inline-block;
    padding-left: 20px;
    background-image: url(../images/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0.4em;
    word-break: break-all;    
}
.page--faq .section-faq .content .ext02 {
    color: #658ccc;
}
.page--faq .section-faq .content .ext02:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    .page--faq .section-faq .content .ext {
        background-size: 12px auto;
        padding-left: 15px;
    }
}

.page--faq .section-hero .section-content {
    padding: 0;
}

.page--faq .section-hero .headline {
    padding-top: 50px;
}

@media only screen and (max-width: 767px) {
    .page--faq .section-hero .headline {
        padding-top: 25px;
        margin-bottom: 25px;
    }
}
