/**プライバシー保護**/
      .sentence-list {
        color: #333;
        line-height: 2;
        /*margin-top:  2rem;*/
      }
      .sentence-list dt {
        font-size: 20px;
        margin-bottom: .8rem;
      }
      .sentence-list dt:before {
/*
        content: '\f10c';
        font-family: 'FontAwesome';
        font-weight: 900;
        color: #3a7bd5;
        padding-right: .4rem;
*/
      }
      .sentence-list dd {
        margin-bottom: 2.4rem;
        line-height: 1.6;
      }
      .sign {
        text-align: left;
        margin-top: 3rem;
      }
      .sign-box {
        margin-top: 4rem;
        display: flex;
        justify-content: flex-end;
      }
      .in-sign {
        display: inline-block;
      }
      .inside-number-list-ol {
        padding-left: 1.6rem;

      }
      .inside-number-list-ol > li > .list-ul {
        padding-left: 1rem;
        list-style-type: disc;  
      }
      .inside-number-list-ol > li > .list-ul > li {
        line-height: 1.6;
      }

      .policy-list-ol, .number-list-ol {
        margin-bottom: 30px !important;
        padding-left: 2rem;
        margin-top:1rem
      }
      .policy-list-li,.list-ul {
        margin-bottom: 30px !important;
        padding-left: 2rem;
        margin-top:1rem        
      }


      .list-ul-colum {
        margin-bottom: 30px !important;
        padding-left: 2rem;
        margin-top:1rem        
      }

      .list-ul-colum li {
        margin-bottom: 1.5rem;
      }


      /**利用規約**/
      .term-box {
        margin: 30px 0 0 0;
      }
      .term-box h2 {
        font-size: 20px;
        margin: 0 0 6px 0;
      }
      .term-box ol {
        margin: 0 0 40px;
      }
      .term-box ol,.term-box ul {
        padding: 0;

      }
      .term-box ol li,.term-box ul li {
        list-style-type: none;
        font-size: 16px;
        font-weight: 400;
        text-indent: 16px;
        padding-left: 2em;
        text-indent: -2em;

      }
      .term-box ol li ul {
        padding: 4px 0 6px 0;
      }
      .term-box li {
        margin: 0 0 5px 0;
      }
      .term-box li.no-margin {
        padding-left: 0em;
        text-indent: 0em;
      }
      .term-box div.sign {
        text-align: right;
        font-size: 16px;
        padding: 0;
        margin: 0;
      }

/**反社会的勢力に対する基本方針**/
/**
        #antisocial {
          padding-top: 1rem;
          font-size: 16px;
        }
  .row-security {
    font-size:  16px;
    padding-top: 1rem;
  }

  .row-security div.sign {
    margin-top: 2rem;
    text-align: left;
    max-width: 300px;
    margin-left: auto;
  }
  .row-security div.sign p {
    display: flex;
    justify-content: space-between;
    margin-bottom: .6rem;
  }

**/

/**情報セキュリティ**/

.document-header-line {
    margin-bottom: 3rem;
}

ol.clause-list {
    padding:0 0 1rem 0;
    margin:0;
    line-height: 1.8;
    font-size:  16px;
}

ol.clause-list {
    padding:0 0 1rem 0;
    margin:0;
    line-height: 1.8;
    font-size:  16px;
}

ol.clause-list li{
    margin-bottom: 1rem;
    list-style-type:none;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
    counter-increment: cnt;
  }

ol.clause-list li:before{
  display: marker;
  content: counter(cnt) ". ";
}

