@charset "UTF-8";
/* CSS Document */

/*動画 */
.movie-area {
	margin: auto;
	box-sizing: border-box;
}
.movie {
	margin: 0 auto;
	width: 980px !important;
}
video {
	width: 980px !important; 
}

@media only screen and (max-width: 640px) {
	
	
.movie-area {
	margin: auto;
	box-sizing: border-box;
}
.movie {
	width: 100% !important;
	
}
video {
	width:100% !important;
}
	
.section2
	{
	width: 100%;
	padding: 0rem;
	box-sizing: border-box;
	}
	
}
