@charset 'UTF-8';

 h3{
	font-size: 3rem;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1;
	margin-bottom: 35px;
	color: #000;
}
.renovation-store .box{
	display: -webkit-box;
	display: -ms-flexbox;
	display:  flex;
	justify-content: space-between;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding-top: 20px;
}
.renovation-store .left{
	margin-right: 80px;
}
.renovation-store .left span{
	font-weight: bold;
}
.renovation-store .left p+p{
	margin-top: 25px;
}

.renovation-store .right .image{
	margin-bottom: 20px;
}

.renovation-store .right .title{
	margin-bottom: 20px;
}

.renovation-store .right .info-right{
	display: -webkit-box;
	display: -ms-flexbox;
	display:  flex;
	justify-content: space-between;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.renovation-store .right dl{
	width: 210px;
	margin-right: 10px;
	background: #fcd218;
	padding: 35px 20px 40px;
}
.renovation-store .right dl:last-child{
	margin-right: 0px;
}
.renovation-store .right dt{
	font-weight: bold;
	line-height: 1.625;
	color: #000000;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 15px;
}
.renovation-store .right dd{
	line-height: 1.67;
	color: #000000;
	font-size: 1.2rem;

}

.renovatio-type{
	width: 1000px;
}
.renovatio-type h3{
	text-align: center;
}
.renovatio-type .imgleft{
	justify-content:flex-start;
}
.renovatio-type .imgleft .image{
	width: 600px;
	margin-right: 50px;
}
.renovatio-type .imgright{
	justify-content:flex-end;
}
.renovatio-type .box{
	margin-bottom: 40px;
}
.renovatio-type .imgright .image{
	width: 600px;
	margin-left: 50px;
}

.renovatio-type .button{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	align-items: flex-start;
	margin-top: 80px;
}
.renovatio-type .button li:first-child{
	margin-right: 50px;
}