@charset "UTF-8";
/*-----------------------------------

	repair_block

-----------------------------------*/

#repair_block {
	padding: 80px 0 100px;
}
#repair_block .intro_box {
	margin-bottom: 80px;
}
#repair_block .text_box {
	width: 650px;
}
#repair_block .renovation_box img {
		display: block;
		margin-top: 30px;
}
#repair_block .renovation_box .mt0 img{
		display: block;
		margin: 0;
}
#repair_block .intro_box .text_box h3 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
#repair_block .intro_box .text_box p {
	margin-bottom: 1.5em;
}

/* process_box */
#repair_block .process_box h4 {
	width: 100px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 10px;
	float: left;
	background: #333;
	color: #fff;
	position: relative;
}
#repair_block .process_box h4:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 60px 0 60px;
	border-color: #333333 transparent transparent transparent;
	position: absolute;
	bottom: -21px;
	left: 0;
}
#repair_block .process_box li:last-child h4:before {
	display: none;
}
#repair_block .process_box p {
	width: 850px;
	float: right;
}
#repair_block .process_box ul {
	margin-top: 80px;
}
#repair_block .process_box ul li {
	margin-bottom: 50px;
	border: 1px solid #333;
	clear: initial;
}
#repair_block .sp_img {
	display: none;
}

/* renovation_box */
#repair_block .renovation_box {
	margin-top: 100px;
}
#repair_block .renovation_box p {
	margin-top: 30px;
}

#repair_block .renovation_box .text_box {
	width: 53%;
}
#repair_block .renovation_box .text_box a {
	color: #c02f2f;
	text-decoration: underline;
}
#repair_block .renovation_box .text_box a {
	text-decoration: none;
}

/* flow_box */
#repair_block .flow_box {
	margin-top: 80px;
}
#repair_block .flow_box ul {
	margin-top: 50px;
}
#repair_block .flow_box ul li {
	position: relative;
	background: -moz-linear-gradient(left, rgba(237,237,237,0.6) 0%, rgba(205,205,205,0) 100%);
	background: -webkit-linear-gradient(left, rgba(237,237,237,0.6) 0%,rgba(205,205,205,0) 100%);
	background: linear-gradient(to right, rgba(237,237,237,0.6) 0%,rgba(205,205,205,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ededed', endColorstr='#00cdcdcd',GradientType=1 );
	margin-bottom: 40px;
	padding: 15px 15px 15px 100px;
}
#repair_block .flow_box ul li:before {
	content: "";
	width: 27px;
	height: 36px;
	background: #333;
	position: absolute;
	left: 31px;
	bottom: -23px;
}
#repair_block .flow_box ul li:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #333333 transparent transparent transparent;
	position: absolute;
	z-index: 11;
	left: 14px;
	bottom: -53px;
}
#repair_block .flow_box ul li:last-child:before,
#repair_block .flow_box ul li:last-child:after {
	display: none;
}
#repair_block .flow_box ul li p {
	font-size: 22px;
	font-weight: 500;
}
#repair_block .flow_box ul li span {
	display: inline-block;
	width: 33px;
	height: 33px;
	background: #949494;
	color: #fff;
	box-sizing: border-box;
	margin-right: 15px;
	padding: 4px 0 0 11px;
}

#repair_block #beforeafter_box .img_box {
    margin-top:40px;	
}

#repair_block .img_before .be_txt {
	width:460px;
	padding-top:10px;
}

.img_after .af_txt {
	width:460px;
	padding-top:10px;
}

.h4_style_1 {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 24px;
	color: #a72424;
	margin:30px 0;
}

.h4_style_2 {
	background:#a72424;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 18px;
	color: #fff;
	text-align: center;
	width:9%;
	padding:5px;
}

.h4_style {
	background:#a72424;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 18px;
	color: #fff;
	text-align: center;
	width:20%;
	padding:5px;
}

.ma30 {
    margin:30px 0;
}


@media screen and (max-width: 840px) {

	#repair_block .text_box {
		width: 60%;
	}
	#repair_block .text_box h3 {
		font-size: 25px;
		line-height: 140%;
	}
	#repair_block .img_box {
		width: 38%;
	}

/* process_box */
	#repair_block .process_box h4 {
		width: 100%;
		font-size: 18px;
		letter-spacing: 0.1em;
		padding: 5px 0;
		float: none;
		box-sizing: border-box;
	}
	#repair_block .process_box h4:before {
		display: none;
	}
	#repair_block .process_box p {
	    width: 100%;
	    float: none;
	    padding: 15px;
	 	box-sizing: border-box;
	}
	#repair_block .process_box li {
		position: relative;
	}
	#repair_block .process_box li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 60px 0 60px;
		border-color: #333333 transparent transparent transparent;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -21px;
		margin: 0 auto;
	}
	#repair_block .process_box li:last-child:before {
		display: none;
	}
	
	

