@charset "UTF-8";
/*---------------------------------------------
 ** 動画
---------------------------------------------*/
.video-wrapper {
	float: left;
	max-width: 100%;
    width: 48.33%;
	margin:0 18px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0;
}

.video-wrapper + .video-wrapper{
	margin:0 0 0 0;
}

.video-wrapper2 {
	display: table;
	max-width: 100%;
    width: 100%;
	margin:0 18px 30px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.video-wrapper2-inner {
	max-width: 640px;
}
.video-container2 {
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0;
}

video{
	max-width: 100%;
	height: auto;
}

.video-container iframe, 
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 45px);
}
/*動画説明*/
#video-content{font-size: 16px; padding: 20px 0 0 0; margin:0;}
#video-content2{font-size: 16px; padding: 20px 20px 40px 20px; margin:0;}
#video-content3{font-size: 22px; padding: 0; margin:0;}
#video-content4{font-size: 22px; padding: 0; margin:0;}

.video-wrapper2 p{ display: table-cell; font-size: 22px; margin:0 0 0 20px; vertical-align: top; text-align: left;}

/*/--------------------------------------------
 ** 動画
---------------------------------------------*/

/*打ち消し・追加*/
.hero-program-supplement { 
	padding: 0; margin-bottom: 35px; overflow: hidden; border:none;
}
.modalCloseSp{ display: none !important;}

@media only screen and (max-width:690px) {
/*---------------------------------------------
 ** 動画
---------------------------------------------*/
.video-wrapper {
	float: none;
	max-width: 100%;
    width: 100%;
	margin:0 18px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.video-wrapper2 {
	float: none;
	max-width: 100%;
    width: 100%;
	margin:0 18px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

/*動画説明*/
#video-content{padding: 20px;}
#video-content2{padding: 10px 20px 20px 20px;}
#video-content3{padding: 10px 0 20px 0; text-align: center;}
#video-content4{padding: 10px 0 20px 0; text-align: center;}

.video-wrapper2 P{}

/*打ち消し・追加*/
.hero-program-supplement { margin-bottom: 30px;}
.information__row{ margin:10px auto 0 auto !important;}
/*打ち消し*/
.program-area{ padding-bottom:0;}
.program-onair { padding-bottom: 20px;}

/*/--------------------------------------------
 ** 動画
---------------------------------------------*/

}