@charset "UTF-8";

/* ===============================================
  Privacy — プライバシーポリシー（ページ固有のみ）
  共通: common/css/base.css, project.css, layout.css 等
=============================================== */

/* ==============================
  Lead（#privacy）
============================== */
.privacy-lead {
    line-height: 2;
    letter-spacing: 0.06em;
}

/* ==============================
  Body（#privacy）
============================== */
.privacy-body {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.privacy-section__title {
    margin: 0 0 0.5em;
    font-size: inherit;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
}

.privacy-section p,
.privacy-section li {
    line-height: 2;
    letter-spacing: 0.06em;
}

.privacy-section ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0.5em;
}

.privacy-section__subheading {
    margin: 0.5em 0 0;
    font-size: inherit;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
}

.privacy-supplement {
    margin-top: 1em;
}

/* ==============================
  Supplement
============================== */
.privacy-supplement__title {
    margin: 0 0 0.5em;
    font-size: inherit;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
}

.privacy-supplement p {
    line-height: 2;
    letter-spacing: 0.06em;
}
