@charset "UTF-8";
.common_content {
  margin-bottom: 80rem;
}
.common_content dl {
  line-height: 1.8;
}
.common_content dl dt {
  font-weight: bold;
  margin-top: 10rem;
}
.common_content ol {
  list-style: none;
  counter-reset: item;
  padding-left: 1em;
}
.common_content ol li {
  position: relative;
  padding-left: 10rem;
}
.common_content ol li::before {
  counter-increment: item;
  content: counter(item) ". ";
  position: absolute;
  left: -0.5em;
}
.common_content .brackets li::before {
  content: "（" counter(item) "）";
  left: -1.1em;
}
.common_content ul li::before {
  content: "・";
  margin-right: 0.5em;
}

/*@media screen and (max-width: 1680px) {}*/
/*@media screen and (max-width: 1279px) {}*//*# sourceMappingURL=privacypolicy.css.map */