/*** THEME ***/
.table_view table tr {
  height: 4.2857142857rem;
}
@media only screen and (max-width: 736px) {
  .table_view table tr {
    height: 7.1428571429rem;
  }
}
.table_view table tr th.sub_th {
  width: 7%;
}
.table_view table tr td {
  width: 20%;
}

#contents .sub-contents .contents_area .notice {
  text-align: left;
  font-size: 0.9285714286rem;
  line-height: 1.8;
  margin-bottom: 0;
}