@charset "utf-8";
/*==================================================
	【理事長、病院長の挨拶】ページ固有のスタイル
==================================================*/
#greetings::after {
	content: "GREETINGS";
}
#greetings .box_txt {
	background: #fff;
	padding: 50px;
}
@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) {  /* タブレット以下 */
	#greetings h3.mt {
		margin-top: 50px;
	}
	#greetings .box_txt {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#greetings .box_txt {
		padding: 15px 20px;
	}
}