@charset "utf-8";
/* CSS Document */

.title_img{
	width:100%;
	height:auto;
	min-width:960px;
	min-height:150px;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-image:url(../../images/bk2.jpg);
}

.service{
	position:relative;
	z-index:8888;
}

.bk_image img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
}

.service_p{
	width:960px;
	margin:0 auto;
}

.service_p p{
	margin-bottom:60px;
	margin-top:60px;
	padding-left:130px;
	letter-spacing:3px;
}

/**オレンジライン**/
.service_h3{
	width:900px;
	border-bottom:2px solid #FFA826;
	margin:0 auto;
}

.service_h3 h3{	
	font-size:30px;
	font-weight:200;
	margin:0;
}


.service_h3 h3:before{
	content:'';
	border-left:10px solid #FFA826;
	padding-left:10px;
}


.works_content{
	width:800px;
	height:180px;
	padding-top:30px;
	padding-bottom:30px;	
	margin:0px auto;
	position:relative;
	z-index:8000;
}

/**事業内容**/
.works_content ul{
	width:500px;
	height:160px;
	list-style:none;
	margin:0;
	padding:10px 80px 10px 120px;
	background-color:rgba(255,255,255,0.61);
	position:absolute;
	right:0;
	border-radius:0 90px 90px 0;
}

.works_content li{
	font-size:15px;
	position:relative;
	line-height:1.5;
}

.works_content li:before{
	display: block;
	content: '・';
	position: absolute;
	top:0;
	left: -1.5em;
	width: 1em;
	height: 1em;	
}

/**業種**/
.works_content_h4{
	width:180px;	
	height:180px;
	text-align:center;
	margin:0;
	border-radius:50%;
	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
	background-color:#FFA826;
	z-index:100;
	position:absolute;
	left:0;
	display: table;
}

.works_content_h4 h4{
	font-size:22px;
	color:#FFF;
	letter-spacing:2px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

/**sm事業画像**/
.works_content_img{
	display:none;
}

/**消す文章**/
.sm_main_caption{
	display:none;
}
