@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}
body {
  color: #000; /* RGB */
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
}

.none {
  display: none;
}

