/* ------------------------------ */
/* page: プライバシーポリシー */
/* ------------------------------ */

.privacyMain {
  background: var(--color-white);
}

.privacyArticle {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 88px) 0 clamp(80px, 10vw, 120px);
}

.privacyLead {
  margin: 0 0 clamp(32px, 4vw, 48px);
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--color-text);
}

.privacySection {
  margin: 0 0 clamp(40px, 5vw, 56px);
}

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

.privacySection__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
  color: var(--color-text);
}

.privacySection__subTitle {
  margin: 24px 0 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--color-text);
}

.privacySection__subTitle:first-child {
  margin-top: 0;
}

.privacySection p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--color-text);
}

.privacySection p:last-child {
  margin-bottom: 0;
}

.privacyList {
  margin: 0 0 16px;
  padding-left: 1.25em;
  list-style: disc;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--color-text);
}

.privacyList li {
  margin-bottom: 4px;
}

.privacyList li:last-child {
  margin-bottom: 0;
}

.privacyOrderedList {
  margin: 0 0 16px;
  padding-left: 1.5em;
  list-style: decimal;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--color-text);
}

.privacyOrderedList li {
  margin-bottom: 8px;
}

.privacyContact {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--color-text);
}

.privacyContact dt {
  margin-top: 12px;
  font-weight: 700;
}

.privacyContact dt:first-child {
  margin-top: 0;
}

.privacyContact dd {
  margin: 4px 0 0;
}

.privacyEnacted {
  margin: clamp(40px, 5vw, 56px) 0 0;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #666;
}
