@charset "utf-8";
/* CSS Document */

.privacy_lead {
  margin-bottom: 2rem;
}

.privacy_list dt,
.top_section_sub-ttl {
  font-size: 1.125rem;
  font-weight: 500;
  color: #039;
  line-height: 2;
}

.privacy_list dd {
  line-height: 2;
  margin-bottom: 2rem;
}

.privacy_list ol {
  list-style-type: decimal;
  margin-left: 1em;
}

.privacy_list ol ol {
  counter-reset: hoge;
  list-style-type: none;
  margin-left: 0;
}
.privacy_list ol ol li {
  counter-increment: hoge;
}
.privacy_list ol ol li::before {
  content: "(" counter(hoge) ") ";
}
.privacy_list ol ol ol {
  list-style-type: katakana;
  margin-left: 3em;
}
.privacy_list ol ol ol li::before {
  content: none;
}

@media screen and (max-width: 736px) {
  .privacy_lead {
    margin-bottom: 1rem;
    font-size: 0.875rem;
  }

  .privacy_list dt {
    font-size: 1rem;
  }

  .privacy_list dd {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
}