ol.inside-ol-list {
  padding-left: 0rem;
  margin-bottom: 1rem;
  margin-top: .2rem;
  box-sizing:border-box;
  list-style-position: outside;

}
ol.inside-ol-list > li {
  line-height: 1.6;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.alphabet > li {
  list-style-type:none;
  counter-increment: alpha;
}

.alphabet > li:before{
  display: marker;
  content:counter(alpha, lower-alpha) "．";
}

.black-circle-mark > li {
  list-style-type:disc;
  list-style-position: inside;
}

.brackets-number > li {
  list-style-type:none;
  counter-increment: cnt;

}

.brackets-number > li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

.content-wrap {
/*  outline: 1px solid yellow;*/
  margin-bottom: 50px;
}


.row-conditions {
/*  outline: solid 1px red;*/
  margin-bottom: 30px;
}
.copy-text {
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.link_list {
  margin: 0;
  padding: 0;
  display: flex;
}
.link_list li {
  margin: 0;
  padding: 5px 10px;
  list-style-type: none;
  font-size: 12px;
}
.link_list li {
  border-right: solid 1px #ccc;
}
.link_list li:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .link_list {
    display: block;
  }
  .link_list li {
    border-right: none;
    border-bottom: solid 1px #ccc;
  }
}
h2.text-label {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
}
.conditions-chapter {
  padding: 16px 10px;
  font-size: 20px;
  background-color: rgb(237, 239, 242);
  margin-bottom: 30px;
}
.conditions-label {
  font-size: 16px;
}

.conditions-chapter,
.conditions-label {

}
.conditions-list,
.conditions-list-nest,
.conditions-list-innest,
.conditions-list > dt,
.conditions-list-nest > dt,
.conditions-list-innest > dt,
.conditions-list > dd,
.conditions-list-nest > dd,
.conditions-list-innest > dd {

}

.conditions-list,
.conditions-list-nest,
.conditions-list-innest {
  display: flex;
  flex-wrap: wrap;
}
.conditions-list-nest,
.conditions-list-innest {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666;
}
.conditions-list {

}

.conditions-list dt {
  font-weight: normal;
}
.conditions-list > dt {
  width: 80px;
}

.conditions-list > dd {
  width: calc(100% - 80px);
}

.conditions-list-nest > dt,
.conditions-list-innest > dt {
  width: 40px;
}

.conditions-list-nest > dd,
.conditions-list-innest > dd {
  width: calc(100% - 40px);
}

.conditions-list-nest > dt,
.conditions-list-nest > dd {
  padding-bottom: 10px;
  border-bottom: dotted 1px #666;
}

.conditions-list > dt,
.conditions-list-nest > dt,
.conditions-list-innest > dt {
  text-align: center;
}

.conditions-list dt,
.conditions-list dd {
  margin-bottom: 10px;
}
.conditions-list dd {
  padding-left: 20px;
}


/*********
 * 
 * 
 * table
 * 
 * *******/

.table.conditions-table {
  margin-bottom: 20px !important;
}
.table.conditions-table th,
.table.conditions-table td {
  font-weight: normal;
}
.table.conditions-table .table-lable {
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  background-color: #d0d0d0;
}
.table.conditions-table .table-lable:nth-child(2) {
  background-color: #e7e7e7;
}


.table.conditions-table .content {
  width: 80%;
}

.table.conditions-table {
    border: solid 2px #ccc !important;
  margin-bottom: 30px;
}

.table.conditions-table .table-text-row {
  display: flex;
}
.table.conditions-table .table-text-row span {
  width: 30px;
  text-align: center;
}
.table.conditions-table .table-text-row p {
  width: calc(100% - 30px);
}
.table.conditions-table .table-text-row span,
.table.conditions-table .table-text-row p {
  display: block;
  padding: 0;
  margin: 0;
}

.table.conditions-table .table-text-row span.tdw40 {
  width: 40px;
}
.table.conditions-table .table-text-row p.tdw40 {
  width: calc(100% - 40px);
}

.table.conditions-table .table-lable.list {
  text-align: left;
  background-color: #e7e7e7;
}

div.remarks {
  background-color: rgb(237, 239, 242);
  padding: 20px;
  margin-bottom: 50px;
}

.remarks h5 {
  padding-left: 6px;
  font-size: 16px;
}
.ramarks-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.ramarks-list > dt {
  width: 60px;
  text-align: left;
  font-weight: normal;
}

.ramarks-list > dd {
  width: calc(100% - 60px);
}
.table-lable.content.left-title {
  vertical-align: middle;
}
.list2 .right-title {
  font-size: 16px !important;
}

@media (max-width: 576px) {
  .conditions-list > dt {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }

  .conditions-list > dd {
    width: 100%;
    padding: 0;
  }


  .table.conditions-table .table-lable {
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    background-color: #d0d0d0;
  }
  .table.conditions-table .content {
    width: 60%;
  }


}