@charset "UTF-8";

/* =================================================
  下層ページのスタイル
================================================= */

/* 下層ページのタイトルエリア */
.page-title {
  background-color: #ecfdf5;
  padding-top: 6rem;
  padding-bottom: 4rem;
  text-align: center;
}
.page-title h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #047857;
}
.page-title p {
  margin-top: 0.5rem;
  color: #065f46;
  font-weight: 500;
}

/* prose (WordPressの投稿本文) のスタイル調整 */
.prose {
  max-width: 100%;
}

/* プライバシーポリシーページ専用のスタイル */
.privacy-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #059669;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #a7f3d0;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.privacy-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.privacy-content p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.privacy-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.privacy-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.privacy-content li {
  margin-bottom: 0.75rem;
}
.privacy-content a {
  color: #059669;
  text-decoration: underline;
}
.privacy-content a:hover {
  color: #047857;
}