@charset "UTF-8";

/*
=================================================

Univeral Set

=================================================
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 100%;
	font-family: Meiryo, BIZ UDGothic, sans-serif;
	color: #333333;
}
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: #0068b7;
}
.wrap--nav {
	overflow: hidden;
}
.wrap--main {
	display: block;
	padding: 30px 0;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.wrap--footer {
	background: #0068b7;
}
.wrap{
	width: 1050px;
	margin: 0 auto;
}
.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{
	margin: 0 auto;
	position: relative;
}
.title{
	margin: 0;
}
.title img{
	width: 560px;
}
.ext {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ext__item {
	position: relative;
	float: left;
	margin: 0 0 0 1em;
	padding: 0 0 0 1.5em;
}
.ext__item::before {
	position: absolute;
	top: calc(50% - 9px);
	left: 0;
	width: 16px;
	height: 16px;
	background: url("../image/external.svg") no-repeat right center;
	content: '';
}
.ext__link {
	color: #fff;
	text-decoration: underline;
}
.ext__link:hover, .ext__link:focus {
	text-decoration: none;
}
.navi {
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	position: relative;
}
.navi__item {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin: 12px -1px 5px 0;
	padding: 5px 0 0;
	border-right: 1px solid #ccc;
}
.navi__link {
	display: inline-block;
	padding: 0 5px 8px;
	color: #333;
	font-size: 1.3em;
	position: relative;
	outline-offset: -8px;
	box-sizing: border-box;
	position: relative;
}
.navi__link:link, .navi__link:visited {
	text-decoration: none;
}
.navi__link:focus, .navi__link:hover {
	background: white;
}
.navi__link:focus::after, .navi__link:hover::after, .navi__link--active::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 5px;
	background: #28b4be;
	content: '';
  }
.navi__link--active {
	color: #333;
	border: none;
	box-shadow: none;
}

/*
=================================================
button
=================================================
*/
.btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 23px 0 20px;
	width: 100%;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	font-size: 1.5rem;
	border: 1px solid #ccc;
	box-shadow: 0 2px 1px rgba(128, 128, 128, 0.2);
}
.btn--live {
	color: #4d1200;
	border: 1px solid #dcaabb;
	background: #ebced8;
}
.btn--live:hover, .btn--live:focus {
	border: 1px solid #d598ad;
	background: #dcaabb;
}
.btn--live::after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(10%);
	width: 40px;
	height: 40px;
	background: url("../image/live.svg") no-repeat center;
	content: '';
}
.btn--no-live {
	background: #ccc;
	color: #222;
	opacity: 0.7;
	border: 1px solid #b3b3b3;
	box-shadow: none;
}
.btn--no-live::after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(10%);
	width: 40px;
	height: 40px;
	background: url("../image/live_disabled.svg") no-repeat center;
	content: '';
}
.btn--vod-meeting, .btn--vod-speaker {
	color: #0d3c40;
	background: #cfe5e6;
	border: 1px solid #add3d5;
	box-shadow: 0 2px 1px rgba(128, 128, 128, 0.2);
}
.btn--vod-meeting:hover, .btn--vod-meeting:focus, .btn--vod-speaker:hover, .btn--vod-speaker:focus {
	border: 1px solid #9dcacc;
	background: #add3d5;
}
.btn--vod-meeting::after, .btn--vod-speaker::after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(10%);
	width: 40px;
	height: 40px;
	content: '';
}
.btn--vod-meeting::after {
	background: url("../image/vod_meeting.svg") no-repeat center;
}
.btn--vod-speaker::after {
	background: url("../image/vod_speaker.svg") no-repeat center;
}
.btn--goback, .btn--play {
	display: inline-block;
	padding: 0.5em 1em 0.5em 50px;
	min-width: 3em;
	width: auto;
	font-size: 1.1em;
	color: #0d3c40;
	background: #cfe5e6;
	border: 1px solid #add3d5;
	box-shadow: 0 2px 1px rgba(128, 128, 128, 0.2);
}
.btn--goback:hover, .btn--goback:focus, .btn--play:hover, .btn--play:focus {
	border: 1px solid #9dcacc;
	background: #add3d5;
}
.btn--goback::after, .btn--play::after {
	position: absolute;
	top: calc(50% - 10px);
	left: 15px;
	width: 20px;
	height: 20px;
	content: '';
}
.btn--goback::after {
	background: url("../image/goback.svg") no-repeat right center;
}
.btn--play::after {
	background: url("../image/play.svg") no-repeat right center;
}

