#pagetitle{
	background:url('../images/checkup4/pagetitle_checkup.webp') no-repeat;
}
#section1 article{
	max-width:640px;
	margin:0 auto 80px;
}
#section2 article{
	max-width:960px;
	margin:0 auto 80px;
}
#section2_list1{
	list-style:none;
	display:flex;
	justify-content:space-between;
}
#section2_list1 li{
	width:310px;
	height:310px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:18px;
	line-height:1.8em;
	background:url('../images/checkup4/bg_circle.png') no-repeat center center;
}

#section2_list2{
	width:310px;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#section2_list2 li{
	width:135px;
	line-height:34px;
	border:1px solid #92c2ed;
	border-radius:18px;
	text-align:center;
	margin:0 0 20px;
}
#section3 article{
	max-width:960px;
	margin:0 auto 80px;
}
#section3 ul{
	list-style:none;
	font-size:25px;
	color:#6bbaaf;
}
#section3 ul li{
	padding:10px 0 10px 20px;
	border-left:5px solid #6bbaaf;
	margin:0 auto 30px;
}
#section3 ul li small{
	font-size:18px;
}
#section4{
	width:960px;
	padding:40px 80px;
	border:1px solid #a4d5cd;
	box-sizing:border-box;
	margin:0 auto 80px;
	text-align:center;
}