#page_title {
	background: url('../images/medical-treatment/pagetitle.webp') no-repeat center center;
}

main {
	display: block;
	width: 100%;
}

main #contents {
	width: 100%;
}

#page_side {
	display: none;
}
section article h4{
	border-bottom: 3px double #97D6EA;
	clear: both;
}


#section2 ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

#section2 ul li{
	padding: 0;
	margin: 0;
	width: calc((100% - 120px) / 4);
}

#section2 ul li dl{
	padding: 0;
	margin: 0;
}

#section2 ul li dl dt{
	background-color: #97D6EA;
	padding: 5px 10px;
	border-radius: 10px 10px 0 0;
}

#section2 ul li dl dd{
	line-height: 1.4;
}


section article p{
	text-align: justify;
}

section article img[style*="float"]{
	width: 320px;
	margin: 0 0 20px 40px;
}