@charset "UTF-8";
/*===============================
//
PC
//
===============================---*/
/*▼▼車内装リペア参考料金▼▼*/
.service>div{
	width:90%;
	max-width:1080px;
	margin:0 auto 8%;
}
.service>div>h3{
	width:48%;
	margin:0 auto 8%;
}
.service>div>ul>li{
	width:46%;
	margin-right:8%;
	margin-bottom:2%;
	float:left;
}
.service>div>ul>li:nth-child(2n){
	margin-right:0;
}
.service>div>ul>li>p:nth-child(1){
	margin-bottom:4%;
}
.service>div>ul>li>div{
	padding-left:10px;
	border-left:5px solid #001E50;
	margin-bottom:1%;
}
.service>div>ul>li>div>h4{
	margin-bottom:2%;
	font-size:20px;
	font-weight:bold;
	line-height:1;
}
.service>div>ul>li>div>p{
	font-size:12px;
	line-height:1;
}
.service>div>ul>li>p:nth-child(3) span:nth-child(1){
	margin-right:10px;
}
.service>div>ul>li>p:nth-child(3) span:nth-child(2){
	color:#ff0000;
	font-size:30px;
	font-weight:bold;
}
p.repair-btn01{
margin:-2% auto 2%;
width:100%;
max-width:500px;
text-align:center;
padding:2%;
font-size:16px;
letter-spacing: 0.05em;
border:1px solid #000;
}

p.repair-btn01:hover{
opacity:0.7;
transition: 0.3s
}
/* ▼▼▼▼▼▼▼▼MaxWidth768(tablet)▼▼▼▼▼▼▼▼ */
 /* ************** */
@media screen and (max-width:768px){
/*▼▼車内装リペア参考料金▼▼*/
.service>div{
	width:92%;
	margin:0 auto 10%;
}
.service>div>h3{
	width:100%;
	margin:0 auto 10%;
}
.service>div>ul>li{
	width:100%;
	margin-right:0;
	margin-bottom:5%;
	float:none;
}
.service>div>ul>li:nth-child(2n){
	margin-right:0;
}
.service>div>ul>li:nth-last-child(1){
	margin-bottom:0;
}
.service>div>ul>li>p:nth-child(1){
	margin-bottom:5%;
}
.service>div>ul>li>div{
	padding:5px 0 0 10px;
	border-left:5px solid #001E50;
	margin-bottom:0;
}
.service>div>ul>li>div>h4{
	margin-bottom:2%;
	font-size:16px;
	line-height:1;
}
.service>div>ul>li>div>p{
	font-size:11px;
	line-height:1;
}
.service>div>ul>li>p:nth-child(3){
	text-align:right;
}
.service>div>ul>li>p:nth-child(3) span:nth-child(1){
	margin-right:10px;
}
.service>div>ul>li>p:nth-child(3) span:nth-child(2){
	color:#ff0000;
	font-size:33px;
	font-weight:bold;
}

p.repair-btn01{
margin:-2% auto 8%;
width:80%;
padding:4%;
}

}