@charset "UTF-8";
#lead {
  margin-bottom: 0;
}
#lead .leadHeader {
  position: static;
  left: auto;
  top: auto;
}
@media screen and (min-width: 1500px) {
  #lead .leadHeader {
    height: 48rem;
    margin: 0;
    padding-top: 10rem;
  }
}

#prohibitions {
  margin-top: 0;
}

.headerBox {
  margin-bottom: 7rem;
}

.textBox ul {
  font-size: 2.3rem;
}
@media screen and (min-width: 767px) {
  .textBox ul {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
.textBox ul h3 {
  font-size: 2.3rem;
  font-weight: 500;
  margin-top: 2em;
}
@media screen and (min-width: 767px) {
  .textBox ul h3 {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.textBox ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.textBox ul li::before {
  content: "・";
}
.textBox ul li.asta::before {
  content: "※";
}
.textBox ul li.no_style {
  text-indent: 0;
  padding-left: 0;
}
.textBox ul li.no_style::before {
  content: "";
  display: none;
}
.textBox ul.mb1em {
  margin-bottom: 2em;
}

#btmCopy {
  margin-top: 9rem;
}
#btmCopy h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin-bottom: 8rem;
}
@media screen and (min-width: 767px) {
  #btmCopy h2 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 767px) {
  #btmCopy p {
    font-size: 2rem;
    line-height: 2.1;
    text-align: center;
  }
}

#footer {
  background-image: none;
}

/*# sourceMappingURL=terms_of_use.css.map */
