#pickup-info .title {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: flex-start;
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  #pickup-info .title {
    margin-bottom: 27px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  #pickup-info .title {
    margin-bottom: 15px;
    font-size: 25px;
  }
}
#timetable .detail-wrap {
  width: 100%;
  contain: paint;
  position: relative;
  z-index: 1;
}

#main_timetable .head {
  width: 100%;
  border-top: 2px solid #0e0d6a;
  background-color: inherit;
}

#main_timetable .head::before {
  content: none;
}

@media screen and (max-width: 1366px) {
  #timetable .head {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1050px) {
  #timetable .head {
    gap: 63px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #timetable .head {
    gap: 25px;
    width: 100%;
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
  }
}
#timetable .timetable-title {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 70px;
  padding: 25px 0 15px;
  background: #f7f7f7;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
}

@media screen and (max-width: 1050px) {
  #timetable .timetable-title {
    gap: 63px;
    padding: 23px 0px 14px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #timetable .timetable-title {
    gap: 25px;
    padding: 25px 0 10px;
    width: 100%;
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
  }
}
#timetable .timetable-title::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background: #d9d9d9;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 4;
}

@media screen and (max-width: 1050px) {
  #timetable .timetable-title::before {
    height: calc(100% - 18px);
    top: 18px;
  }
}
@media screen and (max-width: 767px) {
  #timetable .timetable-title::before {
    height: calc(100% - 15px);
    top: 15px;
  }
}
#timetable .timetable-title .stage {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  width: calc(50% - 35px);
  min-width: calc(50% - 35px);
  text-align: left;
  position: relative;
}

@media screen and (max-width: 1050px) {
  #timetable .timetable-title .stage {
    padding-bottom: 14px;
    width: calc(50% - 31.5px);
  }
}
@media screen and (max-width: 767px) {
  #timetable .timetable-title .stage {
    padding-bottom: 11px;
    width: calc(50% - 12.5px);
    min-width: 224px;
  }
}
#timetable .timetable-title .stage::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #0e0d6a;
  position: absolute;
  bottom: 0;
  left: 3px;
}

@media screen and (max-width: 1050px) {
  #timetable .timetable-title .stage::after {
    width: 27px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  #timetable .timetable-title .stage::after {
    width: 22px;
    height: 3px;
  }
}
#timetable .detail-wrap .inner {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (max-width: 1366px) {
  #timetable .detail-wrap .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #timetable .detail-wrap .inner {
    overflow-x: auto;
    overscroll-behavior-x: none;
  }
  @-moz-document url-prefix() {
    #timetable .detail-wrap .inner {
      scrollbar-width: 0;
    }
  }
  #timetable .detail-wrap .inner::-webkit-scrollbar {
    display: none;
  }
}
#timetable .detail-wrap .inner .scroll-hint {
  top: 206px;
  transform: translate(-50%, 0);
}

#timetable .detail-wrap .inner .timetables {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  gap: 70px;
}

@media screen and (max-width: 1050px) {
  #timetable .detail-wrap .inner .timetables {
    gap: 63px;
  }
}
@media screen and (max-width: 767px) {
  #timetable .detail-wrap .inner .timetables {
    gap: 25px;
    width: 100%;
    min-width: 473px;
  }
}
#timetable .detail-wrap .inner .timetables::-webkit-scrollbar {
  display: none;
}

#timetable .detail-wrap .inner .timetables::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 15px);
  background: #d9d9d9;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 4;
}

@media screen and (max-width: 1050px) {
  #timetable .detail-wrap .inner .timetables::before {
    height: calc(100% + 14px);
    top: -14px;
  }
}
@media screen and (max-width: 767px) {
  #timetable .detail-wrap .inner .timetables::before {
    height: calc(100% + 15px);
    top: -15px;
  }
}
@media screen and (max-width: 513px) {
  #timetable .detail-wrap .inner .timetables::before {
    left: 256.5px;
  }
}
#timetable-main, #timetable-sub {
  width: calc(50% - 35px);
  min-width: 224px;
}

@media screen and (max-width: 1050px) {
  #timetable-main, #timetable-sub {
    width: calc(50% - 31.5px);
    gap: 63px;
  }
}
@media screen and (max-width: 767px) {
  #timetable-main, #timetable-sub {
    width: calc(50% - 12.5px);
    gap: 25px;
  }
}
.timetable-outer,
.timetable-outer .timetable-wrap,
.timetable-outer .timetable-wrap .timetable,
.timetable-outer .timetable-wrap .timetable .timetable-box,
.timetable-outer .timetable-wrap .timetable .timetable-box .seminar-list {
  width: 100%;
  max-width: 100%;
}

.seminar-list .seminar-box {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 1050px) {
  .seminar-list .seminar-box {
    margin-top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .seminar-list .seminar-box {
    margin-top: 12px;
  }
}
@media screen and (max-width: 565px) {
  .wakonx-icon:nth-child(2) {
    margin: 3px 0 -2px 10px;
  }
}
.seminar-list .seminar-box .tag-list {
  display: none;
}

.view-buttons {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 36px;
}

@media screen and (max-width: 1050px) {
  .view-buttons {
    gap: 15px;
  }
}
.seminar-detail .seminar-info {
  padding-top: 0;
}

.button.show-link.report-link:not(.external)::after {
  aspect-ratio: 17/12;
  width: 17px;
  height: auto;
  background-image: url(../media/images/lp/report/icon_arrow.png);
}

@media screen and (max-width: 767px) {
  #timetable .detail-wrap .inner {
    padding-right: 0;
  }
  #timetable .detail-wrap .inner .timetables {
    min-width: 493px;
    padding-right: 20px;
  }
}
.wakonx-icon:first-child {
  margin-top: 12px;
  margin-bottom: 0;
}