@charset "UTF-8";

/*================================================
 *  病院紹介/多治見市長ごあいさつ
 ================================================*/
.main_img {
	margin-bottom: 50px;
}


/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {
.main_img {
	margin-bottom: 2.5em;
}


}