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

img{
max-width:100%;
height:auto;
display:block;
}

ul{
list-style:none;
}

a{
text-decoration:none;
color:inherit;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

/* 基本フォント設定 */
body {
  font-size: 1.6rem; /* = 16px */
  line-height: 1.5;
  color: #E3E3E3;
  
}

body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol,
dl, dt, dd,
figure,
blockquote,section {
  margin: 0;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: inherit;
}

/* リスト */
ul, ol {
  padding: 0;
  list-style: none;
}
