/* プライバシーポリシーページ用CSS */

/* セクション全体 */
.l-section-privacyContent {
  padding: 0 20px;
}

.l-section-privacyContent__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 42px 0 55px;
}

/* コンテンツ全体 */
.p-privacy-content {
  max-width: 1000px;
  margin: 0 auto;
}

/* リード文 */
.p-privacy-content__lead {
  margin: 0 0 48px;
}

.p-privacy-content__leadTxt {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #000;
}

/* リード文付帯（制定日・改訂日ブロック） */
.p-privacy-content__leadInfo {
  margin: 24px 0 48px;
  text-align: right;
}

.p-privacy-content__leadInfoTxt {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #000;
  text-align: right;
}

/* セクション */
.p-privacy-content__section {
  margin: 0 0 48px;
}

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

/* セクションタイトル */
.p-privacy-content__sectionTitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 0 20px;
  padding: 0 0 12px;
  border-bottom: solid 2px #29baa2;
}

/* セクションテキスト */
.p-privacy-content__sectionTxt {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #000;
  margin: 0;
}

/* サブセクション */
.p-privacy-content__subsection {
  margin: 32px 0 0;
}

.p-privacy-content__subsection:first-child {
  margin-top: 0;
}

/* サブセクションタイトル */
.p-privacy-content__subsectionTitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0 0 16px;
}

/* サブセクションテキスト */
.p-privacy-content__subsectionTxt {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #000;
  margin: 0 0 16px;
}

/* サブサブセクション */
.p-privacy-content__subsubsection {
  margin: 24px 0 0;
}

.p-privacy-content__subsubsection:first-child {
  margin-top: 0;
}

/* サブサブセクションタイトル */
.p-privacy-content__subsubsectionTitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0 0 12px;
}

/* サブサブセクションテキスト */
.p-privacy-content__subsubsectionTxt {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #000;
  margin: 0 0 12px;
}

/* リスト */
.p-privacy-content__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.p-privacy-content__listItem {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #000;
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 0 12px;
}

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

.p-privacy-content__listItem::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #29baa2;
  font-weight: 700;
}

/* 連絡先情報 */
.p-privacy-content__contact {
  margin: 20px 0 0;
  padding: 20px;
  background: #f9ffeb;
  border-radius: 4px;
}

.p-privacy-content__contactTitle {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.01em;
  color: #29baa2;
  margin: 0 0 12px;
}

.p-privacy-content__contactTxt {
  font-size: 1.4rem;
  line-height: 1.85;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #000;
  margin: 0;
}

/* PC版 */
@media screen and (min-width: 768px), print {
  .l-section-privacyContent__inner {
    padding: 97px 0 127px;
  }

  .p-privacy-content__lead {
    margin: 0 0 64px;
  }

  .p-privacy-content__leadTxt {
    font-size: 1.6rem;
    line-height: 2.12;
  }

  .p-privacy-content__leadInfo {
    margin: 32px 0 64px;
  }

  .p-privacy-content__leadInfoTxt {
    font-size: 1.6rem;
    line-height: 2.12;
  }

  .p-privacy-content__section {
    margin: 0 0 64px;
  }

  .p-privacy-content__sectionTitle {
    font-size: 3rem;
    line-height: 1.6;
    margin: 0 0 32px;
  }

  .p-privacy-content__sectionTxt {
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .p-privacy-content__subsection {
    margin: 48px 0 0;
  }

  .p-privacy-content__subsectionTitle {
    font-size: 2rem;
    line-height: 1.7;
    margin: 0 0 10px;
  }

  .p-privacy-content__subsectionTxt {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0 0 10px;
  }

  .p-privacy-content__subsubsection {
    margin: 32px 0 0;
  }

  .p-privacy-content__subsubsectionTitle {
    font-size: 1.8rem;
    line-height: 1.66;
    margin: 0 0 16px;
  }

  .p-privacy-content__subsubsectionTxt {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0 0 16px;
  }

  .p-privacy-content__list {
    margin: 10px 0 0;
  }

  .p-privacy-content__listItem {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0 0 16px;
  }

  .p-privacy-content__contact {
    margin: 32px 0 0;
    padding: 32px;
  }

  .p-privacy-content__contactTitle {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0 0 16px;
  }

  .p-privacy-content__contactTxt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
