@charset "UTF-8";

header #nav .gnav li:nth-child(2) a {
	color: #0077FC;
}

header #nav .gnav li:nth-child(2) a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	width: 100%;
	height: 5px;
	background: #0077FC;
	transform: scaleX(1.7);
}

/*strong_wrap*/
#strong_block .strong_wrap .right_box{
	width: 48%;
}
#service_list_block .service_list{
	max-width: 952px;
}

@media screen and (max-width: 970px) {
	header #nav .gnav li:nth-child(2) a::before {
		content: none;
	}
	
	#strong_block .strong_wrap .right_box{
		width: 100%;
	}
}