/* renovation_box */

	#repair_block .renovation_box .text_box {
		width: 100%;
		float: none !important;
	}
	#repair_block .renovation_box img {
		display: block;
		margin: 30px auto 0;
		float: none !important;
	}
	
	#renovation_box .image_box {
    	margin-bottom:80px;	
	}
	
	.img_before .be_txt, .img_after .af_txt {
		width:100%;
		padding-top:10px;
	}

	.img_before {
		width:48%;
	}
	
	.img_after {
		width:48%;
	}
	
	.h4_style_1 {
		font-family: "Yu Mincho", "YuMincho", serif;
		font-size: 24px;
		color: #a72424;
		margin-top:30px;
	}
	
	.h4_style {
		background:#a72424;
		font-family: "Yu Mincho", "YuMincho", serif;
		font-size: 18px;
		color: #fff;
		text-align: center;
		width:20%;
		padding:5px;
	}
	
	#repair_block .img_before .be_txt,
	#repair_block .img_after .af_txt {
		width: 100%;
		padding-top: 10px;
	}
	
	.h4_style_2 {
	background:#a72424;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 18px;
	color: #fff;
	text-align: center;
	width:20%;
	padding:5px;
	}
	
	#repair_block .renovation_box .mt0 img{
		display: block;
		margin: 0;
	}

	
}

@media screen and (max-width: 640px) {
	
	#repair_block .renovation_box img {
		display: block;
		margin: 30px 0;
		float: none !important;
	}
	#repair_block {
		padding: 50px 0 10px;
	}
	#repair_block .intro_box {
		margin-bottom: 30px;
	}
	#repair_block .intro_box .sp_img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	#repair_block .intro_box .text_box {
		width: 100%;
		float: none !important;
	}
	#repair_block .intro_box .text_box p {
		margin-bottom: 0;
		margin-top: 1.5em;
	}
	#repair_block .intro_box .img_box {
		display: none;
	}
	#repair_block .intro_box .text_box h3 {
		text-align: center;
		font-size: 20px;
		letter-spacing: 0;
	}

/* process_box */
	#repair_block .process_box ul {
		margin-top: 30px;
	}
	#repair_block .flow_box ul li {
		padding: 10px 15px 10px 17px;
	}
	#repair_block .flow_box ul li p {
		font-size: 16px;
	}
	#repair_block .flow_box ul li:after {
		border-width: 15px 20px 0 20px;
		left: 14px;
		bottom: -35px;
	}
	#repair_block .flow_box ul li:before {
		width: 21px;
		height: 14px;
		left: 23px;
		bottom: -20px;
	}

/* renovation_box */

	#repair_block .renovation_box {
		margin: 60px 0;
	}

/* flow_box */
	#repair_block .flow_box {
		margin: 60px 0;
	}
	#repair_block .flow_box ul {
		margin-top: 35px;
	}
	
	.img_before,
	.img_after {
		width:100%;
		text-align:center;
		margin: 20px 0;
	}
	
	#renovation_box .image_box {
    	margin-bottom:80px;	
	}
	
	#renovation_box .image_box .image_before{
		width:100%;
		display:block;	
	}
	
	#renovation_box .image_box .image_after {
		width:100%;	
	}
	
	#renovation_box .image_box img{
		display: inline-block;
		vertical-align: middle;	
	}
	
	#renovation_box .image_box {
		margin:0;
		display: inline-block;
		width: 100%;
	}
	
	#renovation_box .image_box .image_before{
		width:100%;	
		display:block;
		text-align:center;
		margin:20px 0;
	}
	
	#renovation_box .image_box .image_after {
		width:100%;
		text-align: center;
		background: none;
		margin:20px 0;	
	}
	
	#renovation_box .image_box .image_before img{
		max-width:100%;
		height:auto;
	}
	
	#renovation_box .image_box .image_after img {
		width:60%;
		height:auto;
	}
	
	#renovation_box .image_box img{
		display: inline-block;
		vertical-align: middle;	
	}
	
	.h4_style_1 {
		font-family: "Yu Mincho", "YuMincho", serif;
		font-size: 24px;
		color: #a72424;
		margin:0;
		padding-top:30px;
	}
	
	.h4_style {
		background:#a72424;
		font-family: "Yu Mincho", "YuMincho", serif;
		font-size: 15px;
		color: #fff;
		text-align: center;
		width:20%;
		padding:5px;
	}
	.h4_style_2 {
		background:#a72424;
		font-family: "Yu Mincho", "YuMincho", serif;
		font-size: 15px;
		color: #fff;
		text-align: center;
		width:20%;
		padding:5px;
	}
	
	#repair_block .renovation_box .mt0 img{
		max-width:100%;
		height:auto;
		margin:0 auto;
	}

}