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

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

.timetableCts ul li .ttlArea .time {
  background-color: #cc0033;
}
.timetableCts ul li .ttlArea .time + p span {
  color: #cc0033;
}
.timetableCts ul li .speaker-photo .profile_btn {
  border: solid 2px #cc0033;
}
.timetableCts ul li .speaker-photo .profile_btn small {
  color: #cc0033;
}
.timetableCts ul li .speaker-profile .speaker-profile-inner {
  border: solid 4px #cc0033;
}
.timetableCts ul li .speaker {
  flex-wrap: wrap;
}
.timetableCts ul li .speaker .book {
  width: 100%;
}
.timetableCts ul li .speaker .book > img {
  width: 30%;
  margin: 15px auto 0;
}

@media all and (min-width: 767px) {
  .timetableCts ul li .speaker-photo .profile_btn:hover {
    background-color: rgba(204, 0, 51, 0.2);
  }
  .timetableCts ul li .speaker {
    position: relative;
  }
  .timetableCts ul li .speaker .book {
    position: absolute;
    width: 80px;
    top: 90px;
    left: 140px;
  }
  .timetableCts ul li .speaker .book > img {
    width: 100%;
    margin: 0;
  }
}
.outlineCts table th {
  color: #cc0033;
}

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