/*
=================================================

main

=================================================
*/
.content {
	margin: 0 auto;
}
.content__header {
	position: relative;
	margin: 0 0 14px;
	padding: 12px 20px 10px;
	font-weight: normal;
	line-height: 1;
	font-size: 1.5em;
	color: #111;
	border-bottom: 1px solid #bbb;
}
.content__header::after {
	position: absolute;
	bottom: 1px;
	left: 0;
	display: block;
	width: 5px;
	height: 100%;
	background: #28b4be;
	content: '';
}
.row {
	display: flex;
	margin: 0;
	gap: 30px;
}
.row--play{
	gap: 15px;
}
.row__item {
	margin: 0;
	width: calc(100% / 2);
	box-sizing: border-box;
}
.row__item--stream {
	background: #f5f5f5;
}
.row__item--notice {
}
.row__item--photo {
}
.row__item--play {
	flex-grow: 1;
	width: auto;
}
.stream {
	padding: 50px 40px 30px;
}
.stream__header {
	position: relative;
	margin: -47px -37px 30px;
	padding: 6px 20px 4px;
	font-weight: normal;
	background: #f0f0f0;
	border: 1px solid #d9d9d9;
}
.stream__header::after {
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	height: calc(100% + 2px);
	width: 5px;
	background: #28b4be;
}
.stream__main-header {
	color: #333;
	margin: 0;
	padding: 3px 0 2px;
	font-weight: normal;
	font-size: 1.5rem;
}
.stream__item{
	margin: 15px 0;
}
.stream__state {
	margin: 2em auto;
	padding: 8px 15px 6px;
	text-align: center;
	position: relative;
	font-size: 1.2rem;
}
.stream__state--no-live {
	color: #c00;
}
.stream__freeword{
	color: #c00;
}
.stream__schedule {
	margin: 0 auto 2em;
	width: 370px;
}
.rec-list {
	padding: 0;
	list-style: none;
}
.rec-list__item {
	margin-bottom: 10px;
}
.phrase {
	margin: 20px 0 0;
	background: #f0f0f0;
	border: 1px solid #d7d7d7;
	overflow: hidden;
	padding: 5px 20px;
}
.phrase__title {
	color: #1f3f66;
	font-size: 1.1em;
	padding: 6px 10px 3px 0;
}
.phrase__group {
	border: none;
	padding: 0;
}
.phrase__notice {
	color: #333;
	font-size: 0.9em;
	margin: 10px 0;
}
.phrase__box {
	background: #fff;
	border: 1px solid #888;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
}
.phrase__text-cell {
	font-size: 1.2em;
	width: 80%;
	border: none;
	padding: 5px 10px;
	box-shadow: inset 0px 4px 4px -2px rgba(0, 0, 0, 0.2);
}
.phrase__submit-cell {
	width: 20%;
	background: #dcf4f5;
	font-size: 1em;
	color: #0d3c40;
	border: none;
	border-left: 1px solid #888;
	cursor: pointer;
	outline-offset: -3px;
}
.phrase__submit-cell:focus, .phrase__submit-cell:hover {
	background: #b4e8ea;
}
.notice,
.contact {
	margin: 30px auto 0;
}
.notice-list {
	margin: 0 0 1em;
	padding: 0 0 0 16px;
	list-style: none;
	line-height: 1.4;
}
.notice-list__item {
	position: relative;
	margin: 0 0 6px;
}
.notice-list__item:last-child {
	margin: 0;
}
.notice-list__item::before {
	position: absolute;
	top: 0.5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #00949f;
	content: '';
}
.barcode {
	box-sizing: border-box;
	margin: 0;
	padding: 15px;
	background: #e6f2f2;
	overflow: hidden;
}
.barcode__image {
	float: left;
	padding: 4px;
	background: #fff;
}
.barcode__header {
	margin: 0 0 0 110px;
	color: #333;
	font-weight: bold;
}
.barcode__note {
	margin: 10px 0 0 110px;
}
.photo {
	margin: 0;
	position: relative;
}
.photo__caption {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 12px 8px;
	text-align: right;
	font-size: 1em;
	color: #fff;
	letter-spacing: 0.1em;
}
.address {
	font-size: 1em;
	font-style: normal;
	line-height: 1.6;
	padding: 0;
}

