/* media query */
body {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 668px) {
  body {
    font-size: 1.6rem;
  }
}

.reNewArea img {
  border-radius: 1em;
}
.reNewArea .general-button--green {
  background: #055f8c;
}/*# sourceMappingURL=index.css.map */