
.tbl-type01 table th:nth-child(1),
.tbl-type01 table td:nth-child(1) {
  width: 375px;
}
.tbl-type01 table th:nth-child(2),
.tbl-type01 table td:nth-child(2) {
  width: 200px;
}
.tbl-type01 table th:nth-child(3),
.tbl-type01 table td:nth-child(3) {
  width: 200px;
  text-align: center;
}
.tbl-type01 table th:nth-child(4),
.tbl-type01 table td:nth-child(4) {
  width: 200px;
  text-align: center;
}

.tbl-type02 table th.lv1-th {
  text-align: center;
}
.tbl-type02 table th.lv2-th {
  width: 528px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tbl-type02 table th.lv2-th {
  width: 53.8%;
  text-align: center;
  }
}
.tbl-type02 table th.lv3-th {
}
.tbl-type02 table td {
}
.tbl-type02 table th {
  text-align:  left;
}
@media only screen and (max-width: 767px) {
  .tbl-type02 table td {
  }
}