@charset "UTF-8";
/**************************************
law.css
***************************************/
.law {
  margin: 80px 0;
}
.law table tr{
  display: block;
  text-align: left;
}
.law table tr + tr{
  margin-top: 40px;
}

.law table tr th{
  width: 100%;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 6px;
}
.law table tr td{
  width: 100%;
  display: inline-block;
}
.law table tr td a{
  display: inline;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .law {
  margin: 40px 0;
}
.law table tr + tr{
  margin-top: 30px;
}

}
