/**
 * プライバシーポリシーページ用スタイル
 * パンくず・PageTitle は common.css で共通管理。
 * 本文レイアウト（.LayoutSection, .PageSection）のみここで定義。
 */
.PageTitle {
  color: var(--primary-color);
}

.LayoutSection {
  padding: 12px;
}

.LayoutMain > .LayoutInner.LayoutSection + .LayoutInner.LayoutSection {
  padding-top: 16px;
}

.PageSection {
  margin-bottom: 20px;
}

.PageSection h2 {
  margin-bottom: 12px;
}

.PageSection p {
  margin-bottom: 8px;
}

.PageSection ol {
  list-style-type: decimal;
  padding-left: 20px;
}

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