@charset "utf-8";

/* ============================================= 紹介映像 */
.tbl-i6-ac .introduction_video {
	gap: 32px;
}

.tbl-i6-ac .introduction_video .text {
	max-width: 353px;
	width: 100%;
}

.tbl-i6-ac .introduction_video .movie {
	max-width: 543px;
	width: 100%;
}

.tbl-i6-ac .youtube_content {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.tbl-i6-ac .youtube_content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

