@charset "utf-8";

/*==================================================
sp
================================================== */

/* ========================================================================
[sp]faq-section
========================================================================= */

.faq-section {
    margin: 0 auto calc(80 * var(--vw-unit));
    width: calc(343 * var(--vw-unit));
}

.faq-section:last-child {
    margin: 0 auto calc(100 * var(--vw-unit));
}

.faq-section h2 {
    margin-bottom: calc(40 * var(--vw-unit));
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(24 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}


.faq-list {
    position: relative;
    padding: 0 0 calc(24 * var(--vw-unit)) calc(50 * var(--vw-unit));
    border-bottom: calc(1 * var(--vw-unit)) solid #ccc;
}

.faq-list+.faq-list {
    margin: calc(32 * var(--vw-unit)) 0 0;
}

.faq-list dt {
    margin: 0 0 calc(24 * var(--vw-unit)) 0;
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
}

.faq-list dt .number {
    color: #0F78C0;
    font-family: var(--font-sans-serif);
    font-size: calc(20 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    position: absolute;
    top: 0;
    left: 0;
}

.faq-list dd {
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(14px * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.faq-list dd a {
    color: #0F3752;
}

/*==================================================
pc
================================================== */
@media print,
screen and (min-width:768px) {



    /* ========================================================================
    [pc]faq-section
    ========================================================================= */

    .faq-section {
        margin: 0 auto 80px;
        width: 800px;
    }

    .faq-section:last-child {
        margin: 0 auto 120px;
    }

    .faq-section h2 {
        margin-bottom: 42px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
    }

    .faq-list {
        position: relative;
        padding: 0 0 32px 55px;
        border-bottom: 1px solid #ccc;
    }

    .faq-list+.faq-list {
        margin: 32px 0 0;
    }

    .faq-list dt {
        margin: 0 0 26px 0;
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
    }

    .faq-list dt .number {
        color: #0F78C0;
        font-family: var(--font-sans-serif);
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .faq-list dd {
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
    }

    .faq-list dd a {
        transition: color 0.3s ease;
    }

    .faq-list dd a:hover {
        color: rgba(0, 0, 0, 0.4);
    }

}
