@charset "utf-8";

li {
  list-style-type: none;
}

.indent_list25 li .indent_list1 li {
  text-indent: -1em !important;
  margin-left: 1em !important;
}

.defineList {
  margin: 1em 0 1em 1em;
}

.defineList>dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.defineList>dl>dt {
  border-right: 1px solid #ccc;
  font-weight: bold;
  padding-right: 16px;
  width: 230px;
}

.defineList>dl>dd {
  flex: 1;
  padding-left: 16px;
}

.defineList>dl+dl {
  margin-top: 16px;
}
.notes_list li {color: #000 !important;}

.fs1816 {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .defineList>dl>dt {
    border-right: none;
    margin-bottom: 8px;
    width: 100% !important;
    padding: 0 0 8px 0;
    position: relative;
  }

  .defineList>dl>dt:after {
    background-color: #ccc;
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .defineList>dl>dd {
    padding-left: 0;
  }

  .defineList>dl+dl {
    margin-top: 10px;
  }

  .defineList>dl {
    display: block;
  }

  .fs1816 {
    font-size: 1.6rem;
  }
}

.indent0 {
  text-indent: 0;
}

@media screen and (min-width: 768px){
  .indent_list1 .sub_table {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table_fixed {
    table-layout: fixed;
  }

  .table_fixed .sub_table th {
    width: 50%;
  }
}
