@charset "UTF-8";
.m-h1-cover .e-h1 {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .m-h1-cover .e-h1 {
    font-size: 24px;
  }
}

.e-terms__txt .headline1 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .e-terms__txt .headline1 {
    font-size: 24px;
  }
}

.e-terms__txt .headline2 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .e-terms__txt .headline2 {
    font-size: 20px;
  }
}

.e-terms__txt .headline3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .e-terms__txt .headline3 {
    font-size: 18px;
  }
}

.e-terms__txt .headline5 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .e-terms__txt .headline5 {
    font-size: 16px;
  }
}

.e-terms__txt p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .e-terms__txt p {
    font-size: 14px;
  }
}
