@import url("https://fonts.googleapis.com/css2?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=Noto+Sans+JP:wght@100..900&display=swap");
@import url("lib/ress.min.css");
.p-sections {
  display: flex;
  gap: 5rem;
  flex-direction: column;
  padding: 13rem 0 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-sections {
    gap: 4rem;
    padding: 2.8rem 0 5rem;
  }
}

.p-section .ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-section .ttl {
    font-size: 1.4rem;
    padding: 0 0 0.8rem;
  }
}
.p-section-body dl {
  clear: both;
  overflow: hidden;
  zoom: 1;
}
.p-section-body dl dt, .p-section-body dl dd {
  float: left;
}
.p-section-body dl dt {
  clear: left;
}/*# sourceMappingURL=privacy.css.map */