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

html{ font-size: 10px; }

body{
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  color:#636262;
}

img{
  max-width: 100%;
  vertical-align:bottom;
  margin:0;
  padding:0;
}

a{ text-decoration: none; }

@media (max-width: 800px) {

}

