@charset "utf-8";
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px 1em=10px*/
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: "ヒラギノ角ゴ ProN","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
ul{
list-style: none;
padding: 0;
}
