@charset "utf-8";
/* ===================================================================
個別CSS
=================================================================== */
#header h2{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:225px;
	padding-top:50px;
	background-image: url("../img/head_bg.png");
	background-position: 22% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
	color:#666;
	font-size:46px;
	letter-spacing:0.2em;
}

.col3{
	display:block;
	width:850px;
	margin:38px auto 0px;
}
.col3 > a{
	box-sizing:border-box;
	display:inline-block;
	width:263px;
	margin-right:30px;
	background-color:#FFF;
	vertical-align:top;
	color:#333;
}
.col3 > a:hover{
	border:3px solid #0099fe;
	text-decoration:none;
}
.col3 > a.right{
	margin-right:0px;
}
.col3 > a .img{
	width:263px;
	height:150px;
}
.col3 > a:hover .img{
	width:257px;
	height:147px;
}
.col3 > a.left p.img{
	background: url(../img/index_img01.png) no-repeat scroll left top; 
}
.col3 > a.center p.img{
	background: url(../img/index_img02.png) no-repeat scroll left top; 
}
.col3 > a.right p.img{
	background: url(../img/index_img03.png) no-repeat scroll left top; 
}
.col3 > a:hover.left p.img{
	background: url(../img/index_img01.png) no-repeat scroll -3px -3px; 
}
.col3 > a:hover.center p.img{
	background: url(../img/index_img02.png) no-repeat scroll -3px -3px; 
}
.col3 > a:hover.right p.img{
	background: url(../img/index_img03.png) no-repeat scroll -3px -3px; 
}
.col3 > a .group{
	padding:14px 20px 23px;
	border-left:1px solid #dce0e4;
	border-right:1px solid #dce0e4;
	border-bottom:1px solid #dce0e4;
}
.col3 > a:hover .group{
	padding:14px 18px 21px;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
.col3 > a .group .title{
	text-align:center;
	font-size:30px;
	letter-spacing:0.1em;
}
.col3 > a .group .title span{
	display:block;
	margin-top:-2px;
	font-size:13px;
}
.col3 > a .group .txt{
	margin-top:18px;
	line-height:1.8em;
}



.col2{
}
.col2 .expand a{
	color:#333;
}
.col2 .left{
	float:left;
}
.col2 .right{
	float:right;
}
.col2 .wid400{
	width:400px;
}
.col2 .wid440{
	width:440px;
}

.project_cont01 .col2 .left{
	font-size:16px;
}
.project_cont01 .text_list li{
	margin-bottom:8px;
	text-indent:-1em;
	margin-left:1em;
	font-size:16px;
}
.project_cont01 ul.img_list{
	font-size:0px;
	text-align:right;
}
.project_cont01 ul.img_list li{
	width:100px;
	display:inline-block;
	vertical-align:top;
	font-size:11px;
	margin-left:10px;
	text-align:center;
}


.product_group{
	margin-top:28px;
	margin-left:-30px;
}
.product_group .product_item{
	display:block;
	float:left;
	width:190px;
	margin-left:30px;
	margin-bottom:60px;
}
.product_group .product_item .title{
	margin-top:10px;
}
.product_group .product_item .txt1{
	margin-top:12px;
	border-top:1px solid #cccccc;
	padding-top:15px;
	font-size:12px;
	line-height:1.8em;
}
.product_group .product_item .btn1{
	margin-top:5px;
	height:30px;
}
.product_group .product_item .btn1 a{
	box-sizing:border-box;
	display:block;
	height:30px;
	background-color:#de5f5f;
	padding-top:3px;
	text-align:center;
	color:#FFF;
	font-size:13px;
}
.product_group .product_item .btn1 a:hover{
	text-decoration:none;
}

