@charset "UTF-8";

#faq .faq_sec2 {
    margin-top: 120px;
    margin-bottom: 100px;
}

#faq h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 50px;
}

/*コンテナ*/

.qa-list dl {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.qa-list dl:last-child {
    margin-bottom: 0;
}

.qa-list dl::before {
    font-family: "Gill Sans Extrabold", sans-serif;
    content: '+';
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    background: #00999a;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 8px;
    z-index: 2;
}

.qa-list .open::before {
    content: '-';
}

/*見出し*/

.qa-list dl dt {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #00999a;
    padding: 12px 50px 12px 10px;
    box-sizing: border-box;
    background: #e8f9f9;
    border-top: dotted 1px #898989;
    border-bottom: dotted 1px #898989;
}

/*説明*/

.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    padding: 20px 0 40px;
}

.qa-list dl dd p {
    font-size: 16px;
}

.qa-list dl dd p:first-child {
    margin-top: 0;
}

/*スマホ*/

@media screen and (max-width: 767px) {
    @charset "UTF-8";

    #faq .faq_sec2 {
        margin-top: 100px;
    }

    #faq h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    /*コンテナ*/

    .qa-list dl {
        margin-bottom: 20px;
    }

    .qa-list dl::before {
        width: 24px;
        height: 24px;
        font-size: 16px;
        line-height: 22px;
        top: 11px;
        right: 8px;
    }

    /*見出し*/

    .qa-list dl dt {
        font-size: 15px;
        padding: 10px 40px 10px 8px;
    }

    /*説明*/

    .qa-list dl dd {
        padding: 20px 0 30px;
    }

    .qa-list dl dd p {
        font-size: 14px;
    }

}
