<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}
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: #005AAA;
	border-top: 1px solid #E2E0D7;
	border-bottom: 1px solid #E2E0D7;
	overflow: hidden;
}
.wrap--main {
	display: block;
	margin: 0 auto;
}
.wrap--footer {
	background: #005AAA;
	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: 577px;
	padding: 24px 0 27px;
}
.ext {
	margin: 15px 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% - 4px);
	left: 9px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 4px solid #005AAA;
	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 #E2E0D7;
}
.navi__item:first-child{
	border-left: 1px solid #E2E0D7;
}
.navi__link {
	display: block;
	padding: 19px 10px 17px;
	font-size: 1.1em;
	position: relative;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0 -4px 0 0 #D2EAFF inset;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #333333;
	text-decoration: none;
}
.navi__link:focus, .navi__link:hover {
	text-decoration: underline;
}
.navi__link--active {
	background: #D2EAFF;
	box-shadow: 0 -4px 0 0 #005AAA inset;
}

/*
=================================================
button
=================================================
*/
.btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 21px 5% 20px 25%;
	width: 100%;
	border-radius: 6px;
	text-align: left;
	text-decoration: none;
	font-size: 1.4em;
	color: #00507B;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	box-shadow: 0 2px 3px 0 #BFBFBF;
}
.btn:hover, .btn:focus {
	background: #E7F6FF;
	border: 1px solid #0172AA;
	text-decoration: underline;
}
.btn--live {
	padding: 23px 5% 22px 25%;
	font-weight: bold;
	color: #980000;
}
.btn--live:hover, .btn--live:focus {
	background: #FBF1F1;
	border: 1px solid #CF4221;
	text-decoration: underline;
}
.btn--no-live {
	padding: 23px 5% 22px 25%;
	font-weight: bold;
	color: #808080;
	background: #F2F2F2;
	border: 1px solid #B3B3B3;
	box-shadow: none;
}
.btn--no-live:hover {
	background: #F2F2F2;
	border: 1px solid #B3B3B3;
	text-decoration: none;
}
.btn--live::after, .btn--no-live::after {
	position: absolute;
	top: calc(50% - 13px);
	left: calc(8%);
	width: 45px;
	height: 27px;
	content: '';
}
.btn--live::after {
	background: url("../image/live_active.svg") no-repeat center;
}
.btn--no-live::after {
	background: url("../image/live_disable.svg") no-repeat center;
}
.btn--vod {
	font-weight: bold;
}
.btn--vod::after {
	position: absolute;
	top: calc(50% - 11px);
	left: calc(10%);
	width: 36px;
	height: 23px;
	content: '';
	background: url("../image/vod_icon.svg") no-repeat center;
}
.btn--goback, .btn--play {
	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;
}

