@charset "UTF-8";

/*
=================================================
Univeral Set
=================================================
*/
html {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
	color: #333333;
	line-height: 1.5;
}
div,p,pre,ul,ol,li,dl,dt,dd,span,br,a,img,object,h1,h2,h3,h4,h5,h6,address,table,caption,th,td,form,textarea,select,option,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}
table,caption,th,td{
	font-style: normal;
	font-weight: normal;
	border: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
li{
	list-style: none;
}
small{
	font-size: 100%;
}
input{
	font-size: 100%;
}

/*
=================================================
overall
=================================================
*/
.wrap--header {
	background: #fff;
	margin: 0 0 30px;
}
.wrap--nav {
	background: #0F6F8E;
	overflow: hidden;
}
.wrap--main {
	display: block;
	margin: 0 auto;
}
.wrap--footer {
	border-top: 3px solid #0F6F8E;
	background: #E9F2F5;
	margin: 40px 0 0;
}
.wrap{
	max-width: 1050px;
}
@media print {
	.wrap{
		width: 1050px;
	}
}
.visually-hidden {
	margin: -1px;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}
.hidden {
	display: none !important;
}

/*
=================================================
header
=================================================
*/
.header{
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header .title{
	width: 606px;
	padding: 24px 0 27px;
}
.ext {
	margin: 20px 0 5px;
	padding: 0;
	list-style: none;
}
.ext__item {
	position: relative;
	padding: 0 0 0 26px;
	margin: 0 0 5px;
}
.ext__item::before {
	position: absolute;
	top: calc(50% - 5px);
	left: 9px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #0F6F8E;
	content: '';
}
.ext__link {
	text-decoration: none;
}
.ext__link:hover {
	text-decoration: underline;
}
.navi {
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	list-style: none;
}
.navi__item {
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #82A3AE;
}
.navi__item:first-child{
	border-left: 1px solid #82A3AE;
}
.navi__link {
	display: block;
	padding: 19px 10px 17px;
	font-size: 1.1em;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #fff;
	text-decoration: none;
}
.navi__link:focus, .navi__link:hover {
	background: #085D79;
}
.navi__link--active {
	background: #085D79;
}
.navi__link--active:link, .navi__link--active:visited {
	color: #fff;
}

/*
=================================================
button
=================================================
*/
.btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 23px 5% 22px 25%;
	width: 100%;
	border-radius: 6px;
	text-align: left;
	text-decoration: none;
	font-size: 1.5em;
	color: #00507B;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	box-shadow: 0 2px 3px 0 #BFBFBF;
}
.btn:hover {
	background: #E7F6FF;
	border: 1px solid #0172AA;
	text-decoration: underline;
}
.btn--goback, .btn--play, .btn--link {
	display: inline-block;
	padding: 10px 17px 10px 68px;
	min-width: 3em;
	width: auto;
	font-size: 1.2em;
	border-radius: 4px;
}
.btn--play {
	padding: 10px 17px 10px 57px;
	width: 100%;
}
.btn--goback:hover, .btn--play:hover {
	text-decoration: underline;
}
.btn--goback::after, .btn--play::after {
	position: absolute;
	top: calc(50% - 13px);
	left: 25px;
	width: 18px;
	height: 26px;
	content: '';
}
.btn--goback::after {
	background: url("../image/goback.svg") no-repeat right center;
}
.btn--play::after {
	background: url("../image/play_arrow.svg") no-repeat right center;
}
.btn--link {
	padding: 8px 11px 8px;
	font-size: 1em;
}

/*
=================================================
main
=================================================
*/
.row {
	display: flex;
	margin: 0;
	gap: 20px;
}
.row--play {
	gap: 15px;
}
.row__item {
	margin: 0;
	width: calc(100% / 2);
	box-sizing: border-box;
}
.row__item--stream-live {
	background: #FCF2F0;
}
.row__item--stream-vod {
	background: #EBF7FC;
}
.row__item--notice {
	flex-grow: 1;
	width: auto;
}
.row__item--photo {
	width: auto;
	max-width: 470px;
}
.row__item--player {
	width: auto;
	min-width: 646px;
}
.row__item--playtext {
	flex-grow: 1;
	width: calc(100% - 646px - 15px);
}
.content{
	margin: 0 auto;
	padding: 0;
}
.content__header {
	margin: 0 0 15px;
	font-weight: normal;
	font-size: 1.7em;
	color: #333;
	border-bottom: 3px solid #C8E5EE;
}
.content__border {
	border-bottom: 3px solid #0F6F8E;
	display: inline-block;
	margin: 0 0 -3px;
}
.content__info{
	margin: 0;
}
.content__main{
	margin: 20px 5px 30px;
}
.content__mes{
	margin: 10px auto 0;
}
.content__mes--no-data{
	text-align: center;
	font-weight: bold;
}
.vod__header{
	text-align: left;
	font-weight: bold;
	margin: 0 auto 5px;
}
.vod__header--kaiha {
	text-align: center;
}
.vod__header--play {
	margin: 0 auto 20px;
	border-bottom: 2px solid #CCCCCC;
}
.vod-result-day__col{
	margin: 0 auto 20px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px 0px #ccc;
	background: #f6f6f6;
	box-sizing: border-box;
}
.vod-result-day__group{
	display: flex;
	border-top: 1px solid #ccc;
}
.vod-result-day__group:first-of-type{
	border-top: none;
}
.vod-result-day__index{
	width: 13%;
	border-top: 1px solid #ccc;
	padding: 5px;
	box-sizing: border-box;
}
.vod-result-day__index:first-of-type{
	border-top: none;
}
.vod-result-day__item{
	width: calc(100% - 13%);
	background: #fff;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
.vod-result-cate__col{
	width: 100%;
	display: flex;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}
.vod-result-cate__col:first-of-type{
	border-top: none;
}
.vod-result-cate__index{
	width: 19%;
	padding: 5px;
	box-sizing: border-box;
}
.vod-result-cate__item{
	width: calc(100% - 19%);
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
.vod-result__col{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 15px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px 0px #ccc;
}
.vod-result-cate__item > .vod-result__col{
	margin: 0 auto;
	border: none;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
}
.vod-result-cate__item > .vod-result__col:last-of-type{
	border-bottom: none;
}
.vod-result__item--title{
	width: 27%;
	box-sizing: border-box;
	padding: 5px;
	background: #f6f6f6;
	border-right: 1px dotted #ccc;
}
.vod-result__item--title-speaker{
	display: flex;
	gap: 8px;
	align-items: flex-start;
}
.vod-result__item--center{
	flex: 1;
	display: flex;
}
.vod-result__item--photo{
	width: auto;
	display: block;
}
.vod-result__item--name{
	flex-grow: 1;
	width: auto;
	display: block;
}
.vod-result__item--speaker{
	width: 22%;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	border-right: 1px dotted #ccc;
}
.vod-result__item--text{
	flex: 1;
	box-sizing: border-box;
	padding: 5px;
}
.vod-result__item--play{
	width: 123px;
	box-sizing: border-box;
	padding: 5px 5px 9px;
	border-left: 1px dotted #ccc;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player{
	position: relative;
	width: 100%;
	max-width: 640px;
}
.player:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.playerframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.var-hidden{
	display: none;
}
.playtext {
	width: 100%;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.playlink {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	margin: 5px 0 0;
}
.playlink__item {
	margin: 5px 0 0 10px;
}
.back{
	text-align: center;
}

/*
=================================================
footer
=================================================
*/
.footer{
	padding: 30px 10px;
	margin: 0 auto;
	color: #333;
	text-align: center;
	font-size: 0.9em;
	box-sizing: border-box;
}

/*
=================================================
other
=================================================
*/
.font-9{
	font-size: 0.9em;
}
.font-8{
	font-size: 0.8em;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.font-dred {
	color: #D90000;
}
.font-blue {
	color: blue;
}
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.font-tt{
	font-family: monospace;
}
.hit1, .hit2, .hit3, .hit4, .hit5{
	color: #D90000;
}

/*
=================================================
メニュー読み飛ばしリンク用
=================================================
*/
p.hide {
	position: absolute;
	top: 0px;
}
p.hide a{
	left: -512px;
	width: 256px;
	display: block;
	position: absolute;
}
p.hide a:focus{
	left: 0;
}

/*
=================================================
phone
=================================================
*/
@media screen and (max-width: 1376px) and (hover: none) and (pointer: coarse), print and (max-width: 1376px) and (hover: none) and (pointer: coarse) {
	/*
	=============================================
	main
	=============================================
	*/
}

@media screen and (max-width: 896px), print and (max-width: 896px) and (hover: none) and (pointer: coarse) {
	/*
	=============================================
	main
	=============================================
	*/
	.row--play {
		display: block;
		width: auto;
	}
	.row__item--player {
		width: 646px;
	}
	.row__item--playtext {
		width: auto;
	}
	.playtext {
		width: auto;
		height: auto;
		overflow: visible;
		white-space: normal;
		font-size: 90%;
		margin: 20px 0 0;
	}
	.playlink {
		justify-content: left;
		margin: 15px 0 0;
	}
	.playlink__item {
		margin: 5px 10px 0 0;
	}
}

@media screen and (max-width: 768px), print and (max-width: 768px) and (hover: none) and (pointer: coarse) {
	/*
	=================================================
	Univeral Set
	=================================================
	*/
	body {
		font-size: 0.88em;
		font-family: "ヒラギノ角ゴ Pro W3", Meiryo, BIZ UDGothic, sans-serif;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	input{
		-webkit-appearance: none;
		border-radius: none;
	}
	/*
	=============================================
	overall
	=============================================
	*/
	.wrap--header {
		margin: 0 0 15px;
	}
	.wrap{
		max-width: 768px;
		min-width: 320px;
	}
	/*
	=============================================
	header
	=============================================
	*/
	.header .title{
		padding: 24px 2px 50px;
	}
	.ext {
		position: absolute;
		right: 2px;
		bottom: 7px;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.ext__item {
		font-size: 0.9em;
		padding: 0 0 0 18px;
		margin: 0;
	}
	.navi__link {
		padding: 14px 10px 13px;
	}
	.navi__text{
		display: none;
	}
	/*
	=============================================
	button
	=============================================
	*/
	.btn--play{
		padding: 34px 0 4px;
		text-align: center;
	}
	.btn--play::after{
		top: 4px;
		left: calc(50% - 8px);
	}
	/*
	=============================================
	main
	=============================================
	*/
	.row{
		display: block;
	}
	.row--play {
		width: auto;
	}
	.row__item {
		width: auto;
	}
	.row__item--stream-live{
		margin: 0 0 20px;
	}
	.row__item--player {
		min-width: 0;
	}
	.content{
		padding: 0 10px;
	}
	.content__header{
		margin: 0 0 15px;
	}
	.content__info{
		margin: 0;
	}
	.content__main{
		margin: 15px 0 30px;
	}
	.content__mes{
		margin: 20px auto 0;
	}
	.content__mes--no-data{
		text-align: left;
	}
	.vod__header{
		margin: 0 auto 10px;
		padding: 7px;
		background: #DCDDDD;
		text-shadow: 1px 1px 2px #CCCCCC;
		font-size: 1.2em;
	}
	.vod__header--kaiha {
		text-align: left;
	}
	.vod-result-day__col{
		border: none;
		box-shadow: none;
		background: initial;
	}
	.vod-result-day__group{
		display: block;
		border: none;
	}
	.vod-result-day__index{
		width: auto;
		border-top: none;
		padding: 5px;
		margin: 20px 0 10px;
		border-bottom: 1px solid #DCDDDD;
		text-shadow: 1px 1px 2px #CCCCCC;
		font-size: 1.35em;
	}
	.vod-result-day__index:first-of-type{
		margin-top: 0;
	}
	.vod-result-day__item{
		width: auto;
		border: 1px solid #ccc;
		box-shadow: 1px 1px 3px 0px #ccc;
		margin: 0 0 10px 0;
	}
	.vod-result-cate__col{
		background: #f6f6f6;
	}
	.vod-result-cate__index{
		width: 27%;
	}
	.vod-result-cate__item{
		width: calc(100% - 27%);
		background: #fff;
	}
	.vod-result__item--title{
		width: 27%;
	}
	.vod-result__item--title-speaker{
		display: block;
		gap: initial;
		align-items: initial;
	}
	.vod-result__item--center{
		flex: 1;
		display: initial;
	}
	.vod-result__item--name{
		margin: 5px 0 0;
	}
	.vod-result__item--speaker{
		width: auto;
		text-align: left;
		border-right: none;
		border-bottom: 1px dotted #ccc;
		display: flex;
		align-items: flex-end;
	}
	.vod-result__item--speaker .vod-result__item--name{
		margin: 0 0 0 5px;
	}
	.vod-result__item--play{
		width: 63px;
	}
	.phrase__form{
		text-align: left;
	}
	.phrase__box{
		width: auto;
	}
	.playerout {
		border: none;
	}
	.playtext {
		width: auto;
		height: auto;
		overflow: visible;
		white-space: normal;
		font-size: 90%;
		margin: 20px 0 0;
	}
	.playlink {
		justify-content: left;
		margin: 15px 0 0;
	}
	.playlink__item {
		margin: 5px 10px 0 0;
	}
	.back{
		display: none;
	}
}