@charset "UTF-8";
/* TOP組み込み用のcss 202508 */

.topMenu3 {
	padding-top: 10px;
}

.topMenu3 .container {
	max-width: 960px;
	margin: 20px auto 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.topMenu3 h3 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 2px solid #FBD375;
	margin-bottom: 30px;
}
.topMenu3 p {
	font-size: 16px;
	margin-bottom: 10px;
}

.itemIframe {
 	position: relative;
 	width: 100%;
 	padding-top: 72%;/*ここで見える範囲を調整 56.25%*/
	margin-bottom: 50px;
}
iframe {
	border: 2px solid #ddd;
	border-radius: 8px;
}
.itemIframe iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
}

@media (max-width: 767px) {
	.topMenu3 h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.itemIframe {
		padding-top: 800px;/*100%*/
		margin-bottom: 50px;
	}
}