@charset "utf-8";
/*==================================================
	【病院のご案内】ページ固有のスタイル
==================================================*/
#about .about_box::after {
	content: "ABOUT";
}
#about .box_img01,
#about .box_youtube {
	width: 47%;
}
/*#about .box_youtube iframe {
	aspect-ratio: 286 / 187;
}*/
#about .box_youtube p {
	position: relative;
	padding-left: 1em;
}
#about .box_youtube p::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background: #fed300;;
	top: 12px;
	left: 0;
	transform: rotate(45deg);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#about .box_img01,
	#about .box_youtube {
		width: 70%;
		margin: 0 auto;
	}
	#about .box_youtube {
		margin-top: 30px;
	}
	#about .box_youtube iframe {
		height: auto;
		aspect-ratio: 286 / 187;
	}
	#about .box_flex {
		display: block;
	}
	#about .box_youtube p::before {
		width: 10px;
		height: 10px;
		top: 8px;}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#about .box_img01,
	#about .box_youtube {
		width: 100%;
		margin: 50px auto 0;
	}
}