#terms-page {
  margin-top: 70px;
}
@media screen and (max-width: 600px) {
  #terms-page {
    margin-top: 60px;
  }
}
#terms-page .main {
  width: 100%;
  height: 300px;
  background: url(../images/terms/main_pc.png) center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 600px) {
  #terms-page .main {
    height: 200px;
    background: url(../images/terms/main_sp.png) center no-repeat;
    background-size: cover;
  }
}
#terms-page .main__inner {
  width: min(90%, 1160px);
  margin: 0 auto;
  padding: 89px 0 15px;
}
@media screen and (max-width: 600px) {
  #terms-page .main__inner {
    padding: 66px 0 8px;
  }
}
#terms-page .main__inner .mainBox p {
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  #terms-page .main__inner .mainBox p {
    margin-bottom: 3px;
  }
}
#terms-page .main__inner .mainBox p span.en {
  font-size: 90px;
  line-height: 1em;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #terms-page .main__inner .mainBox p span.en {
    font-size: 52px;
  }
}
#terms-page .main__inner .mainBox h2 {
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 62px;
}
@media screen and (max-width: 600px) {
  #terms-page .main__inner .mainBox h2 {
    font-size: 14px;
    margin-bottom: 46px;
  }
}
#terms-page .terms {
  width: 100%;
}
#terms-page .terms__inner {
  width: min(90%, 800px);
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  #terms-page .terms__inner {
    padding: 50px 0;
  }
}
#terms-page .terms__inner .termsSet {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #terms-page .terms__inner .termsSet {
    margin-bottom: 30px;
  }
}
#terms-page .terms__inner .termsSet:last-child {
  margin: 0;
}
#terms-page .terms__inner .termsSet .ttlBox {
  margin-bottom: 0;
}
#terms-page .terms__inner .termsSet .ttlBox h3 {
  font-size: 18px;
  line-height: 1em;
  padding: 0 0 20px 17px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-gry);
  background: url(../images/common/ico_circle.svg) top 5px left no-repeat;
  background-size: 7px auto;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #terms-page .terms__inner .termsSet .ttlBox h3 {
    padding: 0 0 15px 17px;
    background: url(../images/common/ico_circle.svg) top 4px left no-repeat;
    background-size: 7px auto;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#terms-page .terms__inner .termsSet ul {
  display: flex;
  flex-direction: column;
}
#terms-page .terms__inner .termsSet ul li {
  line-height: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
}

footer {
  background: var(--color-wht) !important;
}