@charset "UTF-8";
/* CSS Document */
html{
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
}
body{
  color: #474747;
  font-family: "Zen Kaku Gothic Antique",YuGothic,;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align:center;
}
h2{
  font-size: 2.0rem;
  border-bottom: 30px;
}
a:hover{
  opacity: 0.5;
}
