@charset "UTF-8";


/* ==

　点検・診断

=================================================================================== */
/* MV
---------------------------------*/
.rMv01 {
	background: url(/stock/renovation/diagnosis/images/index_mv01.jpg) no-repeat center center;
	background-size: cover;
}

/* コンテンツ
---------------------------------*/
.rMain_in p {
	font-size: 16px;
}
.rCol01_txt-v2 {
	padding: 20px 0;
}
.rCol01_txt-v2 h3,
.rCol01_txt-v2 p {
	font-size: 16px;
}
.rCol01_txt-v2 h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
.rBlock01-v1 {
	position: relative;
	padding: 50px 20px 10px;
	height: 100%;
}
.rBlock01-v1 .rCol01_label {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e65921;
	color: #fff;
	padding: 5px 20px;
	font-size: 18px;
}
.rBlock01-v1 p {
	margin-bottom: 20px;
}
.rBlock01-v1 p:last-child {
	margin-bottom: 0;
}
.rBlock01-v1 .rCol01_item {
	margin-bottom: 0;
}
.rList01 li {
	margin-bottom: 20px;
}
.rList01 li:last-child {
	margin-bottom: 0;
}
.rList01 dl {
	display: flex;
	align-items: center;
}
.rList01 dl dt {
	width: 95px;
	background-color: #e65921;
	margin-right: 20px;
	padding: 10px 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.rList01 dl dd {
	width: calc(100% - 130px);
	line-height: 1.6;
	font-size: 16px;
}

/* カラム
---------------------------------*/
.rCol01-v2::after {
	content: "";
	display: block;
	max-width: 300px;
	width: 32%;
}
.rCol01-v2 .rCol01_item {
	width: 32%;
}
.rCol05 {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.rCol05_txt {
	width: 65%;
}
.rCol05_img {
	width: 32%;
}

@media screen and (max-width: 1150px) {
	
}

@media only screen and (max-width: 1014px) {

}

@media only screen and (max-width: 800px) {
	.rCol01-v2 .rCol01_item {
		max-width: none;
	}
}

@media only screen and (max-width: 700px) {

}


@media only screen and (max-width: 640px) {
	/* MV
	---------------------------------*/
	.rMv01 {
		background: url(/stock/renovation/diagnosis/images/index_mv01_smp.jpg) no-repeat center center;
		background-size: cover;
	}

	/* コンテンツ
	---------------------------------*/
	.rMain_in p {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.rCol05 {
		display: block;
	}
	.rCol05_txt {
		margin-bottom: 20px;
	}
	.rCol05_txt,
	.rCol05_img {
		width: auto;
	}
	.rList01 dl {
		display: block;
	}
	.rList01 dl dt {
		width: 80px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.rList01 dl dd {
		width: auto;
		font-size: 14px;
	}
	.rBlock01-v1 {
		padding: 50px 10px 10px;
	}
	.rBlock01-v1 .rCol01_label {
		font-size: 16px;
	}
	.rCol01 .rBlock01 .rCol01 {
		display: flex;
	}
	.rCol01 .rBlock01 .rCol01 .rCol01_item {
		width: 49%;
	}
	.rCol01-v2 {
		display: flex;
		justify-content: space-between;
	}
	.rCol01-v2 .rCol01_item {
		width: 49%;
	}
	.rCol01_txt-v2 {
		padding: 5px 0 0;
	}
	.rCol01_txt-v2 h3 {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.rCol01_txt-v2 p {
		margin-bottom: 0;
		font-size: 14px;
	}
}