@charset "UTF-8";
/* CSS Document */

html, body {
  font-family: "Noto Sans JP", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #F7F2EB;
  color: #4C4841;
}
@media (max-width: 767px) {
  html, body {
    font-family: "Noto Sans JP", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 2.0;
    font-size: 14px;
  }
}