@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("lib/ress.min.css");
/**
 * privacy
 */
.p-section {
  margin: 0 0 8rem;
}
@media screen and (max-width: 640px) {
  .p-section {
    margin: 0 0 5rem;
  }
}
.p-section-ttl {
  border-bottom: 1px solid #222222;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2rem;
  padding: 0 0 2rem;
  margin: 0 0 3rem;
}
@media screen and (max-width: 640px) {
  .p-section-ttl {
    margin: 0 0 2.5rem;
  }
}
.p-section-body > * + * {
  line-height: 2;
  padding-top: 2rem;
}
@media screen and (max-width: 640px) {
  .p-section-body > * + * {
    padding-top: 1.5rem;
  }
}/*# sourceMappingURL=privacy.css.map */