
#renovation {
	margin-top: 70px;
	margin-bottom: 90px;
	font-size: 0.9rem;
	}

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

#renovation .kv_sub p {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
	padding: 0 3%;
    font-size: 1rem;
    line-height: 1.8;
}

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

#renovation .fc_explain {
	margin-top: 30px;
	text-align: justify;
	line-height: 1.5;
}

#renovation .box {
	border: 1px solid #666;
    box-sizing: border-box;
	margin-top: 65px;
	padding-bottom: 1em;
	display: flex;
	flex-direction: column;
}

#renovation .box h4 {
	position: relative;
	box-sizing: border-box;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background-color: #666;
	padding: 8px 10px 8px 70px;
    width: 100%;
	order:0
}

#renovation .box h4::before {
	content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #88c017;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center 9px;
    left: 10px;
    top: -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:100%;
	padding: 1em 3% 0;
	box-sizing: border-box;
	order:50;
}

#renovation .box .text p {
	line-height: 1.5;
	padding-bottom: 0.8em;
}

#renovation .num_one .text p,
#renovation .num_four .text p {
	padding-bottom: 0;
}

#renovation .num_three .text p {
	padding-top: 0.8em;
}

#renovation .box .text p span {
	font-size:0.9rem;
	font-weight: normal;
}

#renovation .box .photo {
	width: 100%;
	height: auto;
	padding: 1em 3% 0;
	box-sizing: border-box;
}

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

#renovation .num_two ul,
#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 .num_three ul:nth-of-type(2) li {
	width:100%;
}

#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 {
	margin: 1em 3%;
	box-sizing: border-box;
}

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

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

#renovation .num_eight dl dd {
	line-height: 1.5;
}




