@charset "utf-8";

/* ------------------------------
 総合診療研修プログラム(PC)
------------------------------ */
.headering h1::after {
	width: 380px;
	height: 160px;
	background: url(../img/illust_program.png) no-repeat top center / cover;
}
/* ------------------------------
 総合診療研修プログラム (SP)
------------------------------ */
@media screen and (max-width: 767px) {
	.headering figure {
		background: url(../img/program_main_sp.jpg) no-repeat top center / cover;
	}
	.headering h1::after {
		width: 190px;
		height: 80px;
	}
}