.contents .irp-container {
  max-width: none;
  margin: 0;
}

#main02 {
  display: block;
}

.jsTabGroup .tab.col-1 {
  align-items: end;
  column-gap: 1.0em;
  margin: 0 0 60px;
  font-size: 1.3rem;
}

.tab-1 .tab-box .tab.menu,
.tab-2 .tab-box .tab.menu {
  border-bottom: 2px solid #fff;
}

.tab-1 .tab-box .tab.menu.active, .tab-2 .tab-box .tab.menu.active {
  border-bottom: 2px solid #e6002d;
}

.tab-1 .tab-box--center {
  justify-content: center;
}

.bt-2 .bt-style{
  width: 100%;
}

.bt-style.bt-current {
  box-shadow: none;
  border: 2px solid #000;
}

.bt-style.bt-current:hover {
  color: #000;
}

.jsTabGroup .bt-2 .bt-style {
  display: block;
  margin: 0;
}

.jsTabGroup .tab li a.bt-2.current {
  background-color: transparent;
}

.jsTabGroup .tab li a.bt-2 {
  font-size: 1.3rem;
  font-weight: 500;
  height: auto;
  padding: 0;
}

.current .bt-style.bt-current,
.bt-2.on .bt-style.bt-current {
  color: #000;
  border: 2px solid #e6002d;
  box-shadow: none;
}

.clearfix.col-1 {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
}

.text-left .col-1 {
  display: flex;
  gap: 1em;
}
.text-right .col-1 {
  display: flex;
  gap: 1em;
}

.text-right .ll-1-excel,
.text-right .ll-1-pdf {
  display: flex;
  align-items: baseline;
}

.text-right .ll-1-excel::after,
.text-right .ll-1-pdf::after {
  position: static;
  margin-inline: 6px;
}

.check-container label {
  margin-right: 0.5em;
}

.check-container label br {
  display: none;
}

.check-container .btns {
  display: none;
}

.head-title.clearfix {
  display: none;
}

.tb-1-scroll thead tr {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}

.tb-1-scroll thead tr th {
  background-color: #feefd9;
}

.tb-1-scroll thead th {
  text-align: center;
}

.tb-1-scroll tbody th {
  background: #f6f6f6;
}

.tb-1-scroll tbody td {
  text-align: right;
}

.table-container .tb-1-scroll th,
.table-container .tb-1-scroll td {
  padding: 13px;
  font-size: 1.6rem;
}

p.note {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 13px 0 0;
}

@media only screen and (max-width: 767.98px) {
  .jsTabGroup .col-1 {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  .jsTabGroup .tab.col-1 li {
    width: auto;
  }
  .jsTabGroup .col-1 .bt-2 {
    margin: 1.0em 0 0;
  }
p.note {
    font-size: 1.2rem;
  }
}