#main02 {
  display: block;
}

.jsTabGroup .col-1 {
  align-items: end;
  column-gap: 1.0em;
  font-size: 13px;
}

.col-1--start {
  justify-content: flex-start;
}

.clearfix.col-1 {
  justify-content: flex-start;
}

.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;
}

.current .bt-style.bt-current,
.bt-2.on .bt-style.bt-current {
  color: #000;
  border: 2px solid #e6002d;
  box-shadow: none;
}

.wrap_col_02 .bt-2 {
  width: 48%;
}

.wrap_col_02 .bt-style.bt-current {
  width: 100%;
}

.text-right li {
  display: flex;
}

.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;
}

#nav1 ul,
#nav2 ul,
#nav3 ul,
#nav4 ul,
#nav5 ul,
#nav6 ul,
#nav7 ul,
#nav8 ul {
  display: flex;
  width: 100%;
  margin: 32px 0 26px;
  justify-content: center;
}

#nav1 li a,
#nav2 li a,
#nav3 li a,
#nav4 li a,
#nav5 li a,
#nav6 li a,
#nav7 li a,
#nav8 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 13px 22px;
  width: 20rem;
  border-bottom: 2px solid #e4e4e4;
}

#nav1 li a.active,
#nav2 li a.active,
#nav3 li a.active,
#nav4 li a.active,
#nav5 li a.active,
#nav6 li a.active,
#nav7 li a.active,
#nav8 li a.active {
  border-bottom: 2px solid #e6002d;
}

.tb-1-scroll thead tr {
  background: #feefd9;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}

.tb-1-scroll thead th {
  text-align: center;
}

.tb-1-scroll tbody th {
  background: #f6f6f6;
}

.tb-1-scroll tbody td {
  text-align: right;
}

p.note {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 13px 0 0;
  text-indent: -1em;
  padding-left: 1em;
}

.graph-container input[type=checkbox] {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .jsTabGroup .col-1 {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }

  #nav1 li,
  #nav2 li,
  #nav3 li,
  #nav4 li,
  #nav5 li,
  #nav6 li,
  #nav7 li,
  #nav8 li {
    width: 50%;
  }

  #nav1 li a,
  #nav2 li a,
  #nav3 li a,
  #nav4 li a,
  #nav5 li a,
  #nav6 li a,
  #nav7 li a,
  #nav8 li a {
    width: 100%;
    height: 100%;
    word-break: auto-phrase;
  }

  .btn_column{
    margin-bottom: 2em;
  }
  .btn_column .bt-4-red,
  .btn_column .bt-4-white {
    width: 48%;
  }
  .btn_column .bt-4-red .bt-style,
  .btn_column .bt-4-white .bt-style {
    width: 100%;
}
  p.note {
    font-size: 1.2rem;
  }
}