@charset "utf-8";

/* ============================================================
   privacy.css
   - tos.css を踏襲（見出し/余白/リストの見せ方を統一）
   ============================================================ */

/* ------------------------------------------------------------
  Page Header
------------------------------------------------------------ */
.page_header .inner {
  max-width: 940px;
}

.page_header p {
  font-size: var(--size-sm);
  font-weight: 400;
}

/* ------------------------------------------------------------
  Privacy Policy Sections
------------------------------------------------------------ */
.privacy_section {
  position: relative;
  background: transparent;
  color: var(--color-text);
  font-weight: normal;
  margin: 0;
  padding: 1.6rem 0;
}

.privacy_section:first-of-type {
  border-top: 0;
}

/* セクション見出し */
.privacy_section .sec_title {
  margin-bottom: 1.6rem;
  font-size: var(--size-md);
}

/* Inner */
.privacy_section .inner {
  max-width: 940px;
}

/* List spacing */
.privacy_section .c-list--numbered > li:not(:last-child) {
  margin-bottom: 1em;
}

.privacy_section .caption {
  margin-top: 2em;
}

.privacy_section p + .c-list {
  margin-top: 1em;
}

/* Dot list */
.privacy_section .c-list--dot > .c-list__item {
  margin-bottom: 0.4em;
}

.privacy_section .c-list--dot > .c-list__item::before {
  content: "◎";
}
