@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333333; /* RGB */
  font-family: "小塚ゴシック Pr6N";
  font-weight: 300;
  font-size: 2.0em;
  line-height: 3.6rem;
  text-align: center;
}
.container{
  max-width: 1200px;
  margin: 0 auto;
}
