#pagetitle{
	background:url('../images/checkup2/pagetitle_checkup.webp') no-repeat;
}
#section1 article{
	max-width:960px;
	margin:0 auto 80px;
}
#section2{
	background:#ecf7ff;
	padding:50px 0;
}
#section2 article{
	max-width:960px;
	margin:0 auto 0px;
}
#section2 article dl{
	display:flex;
}
#section2 article dl dt{
	border-left:6px solid #036ab8;
	padding:0 50px 0 20px;
	box-sizing:border-box;
	font-family: "source-han-serif-japanese", serif;
	font-weight: 500;
	font-style: normal;
	color:#036ab8;
	font-size:30px;
	display:flex;
	align-items:center;
	white-space:nowrap;
}
#section3 article{
	display:flex;
}
#section3 article .photo{
	width:37.5%;
	margin-right:80px;
	flex:none;
}
#section3 article .comment{
	width:640px;
}
#section3 article .comment dl{
	padding:35px;
	background:#ecf7ff;
	margin:0 auto 25px;
	display:flex;
}
#section3 article .comment dl dt{
	box-sizing:border-box;
	font-family: "source-han-serif-japanese", serif;
	font-weight: 500;
	font-style: normal;
	color:#036ab8;
	font-size:24px;
	display:flex;
	align-items:center;
	width:220px;
	flex:none;
	padding:0 50px 0 0;
}
#section3 article .comment dl dd{
	display:flex;
	align-items:center;
}
#section4{
	width:960px;
	padding:40px 80px;
	border:1px solid #a4d5cd;
	box-sizing:border-box;
}
#section4 ul{
	list-style:none;
}
#section4 ul li{
	line-height:70px;
	padding:0 25px;
	border-radius:10px;
	font-size:25px;
	color:#7b7b7b;
	background:#e9f7f8;
	margin:0 auto 30px;
	font-family: "source-han-serif-japanese", serif;
	font-weight: 500;
	font-style: normal;
	position:relative;
}
#section4 ul li a{
	text-decoration:none;
}

#section4 ul li:before{
	content:"";
	width:5px;
	height:44px;
	background:#2db9c4;
	display:block;
	left:0;
	top:13px;
	position:absolute;
}
#section5{
	width:1200px;
	padding:50px 120px;
	background:url('../images/checkup/bg5.png') no-repeat top left;
	box-sizing:border-box;
}
#section5 h5{
	font-size:35px;
	color:#fff;
	padding:0 0 30px;
	border-bottom:1px solid #fff;
}
#section5 article{
	padding:0 0 0 400px;
}
#section5 article dl{
	margin:0 auto 80px;
}
#section5 article dl dt{
	font-size:30px;
	color:#036ab8;
	margin:0 0 30px;
	padding:0 0 0 20px;
	line-height:45px;
	border-left:5px solid #036ab8;
	font-family: "source-han-serif-japanese", serif;
	font-weight: 500;
	font-style: normal;
}