@charset "utf-8";
/*------------------------------------------------------------
	company-business-scdevelopment
------------------------------------------------------------*/
#page-path {
	margin-bottom: 75px;
}
#main .video {
	max-width: 800px;
	margin: 0 auto 51px;
}
#main .video iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}
#main .top-text {
	margin-bottom: 132px;
}
#main .com-img-box:last-of-type {
	margin-bottom: 100px;
}
@media all and (max-width: 896px) {
	#main .video {
		max-width: inherit;
		position: relative;
		padding-bottom: 56.25%;
	}
	#main .video iframe {
		position: absolute;
		height: 100%;
		left: 0;
		top: 0;
	}
	#main .top-text {
		margin-bottom: 50px;
	}
	#main .com-img-box:last-of-type {
		margin-bottom: 50px;
	}	
}