/*
=================================================
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, .row__item--stream-vod {
	background: #F9F9F9;
}
.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);
}
@media not all and (min-resolution: .001dpcm){
	@supports (not (translate: none)){
		.row {
			margin: 0 -20px 0 0;
		}
		.row--play {
			margin: 0 -15px 0 0;
		}
		.row__item {
			margin: 0 20px 0 0;
			width: calc(100% / 2 -20px);
		}
		.row__item--play {
			margin: 0 15px 0 0;
		}
	}
}
.streaming{
}
.stream {
	padding: 75px 30px 30px;
}
.stream__header {
	position: relative;
	margin: -75px -30px 35px;
	padding: 13px 20px 11px;
	background: #E8F4FF;
	box-shadow: 0 5px 0 0 #FFFFFF;
}
.stream__header::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background: #005AAA;
	content: '';
}
.stream__header--main{
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	color: #333333;
}
.stream__note{
	margin: -12px 0 12px;
	min-height: 4.5em;
}
.stream__item{
	margin: 0 0 15px;
}
.stream__state {
	margin: 20px auto;
	padding: 8px 15px 6px;
	text-align: center;
	position: relative;
	font-size: 1.1rem;
}
.stream__state--no-live {
	color: #c00;
}
.stream__freeword{
	color: #c00;
}
.stream__schedule {
	margin: 0 0 20px;
	text-align: center;
}
.rec-list {
	padding: 0;
	list-style: none;
}
.rec-list__item {
	margin: 0 0 5px;
}
.phrase {
	margin: 10px 0 0;
	overflow: hidden;
}
.phrase__title {
	color: #004266;
	font-size: 1.2em;
	padding: 6px 10px 3px 0;
}
.phrase__group {
	border: none;
	padding: 0;
}
.phrase__notice {
	color: #333;
	font-size: 0.9em;
	line-height: 1.4;
	margin: 10px 0;
}
.phrase__box {
	background: #fff;
	border: 1px solid #0172AA;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
}
.phrase__text-cell {
	font-size: 1.2em;
	width: 78%;
	border: none;
	padding: 5px 10px;
	box-shadow: inset 0px 4px 4px -2px rgba(0, 0, 0, 0.2);
}
.phrase__submit-cell {
	width: 22%;
	background: #B3EEFF;
	font-size: 1em;
	color: #333;
	border: none;
	border-left: 1px solid #0172AA;
	cursor: pointer;
	outline-offset: -3px;
}
.phrase__submit-cell:focus, .phrase__submit-cell:hover {
	background: #bef1ff;
}
.notice,
.contact {
	margin: 30px auto 0;
}
.notice__header, .contact__header {
	margin: 0 0 15px;
	font-weight: normal;
	font-size: 1.6em;
	color: #333;
	border-bottom: 3px solid #8CC6F2;
}
.notice__border, .contact__border {
	border-bottom: 3px solid #0076DF;
	display: inline-block;
	margin: 0 0 -3px;
}
.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: 4px;
	height: 4px;
	background: #0076DF;
	content: '';
}
.notice-list__item--phone{
	display: none;
}
.barcode {
	margin: 20px 0 0;
	padding: 8px;
	background: #E8F4FF;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.barcode__image {
	float: left;
}
.barcode__header {
	margin: 5px 0 0 110px;
	color: #333;
	font-weight: bold;
}
.barcode__note {
	margin: 5px 0 0 110px;
}
.photo {
	margin: 0;
	position: relative;
}
.photo__caption {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	padding: 8px 12px 6px;
	text-align: right;
	font-size: 1em;
	color: #FFFFFF;
}
.address {
	font-size: 1em;
	font-style: normal;
	line-height: 1.6;
}
.content{
	margin: 0 auto;
	padding: 0;
}
.content__header {
	margin: 0 0 15px;
	font-weight: normal;
	font-size: 1.6em;
	color: #333;
	border-bottom: 3px solid #8CC6F2;
}
.content__border {
	border-bottom: 3px solid #0076DF;
	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--list::before{
	content: '※';
}
.content__mes--no-data{
	text-align: center;
	font-weight: bold;
}
.content__mes--no-data-speaker{
	column-span: all;
}
.content__mes--no-live{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	height: auto;
	margin: 0 auto;
	border: 3px ridge #A0A0A0;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content__mes--no-live::before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.content__mes--speaker{
	column-span: all;
	font-size: 0.9em;
}
.content__mes--kaiha{
	width: 60%;
	font-size: 0.9em;
}
.gikai__header{
	width: 80%;
	text-align: left;
	font-weight: bold;
	margin: 0 auto 5px;
}
.gikai__col{
	width: 80%;
	margin: 0 auto;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px 0px #ccc;
	background: #f6f6f6;
	box-sizing: border-box;
}
.gikai__index{
	width: 30%;
	float: left;
	border-top: 1px solid #ccc;
	padding: 5px;
	box-sizing: border-box;
}
.gikai__index:first-of-type{
	border-top: none;
}
.gikai__item{
	background: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 30%;
	padding: 5px;
	box-sizing: border-box;
}
.gikai__item:first-of-type{
	border-top: none;
}
.content__main--speaker{
	column-count: 3;
	margin: 20px 7% 30px;
}
.speaker__col{
	break-inside: avoid-column;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px 0px #ccc;
	background: #f6f6f6;
	margin: 0 0 7px;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}
.speaker__index{
	width: 30%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.speaker__item{
	background: #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-left: 30%;
	padding: 5px;
	box-sizing: border-box;
}
.speaker__item:last-child{
	border-bottom: none;
}
.speaker__header {
	margin: 0 auto 10px;
	font-weight: bold;
}
.speaker__header li{
	margin: 0 5px 0 0;
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
}
.speaker__header--kaiha {
	margin: 0 auto 5px;
	font-weight: bold;
}
.kaiha__col{
	width: 50%;
	margin: 0 auto;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px 0px #ccc;
	box-sizing: border-box;
}
.kaiha__item{
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.kaiha__item:last-child{
	border-bottom: none;
}
.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__col{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 15px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px 0px #ccc;
}
.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;
}
.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%;
}
.amplayer, .amp-no-js, .liveplayer, .vodplayer, .vjs-no-js{
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.var-hidden{
	display: none;
}
.playtext {
	width: 100%;
	height: 366px;
	overflow: scroll;
	white-space: nowrap;
	font-size: 90%;
}
.telop{
	box-sizing: border-box;
	max-width: 646px;
	min-height: 100px;
	padding: 0.5em 1em;
	margin: 0;
	font-weight: bold;
	color: #000000;
	background: linear-gradient(#DDDDDD, #FDFCF7);
}
.telop p {
	margin: 0; 
	padding: 0;
}
.back{
	text-align: center;
}

/*
=================================================
footer
=================================================
*/
.footer{
	padding: 20px 10px;
	margin: 0 auto;
	color: #FFFFFF;
	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: 1366px) and (hover: none) and (pointer: coarse), print and (max-width: 1366px) and (hover: none) and (pointer: coarse) {
	/*
	=============================================
	main
	=============================================
	*/
	.notice-list__item--phone{
		display: block;
	}
}

