@charset "UTF-8";
/*
 行数制限、越えた場合は「...」になる
*/
/* --------------------
 * NEWS
 * -------------------- */
/* --------------------
 * pageTitle
 * -------------------- */
.pageTitle.termsTop {
  background-image: url("/terms/images/kv_terms_sp.jpg");
}

@media print, screen and (min-width: 769px) {
  .pageTitle.termsTop {
    background-image: url("/terms/images/kv_terms_pc.jpg");
  }
}

/* --------------------
 * secTerms
 * -------------------- */
.secTerms .title2 {
  display: none;
}

.secTerms dl {
  margin: 50px 15px 65px 15px;
}

.secTerms dl dt {
  font-weight: bold;
  line-height: 0.76;
  font-size: 16px;
  margin-bottom: 16px;
}

.secTerms dl dd {
  font-size: 11px;
  line-height: 2;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 23px;
}

.secTerms dl dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .secTerms {
    padding-top: 112px;
  }
  .secTerms .title2 {
    display: block;
    text-align: center;
    margin: 0 0 60px;
  }
  .secTerms dl {
    margin: 50px 55px 0 55px;
  }
  .secTerms dl dt {
    margin-top: 40px;
    margin-bottom: 18px;
  }
  .secTerms dl dd {
    font-size: 14px;
    padding-bottom: 33px;
  }
  .secTerms dl dd:last-child {
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
  }
}
