#page_title {
	background: url('../images/hospital6/page_title.webp') no-repeat top center;
}

#bumon_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 70px;
}

#bumon_wrap dl {
	box-sizing: border-box;
	width: calc((100% - 140px) / 3);
}

#bumon_wrap dt {
	border: 3px solid #489f2d;
	border-radius: 20px;
	margin-bottom: 20px;
}

#bumon_wrap dt a {
	text-decoration: none;
}

#bumon_wrap dt .icon {
	display: flex;
	width: 100%;
	height: 160px;
	align-items: center;
	justify-content: center;
}

#bumon_wrap dt .icon img {
	display: block;
}

.bumontitle {
	display: flex;
	width: 100%;
	height: 130px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #489f2d;
	margin: 0 0 10px;
}

.bumontitle strong {
	width: 100%;
	display: flex;
	align-items:center;
	justify-content:center;
	font-size: 27px;
	color: #fff;
	line-height: 1.2em;
/* 	height: 120px; */
	border-radius: 0 0 3px 3px;
}