/* プライバシーポリシー */

.privacy-page {
  padding: 40px 0 80px;
}

.privacy-policy {
  margin-inline: auto;
}

/* 見出しは about.css の .about-section__heading を共用。下線は .about-section__rule（enqueue / 静的HTML で about.css を先に読み込み） */

.privacy-policy__intro {
  margin: 0 0 40px;
  font-size: 15px;
  line-height: 1.9;
  text-align: justify;
}

@media (min-width: 768px) {
  .privacy-policy__intro {
    font-size: 16px;
  }
}

.privacy-list {
  margin: 0;
  padding-left: 1.35em;
  line-height: 1.65;
}

.privacy-list__item {
  margin-bottom: 28px;
  font-size: 17px;
}

@media (min-width: 768px) {
  .privacy-list__item {
    font-size: 20px;
  }
}

.privacy-list__item:last-child {
  margin-bottom: 0;
}

.privacy-list__item::marker {
  font-weight: 700;
}

.privacy-list__heading {
  font-weight: 700;
  font-size: inherit;
}

.privacy-list__text {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.9;
  text-align: justify;
}

@media (min-width: 768px) {
  .privacy-list__text {
    font-size: 16px;
  }
}

.page-privacy .footer-col a[aria-current="page"] {
  text-decoration: underline;
  font-weight: 700;
}
