@charset "utf-8";

/* 一般内科について
------------------------------------------------------------*/
#internal.bg_illust{background-image: url("../images/internal/bg_illust.webp");}

/* 予防接種・健康診断
------------------------------------------------------------*/
.bgb_title{
	background-color: #ddddd3;
	border-radius: 20px;
	padding: 30px 0;
	margin-bottom: 40px;
}
.checkup_list > ul:first-child{width: 38%;}
.checkup_list > ul:last-child{width: 58%;}

/* 1025px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1025px){
	
	/* 予防接種・健康診断
	--------------------------------------*/
	#vaccine .fs30.bg_title{font-size: 16px!important;}
	.bgb_title{
		border-radius: 10px;
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.checkup_list > ul{width: 100%!important;}
	.checkup_list > ul:first-child{margin-bottom: 15px;}

}

/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){
	
	/* 高血圧について
	--------------------------------------*/
	#high-blood-pressure .inner_box02.mb60,#obesity .inner_box02.mb60{margin-bottom: 25px!important;}
}