.policy {
  margin: 80px auto;
}
@media (min-width: 768px) {
  .policy {
    margin: 180px auto;
  }
}
.policy__title {
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 35px;
}
@media (min-width: 768px) {
  .policy__title {
    font-size: 38px;
    line-height: 60px;
  }
}
.policy__intro {
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 28px;
  border-bottom: 1px solid #f8f6f2;
}
.policy__section {
  margin-bottom: 40px;
}
.policy__section:last-child {
  margin-bottom: 0;
}
.policy__section-title {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .policy__section-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.policy__subsection {
  padding: 24px 0 0 0;
}
.policy__subsection h3,
.policy__subsection p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .policy__subsection h3,
  .policy__subsection p {
    font-size: 16px;
    line-height: 26px;
  }
}
.policy__subsection-title {
  font-size: 17px;
  font-weight: 600;
}
.policy__dates {
  line-height: 1.8;
}