@charset "UTF-8";
/* 関連動画ページ用CSS */
#Main {
  background-color: #ECF0F1;
}

/*-------------------------------------
SECTION
---------------------------------------*/
hr.style-one {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
}

/*-------------------------------------
Movie
---------------------------------------*/
#movie {
  width: 100%;
  margin: 26px 0 0 0;
}

#movie .movie-inside a:link, a:visited {
  color: #000;
}

#movie .movie-inside {
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 26px 0;
  _zoom: 1;
}

#movie .movie-inside:nth-last-of-type(2),
#movie .movie-inside:nth-last-of-type(3) {
	border: 5px solid #000;
	margin-bottom: 3%;
	padding: 3% 0 0;
	background-color: #fff;
	box-shadow: 5px 5px 0 0px #00993c;
	border-radius: 10px;
	width: 85%;
}

#movie .movie-inside:nth-last-of-type(2) h3,
#movie .movie-inside:nth-last-of-type(3) h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	line-height: 60px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	text-align: center;
}

#movie .movie-inside p {
	font-weight: bold;
	font-size: 18px;
	padding: 1% 0 0% 0;
}

#movie {text-align: center; margin: 0 auto; padding: 50px 0 100px 0;width: 90%; }
#movie .section__movie{display: inline-block; vertical-align: top; width: 35vw;height: auto;margin: 0 0.5% 3%;}
#movie .section__movie div{
/*display: inline-block;
width: 35vw;
height: calc(35vw * 0.5625);
vertical-align: top;*/
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    z-index: 1;
}
#movie .section__movie div iframe{
/*	width: 100%;
	height: 100%;*/
	border: 4px solid #000;
	box-sizing: border-box;
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/*-------------------------------------
スマホ
---------------------------------------*/
@media (max-width: 768px) {
	#Main div.pagetitle div.pagetitle-inside{
		  width: 45%;
	    margin-right: auto;
	    margin-left: 0;
	}
	#movie{
		padding-bottom: 50px;
	}
	#movie .movie-inside:nth-last-of-type(2) h3,
  #movie .movie-inside:nth-last-of-type(3) h3{
		font-size: 5vw;
	}

	#movie .movie-inside:nth-last-of-type(2),
  #movie .movie-inside:nth-last-of-type(3){
		width: 100%;
		margin-bottom: 10%;
	}

	#movie .section__movie{
		width: 80%;
	}
}