@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: #ec7aa1;
  color: #fff;
  line-height: 1.4;
  padding: 10px 30px;
  border-radius: 60px;
}
.schedule span small {
  font-size: 26px;
}
.schedule span br {
  display: none;
}
@media screen and (max-width: 430px) {
  .schedule span {
    display: block;
    font-size: 20px;
    padding: 10px 20px;
  }
  .schedule span small {
    font-size: 18px;
  }
  .schedule span br {
    display: block;
  }
}
.program {
  margin-top: 70px;
}
.broadcast {
  margin-top: 35px;
}
.program h2,
.broadcast h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
}
.broadcast p {
  text-align: center;
  margin-bottom: 20px;
}
.broadcast .two_photo {
  line-height: 0;
  margin-bottom: 35px;
}
.broadcast .two_photo img {
  width: 50%;
  height: auto;
}
.broadcast .box {
  background-color: #d5ead8;
  display: flex;
  align-items: center;
}
.broadcast .box img {
  height: 114px;
  width: auto;
}
.broadcast .box div {
  padding: 10px 20px;
}
.broadcast .box h3 {
  font-size: 17px;
  color: #13ae67;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .broadcast .box {
    display: block;
  }
  .broadcast .box img {
    width: 100%;
    height: auto;
  }
  .broadcast .box div {
    padding: 20px;
  }
}
@media screen and (max-width: 430px) {
  .program {
    margin-bottom: 40px;
  }
  .broadcast {
    margin-top: 40px;
  }
  .broadcast .two_photo {
    margin-bottom: 40px;
  }
  .broadcast .two_photo img {
    width: 100%;
  }
}