@charset "utf-8";
/* CSS Documents */

/*
font-size list (base: 12px)
 67% =  8px
 75% =  9px
 83% = 10px
 92% = 11px        175% = 21px
100% = 12px        184% = 22px
108% = 13px        192% = 23px
117% = 14px        200% = 24px
125% = 15px        209% = 25px
133% = 16px        217% = 26px
142% = 17px
150% = 18px
159% = 19px
167% = 20px
*/


/* rule
agreement,law,settlementページ兼用
-------------------------------------------------- */

.rule {
  box-sizing: border-box;
  max-width: 640px;
  color: #2e2e2e;
  margin: 0 auto;
  padding: 24px;
  background: rgba(255,255,255,0.9);
  text-align: left;
}

.rule h1 {
  margin: 0 auto 16px;
  padding: 0 0 12px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #bdbdbd;
}

.rule .date {
  margin: 0 auto 16px;
  padding: 12px 0 0;
  font-weight: bold;
  border-top: 2px solid #bdbdbd;
}

.rule h2 {
  color: #151515;
  font-size: 117%;
  font-weight: bold;
  margin: 24px 0 8px;
}

.rule p {
  margin-bottom: 6px;
}

.rule table {
  margin: 0 auto;
  border-spacing: 0;
  line-height: 1.4;
}

.rule td {
  padding: 20px;
  border: solid #bdbdbd;
  border-width: 1px 1px 0 0;
  vertical-align: middle;
}

.rule td:nth-child(1) {
  width: 30%;
  border-width:1px 1px 0 1px;
}

.rule tr:last-child td{
  border-width: 1px 1px 1px 0;
}
.rule tr:last-child td:nth-child(1){
  border-width: 1px 1px 1px 1px;
}


/* qanda
-------------------------------------------------- */

.qanda {
  box-sizing: border-box;
  max-width: 640px;
  margin: 0 auto;
  padding: 16px;
  color: #2e2e2e;
  background: rgba(255,255,255,0.9);
}

.level01 {
  font-size: 133%;
  background: #424242;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1px;
  padding: 16px 10px 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.level02 {
  font-size: 100%;
  background: #6e6e6e;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1px;
  padding: 16px 10px 16px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.level03 h2 {
  font-size: 117%;
  font-weight: bold;
  margin: 0 0 12px;
  padding: 0 10px 8px;
  border-bottom: 2px solid #bdbdbd;
}

.level03 {
  margin: 28px 0 28px;
}

.accordion_ul p {
  padding: 0 10px 0;
}

.accordion_ul>li:not(:last-child) {
  margin: 0 0 16px;
}

.level01:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FFF;
}

.level01:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #424242;
}

.level01.active:before {
  margin-top: -2px;
}
 
.level01.active:after {
  margin-top: 3px;
}

.level02:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FFF;
}

.level02:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #6e6e6e;
}

.level02.active:before {
  margin-top: -2px;
}

.level02.active:after {
  margin-top: 3px;
}

/* rules 2020-0401 規約改定
-------------------------------------------------- */

#rules {
  font-size:12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

#rules ul li ul {
  display: table;
}

#rules .PtDot li {
  text-indent: -2em;
  padding-left: 2em;
}

#rules .PtParen h3 {
  font-size:100%;
}

#rules .PtDot .PtParen li {
  text-indent: -3em;
  padding-left: 3em;
}

#rules ul li.article2 {
  text-indent: 0em;
  padding-left: 3em;
}

#rules .article9 .PtParen li {
  text-indent: 0;
  padding-left: 0;
}

#rules ul li ul li span:first-child {
  width:36px;
}

#rules ul li ul li span {
  display: table-cell;
  text-indent: 0;
  padding-left: 0;
}

#rules .SupplementaryProvision {
  margin-top: 2em;
  font-size: 11px;
}

