/* ===================================================
   プライバシーポリシー・利用規約 共通スタイル
   =================================================== */

/* --- 共通レイアウト --- */
.pp,
.terms {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  line-height: 1.9;
  font-size: 15px;
}

.pp__title,
.terms__title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.pp__company,
.terms__company {
  text-align: center;
  margin-bottom: 48px;
  font-size: 0.95rem;
  color: #444;
}

.pp__section,
.terms__section {
  margin-top: 36px;
}

.pp__section-title,
.terms__section-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd;
}

.pp__sub,
.terms__sub {
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 4px;
}

.pp__list,
.terms__list {
  padding-left: 1.4em;
  margin-top: 4px;
  margin-bottom: 12px;
}

.pp__list li,
.terms__list li {
  margin-bottom: 6px;
  line-height: 1.8;
}

/* --- プライバシーポリシー固有 --- */
.pp__lead { margin-bottom: 24px; }
.pp__note { margin-top: 8px; }

.pp__contact {
  margin-top: 16px;
  padding: 16px 20px;
  background: #f8f8f6;
  border-radius: 6px;
  font-size: 0.9rem;
  line-height: 1.8;
}

.pp a,
.terms a {
  color: #1a3c5e;
}

/* --- 利用規約固有 --- */
.terms__text {
  margin-bottom: 12px;
  line-height: 1.9;
}

/* --- レスポンシブ --- */
@media (max-width: 600px) {
  .pp,
  .terms {
    padding: 40px 16px 60px;
  }
  .pp__title,
  .terms__title {
    font-size: 1.3rem;
  }
}
