@charset "UTF-8";
/* コンテンツ制作・運営ポリシー */
.content-policy {
  padding: 0 0 100px;
}
.content-policy h2 {
  font-size: 1.825rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #0a6f3a;
  margin-bottom: 30px;
  color: #0a6f3a;
  text-align: left;
}
.content-policy h3 {
  font-size: 900;
  color: #0a6f3a;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 900;
}
.content-policy p:has(+ h3) {
  margin-bottom: 30px;
}
.content-policy p:has(+ h2) {
  margin-bottom: 60px;
}

/* 利用規約 */
.sitepolicy {
  padding: 0 0 100px;
}
.sitepolicy h2 {
  color: #0a6f3a;
  font-size: 1.275rem;
  margin-bottom: 10px;
  text-align: left;
}
.sitepolicy p:has(+ h2) {
  margin-bottom: 30px;
}

/* プライバシーポリシー */
.privacy {
  padding: 0 0 100px;
}
.privacy h2 {
  color: #0a6f3a;
  font-size: 1.275rem;
  margin-bottom: 10px;
  text-align: left;
}
.privacy p:has(+ h2) {
  margin-bottom: 30px;
}/*# sourceMappingURL=page.css.map */