@charset "UTF-8";
/* CSS Document */



html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
body{
  color: #333;
  background-color:#F4F5F7;
}

img {
  width: 100%;
}
 
