@charset "UTF-8";

/*
=================================================
Univeral Set
=================================================
*/
html {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	margin: 0;
	padding: 0;
	background: #eee;
	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;
	border-top: 6px solid #051E7B;
	margin: 0 auto;
}
.wrap--nav {
	background: #fff;
	border-top: 1px solid #7d91bf;
	border-bottom: 1px solid #7d91bf;
	overflow: hidden;
}
.wrap--main {
	display: block;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
}
.wrap--footer {
	border-top: 2px solid #051E7B;
	background: #CCCCCC;
	margin: 0 auto;
}
.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: 495px;
}
.ext {
	position: absolute;
	top: 10px;
	right: 19px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1rem;
}
.ext__item {
	position: relative;
	padding: 0 0 0 26px;
	margin: 0 0 5px;
}
.ext__item::before {
	position: absolute;
	top: calc(50% - 8px);
	left: 4px;
	width: 16px;
	height: 16px;
	content: '';
	background: url("../image/external.svg") no-repeat center;
}
.font {
	position: absolute;
	top: 46px;
	right: 19px;
	margin: 0;
	padding: 2px;
	border-radius: 3px;
	background: #D9D9D9;
	display: flex;
	font-size: 1rem;
}
.font__title {
	margin: 0 5px;
	padding: 3px 5px 1px;
	color: #222;
	font-size: 0.9em;
}
.font__item {
	margin: 0 0 0 2px;
}
.font__btn {
	font-size: inherit;
	padding: 2px 6px 1px;
	border: none;
	border-radius: 3px;
	color: #fff;
	background: #4D4D4D;
	font-weight: bold;
}
.navi {
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.navi__item {
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #7d91bf;
}
.navi__item:last-child{
	border-right: none;
}
.navi__link {
	display: block;
	padding: 12px 10px 10px;
	font-size: 1.1em;
	position: relative;
	box-sizing: border-box;
	background: #FFFFFF;
	height: 100%;
}
.navi__link:link, .navi__link:visited {
	color: #333;
	text-decoration: none;
}
.navi__link:focus, .navi__link:hover {
	background: #00307a;
	color: #fff;
	font-weight: bold;
}
.navi__link--active {
	background: #00307a;
}
.navi__link--active:link, .navi__link--active:visited {
	color: #fff;
	font-weight: bold;
}

/*
=================================================
button
=================================================
*/
.btn {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 13px 4% 15px 20%;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 1.5rem;
	color: #0B257E;
	background: #D8DCEA;
}
.btn:hover, .btn:focus {
	color: #fff;
	background: #6B7BB3;
}
.btn--live {
	padding: 23px 75px 22px 4%;
	color: #7e0b0b;
	background: #ead8d8;
	border-radius: 40px;
	overflow: hidden;
}
.btn--live:hover, .btn--live:focus {
	color: #fff;
	background: #b36b6b;
}
.btn--no-live {
	padding: 23px 75px 22px 4%;
	color: #808080;
	background: #dddddd;
	border-radius: 40px;
	overflow: hidden;
}
.btn--no-live:hover, .btn--no-live:focus {
	color: #808080;
	background: #dddddd;
}
.icon_live{
	position: absolute;
	top: calc(50% - 34px);
	right: 8px;
	width: 67px;
	height: 67px;
	border-radius: 33px;
	background: #b36b6b;
	content: '';
	overflow: hidden;
}
.icon_live::after{
	position: absolute;
	top: calc(50% - 13px);
	right: calc(14%);
	width: 44px;
	height: 26px;
	background: url("../image/live_active.svg") no-repeat center;
	content: '';
}
.btn--live:hover .icon_live, .btn--live:focus .icon_live {
	background: #fff;
}
.btn--live:hover .icon_live::after, .btn--live:focus .icon_live::after {
	background: url("../image/live_active_over.svg") no-repeat center;
}
.btn--no-live .icon_live {
	background: #999999;
}
.btn--no-live:hover .icon_live::after, .btn--no-live:focus .icon_live::after {
	background: url("../image/live_active.svg") no-repeat center;
}
.btn--vod {
	padding: 23px 75px 22px 4%;
	color: #0B257E;
	background: #D8DCEA;
	border-radius: 40px;
	overflow: hidden;
}
.btn--vod:hover, .btn--vod:focus {
	color: #fff;
	background: #6B7BB3;
}
.icon_vod{
	position: absolute;
	top: calc(50% - 34px);
	right: 8px;
	width: 67px;
	height: 67px;
	border-radius: 33px;
	background: #6B7BB3;
	content: '';
	overflow: hidden;
}
.btn--meeting .icon_vod::after{
	position: absolute;
	top: calc(50% - 21px);
	right: calc(18%);
	width: 43px;
	height: 43px;
	background: url("../image/vod_meeting.svg") no-repeat center;
	content: '';
}
.btn--speaker .icon_vod::after{
	position: absolute;
	top: calc(50% - 25px);
	right: calc(15%);
	width: 47px;
	height: 47px;
	background: url("../image/vod_speaker.svg") no-repeat center;
	content: '';
}
.btn--group .icon_vod::after{
	position: absolute;
	top: calc(50% - 20px);
	right: calc(9%);
	width: 50px;
	height: 57px;
	background: url("../image/vod_group.svg") no-repeat center;
	content: '';
}
.btn--vod:hover .icon_vod, .btn--vod:focus .icon_vod {
	background: #fff;
}
.btn--meeting:hover .icon_vod::after, .btn--meeting:focus .icon_vod::after {
	background: url("../image/vod_meeting_over.svg") no-repeat center;
}
.btn--speaker:hover .icon_vod::after, .btn--speaker:focus .icon_vod::after {
	background: url("../image/vod_speaker_over.svg") no-repeat center;
}
.btn--group:hover .icon_vod::after, .btn--group:focus .icon_vod::after {
	background: url("../image/vod_group_over.svg") no-repeat center;
}
.btn--goback {
	display: inline-block;
	padding: 12px 27px 12px 57px;
	min-width: 3em;
	width: auto;
	font-size: 1.1em;
}
.btn--goback::after {
	position: absolute;
	top: calc(50% - 13px);
	left: 25px;
	width: 18px;
	height: 26px;
	content: '';
	background: url("../image/goback.svg") no-repeat right center;
}
.btn--goback:hover::after, .btn--goback:focus::after {
	background: url("../image/goback_over.svg") no-repeat right center;
}
.btn--play {
	display: block;
	padding: 36px 0 6px;
	width: 100%;
	font-size: 1.1em;
}
.btn--play::after {
	position: absolute;
	top: 11px;
	left: calc(50% - 12px);
	width: 20px;
	height: 20px;
	content: '';
	background: url("../image/play_arrow.svg") no-repeat right center;
}
.btn--play:hover::after, .btn--play:focus::after {
	background: url("../image/play_arrow_over.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: #F7F7F7;
}
.row__item--notice {
	flex-grow: 1;
	width: auto;
}
.row__item--photo {
	width: auto;
	max-width: 435px;
}
.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 40px 30px;
}
.stream__header {
	position: relative;
	margin: -75px -40px 35px;
	padding: 9px 25px 7px;
	background: #e5e5e5;
	text-align: left;
}
.stream__header::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #f02020;
	content: '';
}
.stream__header--main{
	display: block;
	font-size: 1.5em;
	color: #333333;
}
.stream__header--note{
	position: relative;
	font-size: 0.7em;
	color: #595959;
	padding: 0 0 0 1em;
}
.stream__header--note::after {
	position: absolute;
	top: calc(50% - 0.8em);
	left: 0.4em;
	content: '-';
}
.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 8px;
}
.stream__comment {
	position: relative;
	background: #F7F7F7;
	margin: 15px 0 0;
	padding: 15px;
}
.stream__emp {
	font-weight: bold;
}
.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 #959595;
	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: #0B257E;
	font-size: 1em;
	color: #fff;
	border: none;
	border-left: 1px solid #0B257E;
	cursor: pointer;
	outline-offset: -3px;
}
.phrase__submit-cell:focus, .phrase__submit-cell:hover {
}
.notice,
.contact {
	margin: 30px auto 0;
}
.notice__header, .contact__header {
	position: relative;
	margin: 0 0 20px;
	padding: 9px 25px 7px;
	font-size: 1.5em;
	color: #333;
	background: #e5e5e5;
}
.notice__header::after, .contact__header::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #f02020;
	content: '';
}
.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: #6B7BB3;
	content: '';
}
.notice-list__item--phone{
	display: none;
}
.barcode {
	margin: 20px 0 0;
	padding: 8px;
	border: 1px solid #6B7BB3;
	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 {
	background: #D8DCEA;
	margin: 1px 0 0;
	padding: 8px 12px 6px;
	text-align: right;
	font-size: 0.9em;
	color: #0B257E;
}
.address {
	font-size: 1em;
	font-style: normal;
	line-height: 1.6;
}
.address__header {
	font-weight: bold;
}
.address__copy {
	font-size: 0.9em;
}
.content{
	margin: 0 auto;
	padding: 0;
}
.content__header {
	position: relative;
	margin: 0 0 20px;
	padding: 9px 25px 7px;
	font-size: 1.5em;
	color: #333;
	background: #e5e5e5;
}
.content__header::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #f02020;
	content: '';
}
.content__info{
	margin: 0;
}
.content__info--sub::before{
	content: '※';
}
.content__main{
	margin: 20px 5px 30px;
}
.content__mes{
	margin: 10px auto 0;
}
.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--speaker::before{
	content: '※';
}
.kaigi__header {
	position: relative;
	margin: 0 20px 20px;
	padding: 3px 13px;
	font-weight: normal;
	color: #333;
	font-size: 1.2em;
	border-bottom: 1px solid #cdcdcd;
}
.kaigi__header::after {
	position: absolute;
	bottom: 1px;
	left: 0;
	display: block;
	width: 5px;
	height: 100%;
	background: #0F8845;
	content: '';
}
.kaigi__col{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 40px 20px;
}
.kaigi__item{
	width: 48%;
	margin: 0 0 20px 0;
}
.kaigi__link{
	display: block;
	box-sizing: border-box;
	padding: 9px 15px 7px;
	width: 100%;
	border-radius: 6px;
	text-align: left;
	text-decoration: none;
	color: #333;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	box-shadow: 0 2px 3px 0 #BFBFBF;
	font-weight: bold;
	font-size: 1.1em;
}
.kaigi__link:hover{
	background: #E7F6FF;
	border: 1px solid #0172AA;
	text-decoration: none;
}
.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 3% 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: 77px;
	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: auto;
	overflow: visible;
	white-space: normal;
	font-size: 90%;
	word-wrap: break-word;
}
.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: 30px 10px;
	margin: 0 auto;
	color: #3D6D4E;
	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
	=============================================
	*/
	.font {
		display: none;
	}
	.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--main {
		padding: 15px 10px 30px;
	}
	.wrap{
		max-width: 768px;
		min-width: 320px;
	}
	/*
	=============================================
	header
	=============================================
	*/
	.header .title{
		padding: 0 2px 20px;
	}
	.ext {
		top: auto;
		right: 2px;
		bottom: 7px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.ext__item {
		font-size: 1em;
		margin: 0;
	}
	.font {
		display: none;
	}
	.navi__text{
		display: none;
	}
	/*
	=============================================
	button
	=============================================
	*/
	.btn--live {
		padding: 18px 62px 17px 8%;
		font-size: 1.3rem;
		text-align: left;
	}
	.btn--no-live {
		padding: 18px 62px 17px 8%;
		font-size: 1.3rem;
		text-align: left;
	}
	.icon_live{
		top: calc(50% - 28px);
		right: 6px;
		width: 56px;
		height: 56px;
	}
	.icon_live::after{
		top: calc(50% - 12px);
		right: calc(14%);
		width: 40px;
		height: 24px;
	}
	.btn--vod {
		padding: 18px 62px 17px 8%;
		font-size: 1.3rem;
		text-align: left;
	}
	.icon_vod{
		top: calc(50% - 28px);
		right: 6px;
		width: 56px;
		height: 56px;
	}
	.btn--meeting .icon_vod::after{
		top: calc(50% - 18px);
		right: calc(18%);
		width: 37px;
		height: 37px;
	}
	.btn--speaker .icon_vod::after{
		top: calc(50% - 25px);
		right: calc(13%);
		width: 41px;
		height: 41px;
	}
	.btn--group .icon_vod::after{
		top: calc(50% - 19px);
		right: calc(9%);
		width: 42px;
		height: 48px;
	}
	/*
	=============================================
	main
	=============================================
	*/
	.row{
		display: block;
	}
	.row--play {
		width: auto;
	}
	.row__item {
		width: auto;
	}
	.row__item--stream-live{
		margin: 0 0 15px;
	}
	.row__item--player {
		min-width: 0;
	}
	.stream {
		padding: 59px 15px 15px;
	}
	.stream__header {
		margin: -59px -15px 15px;
		text-align: left;
	}
	.stream__header--note{
		display: block;
		padding: 0;
	}
	.stream__header--note::before {
		content: '';
	}
	.stream__state {
		margin: 10px auto;
		padding: 0;
		text-align: left;
		font-size: 1rem;
	}
	.stream__schedule {
		margin: 0 0 10px;
		text-align: left;
	}
	.stream__schedule br {
		display: none;
	}
	.notice,
	.contact {
		margin: 15px auto 0;
	}
	.notice__header, .contact__header {
		margin: 0 0 15px;
	}
	.notice-list__item--phone{
		display: block;
	}
	.barcode {
		display: none;
	}
	.content__header{
		margin: 0 0 15px;
	}
	.content__info{
		margin: 0;
	}
	.content__main{
		margin: 15px 0 20px;
	}
	.content__mes{
		margin: 20px auto 0;
	}
	.content__mes--no-data{
		text-align: left;
	}
	.gikai__header, .kaigi__header{
		width: auto;
		margin: 0 auto 10px;
		padding: 7px;
		background: #DCDDDD;
		text-shadow: 1px 1px 2px #CCCCCC;
		font-size: 1.2em;
	}
	.kaigi__header::after{
		content: none;
	}
	.gikai__col, .speaker__col, .kaiha__col, .kaigi__col{
		width: auto;
		border: none;
		box-shadow: none;
		background: transparent;
		display: block;
		break-inside: auto;
		padding: 0 10px;
	}
	.kaigi__col{
		margin: 0 0 20px;
	}
	.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, .kaigi__item{
		width: auto;
		background: transparent;
		border: none;
		margin: 0 0 10px;
		padding: 0;
		background: #E0F2F9;
		box-shadow: 1px 1px 3px 0px #ccc;
		position: relative;
		text-align: left;
	}
	.kaigi__link{
		border-radius: 0;
		background: none;
		border: none;
		color: inherit;
	}
	.kaigi__link:hover{
		background: none;
		color: inherit;
	}
	.gikai__link, .speaker__link, .kaiha__link, .kaigi__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, .kaigi__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;
	}
}