#pagePolicy .policyList .detail {
  line-height: 200%;
}

@media only screen and (max-width: 767px) {
  .policyList .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .policyList .title.top {
    font-size: 24px;
  }
  .policyList .detail {
    font-size: min(14px, 3.733vw);
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .policyList .title {
    font-size: 2.32vw;
    padding-bottom: 2.18vw;
  }
  .policyList .title.top {
    font-size: 2.9vw;
  }
  .policyList .detail {
    font-size: 1.164vw;
    padding-bottom: 5.09vw;
  }
}
@media only screen and (min-width: 1375px) {
  .policyList .title {
    font-size: 32px;
    padding-bottom: 30px;
  }
  .policyList .title.top {
    font-size: 40px;
  }
  .policyList .detail {
    font-size: 16px;
    padding-bottom: 70px;
  }
}/*# sourceMappingURL=style.css.map */