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

main > section {
	padding-bottom: 0!important;
}

/*+++++++++++++++++++++++++++++++++++++++++++ 動画 */
.movie {
	position: relative;
	padding-top: 10%;
	overflow: hidden;
	height: 300px;
}

.movie video {
	position: absolute;
	top: 50%;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
}
