@charset "UTF-8";

#box002 .box{
	margin: 30px 15px 15px 65px;
}
.aim_set {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.repair002 {
	width: 1200px;
	max-width: 100%;
	margin: auto;
}

.plan_set {
	display: flex;
	flex-direction: row;
}
.plan_set img {
	max-width: 540px;
}


.photos {
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

h3.contentTitle {
	letter-spacing: 0;
}

.repair003 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.repair004 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 4%;
}

.repair004 div {
	width: 22.5%;
	position: relative;
}
.repair004 div::after {
	content: url(../images/arrow_yellow.png);
	position: absolute;
	top: 20%;
	right: -12%;
}


#box012 h3.contentTitle {
	background: url(../images/012_title_bg.png) no-repeat 5% center scroll;
	background-size: contain;
}

.repair005 {
	margin-bottom: 2%;
}


.case_set,
.case_set_w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.case_set_img {
	width: 17.5%;
}

.case_set_table td {
	padding-left: 2.5%;
}

.message .title {
	width: 83%;
} 
.message {
	height: auto;
}

.repair006 {
	display: inline-block;
	margin-bottom: -20px;
}

.jirei {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jirei_ttl {
	width: 100%;
}
.jirei_img {
	width: 17.5%;
}
.jirei_txt {
	width: 80%;
}


.title_b:nth-of-type(1) {
	padding-top: 0;
	margin-top: 0;
}


.tsuruta_flex,
.suzuki_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tsuruta_img p {
	margin-top: 2.5%;
}


.root_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2.5%;
}

.root_flex div {
	width: 22.5%;
	position: relative;
}
.root_flex div::after {
	content: url(../images/arrow_orange.png);
	position: absolute;
	top: 25%;
	right: -12%;
}
.root_flex div:last-of-type::after {
	content: none;
}
.clr_grn {
	color: #7bbd33;
}



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

	#box002 .box{
		margin: 2%;
	}

	.repair001 img:nth-of-type(1),
	.repair001 img:nth-of-type(2) {
		width: 100%;
	}
	.plan_set {
		width: 100%;
		flex-direction: column;
	}
	.plan_set img {
		width: 100%;
		max-width: 540px;
	}
	#box002 .wrap {
		margin: auto;
	}
	.repair004 div,
	.root_flex div {
		width: 100%;
		margin-bottom: 5%;
	}
	.repair004 div::after,
	.root_flex div::after {
		content: none;
	}
	.repair004 div img,
	.root_flex div img {
		margin: auto;
	}
	.case_set_img {
		width: 100%;
		margin: auto;
	}
	.case_set_img img {
		margin: auto;
	}
	.message .title {
		width: 100%;
	}
	.repair006 {
		margin-bottom: -5px;
	}
	.jirei_img {
		width: 100%;
	}
	.jirei_img img {
		margin: auto;
	}
	.tsuruta .wrap div,
	.suzuki .wrap div {
		width: 100%;
		margin-bottom: 2.5%;
	}
	.root_ttl {
		text-align: center;
	}
	#box012 h3.contentTitle {
		background: none;
	}
}
@media (min-width: 541px) and (max-width: 1024px) {
	#box002 .box{
		margin: 30px 15px 10px 10px;
	}
	.repair002 {
		width: 90%;
		margin: auto; 
	}
	.wrap {
		width: 90%;
		margin: auto; 
	}
	.plan_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.plan_set {
		width: 48%;
		flex-wrap: wrap;
		align-content: flex-start;
		margin-right: 0;
		margin-left: 0;
	}
	.plan_set div:nth-of-type(2) {
		padding-left: 10px;
		align-items: stretch;
	}
	.plan_set img {
		width: 100%;
	}
	#box008 .merit_set {
		width: 48%;
	}
	.repair004 {
		margin-bottom: 0;
	}
	.repair004 div {
		width: 48%;
		margin-bottom: 2.5%;
	}
	.repair004 div img {
		margin: auto;
	}
	.repair004 div::after {
		content: url(../images/arrow_yellow.png);
		position: absolute;
		top: 30%;
		right: -5%;
	}
}






























