@charset "utf-8";

.movie_area {
	background: url(../top-images/bg_movie.jpg) no-repeat #f7f7f7;
	background-position: -525px 30px;
	position: relative;
}
.movie_area_in {
	background: url(../top-images/bg_movie.jpg) no-repeat;
	background-position:  right -315px top -115px;
	position: relative;
	padding: 45px 0 0;
}
.movie_area .title_uline {
	font-weight: 600;
}

.w1146 {
	width: 1146px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1200px) {
	.w1146 {
		width: 89%;
		margin: 0 auto;
	}	
}
@media screen and (max-width: 768px) {
    .movie_area {
        margin-top: 50px;
        margin-bottom: 25px;
    }
	.w1146 {
		width: 100%;
		margin: 0 auto;
	}
}

.box01 li {
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.box01 li > a {
	display: block;
	background: #fff;
	color: #000 !important;
	text-decoration: none !important;
}
.box01 li li {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.box01 li a:hover {
	opacity: 0.8;
}
.box01 ul,
.box01 p {
	padding: 0 20px 20px 20px;
	margin: 20px 0 0;
}
.box01 li p a,
.box01 li ul a,
.box01 li ol a,
.box01 li div a{
	display: inline;
	color: #003396 !important;
	text-decoration: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.box01 p.thumb {
	padding: 0;
	margin-top: 0;
}
.box01 p.thumb img {
	width: 100%;
	height: auto;
}
.box01.col2,
.box01.col3,
.box01.col4 {
	margin-left: -30px;
	margin-bottom: 20px;
}
.box01.col3 > li {
	float: left;
	width: 362px;
	margin-bottom: 30px;
}
.box01.col3 > li:first-child {
	margin-left: 30px;
}
@media screen and (max-width: 1200px) {
	.box01.col2,
	.box01.col3,
	.box01.col4 {
		margin-left: -2%;
	}
	.box01.col3 > li {
		float: left;
		width: 31.3%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.box01 {
		padding-right: 3%;
		padding-left: 3%;
	}
	.box01.col2,
	.box01.col3,
	.box01.col4 {
		margin-bottom: 5px;
	}
	.box01.col2,
	.box01.col3{
		margin-left: 0;
	}
	.box01.col3 > li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
}

img.play {
 float: right;
 width: 18px;
 height: 18px;
 stroke: #003396;
 margin-top: 3px;
}

.swiper-button-next:after, .swiper-button-prev:after {
 color: #fff;
  -webkit-filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
}

.swiper-button-next, .swiper-button-prev {
  top: 40% !important;
  width: 22px !important;
  height: 36px !important;
  -moz-background-size: 22px 36px !important;
  -webkit-background-size: 22px 36px !important;
  background-size: 22px 36px !important;
}

@media(max-width: 768px){
 .swiper-button-next, .swiper-button-prev {
  top: 42% !important;
 }
 img.play {
  margin-right: -5px;
 }
 .box01.col3 > li:first-child {
	 margin-left: -10px;
 }
}

.swiper-lazy:not(.swiper-lazy-loaded) {
    display: none;
}
