@charset "utf-8";

/***************
* Google Fonts *
***************/
/* @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap'); */

#contentsBox.webpageBox img {
  vertical-align: middle;
}

.tv-tokuban_body {
	/* font-family: 'Shippori Mincho', serif; */
  font-size: 15px;
  margin: 4em 0;
}

.tv-tokuban_body section .detail p {
  font-size: 1.2em;
  text-indent: 1em;
  margin: 0 0 1em;
  line-height: 2em;
}

.tv-tokuban_body section .detail p:last-child {
  margin: 0;
}

.tv-tokuban_body section .detail .hashtag {
  font-size: 1.2em;
  font-weight: 500;
  font-style: italic;
  padding: 0 0.25em;
}

.tv-tokuban_body section .detail .link-gp {
  display: flex;
}

.tv-tokuban_body section .detail a {
  /*
  background: rgb(49,160,177);
  background: linear-gradient(135deg, rgba(49,160,177,1) 25%, rgba(158,169,109,1) 50%, rgba(216,133,67,1) 75%);
  */
  color: #ffffff !important;
  display: block;
  width: 16em;
  text-align: center;
  text-indent: 0;
  font-weight: 500;
  font-style: italic;
  padding: 0.5em 0;
  border-radius: 1em;
}

.tv-tokuban_body section .detail a.form {
  background: #F08820;
  margin: 0 1em 0 0;
}

.tv-tokuban_body section .detail a.mail {
  background: #00ADE2;
}

.tv-tokuban_body section {
  margin: 0 0 4em;
}

.tv-tokuban_body section h2 {
  font-size: 1.6em;
  color: #ffffff;
  border-bottom: 1px solid #0052A5;
}

.tv-tokuban_body section h2 span {
  background-color: #0052A5;
  display: inline-block;
  padding: 0.25em 1em;
  font-style: italic;
}

.tv-tokuban_body section .box {
  padding: 2em 1em 0;
}

.tv-tokuban_body section .box p {
  font-size: 1.2em;
}

.tv-tokuban_body section .box p.date-time {
  font-size: 1.4em;
}

.tv-tokuban_body section .box p.date-time span {
  font-size: 1.4em;
}

.tv-tokuban_body section .box p.date-time em {
  color: #ff0000;
  font-weight: 500;
}

.tv-tokuban_body section .box dl.cast div {
  display: flex;
  font-size: 1.4em;
  margin: 0 0 1em;
  line-height: 1.75em;
  font-weight: 500;
}

.tv-tokuban_body section .box dl.cast dt {
  min-width: 5em;
}

.tv-tokuban_body section .box dl.cast dd span {
  font-size: 0.8em;
}

.tv-tokuban_body .video {
  width: 640px;
  margin: 1em auto 0;
}

@media screen and (max-width: 899px) {
  .tv-tokuban_body {
    font-size: 12px;
    margin: 2em 0;
	}

  .tv-tokuban_body section .detail p {
    line-height: 1.75em;
  }

  .tv-tokuban_body section .detail .link-gp {
    display: block;
  }

  .tv-tokuban_body section .detail a.form {
    margin: 0 auto 1em auto;
  }

  .tv-tokuban_body section .detail a.mail {
    margin: 0 auto;
  }

  .tv-tokuban_body section .box dl.cast div {
    display: block;
  }

  .tv-tokuban_body section .box dl.cast dd {
    padding: 0 0 0 1em;
  }

  .tv-tokuban_body .video {
    position: relative;
    width: 90%;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto;
  }

  .tv-tokuban_body .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}