@charset "utf-8";

.tb_scl_wrap {
  overflow-x: scroll;
}
.tb_scl_wrap > table{
  width: 500px;
}
.common_table.reg_tb::before {
  display: none;
}
.common_table.reg_tb td {
  display: table-cell;
}
.common_table.reg_tb td.common_table_ttl {
  text-align: center;
}
.common_table.reg_tb td:nth-child(2) {
  border-left: 1px solid #373737;
  border-right: 1px solid #373737;
}
.common_table.reg_tb td.txt_center {
  text-align: center;
}
.common_table.reg_tb td.no_bdr {
  border-right: none;
}
.common_table.reg_tb td.w30 {
  width: 30%;
}
.common_table.reg_tb td.w45 {
  width: 45%;
}
@media only screen and (min-width: 481px) {
  .reg_tb_br {
    display: none;
  }  
}
@media only screen and (min-width: 600px) {
  .tb_scl_wrap {
    overflow-x: unset;
  }
  .tb_scl_wrap > table{
    width: 100%;
  }  
  .scl_note {
    display: none;
  }
}