@charset "UTF-8";
/**** 共通カラー ****/
#sec_law .table_law {
  width: 100%;
}
#sec_law .table_law, #sec_law td, #sec_law th {
  border: 1px solid #A5B7C7;
  border-collapse: collapse;
}
#sec_law .list_dot_w {
  counter-reset: number 0;
}
#sec_law .list_dot_w > li {
  position: relative;
  padding-left: 17px;
}
#sec_law .list_dot_w > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #A5B7C7;
}
#sec_law .list_dot_w > li + li {
  margin-top: 10px;
}
#sec_law p + p {
  margin-top: 10px;
}
#sec_law p + .list_dot_w {
  margin-top: 10px;
}
#sec_law .list_num {
  counter-reset: number 0;
  margin-top: 10px;
}
#sec_law .list_num > li {
  position: relative;
  padding-left: 30px;
}
#sec_law .list_num > li:before {
  counter-increment: number 1;
  content: "(" counter(number) ")";
  position: absolute;
  left: 0;
  top: 0;
}
#sec_law .list_num > li + li {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  #sec_law td, #sec_law th {
    padding: 20px;
  }
  #sec_law th {
    width: 225px;
  }
}
@media screen and (max-width: 767px) {
  #sec_law tr {
    display: block;
    padding: 15px;
  }
  #sec_law tr + tr {
    border-top: 1px solid #a5b7c7;
  }
  #sec_law th {
    border: none;
  }
  #sec_law td {
    border: none;
    margin-top: 10px;
  }
  #sec_law td, #sec_law th {
    padding: 0;
    display: block;
  }
}/*# sourceMappingURL=law.css.map */