@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 45px;
	}
	.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--live {
		font-size: 1.3rem;
	}
	.btn--no-live {
		font-size: 1.3rem;
	}
	.btn--live::after, .btn--no-live::after {
		left: calc(5%);
	}
	.btn--vod {
		font-size: 1.3rem;
	}
	.btn--vod::after {
		left: calc(6%);
	}
	.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;
	}
	.streaming{
		padding: 0 10px;
	}
	.stream {
		padding: 59px 20px 15px;
	}
	.stream__header {
		margin: -59px -20px 15px;
		text-align: left;
	}
	.stream__note{
		margin: 0 0 12px;
		min-height: auto;
	}
	.stream__state {
		margin: 10px auto;
		padding: 8px 0 6px;
		text-align: left;
	}
	.stream__schedule {
		margin: 0 0 10px;
		text-align: left;
	}
	.stream__schedule br {
		display: none;
	}
	.notice,
	.contact {
		padding: 0 10px;
	}
	.notice-list__item--phone{
		display: block;
	}
	.barcode {
		display: none;
	}
	.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;
	}
	.content__mes--kaiha{
		width: auto;
	}
	.gikai__header{
		width: auto;
		margin: 0 auto 10px;
		padding: 7px;
		background: #DCDDDD;
		text-shadow: 1px 1px 2px #CCCCCC;
		font-size: 1.2em;
	}
	.gikai__col, .speaker__col, .kaiha__col{
		width: auto;
		border: none;
		box-shadow: none;
		background: transparent;
		display: block;
		break-inside: auto;
		padding: 0 10px;
	}
	.gikai__index, .speaker__index{
		width: auto;
		float: none;
		border-top: none;
		padding: 5px;
		margin: 20px -10px 10px;
		border-bottom: 1px solid #DCDDDD;
		text-shadow: 1px 1px 2px #CCCCCC;
		font-size: 1.2em;
	}
	.gikai__index:first-of-type, .speaker__index:first-of-type{
		margin-top: 0;
	}
	.gikai__item, .speaker__item, .kaiha__item{
		background: transparent;
		border: none;
		margin: 0 0 10px;
		padding: 0;
		background: #E0F2F9;
		box-shadow: 1px 1px 3px 0px #ccc;
		position: relative;
		text-align: left;
	}
	.gikai__link, .speaker__link, .kaiha__link{
		padding: 10px calc(6%) 10px 5px;
		color: #333333;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}
	.gikai__item::after, .speaker__item::after, .kaiha__item::after{
		position: absolute;
		top: calc(50% - 8px);
		right: calc(2%);
		width: 13px;
		height: 13px;
		content: '';
		background: url("../image/play_arrow.svg") no-repeat center;
		opacity: 0.6;
	}
	.content__main--speaker{
		column-count: auto;
	}
	.speaker__header{
		text-align: left;
	}
	.vod__header{
		margin: 0 auto 10px;
		padding: 7px;
		background: #DCDDDD;
		text-shadow: 1px 1px 2px #CCCCCC;
		font-size: 1.2em;
	}
	.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;
	}
	.telop{
		max-width: 640px;
	}
	.back{
		display: none;
	}
}</pre></body></html>