/* ─────────────────────────────────────────
   PAGE PRIVACY POLICY — プライバシーポリシー
   Title band teal strip; section h2 teal gạch chân; block h3 thanh teal trái
   (cùng họ .eap-goal-heading); body white-space:pre-line giữ thụt lề 　.
   ───────────────────────────────────────── */

/* ── Title band (teal strip) ── */
.pp-title-band-wrap {
    max-width: 1200px;
    margin: 24px auto 0;
    padding: 0 2rem;
}
.pp-title-band {
    display: inline-block;
    background: #4DB1AF;
    color: #fff;
    font-size: 26px; font-weight: 700;
    line-height: 1;
    padding: 18px 48px 18px 28px;
    margin: 0;
}

/* ── Wrapper ── */
.pp-wrap {
    max-width: 1200px;
    margin: 24px auto 64px;
    padding: 0 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #061C3D;
}

/* ── Section (h2 teal + gạch chân teal) ── */
.pp-section { margin-bottom: 56px; }
.pp-section:last-child { margin-bottom: 0; }

.pp-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #0F9694;
    margin: 0 0 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #0F9694;
}

/* ── Intro + body: pre-line giữ newline & thụt lề full-width ── */
.pp-intro,
.pp-block-body {
    white-space: pre-line;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 12px;
}

/* ── Block heading (h3 thanh teal trái + hairline) ── */
.pp-block {
    margin-bottom: 24px;
    padding-bottom: 0;
    border-bottom: 1px solid #CCCCCC;
}
.pp-block:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.pp-block-heading {
    font-size: 15px;
    font-weight: 700;
    color: #061C3D;
    line-height: 1.6;
    margin: 0 0 14px;
    padding: 0 12px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
}
.pp-block-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 5px;
    background: #008F8D;
}

/* ── Ngày 制定・改定 + 署名 (右寄せ) ── */
.pp-meta { text-align: right; }
.pp-dates,
.pp-sign {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 12px;
}
.pp-sign { margin-bottom: 0; }

/* ── Responsive ── */
@media (max-width: 768px) {
    .pp-title-band-wrap { padding: 0 16px; }
    .pp-title-band { font-size: 20px; padding: 14px 28px 14px 18px; }
    .pp-wrap { padding: 0 16px; }
    .pp-section-title { font-size: 19px; }
}

/* ── List items with hanging indent ── */
.pp-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.pp-item-no {
    flex-shrink: 0;
    margin-right: 8px;
}
.pp-item-body {
    flex: 1;
}
.pp-item-body p {
    margin: 0;
}
.pp-subline {
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-top: 4px;
}
