@charset "UTF-8";
.terms-view {
  word-wrap: break-word;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.terms-view h3 {
  font-weight: bold;
  font-size: 1.125em;
}
.terms-view h3:not(:first-of-type) {
  margin-top: 3em;
}
.terms-view dl dt:not(:first-of-type) {
  margin-top: 1em;
}
.terms-view .contact-wrap {
  background: #ffffff;
  padding: 1em;
  margin-top: 1em;
}/*# sourceMappingURL=terms.css.map */