#page_title {
	background: url('../images/medical/pagetitle.webp?20251024') no-repeat center center;
}
#section1{
	font-size:24px;
	text-align:center;
	line-height:1.8em;
}
#section1 article{
	border-bottom:4px solid #5eb62f;
	padding:0 0 80px;
}
#section2 h3{
	background:#5eb62f;
	width:200px;
	line-height:200px;
	margin:0 auto 80px;
	border-radius:50%;
	text-align:center;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
#section2 article{
	border-bottom:4px solid #5eb62f;
	padding:0 0 80px;
}
#section2 article dl{
	width:100%;
	flex:none;
	display:flex;
	gap:40px;
	margin-bottom:90px;
}
#section2 article dt{
	width:300px;
	height:300px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	background:#fcc700;
	position:relative;
	border-radius:50%;
	color:#fff;
	font-size:30px;
	font-weight:700;
	margin:0 auto;
}
#section2 article dt:after{
	content:"";
	display:block;
	width:290px;
	height:290px;
	border:2px solid #fff;
	box-sizing:border-box;
	border-radius:50%;
	position:absolute;
	top:5px;
	left:5px;
}
#section2 article dt img{
	display:block;
	width:141px;
	height:121px;
	object-fit:contain;
	margin:0 auto 20px;
}
#section2 article dd{
	width:calc(100% - 340px);
}
#section3 dl{
	border:1px solid #5eb62f;
	padding:35px 60px;
	border-radius:20px;
	margin:0 auto;
	margin-bottom:40px;
}
#section3 dt{
	font-size:24px;
	color:#5eb62f;
	margin-bottom:20px;
}