@charset "utf-8";
/* CSS Document */
.l-pageTitleBanner{
	height:auto;
	border-top:none;
}
.l-pageTitleBanner img{
	width:100%;
}
.section_news{
	padding:0 0 60px;
	width:1100px;
	margin:0 auto 0;
}
.section_news ul{
	margin:0 auto 0;
	font-size:14px;
	border-top:1px dashed #cecece;
}
.section_news li{
	border-bottom:1px dashed #cecece;
	padding:14px;
	line-height:1.6;
}
.section_news li .date{
	width:12em;
	display:inline-block;
}
.section_news li a{
	color:#333;
}
.section_news li .category{
	font-size:12px;
	width:130px;
	display:inline-block;
	text-align:center;
	background:#174897;
	color:#fff;
	border-radius:4px;
	margin-right:2em;
}
.btn_02{
	width:166px;
	height:40px;
	line-height:36px;
	border:2px solid #2b71b8;
	text-align:center;
	background:#fff url(../img/common/obj_back_type1.png) 90% center no-repeat;
	display:block;
	margin:45px auto 0;
	font-size:16px;
	border-radius:6px;
	padding-right:21px;
	box-sizing:border-box;
	color:#174897;
}
.section_company{
	width:1130px;
	margin:0 auto;
	padding-bottom:30px;
}
.section_company dl{
	line-height:2.2;
}
.section_company dt{
	font-size:16px;
	font-weight:bold;
}
.section_company dd{
	padding-right:460px;
}
.section_company dd p{
	margin-bottom:2.5em;
}
.section_company dd img{
	margin-right:24px;
}
.section_company .sbd{
	position:relative;
}
.section_company ul{
}
.section_company li{
	width:254px;
	text-align:center;
}
.section_company li img{
	width:100%;
}
.section_company li .inner{
	position:relative;
}
.section_company li .sign{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	color:#fff;
	font-size:24px;
	line-height:60px;
}
.section_company li .txt{
	position:absolute;
	left:5%;
	top:50%;
	width:90%;
	margin-top:-2em;
	font-size:12px;
}
#l_01{
	position:absolute;
	right:104px;
	top:-30px;
}
#l_01 .txt{
}
#l_02{
	position:absolute;
	right:208px;
	top:156px;
	z-index:3;
}
#l_03{
	position:absolute;
	right:0;
	top:156px;
}
.section_products{
	background:#f3f2f2;
}
.p-hierarchyPageTitleArea{
	background:none;
}
.section_products .sbd{
	width:918px;
	margin:0 auto;
	padding-bottom:30px;
}
.section_products .pstl{
	text-align:center;
	line-height:1.5;
	font-size:16px;
	font-weight:bold;
}
.section_products  ul{
}
.section_products  li{
	margin:30px 30px 0 0;
	float:left;
	width:286px;
	overflow:hidden;
	text-align:center;
	line-height:1.7;
}
.section_products  li:nth-child(3n){
	margin:30px 0 0 0;
}
.section_products  li:nth-child(3n+1){
	clear:both;
}
.section_products  .pic{
}
.section_products  .pm{
	margin:15px 0 0;
}
.section_products  .pm dt{
	font-size:16px;
	font-weight:bold;
	color:#164980;
}
.section_products  .pm dd{
}
/* --------------------------------------------------------------------- */
/* sp */
/* --------------------------------------------------------------------- */

@media screen and (max-width: 768px){
	#contents{
	}
	img{
		max-width:100%;
	}
	.section_company{
		padding:0 20px 30px;
		width:inherit;
	}
.section_news{
	padding:35px 15px 45px;
	width:100%;
}
.section_news ul{
	width:100%;
}
.section_news li a{
	display:block;
}
.section_news .btn_02{
	margin-top:25px;
}


	.section_products{
		width:inherit;
		margin:0px auto 0;
	}
	.section_products .pstl{
		font-size:14px;
		font-weight:normal;
		text-align:left;
	}
	.section_products .sbd{
		width:inherit;
		padding:0 20px 20px;
	}
	.section_products li {
    float: none;
    margin: 20px 0 0 0;
    width: 100%;
	line-height:1.7;
}
.section_products .pm{
	margin:5px 0 0;
}
.section_products li img{
    width: 100%;
}
.section_products .pm dt{
	font-size:18px;
}


.section_company ul {
		width:inherit;
		text-align:center;
	}
	.section_company li {
		float: none;
		margin: 0 auto;
		width: 254px;
		display:inline-block;
	}
	.section_company li img{
		max-width:100%;
	}
	.section_company li .txt{
		font-size: 12px;
		margin-top:-1.8em;
	}
	.section_company li .sign{
		/*line-height:26px;
		font-size:10px;*/
	}
	#l_01, #l_02, #l_03{
		position:inherit;
		left:inherit;
		top:inherit;
		right:inherit;
	}
	.section_company dt{
		line-height:1.5;
		margin-bottom:5px;
	}
	.section_company dd{
		padding-right:0;
	}
	.section_company dd img{
		margin:0 0 12px;
		width:100%;
	}
	.section_company dd p{
		margin-bottom:1em;
	}
	.section_company dl{
	line-height:1.7;
}
}