@charset "utf-8";
/* CSS Document */
h3{
	background: url(../../images/ttl_h3.jpg) no-repeat left center;
	padding-left: 35px;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 40px;
}
section.contents{
	margin-bottom: 100px;
}
/*業務内容*/
#business_list{
	margin: 10px;
	height: 270px;
	padding: 40px 60px;
	background-image: url(../../business/images/business_content_bg.jpg);
	background-repeat: no-repeat;
}
#business_list ul li{
	list-style: none;
	position: relative;
	padding-left: 50px;
	line-height: 2.8em;
}
li .marker{
	background:linear-gradient(transparent 50%, #e3e9fd 50%);
}
#business_list ul li:after,
#business_list ul li:before{
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#business_list ul li:before{
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border:2px solid rgba(90,90,90,0.5);
}
#business_list ul li:after{
  top: 0.9em;
  left: 0.6em;
  width: 14px;
  height: 14px;
  background: rgba(150,150,150,0.3);
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
/*主要業務実績*/
h4{
	border-width: 940px;
	border-bottom: 3px solid #94a0c8;
	padding-left: 5px;
	margin: 40px 0px 20px 20px;
	font-size: 18px;
}
h4 .strong{
	font-size: 30px;
	margin-right: 5px;
}
ul.tunnel_list{
	margin-left: 50px;
	list-style: disc;
}
ul.tunnel_list li{
	float: left;
	margin-left: 50px;
}
ul.tunnel_list li:first-child{
	margin-left: 0px;
}
.tunnel_table{
	margin-left: 30px;
	margin-bottom: -20px;
	border-collapse: collapse;
	border: none;
}
.tunnel_table tr th{
	width: 120px;
	vertical-align: top;
}
.tunnel_table tr td{
	padding-bottom: 20px;
}