@charset "utf-8";
/*common*/
#renovation img {
  width: 100%;
  height: auto;
}
#renovation h1 {
	font-size: 125%;

}
#renovation h1 em {
	font-size: 75%;
	line-height: 140%;
}
#renovation h4 {
	font-size: 94%;
	line-height: 160%;
	margin-bottom: 30px;
}
#renovation h4 em {
	color: #E61E1E;
}
#renovation .logo img {
  max-width: 150px;
}
#renovation .concept {
  width: 88%;
  padding: 5%;
  margin: 0 auto 30px;
  border: 1px solid #DBDCDC;
  box-shadow:5px 5px 8px -1px #c8c8c8;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fffeff+50,fdfdfd+75,f0f0f0+90,e6e6e6+95,dadada+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,254,255,1) 50%, rgba(253,253,253,1) 75%, rgba(240,240,240,1) 90%, rgba(230,230,230,1) 95%, rgba(218,218,218,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,254,255,1) 50%,rgba(253,253,253,1) 75%,rgba(240,240,240,1) 90%,rgba(230,230,230,1) 95%,rgba(218,218,218,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,254,255,1) 50%,rgba(253,253,253,1) 75%,rgba(240,240,240,1) 90%,rgba(230,230,230,1) 95%,rgba(218,218,218,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}
#renovation .concept ul li {
  margin-bottom: 10px;
  display: table;
}
#renovation .concept ul li:last-child {
  margin-bottom: 0;
}
#renovation .concept ul li span {
  display: table-cell;
  font-size: 94%;
  line-height: 160%;
  color: #1E1E1E;
}
#renovation .concept ul li span.no {
  color: #E50012;
  padding: 0 10px 0 0;
}