.mvCts .leadWrap .dayFlex > div .ttl {
  background-color: #d1cc3d;
}

.pickupCts ul li .name {
  background-color: #d1cc3d;
}
.pickupCts ul .img {
  background: linear-gradient(5deg, rgba(0, 0, 0, 0.8) 30%, rgba(209, 204, 61, 0.8) 100%);
}

.timetableCts ul li .ttlArea .time {
  background-color: #d1cc3d;
}
.timetableCts ul li .ttlArea .time + p span {
  color: #d1cc3d;
}
.timetableCts ul li .speaker-photo .profile_btn {
  border: solid 2px #d1cc3d;
}
.timetableCts ul li .speaker-photo .profile_btn small {
  color: #d1cc3d;
}
.timetableCts ul li .speaker-profile .speaker-profile-inner {
  border: solid 4px #d1cc3d;
}

@media all and (min-width: 767px) {
  .timetableCts ul li .speaker-photo .profile_btn:hover {
    background-color: rgba(209, 204, 61, 0.2);
  }
}
.outlineCts table th {
  color: #d1cc3d;
}

.mvCts .leadWrap .dayFlex > div {
  width: 100%;
}

.mvCts .titleWrap .subttl {
  font-size: min(4.4vw, 28px);
}/*# sourceMappingURL=style.css.map */