@charset "utf-8";

#tv-program_body {
  margin: 0 0 1em;
  color: #3e3a39;
  font-size: 16px;
}

#tv-program_body .sp {
  display: none;
}

#tv-program_body .ngt48 {
  color: #e60012;
}

#tv-program_body .geinin {
  color: #e8a00e;
}

#tv-program_body .other {
  color: #00afec;
}

#tv-program_body .announcer {
  color: #00afec;
}

#tv-program_body .center {
  text-align: center;
}

#tv-program_body .bold {
  font-weight: bold;
}

#tv-program_body section {
  margin: 0 0 3em;
}

#tv-program_body .smaller {
  font-size: 80%;
}

#tv-program_body .flex {
  display: flex;
}

#tv-program_body .heading {
  font-size: 24px;
  padding: 0.25em 0.5em;
  background-color: #e8447e;
  color: #ffffff;
  letter-spacing: 4px;
}

#tv-program_body .box {
  padding: 0 1em 0;
  margin: 2em 0 0;
}

#tv-program_body .about {
  color: #3f3a39;
  font-weight: 500;
  font-size: 18px;
}

#tv-program_body .about .catch {
  margin: 0 0 2em;
}

#tv-program_body .about .catch span {
  font-size: 21px;
}

#tv-program_body .about .onair_time {
  font-size: 21px;
}

#tv-program_body .about ul.flex {
  justify-content: center;
  flex-wrap: wrap;
  width: 900px;
  margin: auto;
}

#tv-program_body .about ul.flex li {
  width: 300px;
}

#tv-program_body .about ul.flex li img {
  vertical-align: middle;
}


#tv-program_body .cast ul.flex {
  justify-content: center;
  margin: 0 0 2em;
}

/* #tv-program_body .cast ul.ngt {
  justify-content: space-between;
} */

#tv-program_body .cast ul.bsn {
  justify-content: space-evenly;
}

#tv-program_body .cast ul li {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 1em;
}

#tv-program_body .cast ul li img {
  margin: 0 0 0.25em;
}

#tv-program_body .cast .aff {
  font-size: 18px;
}

/* #tv-program_body .md-video {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 2px dashed #aaaaaa;
  padding: 0 0 2em;
} */

#tv-program_body div.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 0 auto;
}

#tv-program_body div.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* #tv-program_body .md-video .movie_contents:nth-of-type(2) {
  margin: 0;
}

#tv-program_body .md-video .movie_contents:nth-of-type(3) {
  margin: 30px 30px 0 0;
}

#tv-program_body .md-video .movie_contents:nth-of-type(4) {
  margin: 30px 0 0;
}

#tv-program_body .md-video .movie_contents .tab {
  color: #ffffff;
  background-color: #e8447e;
  display: inline-block;
  padding: 3px 5px;
}

#tv-program_body .md-video .movie_contents .thumbnail {

  background: #e8447e;
  padding: 5px 5px 0px;
  width: 560px;
} */

#tv-program_body .btn_scroll {
  text-align: center;
}

#tv-program_body .btn_scroll a {
  color: #3e3a39;
  font-size: 24px;
  background-color: #fef200;
  padding: 20px 0;
  border-radius: 50px;
  font-weight: bold;
  display: block;
  width: 500px;
  margin: 30px auto 40px;
  border: 5px solid #e8447e;
  text-decoration: none;
  letter-spacing: 2px;
}

#tv-program_body .btn_scroll .smaller {
  font-size: 16px;
}

#tv-program_body #app_dl {
  margin: 2em 0 0;
  text-align: center;
}

#tv-program_body #dl_catch {
  font-size: 36px;
  font-weight: 500;
}

#tv-program_body #dl_catch img {
  width: 120px;
  vertical-align: middle;
}

#tv-program_body #dl_inner {
  width: 720px;
  margin: 1em auto;
}

#tv-program_body #dl_ttl {
  background-color: #005DA3;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0.75em;
  font-size: 18px;
  padding: 0.5em 0;
}

#tv-program_body #dl_link {
  display: flex;
  justify-content: space-around;
}

#tv-program_body #dl_link a {
  display: inline-block;
}

#tv-program_body #dl_link img {
  height: 90px;
}

@media screen and (max-width: 899px) {
  #tv-program_body {
    font-size: 14px;
  }

  #tv-program_body .sp {
    display: block;
  }

  #tv-program_body .pc {
    display: none;
  }

  #tv-program_body section {
    margin: 0 0 8vw;
  }

  #tv-program_body .smaller {
    font-size: 10px;
  }

  #tv-program_body .heading {
    font-size: 18px;
  }

  #tv-program_body .box {
    margin: 1em 0 0;
  }

  #tv-program_body .about {
    font-size: 14px;
  }

  #tv-program_body .about .catch {
    margin: 0 0 1em;
  }

  #tv-program_body .about .catch span {
    font-size: 18px;
  }

  #tv-program_body .about ul.flex {
    width: auto;
  }

  #tv-program_body .about ul.flex li {
    width: 33%;
  }

  #tv-program_body .cast ul li {
    width: 45%;
    font-size: 16px;
  }

  #tv-program_body .cast ul.ngt li {
    width: 32%;
  }

  #tv-program_body .cast ul.bsn li {
    width: 50%;
  }

  #tv-program_body .cast ul.bsn li img {
    width: 60%;
  }

  #tv-program_body .cast .aff {
    font-size: 12px;
  }

  #tv-program_body .about .onair_time {
    font-size: 18px;
  }

  #tv-program_body .md-video .movie_contents {
    width: 90%;
    margin: 0 auto;
  }

  #tv-program_body .md-video .movie_contents .tab {
    color: #ffffff;
    background-color: #e8447e;
    display: inline-block;
    padding: 3px 5px;
    font-size: 3.5vw;
    font-weight: 300;
  }

  #tv-program_body .md-video .movie_contents .thumbnail {
    position: relative;
    width: 100%;
    /* padding-bottom: 56.25%; */
  }

  #tv-program_body .md-video .movie_contents .thumbnail iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  #tv-program_body .btn_scroll {
    text-align: center;
  }

  #tv-program_body .btn_scroll a {
    color: #3e3a39;
    font-size: 4.5vw;
    background-color: #fef200;
    padding: 1em 0;
    border-radius: 100vh;
    font-weight: bold;
    display: block;
    width: 90%;
    margin: 4vw auto 20px;
    border: 0.25em solid #e8447e;
    letter-spacing: 1px;
  }

  #tv-program_body .btn_scroll .smaller {
    font-size: 3vw;
  }

  #tv-program_body #app_dl {
    margin: 20px 10px 10px;
  }

  #tv-program_body #dl_catch {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
  }

  #tv-program_body #dl_catch img {
    width: 24%;
    vertical-align: middle;
    padding: 0 0.25em 0 0;
  }

  #tv-program_body #dl_inner {
    width: auto;
  }

  #tv-program_body #dl_ttl {
    color: #ffffff;
    font-weight: bold;
    margin: 10px auto;
    font-size: 3.5vw;
    background-color: #0052a5;
    padding: 3px 0;
    text-align: center;
  }

  #tv-program_body #dl_link {
    display: block;
    align-items: center;
    justify-content: space-around;
  }

  #tv-program_body #dl_link a {
    width: 48%;
  }

  #tv-program_body #dl_link img {
    height: auto;
  }
}