@charset "utf-8";
/* CSS Document */

.anchor ul {
	font-size: 0;
	margin: 0 -14px 0 0;
}
.anchor ul li {
	display: inline-block;
	text-align: left;
	width: 211px;
	height: 45px;
	background: url(../img/common/icon_anchor.jpg), #6B8E23;
	background-repeat: no-repeat;
	background-position: 16px 16px;
	background-size: 12px 12px;
	border-right: #4C5E1B solid 3px;
	border-bottom: #4C5E1B solid 3px;
	margin: 0 14px 14px 0;
}
.anchor ul li a {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 45px;
	padding: 0 0 0 35px;
}

.repair h4 {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 15px;
	padding: 15px 0 15px 45px;
	margin: 0 0 20px;
	background-color: #E3DDCA;
}
.repair h4:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 18px;
	width: 18px;
	height: 8px;
	background-color: #5C374A;
}
.repair section ul li {
	font-size: 0;
	margin: 0 -20px 20px 0;
}
.repair section ul li figure {
	display: inline-block;
	margin: 0 20px 0 0;
	position: relative;
}
.repair section ul li figure:before {
	content: "";
	position: absolute;
	left: 0;
	top: 205px;
	width: 64px;
	height: 25px;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
}
.repair section ul li figure.before:before {
	content: "Before";
	background-color: #000000;
}
.repair section ul li figure.after:before {
	content: "After";
	background-color: #AA0403;
}
.repair section ul li figcaption {
	font-size: 15px;
	line-height: 30px;
}

.fix .check {
	display: block;
	color: #6B8E23;
	font-weight: bold;
	font-size: 20px;
	line-height: 33px;
	padding: 0 0 0 100px;
	background: url(../img/grave/repair/icon_check.png) no-repeat top left;
	background-size: 88px 33px;
}
.fix figure.image {
	float: right;	
}
.fix .comment {
	width: 350px;
	margin: 0 20px 3em 0;
}

/* pc */
@media screen and (min-width: 988px) {
	
	.anchor ul li a:hover {
		color: #FFCC33;
	}	
	
}

/* tablet sp */
@media print, screen and (max-width: 987px) {
	
	.anchor ul {
		margin: 0;
	}
	.anchor ul li {
		width: 45%;
	}
	
	.repair section ul {
		text-align: center;
	}
	.repair section ul li {
		margin: 0 0 20px;
	}
	.repair section ul li figure {
		margin: 0;
	}
	.repair section ul li img {
		width: 100%;
		height: auto;
	}
	
	.repair section ul li figure {
		margin: 0 0 10px;
	}
	.repair section ul li figure:before {
		top: 0;
	}
	
	.fix figure.image {
		float: none;
		text-align: center;	
	}

	.fix .comment {
		width: auto;
		margin: 20px 0;
	}
	
}

/* sp */
@media print, screen and (max-width: 767px) {
	
	.anchor ul li {
		width: auto;
		height: 30px;
		background: url(../img/common/icon_anchor.jpg) no-repeat top 10px left 14px, #6B8E23;
		background-size: 12px 12px;
		margin: 0 4px 4px 0;
	}
	.anchor ul li a {
		line-height: 30px;
		padding: 0 10px 0 35px;
	}
	
}

@media print, screen and (max-width: 400px) {
	
	.fix .check {
		padding: 33px 0 0;
	}
	.fix figure.image img {
		width: 100%;
		height: auto;
	}	
		
}
