@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.home_01 .box{
	width: 50%;
}
.item .box > div a{
	width: 50%;
	color: #fff;
	background: #ccc;
	padding: 5px;
	text-align: center;
	display:block;
}

.cont_3 .fancybox .box{
	border-bottom: 1px solid #aaa;
}

.youtube .slick-slide{
	float: left!important;
}
.youtube .slick-prev {
	left: 2%!important;
	z-index: 99999!important;
}
.youtube .slick-next{
	right: 2%!important;
	z-index: 99999!important;
}

#contents_wrap {
	margin-bottom: 100px !important;
}

/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
	.youtube00 {
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	}
	.youtube00 iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}
}
@media only screen and (max-width: 640px){
	.youtube00 {
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	}
	.youtube00 iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}
	.item .box a{
		width: 100%;
	}
}