@charset "utf-8";

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, "メイリオ", sans-serif;
  color: #6a3906;
  letter-spacing: 0.04em;
}

#container h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
}

#container p {
  line-height: 1.9;
}

#container strong,b {
  font-weight: bolder;
}

#container a {
  color: #CC3300;
  text-decoration: none;
}

#container a:hover {
  color: orange;
}