@charset "UTF-8";

.tbl-type03 table th {
  width: 230px;
}
@media only screen and (max-width: 767px) {
  .tbl-type03 table th {
    width: 40%;
  }
}
.tbl-type03 table td {
}
@media only screen and (max-width: 767px) {
  .tbl-type03 table td {
  }
}