.w1 img {
	width: 191px;
}
.m05 {
	margin-top: 0.5em;
}
.w2 {
	width: 100%;
	text-align: center;
}
.youtubes2 {
	float: left;
	width: 47%;
	height: auto;
	margin-bottom: 2.2em; /* 20240329変更(1.5em) */
}
.youtubes2:nth-child(even) {
	margin-right:1.5em;
}
.youtubes2 iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}
.lineMan {
	display: inline-block;
	width: 47%;
	margin-bottom: 1.5em; /* 20250131追加 */
}
.lineMan img{ 
	width: 100%;
}
/* 20250131追加↓ */
figcaption {
	text-align: left;
}
/* 20250131追加↑ */
/* 20251117追加↓ */
.youtubes3 {
	float: left;
	width: 32.5%;
	height: auto;
	margin-top: 2.2em;
	margin-bottom: 2.2em;
}
.youtubes3:not(:nth-of-type(3n)) {
	margin-right:1.25%;
}
.youtubes3 iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}
/* 20251117追加↑ */
@media screen and (max-width: 667px) {
	.youtubes2 {
		width: 100%;
	}
	.lineMan {
		width: 100%;
	}
/* 20240329追加↓ */
	.youtubes2 {
		margin-bottom: 1.5em;
	}
/* 20240329追加↑ */
	.youtubes2:nth-child(even) {
		margin-right: 0;
	}
	.youtubes3 {
		width: 100%;
		float: unset;
		margin-top: 1.5em;
		margin-bottom: 0;
	}
	.youtubes3:not(:nth-of-type(3n)) {
		margin-right: 0;
	}
}

