@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  }
  
  h1{
  font-size: 2.8rem;
  }
  
  h2 {
  font-size: 2.0rem;
  font-family: Zen Kaku Gothic Antique, Zen Maru Gothic;
  }

  h3 {
    font-family: Zen Maru Gothic;
  }


  *{
    list-style: none;
  }

  ul {
    margin: 0;
    padding: 0;
  }

  a {
    text-decoration: none;
    color: #777777;
  }

