@charset "utf-8";
/* ------------------------------
 製品情報TOP
------------------------------ */
.productsBox {
	margin-bottom: 30px;
}
.productsBox .cms_text {
	width: 374px;
	float: left;
	margin-right: 39px;
}
.productsBox .cms_text:last-child {
	margin-right: 0;
}
.productsBox .cms_text div{
	width: 374px;
	height: 159px;
	padding-top: 55px;
	margin-right: 39px;
	text-align: center;
	color: #fff;
	margin-bottom: 18px;
}	
.productsBox .cms_text:nth-child(1n) div {
	background: url(../../img/pro_img01_new.jpg) no-repeat  0 center;
}
.productsBox .cms_text:nth-child(2n) div{
	background: url(../../img/pro_img02.jpg) no-repeat  0 center;
}
.productsBox .cms_text:nth-child(3n) div{
	background: url(../../img/pro_img03.jpg) no-repeat  0 center;
}
.productsBox .cms_text div p{
	font-size: 3.2rem;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 2px;
	
}
.productsBox .cms_text span{
	display: block;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px;
}
.productsBox .cms_text strong{
	font-size: 1.6rem;
	font-weight: normal;
}
.productsBox .cms_text h3{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 8px;
}
.productsBox p{
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
	.productsBox .cms_text {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.productsBox .cms_text div{
		width: 100%;
		height: 159px;
		padding-top: 55px;
		margin-right: 39px;
		text-align: center;
		color: #fff;
		margin-bottom: 18px;
	}
	.productsBox .cms_text:nth-child(1n) div{
		background: url(/img/pro_img01.jpg) no-repeat  0 center;
		background-size: cover;
	}
	.productsBox .cms_text:nth-child(2n) div{
		background: url(/img/pro_img02.jpg) no-repeat  0 center;
		background-size: cover;
	}
	.productsBox .cms_text:nth-child(3n) div{
		background: url(/img/pro_img03.jpg) no-repeat  0 center;
		background-size: cover;
	}
}
/* ------------------------------
 製品を探す
------------------------------ */
.sarchBox{
	padding: 23px 23px 13px 23px;
	background: #fff;
	margin-bottom: 24px;
}
.sarchBox ul li {
	padding-left: 0;
	text-indent: 0;
}
.sarchBox .heading{
	padding: 1px 0 0 32px;
	background: url(/shared/img/icon_sarch.png) no-repeat 0 0;
	background-size: 24px 24px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.sarch01 li{
	float: left;
	line-height: 1.5;
	margin: 0 16px 16px 0;
}
.sarch01 li a{
	width: 276px;
	height: 64px;
	padding: 3px;
	display: block;
	border-top: solid 1px #DCDCDC;
	border-left: solid 1px #DCDCDC;
	border-right: solid 1px #DCDCDC;
	border-bottom: solid 1px #DCDCDC;
	position: relative;
	background: -moz-linear-gradient(top,  #ffffff 50%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top,  #ffffff 50%,#f0f0f0 100%); 
	background: linear-gradient(to bottom,  #ffffff 50%,#f0f0f0 100%); 
	border-radius: 8px;
    position: relative;
    color: #323232;
}
.sarch01 li a img{
	width: 56px;
	height: 56px;
	vertical-align: middle;
	float: left;
	border-radius: 4px;
}

.sarch01 li a:hover img{
	opacity: .7;
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.sarch01 span{
	padding: 18px 0 0 33px;
	display: inline-block;
	background: url(/shared/img/icon_arrow_r.png) no-repeat 11px 22px;
	background-size: 14px 14px;
	
}
.sarch01 span.l2{
	padding: 9px 0 0 35px;
	line-height: 1.3;
}
.cms_text.sarch01{
	margin-bottom: 0;
}
.sarch01 ul {
	padding-bottom: 17px;
	margin-bottom: 23px;
	border-bottom: solid 1px #dcdcdc;
}
.sarch01 ul li:nth-child(4),
.sarch01 ul li:nth-child(8) {
	margin-right: 0;
}
.cms_text.sarch02{
	margin-bottom: 0;
}
.sarch02 ul {
	margin-bottom: 23px;
	border-bottom: solid 1px #dcdcdc;
}
.sarch02 ul li:nth-child(4),
.sarch02 ul li:nth-child(8) {
	margin-right: 0;
}
.sarch02 li{
	width: 270px;
	margin: 0 24px 24px 0;
	float: left;
    position: relative;
}
.sarch02 a{
	color: #205DA6;
	text-decoration: none;
}
.sarch02 a:hover{
	color: #205DA6;
	text-decoration: underline;
}
.sarch02 span{
	margin-top: 8px;
	display: block;
	padding-left: 20px;
	background: url(/shared/img/icon_arrow_r.png) no-repeat 0 center;
	background-size: 14px 14px;
}
@media screen and (max-width: 767px) {
	.sarchBox{
		padding: 13px 13px 5px 13px;
	}
	.sarch01{
		margin-right: 0;
	}
	.sarch01 li:nth-child(odd){
		width: 48%;
		margin: 0 2% 16px 0 ;
	}
	.sarch01 li:nth-child(even){
		width: 48%;
		margin: 0 0 16px 2%;
	}
	.sarch01 li a{
		width: 100%;
		font-size: 1.2rem;
	}
	.sarch01 span{
		padding: 18px 0 0 23px;
		background: url(/shared/img/icon_arrow_r.png) no-repeat 5px 20px;
		background-size: 14px 14px;
		
	}
	.sarch01 span.l3sp{
		padding: 6px 0 0 23px;
		line-height: 1.3;
	}
	.sarch01 span.l2sp{
		padding: 12px 0 0 23px;
		line-height: 1.3;
	}
	.sarch02 {
		margin-right: 0;
	}
	.sarch02 li:nth-child(odd){
		width: 48%;
		margin: 0 2% 24px 0;
	}
	.sarch02 li:nth-child(even){
		width: 48%;
		margin: 0 0 24px 2%;
	}
	.sarch01 span.l2_sub{
		padding: 12px 0 0 30px !important;
	}
}
@media screen and (max-width: 410px) {
	.sarch01 li:nth-child(odd),
	.sarch01 li:nth-child(even){
		width: 100%;
		margin: 0 0 8px 0 ;
		float: none;
	}
	.sarch01 .br{
		display: inline-block !important;
	}
	.sarch01 span.l2{
		padding: 12px 0 0 30px;
	}
	.sarch01 span.l2sp{
		padding: 19px 0 0 23px;
	}
	.sarch01 span.l3sp{
		padding: 13px 0 0 23px;
	}
	.sarch01 span.l3sp.sub{
		padding: 19px 0 0 23px;
	}
	.sarch01 span.l2_sub{
		padding: 18px 0 0 30px !important;
	}
	.sarch01 li:last-child{
		margin: 0 0 25px 0 ;
	}
}
/* ------------------------------
 下部リンク
------------------------------ */
.related_links {
	margin-right: -25px;
}
.related_links li{
	width: 368px;
	float: left;
	margin-right: 25px;
    font-size: 1.6rem;
}
.feature, .download{
	width: 368px;
	height: 88px;
	border-radius: 8px;
	background: #fff;
}
.feature div{
	width: 368px;
	height: 88px;
	display: block;
	border: solid 1px #dcdcdc;
	border-radius: 8px;
	background: -moz-linear-gradient(top,  #ffffff 50%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top,  #ffffff 50%,#f0f0f0 100%); 
	background: linear-gradient(to bottom,  #ffffff 50%,#f0f0f0 100%); 
	margin-bottom: 16px;
	text-align: center;
}
.feature a{
	width: 368px;
	height: 88px;
	padding-top: 30px;
	display: block;
	background: url(/shared/img/icon_technical.png) no-repeat 24px center;
	background-size: 40px 40px;
	text-decoration: none;
	color: #323232;
}
.feature span{
	display: block;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
	color: #D7021F;
}
.download div{
	width: 368px;
	height: 88px;
	display: block;
	border: solid 1px #dcdcdc;
	border-radius: 8px;
	background: -moz-linear-gradient(top,  #ffffff 50%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top,  #ffffff 50%,#f0f0f0 100%); 
	background: linear-gradient(to bottom,  #ffffff 50%,#f0f0f0 100%); 
	margin-bottom: 16px;
	text-align: center;
}
.download a{
	width: 368px;
	height: 88px;
	padding-top: 30px;
	display: block;
	background: url(/shared/img/icon_download.png) no-repeat 24px center;
	background-size: 40px 40px;
	text-decoration: none;
	color: #323232;
}
.download span{
	display: block;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
	color: #D7021F;
}
.contact{
	display: block;
	border-radius: 8px;
	background: -moz-linear-gradient(top,  #205da6 50%, #1a4c87 100%); 
	background: -webkit-linear-gradient(top,  #205da6 50%,#1a4c87 100%); 
	background: linear-gradient(to bottom,  #205da6 50%,#1a4c87 100%);
	margin-bottom: 16px;
	text-align: center;
}
.contact a{
	width: 368px;
	height: 88px;
	padding-top: 30px;
	display: block;
	color: #fff;
	background: url(/shared/img/icon_mail.png) no-repeat 24px center;
	background-size: 40px 40px;
	text-decoration: none;
}
.contact span{
	display: block;
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
	opacity: 0.5;
}

.contact:hover{
	opacity: 0.9;
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
@media screen and (max-width: 767px) {
	.related_links {
		width: 262px;
		margin: 0 auto;
	}
	
	.related_links li{
		width: 262px;
		float: none;
		margin: 0 0 10px 0;
	    font-size: 1.6rem;
	}
	.related_links li,
	.feature, .download,
	.feature div,
	.feature a,
	.download div,
	.download a,
	.contact a{
		width: 262px;
		height: 56px;
		font-size: 1.5rem;
	}
	.feature a{
		background: url(/shared/img/icon_technical.png) no-repeat 11px 15px;
		background-size: 24px 24px;
		padding-top: 15px;
	}
	.download a{
		background: url(/shared/img/icon_download.png) no-repeat 11px 15px;
		background-size: 24px 24px;
		padding-top: 15px;
	}
	.contact a{
		background: url(/shared/img/icon_mail.png) no-repeat 12px center;
		background-size: 24px 24px;
		padding-top: 15px;
	}
}
/* ------------------------------
 下部バナー
------------------------------ */
.pickup {
    background: #DFE7EB scroll;
	position:relative;
	margin-left: -50%;
	padding-left: 50%;
	margin-right: -50%;
	padding-right: 50%;
}
.pickup ul{
	width: 1200px;
	padding: 24px 0;
	margin: 0 auto;
}
.pickup .cms_text ul li {
	padding-left: 0;
	text-indent: 0; 
}
.pickup ul li{
	width: 282px;
	float: left;
	margin-right: 24px;
}
.pickup ul li:last-child{
	margin-right: 0;
	
}
.footerNav {
	margin-top: 0;
}
/* ------------------------------
 下部バナースライダー
------------------------------ */
@media (max-width: 767px) {
	.pickup {
	    background: #DFE7EB scroll;
		position:relative;
		margin-left: -5.5%;
		padding-left: 5.5%;
		margin-right: -5.5%;
		padding-right: 5.5%;
	}
	.pickup ul{
		width: 100%;
		padding: 0;
	}
	.pickup ul li{
		width: auto;
	}
	.bx-wrapper .bx-viewport {
		background-color: #DFE7EB !important; 
	}
	.banner-slider-container ul li a {
    	-webkit-transition: opacity .15s ease-in-out;
    	transition: opacity .15s ease-in-out;
	}
	#banner-slider li {
		float: left;
	}
	/* スライド関連のCSS */
	.banner-slider-wrapper {
		background-color: #DFE7EB;
		padding: 18px 0;
	}
	.banner-slider-container {
		position: relative;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	@media (min-width: 768px) {
		.banner-slider-container {
			width: 1092px;
		}
		.banner-slider-wrapper {
			background-color: #fff;
			padding-top: 62px;
			padding-bottom: 62px;
		}
	}
	.banner-slider-container .bx-controls,
	.banner-slider-container .bx-pager {
		margin: 0;
		bottom: auto;
		height: auto;
		top: 0;
		height: 100%;
		z-index: 0;
	}
	.banner-slider-container .bx-viewport {
		z-index: 2;
	}
	.banner-slider-container .bx-prev,
	.banner-slider-container .bx-next {
		position: absolute;
		color: transparent;
		font-size: 0;
		background-repeat: no-repeat;
		top: 35%;
		margin: 0;
		width: 24px;
		height: 24px;
		background-size: 24px 24px;
		z-index: 100;
	}
	.banner-slider-container .bx-prev {
		background-image: url(../img/arrow-prev.png);
		left: -5%;
	}
	.banner-slider-container .bx-next {
		background-image: url(../img/arrow-next.png);
		right: -5%;
	}
	@media (min-width: 480px) {
		.banner-slider-container .bx-prev {
			left: -14%;
		}
		.banner-slider-container .bx-next {
			right: -14%;
		}
	}
	@media (min-width: 768px) {
		.banner-slider-container .bx-prev,
		.banner-slider-container .bx-next {
			margin-top: -32px;
			width: 30px;
			height: 63px;
			background-size: 30px 63px;
		}
		.banner-slider-container .bx-prev {
			left: -48px;
		}
		.banner-slider-container .bx-next {
			right: -48px;
		}
	}
	@media (min-width: 768px) and (max-width: 1200px) {
		.banner-slider-wrapper {
			overflow: hidden;
		}
	}
}
.banner-slider-container ul {
	display: none;
}
.banner-slider-container ul.only-sp {
	display: block !important;
}
.banner-slider-container .bx-wrapper,
.banner-slider-container .bx-wrapper ul li {
	width: 282px;
}
.banner-slider-container {
	width: 282px;
}
@media (min-width: 767px) {
	.banner-slider-container ul {
		display: block;
	}
	.banner-slider-container ul.only-sp,
	.banner-slider-container .bx-controls {
		display: none !important;
	}
}
@media (max-width: 320px) {
	.banner-slider-container .bx-wrapper,
	.banner-slider-container .bx-wrapper ul li {
		width: 262px;
	}
	.banner-slider-container {
		width: 262px;
	}
}