@charset "utf-8";

/***************
* Google Fonts *
***************/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

.tv-tokuban_body {
	font-family: 'Shippori Mincho', serif;
}

.tv-tokuban_body section .box .flex .txt p {
  text-indent: 1em;
  margin: 0 0 1em;
}

.tv-tokuban_body section .box .flex .txt p:last-child {
  margin: 0;
}

@media screen and (min-width: 900px) {
  .tv-tokuban_body {
    margin: 60px 0;
    font-size: 18px;
  }
  .tv-tokuban_body section {
    margin: 0 0 60px;
  }
  .tv-tokuban_body section h2 {
    font-size: 21px;
    color: #ffffff;
    border-bottom: 1px solid #0052A5;
  }
  .tv-tokuban_body section h2 span {
    background-color: #0052A5;
    display: inline-block;
    padding: 0.25em 1em;
  }
  .tv-tokuban_body section .box {
    padding: 1em 1em 0;
		font-weight: 600;
		line-height: 1.75em;
  }
  .tv-tokuban_body section .box .flex {
		display: flex;
		/* align-items: center; */
    align-items: stretch;
	}
  .tv-tokuban_body section .box .flex .txt {
		width: 68%;
		margin: 0 2% 0 0;
	}
  .tv-tokuban_body section .box .flex .img {
		width: 30%;
		text-align: right;
		font-size: 14px;
		line-height: 1.5em;
	}
	/*
  .tv-tokuban_body section .box .date-time span {
		font-size: 21px;
	}
	*/
  .tv-tokuban_body .video {
    width: 640px;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 899px) {
  .tv-tokuban_body {
		margin: 6vw 0;
    font-size: 3.75vw;
	}
  .tv-tokuban_body section {
    margin: 0 0 6vw;
  }
  .tv-tokuban_body section h2 {
    font-size: 4.25vw;
    color: #ffffff;
    border-bottom: 1px solid #0052A5;
  }
  .tv-tokuban_body section h2 span {
    background-color: #0052A5;
    display: inline-block;
    padding: 0.25em 1em;
  }
  .tv-tokuban_body section .box {
    padding: 1em 1em 0;
		font-weight: 600;
		line-height: 1.75em;
  }
	.tv-tokuban_body section .box .flex .txt {
		margin: 0 0 1em;
	}
	.tv-tokuban_body section .box .flex .img {
		width: 80%;
    margin: 0 auto;
		text-align: center;
		font-size: 3.5vw;
	}
	/*
  .tv-tokuban_body section .box .date-time span {
		font-size: 4vw;
	}
	*/
  .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%;
  }
}