@charset "utf-8";
#termsofuse {
  letter-spacing: 0.1em;
}
#termsofuse p {
  margin-bottom: 1.8rem;
  line-height: 1.8;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
#termsofuse h4 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--main-black);
  line-height: calc(40 / 28);
  text-align: center;
  margin: 40px auto 60px;
  padding-bottom: 25px;
  border-bottom: 2px solid var(--main-green);
  position: relative;
  font-feature-settings: "palt";
}

#termsofuse h4:before {
  content: "";
  width: 200px;
  height: 4px;
  background: var(--main-green);
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
  position: absolute;
}

#termsofuse_desc {
  margin-top: 30px;
  margin-bottom: 60px;
}

#termsofuse_desc ul {
  list-style-type: disc;
  padding-left: 1em;
  text-indent: 0em;
  font-size: 1.6rem;
}
#termsofuse_desc ul li {
  padding: 10px 0;
}

#termsofuse_desc a {
  margin-top: 20px;
  margin-left: 1em;
  display: block;
}

@media (max-width: 767px) {
  #termsofuse h4 {
    font-size: 2rem;
    line-height: calc(29 / 20);
    margin: 20px auto 30px;
    padding-bottom: 20px;
  }
}
