#page_title{
	background:url('../images/hospital5/page_title.webp') no-repeat top center;
}
#subnav{
	bottom:-20px;
}
.comment_photo{
	display:flex;
	margin:0 auto 50px;
	gap:50px;
	justify-content:space-between;
}
.comment_photo figure{
	width:140px;
	flex:none;
}

.flow{
	display:flex;
	flex-wrap:wrap;
	gap:20px 40px;
	margin:0 auto 60px;
}
.flow dt{
	width:220px;
	flex:none;
	box-sizing:border-box;
}
.flow dt span{
	display:block;
	line-height:50px;
	font-weight:700;
	padding:0 0 15px;
	text-align:center;
	font-size:24px;
}
.flow dd{
	width:calc(100% - 260px);
	flex:none;
	padding:0 0 10px;
}
#flow1 dt{
	background:url('../images/hospital5/bg_flow_pink.png') no-repeat;
	background-size:100% 100%;
}
#flow1 dd{
	border-bottom:1px solid #e2a2b6;
}
#flow2 dt{
	background:url('../images/hospital5/bg_flow_blue.png') no-repeat;
	background-size:100% 100%;
}
#flow2 dd{
	border-bottom:1px solid #6acbcf;
}