#page_title{
	background:url('../images/hospital5/page_title.webp') no-repeat top center;
}
#contents2 ul{
	list-style:none;
	padding:0;
	display:flex;
	justify-content:center;
	gap:40px;
}
#contents2 ul li{
	width:380px;
}
#contents2 ul li a{
	display:flex;
	width:100%;
	height:130px;
	border-radius:15px;
	justify-content:center;
	align-items:center;
	color:#fff;
	text-decoration:none;
}
#contents2 ul li a strong{
	line-height:45px;
	display:block;
	width:100%;
	font-size:30px;
	text-align:center;
}
#contents2 ul li:nth-child(1) a{
	border:3px solid #8abc3c;
	box-shadow:0 5px 0 #bbe0b0;
}
#contents2 ul li:nth-child(1) a strong{
	background:#8abc3c;
}
#contents2 ul li:nth-child(2) a{
	border:3px solid #2d9f83;
	box-shadow:0 5px 0 #bbe0b0;
}
#contents2 ul li:nth-child(2) a strong{
	background:#2d9f83;
}