html {
  font-size: 100%;
}

body {
  font-size: 16px;
  color: #444444;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  body p {
    text-align: justify;
  }
}
body figure {
  line-height: 1;
}
body img {
  width: 100%;
  max-width: none;
}
body ul {
  margin-top: 20px;
}
body ul li {
  list-style: none;
  text-align: justify;
  line-height: 1.7em;
  font-weight: 400;
  margin-bottom: 3px;
}
body span {
  color: #f21827;
}
body a {
  color: #f21827;
}

.main__inner {
  width: min(90%, 600px);
  margin: 0 auto;
  padding: 100px 0px;
}
@media screen and (max-width: 600px) {
  .main__inner {
    padding: 80px 0px;
  }
}
.main__inner .mainBox h1 {
  font-size: 20px;
  line-height: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.main__inner .mainBox p {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .main__inner .mainBox h1 {
    font-size: 16px;
  }
}
