@charset "UTF-8";
/* CSS Document */
html{
  max-width: 1440px;
  margin: 0 auto;
}
body{
  background-color: #fff;
  font-size: 14px;
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #333;
  line-height: 2.0em;
}
h2{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.copyright{
  font-size: 14px;
}
/******************
PC　body
******************/
@media screen and (min-width: 1120px) {
  body{
    font-size: 16px;
  }
}