@charset "UTF-8";


/* ==

　事例紹介

=================================================================================== */
/* MV
---------------------------------*/
.rMv01 {
	background: url(/stock/renovation/report/images/index_mv01.jpg) no-repeat center center;
	background-size: cover;
}

/* コンテンツ
---------------------------------*/
.rMain_section-v1 {
	padding: 40px 0;
}


@media screen and (max-width: 1150px) {
	
}

@media only screen and (max-width: 1014px) {
	.rTags {
		font-size: 14px;
	}
}

@media only screen and (max-width: 800px) {
	.rTags {
		font-size: 12px;
	}
}
@media only screen and (max-width: 700px) {

}


@media only screen and (max-width: 640px) {
	/* MV
	---------------------------------*/
	.rMv01 {
		background: url(/stock/renovation/report/images/index_mv01_smp.jpg) no-repeat center center;
		background-size: cover;
	}

}




