@charset "UTF-8";
/*service*/
/*h2*/
h2.bottom_h2{
	background: url('../../achievement/img/bottom_h2_index.jpg') center center no-repeat;
	background-size: cover;
	}


/*achievement_index*/
#achievement_index{
	padding: 80px 0;
	}

.achievement_h3_wrap{
	}

.achievement_h3_wrap span.marker{
	background: linear-gradient(transparent 30%, #f8f7c3 35%);
	font-weight: bold;
	font-size: 2.142em;
	}

.achievement_h3_wrap span.marker span.big{
	font-size: 1.333em;
	}

figcaption{
	text-align: center;
	}

img.item_img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}

.w800{
	width: 800px;
	}
.w380{
	width: 380px;
	}

/* Media Queries
==========================================================================*/
@media screen and (max-width:1025px) {

.w800{
	width: calc(100% - 400px);
	}
}
@media screen and (max-width:960px) {
/*achievement_index*/
#achievement_index{
	padding: 20px 0;
	}

.achievement_h3_wrap span.marker{
	font-size: 1.666em;
	}

.achievement_h3_wrap span.marker span.big{
	font-size: 1.25em;
	}


.w800,.half,.w380{
	width: 100%;
	}

img.item_img{
	margin: 10px auto;
	}

.w380 img.item_img{
	width: 67.8%;
	}
}