#renovation {
	margin-bottom: 90px;
	font-size: 1.5rem;
	}

#renovation .kv_sub {
	width:100%;
	height:145px;
	background-image: url(/renovation/images/sub_kv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#renovation .kv_sub p {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#renovation .flow_chart {
	width: 100%;
	height:340px;
	background-image: url(/renovation/images/flow_chart.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	margin-top:35px;
}

#renovation .fc_explain {
	margin-top: 30px;
}

#renovation .box {
	border: 1px solid #666;
    box-sizing: border-box;
	margin-top: 65px;
	display: flex;
    flex-wrap: wrap;
}

#renovation .box h4 {
	position: relative;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 2.2;
	color:#fff;
	background-color: #666;
	padding-left:125px;
	width:100%;
}

#renovation .box h4::before {
	content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #88c017;
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: center 16px;
    left: 20px;
    bottom: 13px;
}

#renovation .num_one h4::before {
	background-image: url(/renovation/images/icon01.png);
}
#renovation .num_two h4::before {
	background-image: url(/renovation/images/icon02.png);
}
#renovation .num_three h4::before {
	background-image: url(/renovation/images/icon03.png);
}
#renovation .num_four h4::before {
	background-image: url(/renovation/images/icon04.png);
}
#renovation .num_five h4::before {
	background-image: url(/renovation/images/icon05.png);
}
#renovation .num_six h4::before {
	background-image: url(/renovation/images/icon06.png);
}
#renovation .num_seven h4::before {
	background-image: url(/renovation/images/icon07.png);
}
#renovation .num_eight h4::before {
	background-image: url(/renovation/images/icon08.png);
}

#renovation .box .text {
	width:70%;
	padding: 30px 0 30px 30px;
	box-sizing: border-box;
}

#renovation .box .text p {
	margin-bottom: 15px;
}

#renovation .num_three .text p {
	margin-top: 15px;
}

#renovation .box .text p span {
	font-size:2.2rem;
	font-weight: bold;
	padding-right: 0.2em;
}
#renovation .num_four .text p span {
	padding-left: 0.2em;
}

#renovation .box .photo {
	width: 30%;
	padding: 30px;
	height: auto;
	box-sizing: border-box;
}

#renovation .box ul {
	width:100%;
}

#renovation .num_three ul,
#renovation .num_five ul {
	display: flex;
	flex-wrap: wrap;
}

#renovation .box ul li,
#renovation .box dl dt {
	position: relative;
	padding: 0 0 0 1.2em;
	line-height: 1.8;
	font-weight: bold;
    box-sizing: border-box;
}

#renovation .box ul li {
	width: 50%;
}

#renovation .box ul li::before,
#renovation .box dl dt::before{
	content: "";
    position: absolute;
	width: 13px;
    height: 13px;
    left: 0;
    top: 25%;
    background-size: contain;
    background-image: url(/renovation/images/check.png);
}

#renovation .box dl {
	width:100%;
	margin: 30px;
	box-sizing: border-box;
}

#renovation .box dl dt {
	padding-bottom: 0.2em;
}

#renovation .box dl dd {
	padding-bottom: 0.2em;
}





