/* eサービス利用規約 (terms) page. Layout chain: page-contact / mail-magazine / page-eservice. */

.est-main { display: flex; flex-direction: column; gap: 36px; }

.est-article { margin: 0; }
.est-art-title {
    font-size: 18px;
    font-weight: 700;
    color: #008F8D;
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #2EA8A5;
}

.est-art-body {
    font-size: 14px;
    line-height: 1.8;
    color: #42526B;
}
.est-art-body p { margin: 0; }

.est-art-body .est-l0 { margin-bottom: 6px; }

/* Numbered items "N." — hanging indent aligns on the digit. */
.est-art-body .est-l1 {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 10px;
}
.est-art-body .est-l1:first-child { margin-top: 0; }

/* Sub-items "(n)" — one indent level in, hanging indent on the paren. */
.est-art-body .est-l2 {
    margin-left: 1em;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

/* Sub-sub lines (e.g. software names inside 第6条). */
.est-art-body .est-l3 { margin-left: 2.5em; }

@media (max-width: 768px) {
    .est-main { gap: 28px; }
    .est-art-title { font-size: 16px; }
    .est-art-body { font-size: 13px; }
}
