@charset "UTF-8";
section.page {
  background: #FFFAED;
  padding: 132px 0 80px;
}
section.page .page-wrapper {
  width: 712px;
  margin: 0 auto;
}
section.page .page-wrapper h1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 41px;
}
section.page .page-wrapper p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
section.page .page-wrapper h2 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 34px 0 19px;
}
section.page .page-wrapper ul li {
  text-indent: -1em;
  padding-left: 1em;
}
section.page .page-wrapper ul li::before {
  content: "・";
}
section.page .more {
  margin-top: 40px;
}

@media (max-width: 768px) {
  section.page {
    padding: calc(108 / var(--sp)) 0 calc(80 / var(--sp));
  }
  section.page .page-wrapper {
    width: calc(350 / var(--sp));
  }
  section.page .page-wrapper h1 {
    font-size: calc(22 / var(--sp));
    line-height: calc(30 / var(--sp));
    letter-spacing: 0.02em;
    margin-bottom: calc(35 / var(--sp));
  }
  section.page .page-wrapper p {
    font-size: calc(14 / var(--sp));
    line-height: calc(20 / var(--sp));
  }
  section.page .page-wrapper h2 {
    font-size: calc(18 / var(--sp));
    margin: calc(28 / var(--sp)) 0 calc(12 / var(--sp));
  }
  section.page .more {
    margin-top: calc(20 / var(--sp));
  }
}/*# sourceMappingURL=page.css.map */