.timetable2-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}

/* スクロールヒントは固定列の右側・表示中エリアの縦中央に表示 */
.timetable2-scroll .scroll-hint-icon-wrap {
  left: var(--timetable-sticky-width, 0px);
  width: calc(100% - var(--timetable-sticky-width, 0px));
  top: var(--timetable-hint-area-top, 0px);
  height: var(--timetable-hint-area-height, 100%);
}

.timetable2 {
  width: 100%;
  min-width: 2240px;
  border-collapse: collapse;
  border: 1px solid #b9b9b9;
  color: #333;
  font-size: 13px;
  line-height: 1.6;
}

.timetable2-note {
  margin-bottom: 10px;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.timetable2 th,
.timetable2 td {
  min-width: 130px;
  padding: 12px 10px;
  border: 1px solid #b9b9b9;
  vertical-align: middle;
}

.timetable2 thead th {
  position: relative;
  z-index: 0;
  background: #e6e6e6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.timetable2 thead tr:first-child th {
  letter-spacing: 0.2em;
}

.timetable2 thead tr:first-child th:not(:first-child) {
  border-bottom: 1px dotted #8a8a8a;
}

.timetable2 thead tr:nth-child(2) th {
  padding-top: calc(12px * 0.8 * 0.8);
  padding-bottom: calc(12px * 0.8 * 0.8);
  line-height: calc(1.6 * 0.8 * 0.8);
  border-top: 1px dotted #8a8a8a;
}

.timetable2 thead tr:first-child th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  width: 1%;
  min-width: 0;
  max-width: max-content;
  padding-left: 8px;
  padding-right: 8px;
  white-space: nowrap;
  background: #e6e6e6;
  box-shadow: inset 1px 0 0 #b9b9b9, inset -1px 0 0 #b9b9b9;
}

.timetable2 tbody th {
  position: sticky;
  left: 0;
  z-index: 2;
  width: 1%;
  min-width: 0;
  max-width: max-content;
  padding-left: 8px;
  padding-right: 8px;
  background: #f3f3f3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  box-shadow: inset 1px 0 0 #b9b9b9, inset -1px 0 0 #b9b9b9;
}

.timetable2 tbody td {
  position: relative;
  z-index: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.timetable2 tbody tr:nth-child(even) td {
  background: #fcfcfc;
}

.timetable2-life-size-row th,
.timetable2-release-row th {
  background: #f3f3f3;
}

.timetable2-life-size-row td,
.timetable2-release-row td {
  background: #fff;
}

.timetable2-life-size-row th,
.timetable2-life-size-row td {
  border-bottom: 1px dotted #b9b9b9;
}

.timetable2-release-row th,
.timetable2-release-row td {
  min-width: 160px;
  border-top: 1px dotted #b9b9b9;
}

.timetable2 tbody .timetable2-release-row th {
  width: 1%;
  min-width: 0;
  max-width: max-content;
  color: var(--_koda---title_detail_sub);
  font-weight: 400;
}

.timetable2-release-period {
  color: var(--_koda---title_detail_sub);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .timetable2 {
    font-size: 12px;
  }

  .timetable2 th,
  .timetable2 td {
    padding: 10px 8px;
  }

  .timetable2 thead tr:nth-child(2) th {
    padding-top: calc(10px * 0.8 * 0.8);
    padding-bottom: calc(10px * 0.8 * 0.8);
  }
}
