.tab-1 .tab-box .tab a {
  width: 100%;
  height: 100%;
}

.jsTabGroup .col-1 {
  justify-content: flex-start;
  gap: 1.0em;
}

.bt-2 .bt-style{
  width: 100%;
}

.bt-style.bt-current {
  box-shadow: none;
  border: 2px solid #000;
}

.bt-style.bt-current:hover {
  color: #000;
}

.current .bt-style.bt-current {
  color: #000;
  border: 2px solid #e6002d;
  box-shadow: none;
}

.tb-1-scroll .r1.undefined, .tb-1-scroll .r1.undefined th, .tb-1-scroll .r1.undefined td,
.tb-1-scroll .break, .tb-1-scroll .break th, .tb-1-scroll .break td {
  background: #feefd9;
}

.tb-1-scroll th {
  width: 22%;
}

.tb-1-scroll .r1 td {
  text-align: center;
  font-weight: 700;
}

.tb-1-scroll td {
  text-align: right;
}

.tb-1-scroll .c1 {
  background: #f6f6f6;
}

.irp-dl {
  display: none;
}