*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
html {
  font-size: 100%;/*16px*/
  scroll-behavior: smooth;
}

  body {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "Arial", sans-serif;
  font-size:1rem;/*16px*/
  line-height: 1.5;
  background-color: #fff;
  color: #333;
}
}

@media screen and (max-width: 767px) {
html {
  font-size: 84%;/*13.44px*/
  scroll-behavior: smooth;
}

  body {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", "Arial", sans-serif;
  font-size:1rem;/*13.44px*/
  line-height: 1.5;
  background-color: #fff;
  color: #333;
}
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #009bf3;
}

button, input, textarea {
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 0;
  text-align: left;
}

