.policy__container {
  font-size: 1.4rem;
  width: 100%;
  margin: 0 auto;
  max-width: 88rem;
}
@media screen and (min-width: 769px) {
  .policy__container {
    font-size: 1.5rem;
  }
}
.policy-section {
  margin-bottom: 6rem;
}
.policy-section__title {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 769px) {
  .policy-section__title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .policy-section__title {
    margin-bottom: 2.4rem;
  }
}
.policy-section__text:not(:first-of-type) {
  margin-top: 2.4rem;
}
@media screen and (min-width: 769px) {
  .policy-section__text:not(:first-of-type) {
    margin-top: 3.2rem;
  }
}
.policy-scroll {
  overflow-x: auto;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 769px) {
  .policy-scroll {
    margin-bottom: 3.2rem;
  }
}
.policy-scroll__table {
  min-width: 80rem;
  border-collapse: collapse;
  border: 1px solid #ABABAB;
  line-height: 2;
}
.policy-scroll__table th, .policy-scroll__table td {
  border: 1px solid #ABABAB;
  width: 20%;
  padding: 1.6rem;
  vertical-align: text-top;
}
.policy-scroll__table th:nth-child(3), .policy-scroll__table td:nth-child(3) {
  width: 30%;
}
.policy-scroll__table th:last-child, .policy-scroll__table td:last-child {
  width: 30%;
}
.policy-scroll__table th {
  text-align: left;
  background-color: #E0E0E0;
}
