.terms-Header {
  text-align: center;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.terms-Header_Title {
  font-size: 7vw;
  font-weight: normal;
  font-family: "Kosugi Maru", sans-serif;
}

.terms-Header_Title-en {
  display: block;
  margin-top: .5em;
  color: #00b500;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
}

.terms-Header_Text {
  line-height: 1.5;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.terms-Container {
  padding-top: 25px;
  padding-bottom: 50px;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.terms-Preamble {
  margin-bottom: 2em;
}

.terms-List {
  margin-left: -20px;
}

.terms-List_Head {
  font-size: 100%;
  border-bottom: 1px #333 dashed;
  padding-bottom: 10px;
}

.terms-List_Item {
  list-style-type: none;
  margin: 0 0 2em -20px;
}

.terms-List_Title {
  font-size: 100%;
}

ul.terms-List_Detail {
  list-style-type: square;
  margin-bottom: 20px;
}

div.terms-List_Detail {
  margin: 0 0 20px 20px;
}

.terms-List_Detail li {
  margin-top: 0.5em;
}

.terms-List_InnerList {
  list-style-type: circle;
  margin-left: 0;
}

.terms-Closing {
  text-align: right;
}

@media screen and (min-width: 768px) {

  .terms-Header {
    padding-top: 40px;
  }

  .terms-Header_Title {
    font-size: 4.0rem;
  }

  .terms-Header_Title-en {
    font-size: 2.0rem;
  }

  .terms-Header_Text {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 992px) {

  .terms-Header {
    padding-top: 60px;
  }

  .terms-Header_Title {
    margin-bottom: 1em;
  }

  .terms-Container {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
