.timeTable {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  overflow-x: scroll;
  white-space: nowrap;
}

.timeTable_wrapper {
  position: relative;
  display:flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 890px;
  margin-right: 10px;
  margin-bottom: 20px;
  white-space: normal;
}

.timeTable_wrapper:before {
  position: absolute;
  left: 4px;
  margin-top: 9px;
  content: "";
  border-left: 2px solid #EDF3FF;
  height: 99.6%;
}

.timeTable_eventTitle {
  font-size: 3.2rem;
  margin-bottom: 1.6rem;
  text-align: center;
  font-family: DIN 2014;
  line-height: 180%; /* 75.6px */
  letter-spacing: 4.2px;
}

.timeTable_eventTitle {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.timeTable_contents {
  width: 100%;
  overflow-x: auto;
  overflow-y: clip;
  white-space: nowrap;
  height: auto;
}

.timeTable_content {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  min-height: 50px;
}

.timeTable_timeWrapper,.timeTable_null {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80px;
  position: relative;
}

.timeTable_timeWrapper::before {
  height: 92.6%;
  content: "";
  position: absolute;
  left: 4px;
  margin-top: 9px;
  border-left: 2px solid #EDF3FF;
}

.timeTable_timeWrapper: hover {
}

.timeTable_time {
  font-family: DIN 2014;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: 1px;
  white-space: nowrap;
  margin-bottom: 0;
  width: 160px;
}

.time_1 {
  width: 80px;
}

.timeTable_time{
  position: relative;
  padding-left: 20px;
}

.timeTable_time:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #1B204E;
  border-radius: 50%;
}

.timeTable_role {
  margin-bottom: 0;
  font-size: 14px;
}

.timeTable_text {
  line-height: 50px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.timeTable_title {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.timeTable_company {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: 0;
}

.si {
  font-size: 1.4rem;
  margin-left: 0.8rem
}

.timeTable_speaker {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.timeTable_cardWrapper{
  word-break: break-all;
  display: flex;
  width: 100%;
  padding: 12px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.timeTable_content label{
  text-decoration: none;
}

.timeTable_card {
  display: flex;
  width: 100%;
}

.timeTable_flex {
  display: grid;
  gap: 2rem;
  grid-template-columns: 80px repeat(4,1fr);
}

.timeTable_row2 {
  grid-row-end: span 2;
}


/* モーダル */
.e_timetable_modal_wrapper {
  display: flex;
  gap: 4rem;
}

.e_timetable_modal_left {
  width: 50%;
  aspect-ratio: 1/1;
  height: fit-content;
}

.modal_profileImg {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.e_timetable_modal_right * {
  margin-bottom: 0;
}

.e_timetable_modal_right {
  width: 50%;
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  box-sizing: border-box;
  left: 50%;
  opacity: 0;
  overflow: auto;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
  visibility: hidden;
  width: 50%;
  max-height: 90%;
  z-index: 10001;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  border-radius: 4px;
  background: #fff;
  text-align: left;
  padding: 30px;
}

.blackBG{
  background: #000;
  opacity: 70%;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

.blackBG.active{
  display: block;
}

.e_timetable_modal_num {
      color: var(--_1, #1B204E);
    font-family: "DIN 2014";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1.6px;
}
.e_timetable_modal_logoImg {
  object-position: left;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 70px;
  margin: 1.2rem 0;
}

.modal_logoImg_wrap {
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.e_timetable_modal_speaker {
  font-size: 2rem;
  font-weight: medium;
  margin: .6rem 1rem 1.6rem 0;
}

.e_timetable_modal_speaker .si {
  margin-left: 1.4rem;
  font-weight: normal;
}

.iim{
  margin: 15px 0;
}

.e_timetable_modal_company{
  margin-top: 2rem;
}

.speaker_iim{
  margin: 0.6rem 1rem 1.6rem 0 !important;
}

.e_timetable_modal_company, ._e_timetablemodal_role {
  font-size: 1.4rem;
  margin-bottom: 4px;
}


.e_timetable_modal_middle {
  gap: 2rem;
  border-radius: 4px;
  padding: 3.2rem;
  display: flex;
  margin: 3rem 0;
  justify-content: space-between;
}

.e_timetable_modal_progress {
  color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 1.2px;
    margin-bottom: 3rem;
}

.e_timetable_modal_middleLeft *{
  font-size: 1.4rem;
}

.e_timetable_modal_middleRight {
  width: 20%;
}

.e_timetable_modal_middleRight img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.e_timetable_modal_bottom p {
  color: var(--black, #333);
  text-align: justify;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.9px;
  margin-top: 1.6rem;
}

.e_timetable_modal_title {
  color: var(--_1, #1B204E);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
}

.timeTable_caption {
  text-align: center;
  display: none;
  font-size: 1.6rem;
}

@media (max-width: 1024px){
  .modal-container {
    width: 90%;
  }
  .timeTable {
    width: 85%
  }
}
@media (max-width: 925px){
  .timeTable_caption {
    display: block
  }
}
@media (max-width: 800px){
  .timeTable_title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px){
  /*   .e_timetable_modal_company {
  font-size: 1.2rem;
}
  .e_timetable_modal_title{
  font-size: 1.8rem;
}
  .e_timetable_modal_speaker {
  font-size: 1.6rem;
}
  .timeTable_eventTitle {
  font-size: 2.0rem;
} */
  .e_timetable_modal_wrapper {
    flex-direction: column;
  }
  .e_timetable_modal_left {
    width: 100%;
  }
  .e_timetable_modal_right {
    width: 100%;
  }
  .e_timetable_modal_middle {
    flex-direction: column
  }
  .e_timetable_modal_middleRight {
    width: 100%;
  }
  .modal-container {
    width: 95%;
    max-width: 100%;
  }
}

@media (max-width: 500px){
  .modal-container {
    width: 95%;
  }
  .timeTable {
    width: 100%;
    padding: 0 16px;
  }
}

.timeTable_cardWrapper.modal-open.hoverNone {
    display: none;
}