@charset "utf-8";

@import url("/group/sfe/assets/css/components/document-section.css");

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

/* ========================================================================
[sp]guide-section
========================================================================= */
.guide-section {
    margin: 0 auto;
    width: calc(343 * var(--vw-unit));
}

.guide-section__inner+.guide-section__inner {
    margin-top: calc(80 * var(--vw-unit));
}

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

.guide-section p.lead+h3 {
    margin-top: calc(56 * var(--vw-unit));
}

.guide-section p.text+h3 {
    margin-top: calc(80 * var(--vw-unit));
}


.guide-section p {
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(16 * var(--vw-unit));
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.guide-section p a {
    color: #0F3752;
}


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



    /* ========================================================================
    [pc]guide-section
    ========================================================================= */
    .guide-section {
        margin: 0 auto;
        width: var(--pc-container);
    }

    .guide-section__inner+.guide-section__inner {
        margin-top: 80px;
    }

    .guide-section h3 {
        margin-bottom: 24px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
    }

    .guide-section p.lead+h3 {
        margin-top: 56px;
    }

    .guide-section p.text+h3 {
        margin-top: 80px;
    }


    .guide-section p {
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 170%;
    }

    .guide-section p a {
        color: #0F3752;
    }


}
