/* 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 table {
  width: 100%;
}
.reNewArea .general-text-block {
  font-size: 100%;
}
.reNewArea .general-anchor-nav--area {
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
}
.reNewArea .general-anchor-nav__item {
  height: auto;
}
.reNewArea .general-anchor-nav__item a {
  font-size: 90%;
  font-weight: 500;
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (max-width: 768px) {
  .reNewArea .general-anchor-nav__item a br {
    display: none;
  }
}
.reNewArea .brochure-list-areaname {
  font-size: clamp(1.8rem, 5.5vw, 120%);
}
.reNewArea .brochure-list-item {
  width: 20%;
}
.reNewArea .brochure-list-item__name {
  font-size: clamp(1.4rem, 1.5vw, 90%);
  margin-bottom: 1em;
  margin-top: 1em;
  width: 100%;
  justify-content: center;
}
.reNewArea .brochure-list-item__btn {
  width: 100%;
}
.reNewArea .brochure-list-item__btn .general-button {
  font-size: clamp(1.4rem, 1.5vw, 90%);
  text-align: center;
  padding: 0.5em;
  background: #055f8c;
  position: relative;
}
.reNewArea .brochure-list-item__btn .general-button::before {
  left: 50%;
  margin-left: calc(-50% + 2em);
}/*# sourceMappingURL=index.css.map */