@charset "UTF-8";

.terms-conditions {
  font-size: 14px;
  margin: 200px auto 120px;
  max-width: 680px;
  width: 90%;
}

.terms__ttl {
  font-size: 26px;
  font-weight: 700;
  margin: 50px auto 30px;
  text-align: center;
  display: block;
  line-height: 1.4;
}

.terms__subttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
  text-align: center;
}

.terms__lead {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.terms-conditions .terms__ttl {
  margin: 100px auto 30px auto;
  min-width: 300px;
}

.terms-text {
  line-height: 1.6;
  margin: 0 auto 50px 10px;
  text-align: left;
}

.privacy-text a,
.terms-text a {
  font-weight: 700;
}

.privacy-list {
  margin: 0 auto 50px 30px;
}

.terms-list {
  margin: 0 auto 50px 30px;
}

.privacy-list {
  list-style-type: lower-alpha;
  list-style-position: outside;
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}

.privacy-list li {
  list-style-type: lower-alpha;
}

.terms-list__li {
  line-height: 1.6;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 10px;
  padding-left: 1em;
  text-align: left;
}

.terms-list__li ul {
  margin-left: 20px;
}

.terms-list__li ul li {
  padding-left: 2em;
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -2.5em;
}

.terms-list__li ul li:before {
  content: "(" counter(cnt) ") ";
  margin-right: 1.3em;
}

.terms-list__li a {
  font-weight: 700;
}


/*
* -------------------------------------------
* テーブル
* -------------------------------------------
*/
.terms-tbl {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}

.terms-tbl thead tr td {
  border-bottom: 1px solid #000;
  text-align: center;
}

.terms-tbl tbody td {
  padding: 10px;
}

.terms-tbl tbody td:first-child {
  border-right: 1px solid #eee;
}

.terms-tbl ul li {
  list-style-type: disc;
}
