@charset "UTF-8";
/* 全体の設定 */
html {
  font-size: 16px;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #140700;
  background-color: #fff;
}

a {
  color: #140700;
  text-decoration: none;
  font-size: 1rem;
  transition: 0.3s;
}/*# sourceMappingURL=style.css.map */