h1{
  font-size: 1.7em;
  font-family:"Mincho";
  line-height: 1.7em;
  margin-bottom:30px;
}
@media screen and (max-width:480px) {
  h1{
    font-size:1.3em;
  }
}