@charset "utf-8";
/* CSS Document */

/* TOP IMAGE */
.after_top_img {
	background: url(../images/After_top_img.jpg) no-repeat center;
	height: 198px;
}

/* 10年保証 */
.hoshou {
	background: #D8F0B2;
	padding-bottom: 100px;
}
.hoshou h1 {
	color: white;
	font-size: 75px;
	text-align: center;
	background:  #0CB436;
}
.hoshou h1 b {
	color: #FFFF00;
	font-size: 93px;
}
.hoshou h2 {
	color: #333333;
	font-size: 32px;
	text-align: center;
	margin: 40px auto 0 auto;
}
.hoshou .insurance {
	width: 930px;
	margin: 20px auto 30px auto;
	position: relative;
}
.hoshou .img {
	position: absolute;
	top: 0;
	right: 0;
}
.hoshou h3 {
	color: #FF6A00;
	font-size: 67px;
	text-align: center;
	background: #FFFF00;
	border-radius: 470px;
	width: 475px;
	height: 395px;
	padding-top: 80px;
}
.hoshou h3 b {
	color: black;
}
.hoshou h4 {
	color: #0CB436;
	font-size: 32px;
	text-align: center;
	background: white;
	border-radius: 20px;
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0;
}


/* 施工保証について */
.details {
	background: url(../images/After_details.jpg) no-repeat;
	width: 1150px;
	height: 452px;
	margin: 50px auto 0 auto;
}
.details h1 {
	color: #2CA6FF;
	font-size: 78px;
	padding: 25px 0 0 100px;
	margin: 20px 0;
}
.details h2 {
	color: white;
	background: #2CA6FF;
	border-radius: 235px;
	font-size: 40px;
	text-align: center;
	width: 235px;
	height: 145px;
	padding-top: 90px;
	margin: -10px 0 0 150px;
}
.condition {
	font-size: 26px;
	line-height: 3.2ex;
	width: 950px;
	margin: 30px auto 50px auto;
}
.condition b {
	color: #46D6F6;
}



.ineligible {
	width: 1020px;
	margin: auto;
}
.ineligible h1 {
	color: white;
	font-size: 32px;
	text-align: center;
	border-radius: 40px;
	background: #0CB436;
	padding: 8px 0 5px 0;
}
.ineligible .flex {
	justify-content: space-around;
	margin: 40px 0 150px 0;
}
.ineligible .img {
	background: #BAF0A4;
	width: 140px;
	height: 125px;
	padding-top: 15px;
	border-radius: 140px;
}
.ineligible p {
	text-align: center;
	font-size: 18px;
	margin: 5px 0;
}