@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  box-sizing: border-box;
}

body{
    font-size: 1.6em;
    line-height: 3.0rem;
}

