@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* privacy policy */
/* ============================================ */
.contents {
  text-align: justify;
}
.contents dl {
  margin-top: 2.4em;
}
.contents dl dt {
  font-size: 2.2rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .contents dl dt {
    font-size: 1.8rem;
  }
}
.contents dl dt:not(:first-of-type) {
  margin-top: 1.6em;
}
.contents dl dd {
  margin-top: 5px;
}
.contents dl dd p + p {
  margin-top: 1em;
}
.contents dl dd ol {
  list-style: decimal;
  margin: 1em 0 0 2.4em;
}
.contents dl dd ul {
  list-style: disc;
  margin: 1em 0 0 2.4em;
}

/*# sourceMappingURL=privacy.css.map */
