
@charset "utf-8";
html{
  box-sizing: border-box;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 10px;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333;
}
.main-contents {
  width: 100%;
}

.inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.inner-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inner-1320 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
