/* ==========================================
   Privacy Policy Page — Mobile first
   （page-hero は page-common.css と About 等と共通）
   ========================================== */

.tai-privacy-page {
  --pp-body: #222222;
  --pp-muted: #737373;
  overflow: hidden;
  background: #fff;
  color: var(--pp-body);
  font-family: var(--font-ja);
}

.tai-privacy-page * {
  box-sizing: border-box;
}

.tai-privacy-page .pp-article a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tai-privacy-page .pp-article a:hover {
  text-decoration: none;
}

/* ----- Main surface ----- */
.pp-main-surface {
  padding-top: 28px;
  background: #fff;
}

.pp-article {
  padding-bottom: 64px;
}

.pp-article-inner {
  margin: 0 auto;
}

.pp-lead {
  font-size: 14px;
  font-weight: 400;
  color: var(--pp-body);
  line-height: 1.78;
  letter-spacing: 0.03em;
  margin: 0 0 1.35em;
}

.pp-lead:last-of-type {
  margin-bottom: 0;
}

.pp-section {
  margin-top: 36px;
}

.pp-section:first-of-type {
  margin-top: 40px;
}

.tai-privacy-page .pp-section-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--pp-body);
  line-height: 1.55;
  letter-spacing: 0.02em;
  margin: 0 0 14px;
  padding: 0;
  border: none;
}

.pp-section-body {
  font-size: 14px;
  font-weight: 400;
  color: var(--pp-muted);
  line-height: 1.78;
  letter-spacing: 0.03em;
  margin: 0 0 14px;
}

.pp-section-body:last-child {
  margin-bottom: 0;
}

.pp-bullet-list {
  margin: 0;
  padding: 0 0 0 1.15em;
  color: var(--pp-muted);
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.03em;
}

.pp-bullet-list li {
  margin-bottom: 8px;
}

.pp-bullet-list li:last-child {
  margin-bottom: 0;
}

.pp-purpose-block {
  margin-top: 22px;
}

.pp-purpose-block:first-of-type {
  margin-top: 20px;
}

.pp-purpose-heading {
  font-family: var(--font-ja);
  font-size: 14px;
  font-weight: 700;
  color: var(--pp-body);
  line-height: 1.55;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}

.pp-dash-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--pp-muted);
  line-height: 1.78;
  letter-spacing: 0.03em;
}

.pp-dash-list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
}

.pp-dash-list li:last-child {
  margin-bottom: 0;
}

.pp-dash-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
}

.pp-contact {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: var(--pp-body);
  line-height: 1.78;
  letter-spacing: 0.03em;
  margin: 18px 0 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pp-contact-line {
  display: block;
}

.pp-contact a {
  color: var(--pp-body);
}

.pp-section--last .pp-section-body {
  margin-bottom: 0;
}
