/*-------------------------------------------
埋め込み用会員規約
-------------------------------------------*/
#rule .contents-inner dl {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #rule .contents-inner dl {
    margin-bottom: 1em;
  }
}
#rule .contents-inner dl > dt {
  font-size: clamp(1.6rem, 1.3vw, 2rem);
  font-weight: 700;
  border-bottom: #000 1px solid;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  #rule .contents-inner dl > dt {
    font-size: clamp(1.2rem, 4.1vw, 1.6rem);
  }
}
#rule .contents-inner dl > dd {
  line-height: 1.7;
  padding: 1em;
  word-break: break-all;
}
#rule .contents-inner dl > dd ol {
  counter-reset: count 0;
}
#rule .contents-inner dl > dd ol li {
  text-indent: -1em;
  padding-left: 1em;
}
#rule .contents-inner dl > dd ol li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}
#rule .contents-inner dl > dd ol li.no-number:before {
  display: none;
}
#rule .contents-inner dl > dd ol li.paren:before {
  content: "(" counter(count) ") ";
}
#rule .contents-inner dl > dd ol li + li {
  margin-top: 0.5em;
}
#rule .contents-inner dl > dd ol.p-paren01 > li:before {
  content: counter(count) ") ";
}
#rule .contents-inner dl > dd ol > ol {
  margin-top: 5px;
}
#rule .contents-inner dl > dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#rule .contents-inner dl > dd ul li:before {
  content: "・";
}
#rule .contents-inner dl > dd ul li + li {
  margin-top: 0.5em;
}
#rule .contents-inner dl > dd ul.square01 > li:before {
  content: "■";
  margin-right: 0.2em;
}
#rule .contents-inner dl > dd .c-link-txt {
  text-decoration: underline;
  padding: 0 0.1em;
}

.c-table-rule {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5px;
}
.c-table-rule tr > * {
  border: #000 1px solid;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .c-table-rule tr > * {
    font-size: clamp(1.1rem, 3.07vw, 1.2rem);
  }
}
.c-table-rule tbody > tr > th {
  position: relative;
}
.c-table-rule tbody > tr > th:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #666;
  line-height: 1;
  width: 30px;
  height: 2px;
  top: 50%;
  right: -16px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .c-table-rule tbody > tr > th:after {
    width: 24px;
    right: -12px;
  }
}
.c-table-rule tbody > tr > td {
  position: relative;
}
.c-table-rule tbody > tr > td:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border: #666 2px solid;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  top: 50%;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .c-table-rule tbody > tr > td:before {
    width: 6px;
    height: 6px;
    left: 4px;
  }