html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.works-table-box .works-table-box__inner {
  overflow-x: scroll;
}

.works-table {
  width: 1120px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .works-table {
    width: 700px;
  }
}/*# sourceMappingURL=works.css.map */