@charset "utf-8";

/* common
------------------------------------------------------------*/
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
table:not(:last-child) {
	margin-bottom: 20px;
}
body {
	background: #deeffb;
}
.inner {
	width: 100%;
	max-width: 1200px;
	max-height: auto;
	margin: auto;
}
#sec01 {
	margin:50px;
}
@media screen and (max-width: 750px) {
	#sec01 {
		margin:0 0 0 0;
	}
}

video {
	width:100%;
	max-height: 100vh;
}
#video {
	background: url(/images/video_bg.jpg) no-repeat center center;
	background-size:contain;
}


