@charset "UTF-8";
/* ========================= /
/  mixin
/* =========================*/
/* ========================= /
/  カラー
/* =========================*/
.policy__inner {
  max-width: 860px;
}
.policy__para {
  margin-bottom: 70px;
  line-height: 212.5%;
}
@media screen and (max-width: 768px) {
  .policy__para {
    font-size: 1.6rem;
  }
}
.policy__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 1024px) {
  .policy__list {
    margin-top: 64px;
    gap: 54px;
  }
}
@media screen and (max-width: 768px) {
  .policy__list {
    margin-top: 32px;
    gap: 32px;
  }
}
.policy__item-ttl {
  margin-bottom: 18px;
  font-weight: bold;
  line-height: 141.667%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .policy__item-ttl {
    font-size: 1.8rem;
  }
}
.policy__item-para {
  line-height: 212.5%;
}
@media screen and (max-width: 768px) {
  .policy__item-para {
    margin-top: 24px;
    font-size: 1.4rem;
  }
}
.policy__item-list {
  list-style: disc;
  padding-left: 2.2rem;
  line-height: 212.5%;
}
.policy__item-list--number {
  list-style: auto;
}

.policy__item-list--alpha {
  list-style: lower-alpha;
}

.policy__item-list--roman {
  list-style: lower-roman;
}/*# sourceMappingURL=policy.css.map */