@media screen and (min-width: 1000px) {
  #plan_schedule li {
    width: 15%;
    margin: 0;
    height: 15%;
  }
  #plan_schedule li:not(:last-of-type)::after {
    top: 25%;
  }
}
