body{
	background-color: #444;
}

.wrap90{
	position: relative;
}

.wrap90:after {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: calc(50% - 15px);
    border-left: 30px dashed #fff;
	height: 3200px;
}
.kakomi_wrap{
	width: 40%;
	height: 150px;
	margin: 150px auto 150px;
	padding-top: 5px;
	box-shadow: 4px 4px;
	background-color: #5eba5e;
	border-radius: 1rem;
}
/* 角丸　影（タイトル）4 */
.kakomi-maru4 {
 position: relative;
 margin: 25px auto;
 padding: 1.5em;
 width: 90%;
height: 70%;
 border: 1px solid #fff;
 text-align:center;
 background-color:#5eba5e;
 border-radius: 1rem;
 line-height: 3rem;
	letter-spacing: 1px;
}
.title-maru4 {
 position: absolute;
 right:35%; /*（left）に変更すると左 */
 top: -15px;
 padding: 0 .5em;
 font-weight: bold;
 font-size: 2em;
 background-color: #5eba5e;
text-align: center;
}
h2{
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 1.5rem 2rem 1.5rem 35px;
	margin-bottom: 20px;
	border: 2px solid #fff;
	border-radius: 5px;
}

h2:before {
	position: absolute;
	top: -150%;
	left: -100px;
	width: 200px;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background:rgba(231,101,25,1.00)
}

h2 span {
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
.intro{
	width:1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	padding-right: 50px;
	padding-left: 50px;
	margin: 0 auto 180px;
}

.repair_caption{
	width: 450px;
	background:#5eba5e;
	padding: 20px;
	border-radius: 1rem;
 	box-shadow: 4px 4px;
}
.repair_contents{
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 1px;
}

.intro .photo img{
	width:600px;
	max-width: 100%;
	height: auto;
	border-radius: 1rem;
}
.point{
	height: 60px;
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid;
	border-radius: 1rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
.point p:first-child{
	font-size: 0.8em;
}
.point span{
	background: linear-gradient(transparent 70%, #cc0 70%);
	font-size: 1.5rem;
}

/*各部固有の修正ポイント*/
.after_service{
	padding-left: 110px;
}
.onayami_kaitori{
	padding-top: 80px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
@media(max-width: 480px) {
	.kakomi_wrap{
		width: 80%;
	}
	.kakomi-maru4{
		padding: 1em;
	}
	h2{
		font-size: 2rem;
	}
	.midashi{
	padding: 0;
	}
.intro{
	width: 100vw;
}
	.intro p img{
		max-width: 100%;
		height: auto;
}
	h2:before {
    
    left: -140px;
}
	h2 span{
		font-size: 2rem;
		top:10px;
	}
	.after_service {
    padding-left: 70px;
}
	.photo{
		order: 1;
	}
	.repair_caption{
		order: 2;
	}
	.onayami_kaitori{
		padding: 0;
	}
}
@media(max-width: 376px) {
	
	.repair_caption{
		padding: 10px;
	}
	.repair_caption point{
		height: 70px;
	}
	.point span{
		font-size: 13px;
	}
}