.contentframe{
	padding: 0 20px;
}
table caption {
	text-align: left;
	font-weight: bold;
}
table.vodsearch {
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	margin: 20px auto 0;
	background: #FFFFFF;
}
table.vodsearch td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
table.vodsearch.resultlist {
	width: 100%;
}
table.vodsearch td.nonpad{
	padding: 0;
}
table.vodsearch td ul{
	padding: 5px 0;
}
table.speaker {
	width: 800px;
	margin: 20px auto 0;
}
table.speaker.vodsearch {
	margin: 10px auto 0;
}
.speaker-box{
	vertical-align: top;
}
.speaker-box table {
	width: 100%;
	border: 1px solid #ADADAD;
	border-collapse: collapse;
	background: #FFFFFF;
}
.speaker-box td {
	border: 1px solid #ADADAD;
	padding: 5px;
}
.speaker-index{
	text-align: center;
	vertical-align: middle;
}
.speaker-nonresult{
	text-align: center;
	font-weight: bold;
}
.speakername {
	width: 100%;
	margin: 20px auto 0;
}
.speakername ul{
	padding: 0 10px;
}
.speakername li{
	margin-right: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.kaihaname{
	margin: 20px 0 0;
}

.play {
	margin: 20px auto 0;
}
.playerout {
	border: 3px ridge #A0A0A0;
}
.player {
	width: 640px;
	height: 360px;
}
.playlist {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	font-weight: bold;
}
.playtext {
	width: 349px;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.nonlive{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 640px;
	height: 360px;
	border: 3px ridge #A0A0A0;
	background: #FFFFFF;
	padding: 160px 10px;
	margin: 20px auto 0;
	text-align: center;
}
.comment{
	margin: 10px auto 0;
}
.nonresult {
	text-align: center;
	margin: 20px 0 0;
	font-weight: bold;
}
.back{
	margin: 30px auto 0;
	text-align: center;
}

/*
=================================================

footer

=================================================
*/
.footer {
	padding: 40px;
	color: #fff;
	text-align: center;
	font-size: 0.9em;
}

/*
=================================================

other

=================================================
*/
.width-90{
	width: 90px;
}
.width-110{
	width: 110px;
}
.width-130{
	width: 130px;
}
.width-150{
	width: 150px;
}
.width-200{
	width: 200px;
}
.width-350{
	width: 350px;
}
.width-500{
	width: 500px;
}
.width-580{
	width: 580px;
}
.width-800{
	width: 800px;
}
.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-red {
	color: red;
}
.font-dred{
	color: #D90000;
}
.font-blue {
	color: blue;
}
.font-90 {
	font-size: 90%;
}
.font-80 {
	font-size: 80%;
}
.font-bold {
	font-weight: bold;
}
.font-normal {
	font-weight: normal;
}
.font-tt{
	font-family: Meiryo, monospace;
}
.hit1,.hit2,.hit3,.hit4,.hit5 {
	color: #D90000;
}

/*
=================================================

メニュー読み飛ばしリンク用

=================================================
*/
p.hide {
	position: absolute;
	top: 0px;
	left: -512px;
	width: 256px;
}
