#pagetitle{
	background:url('../images/checkup/pagetitle_checkup.webp') no-repeat;
}
#page_list{
	max-width:1720px;
	padding:0 40px;
	box-sizing:border-box;
	margin:0 auto 200px;
}
#page_list article{
	display:flex;
	flex-wrap:wrap;
	gap:60px 4.8%;
}
#page_list article dl{
	width:21.4%;
}
#page_list article dl a{
	text-decoration:none;
}
#page_list article dl .photo img{
	display:block;
	margin:0 auto 20px;
	width:100%;
	height:auto;
	max-width:initial !important;
}
#page_list article dl dt{
	text-align:center;
	position:relative;
}
#page_list article dl dt:after{
	content:"";
	display:block;
	width:100px;
	height:5px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background:#b8e1e4;
}
#page_list article dl dt a{
	font-size:18px;
	color:#62a9ae;
	font-weight:bold;
	line-height: 40px;
}
#page_list article dl dd{
	padding:10px 0 0 0;
}
#page_list article dl dd a{
	display:block;
	padding:0 0 20px;
	background:url('../images/common/arrow_grey.svg') no-repeat bottom right;
}