.policy-list {
  counter-reset: list-num 0;
  margin-bottom: calc(8px * 7);
}
@media screen and (max-width: 959px) {
  .policy-list {
    margin-bottom: calc(8px * 7 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .policy-list {
    margin-bottom: calc(8px * 7 * 0.5);
  }
}
.policy-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .policy-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .policy-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.policy-list__item dt {
  margin-bottom: 12px;
  padding-bottom: 12px;
  background-color: #ffffff;
  background-image: repeating-linear-gradient(90deg, #23A3DA, #23A3DA 2px, transparent 2px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .policy-list__item dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.policy-list__item dt::before {
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ". ";
  font-family: "Nunito Sans", sans-serif;
  color: #23A3DA;
  font-size: 2.4rem;
}
@media screen and (max-width: 1279px) {
  .policy-list__item dt::before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .policy-list__item dt::before {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .policy-list__item dt::before {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=../../maps/pages/privacy.css.map */
