html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p, div, strong {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}

body {  font-family: 'Hiragino Kaku Gothic ProN W3', sans-serif;}

li {  list-style: none;}

a {  color: inherit; text-decoration: none;}

/* 上記はリセットCSS */

* {
    font-family: 'Noto Sans JP', sans-serif;
  }
  
  body {
      font-feature-settings: "palt";
      letter-spacing: 0.5px;
  }