/************************************************************************************
larger than 980
*************************************************************************************/

h1 {
	line-height:110%;
}

#sign {
	line-height:0;
	text-align:center;
	background:url(../images/sign-bg.jpg) repeat;
}

h2 {
	color:#94999d;
	font-weight:normal;
	font-size:30px;
	margin-bottom:20px;
	background:none;
}
h2 span {
	font-size:13px;
	padding-left:10px;
}

#service {
	float:right;
	width:630px;
}
#service li a {
	display:block;
	color:#4a4d4f;
}
#service li a:hover {
	color:#94999d;
}
#service li {
	float:left;
	width:300px;
	height:280px;
	border:2px #e4e7ea solid;
	margin-bottom:30px;
	text-align:center;
}
#service li.consulting,
#service li.outwork,
#service li.led {
	float:right;
}
#service li .tit {
	font-size:15px;
	margin:10px auto;
}
#service li.web img {
	margin:20px 0 5px;
}
#service li.consulting img {
	margin:0 0 12px;
}
#service li.update img,
#service li.outwork img,
#service li.led img,
#service li.michiteras img {
	margin: 30px 0 15px;
}

#service li.outwork .fas {
	margin-left: .5em;
	vertical-align: text-top;
}

#service li.michiteras .fas {
	margin-left: .5em;
	vertical-align: text-top;
}

#service .btn {
	background:#4a4d4f;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#FFF;
	font-size:12px;
	width:200px;
	margin:5px auto 10px;
	padding:3px 0;
}
#service .btn:hover {
	background:#94999d;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

aside {
	float:left;
	width:290px;
	font-size:14px;
}
#news {
	margin-top:-15px;
}
#news dl {
	border-bottom:1px dotted #e4e7ea;
	padding:15px 0;
}
#news dt {
	font-weight:bold;
	font-size:13px;
	color:#94999d;
}

#banner-area {
	margin-top:30px;
}

#contact {
	margin-top:30px;
	padding:8px;
}
#contact .box {
	background:#FFF;
	padding:20px;
}
#contact .btn a {
	display:block;
	background:#4a4d4f;
	border-radius:3px;
	padding:5px 0 8px;
	width:100%;
	margin-top:20px;
	text-align:center;
	color:#FFF;
}
#contact .btn a:hover {
	background:#94999d;
}
#contact .btn i {
	font-size:18px;
	margin-right:5px;
}

/************************************************************************************
smaller than 960
*************************************************************************************/
@media screen and (max-width: 960px) {

#service {
	float:none;
	margin:0 auto;
}

aside {
	float:none;
	clear:both;
	width:90%;
	margin: 0 auto;
}
#news {
	width:100%;
}
#banner-area {
	float:left;
	width:48%;
}
#contact {
	float:right;
	width:48%;
}

}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

h2 {
	letter-spacing:0.1em;
}

#service {
	width:80%;
	margin: 0 auto;
}
#service li,
#service li.consulting {
	float:none;
	width:100%;
	height:auto;
}

#service li.web img,
#service li.smartphone img,
#service li.skill img {
	width:80%;
}

#banner-area,
#contact {
	float:none;
	width:100%;
	margin-bottom:30px;
}
#contact {
	width:96%;
}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

}


#banner-area .btn {
	margin-bottom: 15px;
}

.onecareer img {
  max-width: 290px;
  opacity: unset !important;
}
