@charset "UTF-8";
/*変数設定用*/
.under-page.privacy .policy-area .privacy-catch-txt {
  font-weight: 500;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .under-page.privacy .policy-area .privacy-catch-txt {
    margin: 0 0 40px;
  }
}
.under-page.privacy .policy-area .num-des-dl {
  display: flex;
  flex-direction: column;
  row-gap: 1.125em;
}
.under-page.privacy .policy-area .num-des-dl:nth-of-type(n + 2) {
  margin: 1.875em 0 0;
}
.under-page.privacy .policy-area .num-des-dl dt {
  font-size: 1.25em;
  font-weight: 700;
  text-indent: -1.2em;
  padding: 0 0 0 1.2em;
}
.under-page.privacy .policy-area .num-des-dl dd {
  font-size: 0.875em;
  line-height: 1.7142857143;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  row-gap: 1.25em;
}
.under-page.privacy .policy-area .num-list {
  display: flex;
  flex-direction: column;
}
.under-page.privacy .policy-area .num-list li {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.7142857143;
  counter-increment: title_num;
  position: relative;
  padding: 0 0 0 2em;
}
.under-page.privacy .policy-area .num-list li::before {
  content: counter(title_num) "）";
  position: absolute;
  left: 0;
  top: 0;
}/*# sourceMappingURL=privacy.css.map */