@charset "utf-8";
/* CSS Document */


video.movie {
  margin: 80px 0 0px 0px;
	max-width:1100px;
		width: 100%;
}

video.movie_blunix {
  margin: 40px 0 0px 0px;
	max-width:1100px;
		width: 100%;
}

video.movie_etakfp {
  margin: 80px 0 0px 0px;
	max-width:1060px;
		width: 100%;
}


video.movie_prodic {
	margin-bottom: 5em;
	max-width:1060px;
		width: 100%;
}






.movie_p  {
	position: relative;
	padding: 1rem;
	text-align: center;
	font-size:25px;
	line-height: 1.2;
}

.movie_p:before  {
	
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
	content: url('../img/mov/mov_icon.png');

}

.movie_time {
	max-width:1060px;
	position: relative;
	padding-bottom: 3rem;
	font-size:15px;
	text-align:center;
}

.movie_ttl {
	font-weight: bold;
	line-height:1.3em;
	font-size:18px;
	height: 3em;
}
.movie_text_under{
	margin: 0.5em;
	text-align: right;
	line-height:1.3em;
}


.movie_yoko{
	display: flex;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 80px;
}

.youtube iframe {
  width: 98%;
  height: 98%;
}


.br-sp {
    display: none;
}



@media only screen and (max-width: 768px) {

	
.movie_yoko{
	display: block;		
	}
	
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 80px;
}

.movie_text_under{
	font-size:15px;

}	
	
video.movie {
    width: 100%;
    margin: 20px 0 20px 0px;
  }

video.movie_etakfp{
    width: 90%;
    margin: 20px 0 20px 0px;
	
	
}


div#prodic_movie{
	margin-top:-70px;
	padding-top:70px;

	
}


.br-sp {
    display: block;

}

}
