@charset "utf-8";

/* bland Style
-------------------------------*/
.content_wrap {
	margin-bottom:40px;
}
.mainContents{
	overflow:hidden;
}

.mainContentsInner {
	margin: 0;
	text-align: center;
}

h2.title{
	font-family:'Libre Baskerville', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana, sans-serif;
	font-size:30px;
	font-size:3.0rem;
	margin-top:40px;
	margin-bottom:50px;
	padding:0;
	padding-left: 5%;
}

.movie li {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie li > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie li:nth-child(n+1){
	margin-bottom:2%;
}
@media screen and (max-width: 750px) {
	h2.title{
		padding:0;

	}
	.movie li {
  		margin-top:8px;
	}
}