@charset "UTF-8";

table.law_table,
table.law_table * {
  box-sizing: border-box;
}

table.law_table th,
table.law_table td {
  border: 1px solid var(--i_txt_color);
  padding: 10px;
}

table.law_table th {
  font-weight: normal;
  text-align: left;
  background: var(--i_main_color);
}

@media screen and (max-width: 800px) {
  table.law_table th,
  table.law_table td {
    display: block;
    width: auto;
  }

  table.law_table th,
  table.law_table tr:not(:last-child) td {
    border-bottom: none;
  }
}
