@charset "utf-8";
table{ border-collapse: collapse; width: 100%;
}
.tb01 th,
.tb01 td{ padding: 12px; border: solid 1px #e1e1e1; text-align:justify; box-sizing:border-box; }
.tb01 th { background: hsla(0,0%,0%,0.02); color: #121212; }
.kgkt_ws { white-space: nowrap; }

@media screen and (max-width: 767px) { .tb01 .head{ display:none; }
.tb01 { width: 100%; }
  table.tb01 td { display: block; width: 100%; border-bottom:none; }
  table.tb01 td:first-child{ background: hsla(0,0%,0%,0.02); color:#121212; font-weight:bold; text-align: center; }
.tb01 tr:last-child{ border-bottom: solid 1px #e1e1e1; }
}