#pagetitle{
	background:url('../images/checkup2/h2.jpg') no-repeat top center;
}
main{
	width:100% !important;
}
main h3{
	font-size:30px;
	text-align:center;
	color:#eb8813;
	margin:0 0 20px;
}
.guide{
	box-sizing:border-box;
	margin:0 auto 80px;
	max-width:960px;
	line-height:1.8em;
	font-size:20px;
}
.catch{
	font-size:16px;
	line-height:1.8em;
	text-align:center;
	margin:0 0 45px;
}
.guide6{
}
.guide6 p{
	border:1px solid #dddddd;
	text-align:center;
	padding:10px;
	border-radius:10px;
	color:#e47d0f;
	font-size:24px;
	font-weight:bold;
  position: relative;
}
main section article{
	position:relative;
}
#section1 article{
	width:900px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}
#section1 article dl{
	flex:none;
	background:#ffed97;
	width:260px;
	margin:0 70px 100px 0;
}
#section1 dt a{
	color:#d2760a;
	font-size:20px;
	display:block;
	line-height:80px;
	text-align:center;
	background:url('../images/common/arrow_orange.png') no-repeat right 10px center;
	text-decoration:none;
}
#section1 dd:before{
	height:6px;
	display:block;
	margin:0 auto 30px;
	content:"";
	background:#f2aa3f;
	border-radius:3px;
}
#section1 dd{
	padding:0 30px 30px;
}
#section1 article dl:nth-child(3){
	width:240px;
	margin:0 0px 100px 0;
}