/*table
-------------------------------------*/
.schedule .head1, .schedule .head2 {
  width: 7%;
  text-align: center;
  line-height: 1em;
}
.schedule .combine {
  writing-mode: vertical-rl;
    margin-top: .2em;
}
.schedule .head2 {
  background: #f0f1f7;
  color: #717694;
}
.schedule h5:first-of-type {
  margin-top: 0;
}
.schedule .event {
  padding-left: 1em;
  position: relative;
}
.schedule .event:before {
  content: "▶";
  color: #717694;
  position: absolute;
  top: 0;
  left: 0;
}
/* 768px以下の表示 */
@media screen and (max-width: 768px) {
  .row .col.span-6 p {
    margin-top: 6.66vw;
  }
}