@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #434343;
  background-color: #fff8ed;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.7;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
  font-family: 'Kiwi Maru', serif;
}
*, *:before, *:after {
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}