#page_title{
	background:url('../images/hospital7/page_title.webp') no-repeat top center;
}
.photo{
	display:flex;
	gap:45px;
	list-style:none;
	padding:0;
}
.photo li{
	width:calc((100%  - 90px) / 3);
	flex:none;
}
main section table{
	width:100%;
	border-top:1px solid #ccc;
}
main section th,
main section td{
	padding:10px 15px;
	border-bottom:1px solid #ccc;
}
main section th{
	white-space:nowrap;
}