@charset "UTF-8";

/** .content-title */
.page21 .content-title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 40px;
	text-align: center;
}

@media screen and (max-height: 768px) {
	.page21 .content-title {
		margin-top: 1.302vh;
		margin-bottom: 1.302vh;
		font-size: 5.2083vh;
	}
}

/** .content-main */
.page21 .content-main .movie-wrap {
	width: 672px;
	height: 396px;
	margin: -16px auto 0;
	border: 20px solid #ee820f;
	background-color: #ee820f;
}

@media screen and (max-height: 768px) {
	.page21 .content-main .movie-wrap {
		width: 87.5vh;
		height: 51.5625vh;
		margin: -2.0833vh auto 0;
		border: 2.6041vh solid #ee820f;
	}
}

.page21 .content-main .movie-wrap iframe {
	width: 632px;
	height: 356px;
}

@media screen and (max-height: 768px) {
	.page21 .content-main .movie-wrap iframe {
		width: 82.2916vh;
		height: 46.3541vh;
	}
}

.page21 .children-img-wrap {
	width: 334px;
	height: 118px;
	margin: -20px auto 0;
}

@media screen and (max-height: 768px) {
	.page21 .children-img-wrap {
		width: 43.4895vh;
		height: 15.3645vh;
		margin: -2.6041vh auto 0;
	}
}
