.contents {
  padding-bottom: 88px;
}

@media screen and (max-width: 768px) {
  .heading__title {
    line-height: 1.333;
  }
}

.policy__text {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .policy__text {
    font-size: 12px;
    font-weight: 700;
  }
}
.policy__text--right {
  text-align: right;
}
.policy__list {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-left: 24px;
  list-style: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .policy__list {
    font-size: 12px;
    font-weight: 700;
    padding-left: 16px;
  }
}
.policy__list li {
  line-height: 2;
  margin-bottom: 20px;
}
.policy__heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin: 32px 0 20px;
}
@media screen and (max-width: 768px) {
  .policy__heading {
    font-size: 16px;
    font-weight: 700;
  }
}
.policy__image {
  margin: 46px 0 84px;
}
@media screen and (max-width: 768px) {
  .policy__image {
    margin: 24px 0 40px;
  }
}

/*# sourceMappingURL=policy.css.map */
