@charset "UTF-8";

.main_block {
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
  &:last-of-type {
    border-bottom: none;
  }
}
.table_flex {
  display: flex;
  gap: 80px;
}
.red_schedule {
  font-size: 1.8rem;
  color: #CC0000;
  margin-left: 16px;
}
.mw_430 {
  max-width: 430px;
  width: 100%;
}
.flex_txt {
  max-width: 817px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: flex-start;
  }
}
figure:has(.flex_txt) {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .main_block {
    padding-bottom: 30px;
  }
  .table_flex  {
    flex-direction: column;
    gap: 20px;
  }
  .youtube_box {
    iframe {
      width: 100%;
      height: auto;
    }
  }
}