body {
  line-height: 1.65;
  font-size: 17px;
}

@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  body {
    line-height: 1.5;
    font-size: 14px;
  }
}

h1.pc-title,
h2.pc-title,
h3.pc-title,
h4.pc-title,
h5.pc-title {
  padding: 0;
  margin: 0;
  line-height: 1.35;
  margin-bottom: 3px;
}

@media (max-width: 640px) {
  h1.pc-title,
  h2.pc-title,
  h3.pc-title,
  h4.pc-title,
  h5.pc-title {
    line-height: 1.4;
  }
}

@media (max-width: 330px) {
  h1.pc-title,
  h2.pc-title,
  h3.pc-title,
  h4.pc-title,
  h5.pc-title {
    line-height: 1.25;
  }
}

h1 {
  font-size: 2rem;
}
/*# sourceMappingURL=fontEN.css.map */