@charset "UTF-8";
/* =========================================
  policy.css  (Shapes School)
  - 利用規約ページ用のCSS
========================================= */
h2 {
  font-family: var(--f-text);
  margin-bottom: 8px;
}
#child-hero {
  height: auto;
  margin-top: calc(40px + var(--header-h));
  margin-bottom: 40px;
}
.child-title {
  font-size: 24px;
}
.policy-meta {
    text-align: right;
    margin-bottom: 1em;
}
.p-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--c-deco-1);
  margin: 1em 0;
}
.p-section ul li {
    list-style-type: disc;
    margin-left: 1.5em;
}
