#Contents .movListWrap {
}
.mov {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.mov iframe {
	width: 100%;
	height: 100%;
}
.movTtl {
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 1em;
}
.movTtl .fontS {
	font-size: 0.91em;
}
@media only screen and (max-width: 767px) {
.movList > li {
	margin-bottom: 15px;
}
.movList > li:last-child {
	margin-bottom: 0;
}
}
@media print, screen and (min-width: 768px) {
.movList {
	display: flex;
	flex-wrap: wrap;
}
.movList > li {
	width: 47.5%;
	margin-right: 5%;
	margin-top: 30px;
}
.movList > li:nth-child(2n) {
	margin-right: 0;
}
.movList > li:nth-child(-n + 2) {
	margin-top: 0;
}
.movList > li iframe {
	margin-bottom: 0;
	margin-top: auto;
}
}
