html {
  font-family: -apple-sysytem, 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }
}
