@charset "UTF-8";

/* ========================
main
======================== */
.main {
    background-color: #F3EEE6;
}

/* ========================
faq
======================== */
.faq__listTitle {
    margin: 60px 0 20px;
    font-size: 1.8rem;
    font-weight: 700;
}

.faq__listTitle:first-of-type {
    margin-top: 0;
}

.faq__listTxt {
    padding-bottom: 20px;
    border-bottom: dotted #398A32;
}

/* faq pc */
@media screen and (min-width: 769px) {
    .faq__listTitle {
        font-size: 2.0rem;
    }

    .faq__list .btn__box {
        display: grid;
        justify-content: flex-start;
    }

    .faq__list .btn {
        margin-top: 20px;
    }

}/* pc 769px */