.timeline ul {
  padding-left: 130px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.timeline ul li {
  float: left;
  width: 185px;
  margin-right: 40px;
}
.timeline ul li img {
  width: 100%;
  height: auto;
}
.timeline ul li:last-child {
  margin-right: 0;
}
.katasa_box {
  margin-top: 20px;
  border-bottom: solid 1px #ccc;
}
.katasa_box h4 {
  font-size: 18px;
  float: left;
  width: 130px;
  text-align: center;
  position: relative;
}
.katasa_box h4::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.katasa_box.okayu h4::after {
  background: url(../../schedule/images/ico_okayu.png) no-repeat;
  background-size: 100% auto;
  width: 57px;
  height: 44px;
}
.katasa_box.carot h4::after {
  background: url(../../schedule/images/ico_carot.png) no-repeat;
  background-size: 100% auto;
  width: 52px;
  height: 55px;
}
.katasa_box.aona h4::after {
  background: url(../../schedule/images/ico_aona.png) no-repeat;
  background-size: 100% auto;
  width: 57px;
  height: 57px;
}
.katasa_box.fish h4::after {
  background: url(../../schedule/images/ico_fish.png) no-repeat;
  background-size: 100% auto;
  width: 58px;
  height: 39px;
}
.katasa_box ul {
  float: left;
}
.katasa_box ul li {
  width: 185px;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.katasa_box ul li:last-child {
  margin-right: 0;
}
.katasa_box ul li h5 {
  margin-top: 10px;
  font-weight: 600;
}
.katasa_box ul li p {
  margin-top: 10px;
  line-height: 24px;
}
.katasa_box ul li img {
  width: 100%;
  height: auto;
}
.katasa_box ul li a {
  display: block;
  position: relative;
}
.katasa_box ul li a::before {
  content: "";
  background: url(../../schedule/images/logo_youtube.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 56px;
  height: 38px;
}
.katasa_box ul li a:hover img {
  opacity: 1;
}
.lity {
  z-index: 9999;
}

@media only screen and (max-width: 768px){
  .katasa_box h4 {
    width: 100%;
    text-align: center;
    margin: 40px 0 10px;
  }
  .katasa_box h4::after {
    content: none;
  }
  .katasa_box .ico {
    display: inline;
    width: 57px;
    height: auto;
    vertical-align: middle;
    margin-left: 20px;
  }
  .katasa_box ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
    position: relative;
  }
  .katasa_box ul li:nth-child(2n) {
    margin-right: 0;
  }
  .katasa_box ul li .time {
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
