@charset "euc-jp";
.page-main {
  margin-top: 60px;
  margin-bottom: 90px;
  color: #000;
}
@media screen and (max-width: 480px) {
  .page-main {
    margin-top: 5%;
    margin-bottom: 10%;
  }
}

.policy__title {
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .policy__title {
    font-size: 20px;
    margin-bottom: 5%;
  }
}

.policy__lead-text {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .policy__lead-text {
    font-size: 14px;
    line-height: 1.64;
    margin-bottom: 10%;
  }
}

.policy__subtitle {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .policy__subtitle {
    font-size: 15px;
    margin-bottom: 2%;
  }
}

.policy__text {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .policy__text {
    font-size: 14px;
    line-height: 1.64;
    margin-bottom: 10.5%;
  }
}

.policy__notice {
  display: block;
  font-size: 13px;
  margin-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.4;
}
.policy__maillink {
  color: #000;
  text-decoration: underline;
}

.policy__list {
  display: inline-block;
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-top: 3px;
}
@media screen and (max-width: 480px) {
  .policy__list {
    margin-top: 3%;
  }
}

.policy__list--top {
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .policy__list--top {
    margin-top: 4%;
  }
}