/* CSS Document */
.jsTabItem {
  display: none;
  padding-bottom: 6px;
}
.jsTabItem.active {
  display: block;
}

.jsTabGroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.subMenu {
  display: flex;
  gap: 12px;
}
.subMenu li a {
  display: block;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  padding: 11px 24px;
  margin-right: 0px;
  text-decoration: none;
  color: #000;
}
.subMenu li a.active {
  border: 1px solid #000;
}
ul.tab2 {
  position: relative;
  display: inline-flex;
  margin-bottom: 40px;
}
.tab2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  width: 22px;
  height: 22px;
}
.tab2 li {
  cursor: pointer;
  background-color: #e6e6e6;
  border-radius: 30px;
  color: #fff;

  padding: 12px 0px;
  width: 212px;
  text-align: center;
  font-weight: 750;
  font-size: 20px;
}
.tab2 li.tabBtn2 {
  margin-left: -64px;
}
.tab2 li.tabCurrent {
  background-color: #000;
  z-index: 10;
}
.titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.titleWrap .articleTitle {
  font-weight: 750;
  font-size: 32px;
  margin: 0;
}
.show_switch ul {
  display: flex;
  margin-top: 0px;
}
.show_switch ul a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 164px;
  background-color: #000;
  border-radius: 10px;
  padding: 11px 12px;
  color: #fff;
  margin-left: 8px;
  text-decoration: none;
}

#nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#nav ul li {
  display: block;
  margin: 0;
  padding: 0;
}
#nav ul li a img {
  display: block;
  border-top: 0;
  border-bottom: 0;
  max-width: 210px;
}

.irp_comment {
  text-align: right;
  margin: 30px 0;
}
#monthly .gt-holder td {
  padding: 6px 4px;
}
.irContentInner {
  margin: 40px 6px 0px;
  padding: 48px;
  border-radius: 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.irContentInner .check-container {
  margin-top: 40px;
}
.irContentInner .check-container input {
  font-size: 14px !important;
}
.selectButtonWrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.selectButtonWrap input {
  display: block;
  cursor: pointer;
  padding: 9.6px 24px;
  width: 192px;
  border: none;
  background-color: #e6e6e6;
  border-radius: 50px;
  font-weight: 300;
  font-size: 16px !important;
}
.selectButtonWrap .selected {
  background-color: #000;
  color: white;
}
@media (max-width: 768px) {
  .graph {
    width: 100% !important;
    min-width: inherit !important;
  }
}

.table-container {
  overflow: auto;
  max-height: 600px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #000;
}
.table-container table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
}
.table-container th {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  text-align: left;
  padding: 0.7em;
}
.table-container td {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  text-align: right;
  padding: 0.7em;
}
.table-container thead th {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.7em;
  position: sticky;
  top: 0;
  z-index: 3;
}
.table-container tbody th {
  min-width: 200px;
  max-width: 200px;
  position: sticky;
  left: 0;
  background-color: #fff;
  z-index: 2;
}
.table-container thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 4;
  background-color: #000;
}

/*テーブルスクロール*/
@media screen and (max-width: 768px) {
  .table_container {
    min-width: inherit !important;
  }
  [class*='table-scroll'] {
    clear: both;
    margin-top: 5px;
    overflow-y: hidden;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 30px;
    min-width: inherit !important;
  }
  .table-scroll table {
    margin-bottom: 0;
  }
  .table-scroll table th {
    white-space: break-spaces;
  }
  [class*='table-scroll']::-webkit-scrollbar {
    width: 10px;
    background: #cccccc;
    border-radius: 10px;
  }
  [class*='table-scroll']::-webkit-scrollbar:horizontal {
    height: 10px;
    background: #cccccc;
    border-radius: 10px;
  }
  [class*='table-scroll']::-webkit-scrollbar-thumb {
    background: #5e647b;
    border-radius: 10px;
  }
  [class*='table-scroll']::-webkit-scrollbar-thumb:horizontal {
    background: #5e647b;
    border-radius: 10px;
  }

  ul.tab2 {
    margin-bottom: 32px;
  }
  .tab2 li {
    width: 116px;
    padding: 12px 25px;
    font-size: 16px;
    text-align: left;
  }
  .tab2 li.tabBtn2 {
    margin-left: -41px;
    text-align: right;
  }
  a .tab2 img {
    width: 16px;
    height: 16px;
  }
  .subMenu {
    flex-wrap: wrap;
  }
  .subMenu li a {
    padding: 8px 16px 7px;
    font-size: 14px;
  }
  .irContentInner {
    padding: 40px 24px;
    margin-top: 38px;
  }
  .titleWrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 32px;
  }
  .titleWrap .articleTitle {
    font-weight: 750;
    font-size: 20px;
  }
  .show_switch ul a {
    width: 120px;
    margin-left: 0;
    margin-right: 12px;
    font-size: 12px;
  }
  .selectButtonWrap {
    justify-content: flex-start;
    gap: 12px;
  }
  .selectButtonWrap input {
    width: auto;
    padding: 7.5px 20px 8.5px;
  }
}
