@charset "utf-8";

/*--------------------------------------------------------------------------------
	label
--------------------------------------------------------------------------------*/
.labelList ul { float:right; }
.labelList li { margin-bottom:5px; }
@media screen and (max-width: 767px) {
	.labelList { font-size:1.1rem; }
}

.label { margin-bottom:10px; color:#666; }

.label-bl {
	display:inline-block;
	background:#4b9bce;
	color:#fff;
	font-size:1.2rem;
	padding:3px 5px;
}
.label-pi {
	display:inline-block;
	background:#ff7f95;
	color:#fff;
	font-size:1.2rem;
	padding:3px 5px;
}

/*--------------------------------------------------------------------------------
	ht
--------------------------------------------------------------------------------*/
@media screen and (min-width: 767px) {
	#about_service h3 { font-size: 2.6rem; }
}
@media screen and (max-width: 767px) {
	#about_service h2 { text-align:center; }
}

/*--------------------------------------------------------------------------------
	ebox
--------------------------------------------------------------------------------*/

#about_service .container .ebox { margin-bottom:20px; }
#about_service .container section { margin-bottom:40px; }
