@charset "UTF-8";
/* CSS Document */
#top_slide_area .slide_img {
  cursor: default;
}
.schedule {
  text-align: center;
  margin: 40px 0 0;
}
.schedule span {
  font-size: 30px;
  background-color: #ec6c00;
  color: #fff;
  line-height: 1.4;
  padding: 10px 30px;
  border-radius: 60px;
}
.schedule span br {
  display: none;
}
@media screen and (max-width: 430px) {
  .schedule span {
    display: block;
    font-size: 20px;
    padding: 10px 20px;
  }
  .schedule span br {
    display: block;
  }
}
.program {
  margin-top: 70px;
}
.program h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
}
.caster {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
}
.caster li {
  width: 48%;
  max-width: 288px;
  text-align: center;
}
.caster li div img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.caster li p {
  margin-top: 10px;
}
@media screen and (max-width: 430px) {
  .caster li p {
    font-size: 14px;
  }
}
.program p {
  text-align: center;
}