@charset "UTF-8";

/**
 * terms
**/

.terms_page {
  margin: 0 auto;
  padding: 0 0 55px 0;
  width: 90.27%;
  max-width: 795px;
  overflow: hidden;
}
.terms_page h2 {
  margin: 0 0 35px 0;
  padding: 0 0 14px 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #000000;
}
.terms_page .intro {
  margin: 0 5px 0 5px;
  padding: 0 0 20px 0;
  line-height: 1.8em;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
.terms_page h3 {
  margin: 0 5px 0 5px;
  padding: 0 0 8px 0;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: normal;
}
.terms_page .description {
  margin: 0 5px 0 5px;
  padding: 0 0 0 0;
  line-height: 1.8em;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  letter-spacing: -0.12px;
}
.terms_page .description p {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1000px) {
  .terms_page {
    margin: 0 auto;
    padding: 0 0 55px 0;
    width: 92%;
    max-width: 92%;
    overflow: hidden;
  }
  .terms_page h2 {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #000000;
  }
  .terms_page .intro {
    margin: 0 5px 0 5px;
    padding: 0 0 20px 0;
    line-height: 1.8em;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
  }
  .terms_page h3 {
    margin: 0 5px 0 5px;
    padding: 0 0 8px 0;
    line-height: 1.2em;
    font-size: 15px;
    font-weight: normal;
  }
  .terms_page .description {
    margin: 0 5px 0 5px;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    letter-spacing: -0.12px;
  }
  .terms_page .description p {
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
  }

}

