.ikusei-schedule-header {
  text-align: center !important;
  margin-bottom: 40px !important;
}
.ikusei-schedule-header__title {
  font-family: var(--tcd-font-type1) !important;
  font-size: 36px !important;
  font-weight: bold !important;
  color: #e3007d !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.1em !important;
}
.ikusei-schedule-header__subtitle {
  font-size: 16px !important;
  color: #333333 !important;
  margin: 0 !important;
}
@media (max-width: 600px) {
  .ikusei-schedule-header {
    margin-bottom: 30px !important;
  }
  .ikusei-schedule-header__title {
    font-size: 24px !important;
  }
  .ikusei-schedule-header__subtitle {
    font-size: 14px !important;
  }
}

.schedule-table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  width: 70% !important;
  border: none;
  overflow: hidden;
  margin: 0 auto !important;
}
.schedule-table th,
.schedule-table td {
  padding: 12px;
  text-align: center;
  border: none;
}
.schedule-table .header-row th,
.schedule-table .header-row td {
  background-color: transparent;
  color: #ffffff;
  font-weight: bold;
  border: none;
  padding: 12px;
}
.schedule-table .header-row td:first-child {
  background-color: transparent;
}
.schedule-table .content-row td {
  background-color: transparent;
  color: #333333;
  border: none;
  padding: 12px;
}
.schedule-table .content-row td:first-child {
  font-weight: 600;
}
@media (max-width: 600px) {
  .schedule-table th,
  .schedule-table td {
    padding: 8px;
    font-size: 14px;
  }
}

.schedule-badge {
  display: inline-block;
  background-color: #e3007d;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5rem 4rem;
  border-radius: 8px;
}
@media (max-width: 600px) {
  .schedule-badge {
    padding: 0.4rem 1rem;
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */