@charset "utf-8";

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

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

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

.disclosure-section:last-child {
    margin: 0 auto;
}

.disclosure-section-inner {
    margin-left: 1.5em;
}

.disclosure-section-inner h3 {
    text-indent: -1.5em;
}


p+.disclosure-section-inner,
.disclosure-section-inner+.disclosure-section-inner {
    margin-top: calc(32 * var(--vw-unit));
}

p+.disclosure-block,
.disclosure-block+.disclosure-block {
    margin-top: calc(16 * var(--vw-unit));
}


.disclosure-table-wrap {
    overflow-x: auto;
}

.disclosure-table-wrap .disclosure-table {
    width: calc(750 * var(--vw-unit));
}

.disclosure-table th {
    margin-bottom: calc(4 * var(--vw-unit));
    background: #0CA4CF;
    color: #FFF;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    text-align: center;
    padding: calc(16 * var(--vw-unit)) calc(20 * var(--vw-unit));
}

.disclosure-table th.secondary {
    background: #5DC1DE;
}

.disclosure-table-wrap .disclosure-table th {
    text-align: left;
}

.disclosure-table.table-cell-half th,
.disclosure-table.table-cell-half td {
    width: 50%;
}

.disclosure-table td {
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    text-align: left;
    padding: calc(20 * var(--vw-unit)) calc(20 * var(--vw-unit));
    background: #EBF5F7;
}

.disclosure-table td.cell01 {
    width: 22%;
}

.disclosure-table td.cell02 {
    width: 22%;
}

.disclosure-table td.cell03 {
    width: 22%;
}

.disclosure-table td.cell04 {
    width: 22%;
}

.disclosure-table td.cell05 {
    width: 12%;
}

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

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

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

.disclosure-section p+h3,
.disclosure-section p+h4,
.disclosure-section p+h5,
.disclosure-section ul+h3,
.disclosure-section ul+h4,
.disclosure-section ul+h5,
.disclosure-section ol+h3,
.disclosure-section ol+h4,
.disclosure-section ol+h5 {
    margin-top: calc(16 * var(--vw-unit));
}

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

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

.disclosure-section ul+p {
    margin-top: calc(16 * var(--vw-unit));
}

.disclosure-section p.closing {
    text-align: right;
    margin-top: calc(24 * var(--vw-unit));
}

.disclosure-section ul,
.disclosure-section ol {
    list-style: none;
}

.disclosure-section p+ul,
.disclosure-section p+ol,
.disclosure-section ul+ul,
.disclosure-section ul+ol {
    margin-top: calc(16 * var(--vw-unit));
}

.disclosure-section li {
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}

.disclosure-section .dot-list li {
    padding-left: calc(20 * var(--vw-unit));
    position: relative;
}

.disclosure-section .dot-list li::before {
    background: linear-gradient(66deg, #117DCA 8.56%, #1887C7 50%, #53CCEA 91.44%);
    border-radius: calc(3 * var(--vw-unit));
    content: "";
    height: calc(6 * var(--vw-unit));
    left: calc(5 * var(--vw-unit));
    position: absolute;
    top: calc(8.9 * var(--vw-unit));
    width: calc(6 * var(--vw-unit));
}

.disclosure-section .check-list li {
    padding-left: calc(20 * var(--vw-unit));
    position: relative;
}

.disclosure-section .check-list li::before {
    content: "□";
    color: #000;
    font-family: var(--font-sans-serif);
    font-size: calc(14 * var(--vw-unit));
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    position: absolute;
    left: 0;
    top: 0;
}

.disclosure-section .number-list li {
    padding-left: 1.5em;
    position: relative;
}

.disclosure-section .number-list .number {
    position: absolute;
    left: 0;
    top: 0;
}

.disclosure-section__note {
    margin-top: calc(12 * var(--vw-unit));
}

.disclosure-section__note li {
    font-size: calc(13 * var(--vw-unit));
    position: relative;
    padding-left: calc(26 * var(--vw-unit));
}

.disclosure-section .note-mark {
    position: absolute;
    left: 0;
    top: 0;
}

.disclosure-section sup {
    font-size: calc(10 * var(--vw-unit));
}

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



    /* ========================================================================
    [pc]disclosure-section
    ========================================================================= */
    .disclosure-section {
        margin: 0 auto 120px;
        width: var(--pc-container);
        scroll-margin-top: 116px;
    }

    h2+.disclosure-section-inner,
    .disclosure-section-inner+.disclosure-section-inner {
        margin-top: 32px;
    }

    p+.disclosure-block,
    .disclosure-block+.disclosure-block {
        margin-top: 16px;
    }


    .disclosure-section:last-child {
        margin: 0 auto;
    }

    .disclosure-table-wrap {
        overflow-x: auto;
    }

    .disclosure-table-wrap .disclosure-table {
        width: 100%;
    }

    .disclosure-table.table-cell-half th,
    .disclosure-table.table-cell-half td {
        width: 50%;
    }

    .disclosure-table th {
        margin-bottom: 4px;
        background: #0CA4CF;
        color: #FFF;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
        text-align: left;
        padding: 16px 20px;
        width: 23%;
    }

    .disclosure-table td {
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
        text-align: left;
        padding: 16px 20px;
        background: #EBF5F7;
        width: 77%;
    }

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

    .disclosure-section h4 {
        margin-bottom: 16px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
    }

    .disclosure-section h5 {
        margin-bottom: 16px;
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 170%;
    }

    .disclosure-section p+h3,
    .disclosure-section p+h4,
    .disclosure-section p+h5,
    .disclosure-section ul+h3,
    .disclosure-section ul+h4,
    .disclosure-section ul+h5,
    .disclosure-section ol+h3,
    .disclosure-section ol+h4,
    .disclosure-section ol+h5 {
        margin-top: 16px;
    }

    .disclosure-section a {
        color: #0F3752;
        transition: color 0.3s ease;
    }

    .disclosure-section a:hover {
        color: rgba(0, 0, 0, 0.4);
    }

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

    .disclosure-section ul+p {
        margin-top: 16px;
    }

    .disclosure-section p.closing {
        text-align: right;
        margin-top: 24px;
    }

    .disclosure-section p+ul,
    .disclosure-section p+ol,
    .disclosure-section ul+ul,
    .disclosure-section ul+ol {
        margin-top: 16px;
    }

    .disclosure-section li {
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
    }

    .disclosure-section .dot-list li {
        padding-left: 20px;
    }

    .disclosure-section .dot-list li::before {
        border-radius: 3px;
        height: 6px;
        left: 5px;
        top: calc(13.6px - 3px);
        width: 6px;
    }

    .disclosure-section .check-list li {
        padding-left: 20px;
        position: relative;
    }

    .disclosure-section .check-list li::before {
        content: "□";
        color: #000;
        font-family: var(--font-sans-serif);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .disclosure-section__note {
        margin-top: 12px;
    }

    .disclosure-section__note li {
        font-size: 13px;
        padding-left: 26px;
    }

    .disclosure-section sup {
        font-size: 10px;
    }



}
