@charset "utf-8";
/* CSS Document */

/*--ヘッダーイメージ--*/
#header_img{
	background:url(../img/top/header_bg.png) no-repeat 50% 0;
}
.header_link{
	position:relative;
	padding-top:76px;
}
#header_img a{
	position:absolute;
	top:16px;
	right:0;
}

/*--メインビジュアル--*/
.mainv_wrap .w25 a,
.mainv_wrap .w50 a{
	color:#fff;
}
.mainv_wrap{
	width:100%;
	max-height:680px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content:stretch;
	align-self:auto;
	box-sizing:border-box;
	margin-top:20px;
	color:#fff;
	overflow:hidden;
}
.mainv_wrap .w50{
	width:50%;
	height:340px;
	background-color:red;
	box-sizing:border-box;
	position: relative;
	overflow:hidden;
	display:table;
	cursor:pointer;
}
.mainv_wrap .w25{
	width:25%;
	height:340px;
	background-color:green;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	display:table;
	cursor:pointer;
}
.mainv_wrap .box01 .w50inner{
	width:100%;
	height:340px;
	background-color:rgba(0,0,0,0);
	box-sizing:border-box;
	padding:60px 30px 30px 30px;
	display:table-cell;
	vertical-align:middle;
	position:absolute;
	top:170px;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
	cursor: default;
}
.mainv_wrap .box02 .w25inner,
.mainv_wrap .box03 .w25inner,
.mainv_wrap .box04 .w25inner,
.mainv_wrap .box05 .w25inner,
.mainv_wrap .box06 .w25inner{
	width:100%;
	height:340px;
	background-color:rgba(0,0,0,0);
	box-sizing:border-box;
	padding:60px 30px 30px 30px;
	display:table-cell;
	vertical-align:middle;
	position:absolute;
	top:205px;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
	cursor: default;
}
.mainv_wrap .box01:hover .w50inner{
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
}
.mainv_wrap .box02:hover .w25inner,
.mainv_wrap .box03:hover .w25inner,
.mainv_wrap .box04:hover .w25inner,
.mainv_wrap .box05:hover .w25inner,
.mainv_wrap .box06:hover .w25inner{
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
}
.mainv_wrap .box07 .w25inner{
	width:100%;
	height:340px;
	display:table-cell;
	vertical-align:middle;
	position:absolute;
	padding-top: 33%;
	/*top:33%;*/
}
.mainv_wrap .main_ttl{
	font-size:2.8rem;
	padding-bottom:15px;
}
.mainv_wrap .main_ttl2{
	font-size:2.8rem;
	padding-bottom:18px;
}
.mainv_wrap .box01 .main_ttl{
	font-size:2.2rem;
}
.mainv_wrap .box01 .main_ttl span{
	font-size:3.3rem;
}
.mainv_wrap .main_sub_ttl{
	font-size:1.3rem;
	padding-bottom:15px;
}
.mainv_wrap .main_sub_ttl2{
	font-size:1.3rem;
	padding-bottom:18px;
}
.mainv_wrap .main_tx{
	font-size:1.3rem;
	padding-bottom:15px;
	line-height:1.8;
}

.mainv_wrap .main_btn a{
	display:inline-block;
	padding:8px 25px;
	border:1px solid #fff;
	font-size:1.5rem;
	color:#fff;
}
.mainv_wrap .box01{
	background:url(../../common_o/img/top/main_bg01.jpg) no-repeat 100% bottom;
	background-size:cover; 
}
.mainv_wrap .box02{
	background:url(../../common_o/img/top/main_bg02.jpg) no-repeat 100% bottom;
	background-size:cover; 
}
.mainv_wrap .box03{
	background:url(../../common_o/img/top/main_bg03.jpg) no-repeat 100% bottom;
	background-size:cover; 
}
.mainv_wrap .box04{
	background:url(../../common_o/img/top/main_bg04.jpg) no-repeat 50% bottom;
	background-size:cover; 
}
.mainv_wrap .box05{
	background:url(../../common_o/img/top/main_bg05.jpg) no-repeat 30% bottom;
	background-size:cover; 
}
.mainv_wrap .box06{
	background:url(../../common_o/img/top/main_bg06.jpg) no-repeat 20% bottom;
	background-size:cover; 
}
.mainv_wrap .box07{
	background:#3983da;
	text-align:center; 
}
.topH2{
	width:100%;
	text-align:center;
	font-size:3.8rem;
	font-weight:bold;
}
.topH2_30{
	width:100%;
	text-align:left;
	font-size:3.0rem;
}
/*--infoアイコン--*/
.ico_infoProducts::after{
	content: url(../img/ico/ico_info05.png) ;
	padding-left: 10px;position: relative;	top:3px;
}
/* タブ切り替え
----------------------- */
.top_tabs > .tabs{
	border-bottom:none;
	border-left:none;
	border-right:none;
	background-image: none,none;
}
.top_tabs > .tabs .tab_item{height: 40px; line-height: 40px;}
.top_tabs > .tabs input:checked + .tab_item {
	background-image: url(../img/search/ico_here.png),url(../img/search/bg_tab_top.png);
    background-repeat: no-repeat,repeat-x;
    background-position: bottom center,top left;
	height: 58px;
	cursor: default;
}
.top_tabs > .tabs input:checked + .tab_item:hover {
	opacity: 1;}

#topics:checked ~ #topics_box,
#product_news:checked ~ #product_news_box,
#newpro:checked ~ #newpro_box,
#service:checked ~ #service_box {
  display: block;
}

/* リード文 */
p.top_subRead{text-align: center;}



/*------セミナー情報------*/
.seminar_wrap{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
}
.seminar_wrap dl{
	width: 360px ;
	height:100px;
	display:table;
	padding:0 17px;
	box-sizing:border-box;
}
.seminar_wrap a{
	color:#333 !important;
}
.seminar_wrap dt,
.seminar_wrap dd{
	display:table-cell;
	background-color:#d0d2d3;
	vertical-align:middle;
	text-align:left;
}
.seminar_wrap dt{
	width:100px;
	line-height:0;
}
.seminar_wrap dt img{
	width:100px;
	height:auto;
}
.seminar_wrap dd{
	padding:0 19px;
	font-size:1.8rem;
}
/*--スライダー--*/
.top_bg_gray{
	width:100%;
	padding:55px 0 75px;
	background-color:#f9f9f9;
	box-sizing:border-box;
	overflow:hidden;
}
.slider{
    margin: 0 auto;
    width: 80%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
	display:none;
}
/*------製品情報------*/
.bg_blue_img{
	background:#3983da url(../img/top/top_bg01.png) no-repeat 113% -86px;
	background-size:700px;
	width:100%;
	padding-bottom:80px;
}
.bg_gray_img{
	background:#d0d2d3 url(../../common_o/img/top/top_bg02.png) no-repeat 50% 50%;
	background-size:100%;
	width:100%;
	padding-bottom:80px;
}
.products_info_box{
	width:100%;
}
.txt-white{
	color:#fff;
}
/*製品リスト検索*/
.top_search{
	margin: 25px auto;
	text-align:left;
	display:flex;
	background-color:#fff;
	padding:12px 0 12px 12px;
	align-items:center;
	box-sizing:border-box;
}
.w600{
	width:600px;
}
.w620{
	width:620px;
}
.top_search p{
	display:block;
	font-size:1.8rem;
	border-right: 1px solid #b6b7b7;
	padding:6px 20px 6px 0;
	white-space:nowrap;
}
.top_search form{ position:relative; display:block; background-color: #fff; width:420px;}
.top_search input[type="text"]{ border: none; height: 28px; font-size: 1.5rem; color: #000000; width:430px; background-color: #fff;}
.top_search input::placeholder {color: #b6b7b7;}
.top_search input:-ms-input-placeholder {color: #b6b7b7;}
.top_search input::-ms-input-placeholder {color: #b6b7b7;}
.top_search input[type="text"]:focus { outline: 0;}
.top_search input::focus::placeholder { color: transparent;}
.top_search input[type="submit"]{ position: absolute; background: url(../img/shared/gsearch_ico.png) no-repeat; top:5px; right:0; width: 18px; height: 18px; border: none;}

.innerbox_wrap{
	display:flex;
	flex-direction: row;
	margin:40px 0 0 0;
}
.karamu_3{
	width: calc(100%/3);
}
.karamu_2{
	width: calc(100%/2);
}
.innerbox{
	text-align:center;
	background-color:#fff;
	box-sizing:border-box;
	padding:35px 0;
}
.innerbox_border_blue{
	border-left:1px solid #3983da;
	border-top:1px solid #3983da;
}
.innerbox_border_gray{
	border-left:1px solid #d0d2d3;
	border-top:1px solid #d0d2d3;
}
.topH3{
	font-size:2.2rem;
	padding-bottom:15px;
}
.innerbox p{
	line-height:1.8;
}
/*------カスタム製造------*/
.custom{
	width:100%;
	height:200px;
	padding:53px 53px 0 480px;
	background:url(../../common_o/img/top/top_bg02.jpg) no-repeat 0 0;
	box-sizing:border-box;
	cursor: pointer;
}
/*--バナーエリア--*/

.top_bn_area{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
	margin:0 -10px;
}
.top_bn_area li{
	padding:10px;
}
.top_bn_area a:hover{
	opacity:0.8;
}


.lih1_8{
	line-height:1.8;
}

.mt_80{
	margin-top:80px;
}
.mb_80{
	margin-bottom:80px;
}
.pt_80{
	padding-top:80px;
}
.pb_38{
	padding-bottom:38px;
}

@media screen and (max-width: 560px) {
/*--メインビジュアル--*/
.mainv_wrap{
	width:100%;
	height:auto;
	max-height:100%;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.mainv_wrap .w50{
	width:100%;
	height: 185px;
	box-sizing:border-box;
	position: relative;
}
.mainv_wrap .w25{
	width:50%;
	height: 185px;
}
.mainv_wrap .box01 .w50inner{
	height:185px;
	padding:10px;
	position:absolute;
	top:100px;
}
.mainv_wrap .box02 .w25inner,
.mainv_wrap .box03 .w25inner,
.mainv_wrap .box04 .w25inner,
.mainv_wrap .box05 .w25inner,
.mainv_wrap .box06 .w25inner{
	height:185px;
	padding:10px;
	position:absolute;
	top:120px;
}

.mainv_wrap .box07 .w25inner{
	width:100%;
	height:185px;
	top:0;
}
.mainv_wrap .main_ttl{
	font-size:1.8rem;
	padding-bottom:10px;
}
.mainv_wrap .main_ttl2{
	font-size:1.8rem;
	padding-bottom:12px;
}
.mainv_wrap .box01 .main_ttl{
	font-size:1.4rem;
}
.mainv_wrap .box01 .main_ttl span{
	font-size:2.2rem;
}
.mainv_wrap .main_sub_ttl{
	font-size:1.1rem;
	padding-bottom:10px;
}
.mainv_wrap .main_sub_ttl2{
	font-size:1.1rem;
	padding-bottom:12px;
}
.mainv_wrap .main_tx{
	font-size:1.1rem;
	padding-bottom:15px;
	line-height:1.8;
}
.mainv_wrap .main_btn{
	display:inline-block;
	/*padding:5px 15px;
	border:1px solid #fff;*/
	font-size:1.1rem;
	color:#fff;
}
/**/
.topH2{
	width:100%;
	text-align:center;
	font-size:2.8rem;
	font-weight:bold;
}
.topH2_30{
	width:100%;
	text-align:left;
	font-size:2.2rem;
}

#header_img{
	background:url(../img/top/header_bg.png) no-repeat 38% 0;
}
.top_tabs .tab_item {
  width: calc(100%/4) !important;
}
.top_tabs > .tabs .tab_item{height: 38px;  line-height: 1; padding-top: 12px; }
.top_tabs > .tabs .tab_item:last-of-type{padding-top: 8px; }
.top_tabs > .tabs input:checked + .tab_item {
	background-image: url(../img/search/ico_here.png),url(../img/search/bg_tab_topS.png);
    background-repeat: no-repeat,repeat-x;
    background-position: bottom center,top left;
	height: 45px;
	color: #000;
	background-color: #fff;}
	
	
	
/* リード文 */
p.top_subRead{text-align: left;}
	
/*--セミナー情報--*/
.seminar_wrap{
	display:flex;
	flex-direction: colmun;
}
	
.seminar_wrap a{
	width: 100%;
}
.seminar_wrap dl{
	width: 100% ;
	padding:0 0 15px 0;;
}
.top_bg_gray{
	padding:40px 10px;
	background-color:#f9f9f9;
	box-sizing:border-box;
	overflow: hidden;
}
/*------製品情報------*/
.bg_blue_img{
	background:#3983da url(../img/top/top_bg01_sp.png) no-repeat 113% 102%;
	background-size:258px;
	width:100%;
	padding-bottom:150px;
}
.bg_gray_img{
	background:#d0d2d3 url(../img/top/top_bg02_sp.png) no-repeat 50% 115%;
	background-size:100%;
	width:100%;
	padding-bottom:150px;
}
/*製品リスト検索*/
.top_search{
	width:100%;
	margin: 25px auto;
	text-align:center;
	display:flex;
	background-color:#fff;
	padding:12px 0 12px 12px;
	align-items:center;
	box-sizing:border-box;
}
.top_search p{
	width:170px;
	display:block;
	font-size:1.5rem;
	border-right: 1px solid #b6b7b7;
	padding:6px 10px 6px 0;
}
.top_search form{ position:relative; display:block; background-color: #fff; width:100%;}
.top_search input[type="text"]{ border: none; height: 28px; font-size: 1.5rem; color: #000000; width:95%; background-color: #fff;}
.top_search input[type="submit"]{ position: absolute; background: url(../img/shared/gsearch_ico.png) no-repeat; top:5px; right:10px; width: 18px; height: 18px; border: none;}

.innerbox_wrap{
	flex-direction:column;
	margin:20px 0 0 0;
}
.karamu_3,
.karamu_2{
	width:100%;
}
.innerbox{
	padding:25px 0;
}
.topH3{
	font-size:2.2rem;
	padding-bottom:15px;
}
/*--スライダー--*/
.slider{
	width:100%;
    margin: 0 auto;
    width: 80%;
}
/*------カスタム製造------*/
.custom{
	width:100%;
	height:auto;
	padding:45px 30px 45px 124px;
	background:url(../../common_o/img/top/top_bg02.jpg) no-repeat 35% 0;
	background-size:215%;
	box-sizing:border-box;
	font-size:1.3rem
}
.custom p{
	font-size:1.3rem
}

/*--バナーエリア--*/

.top_bn_area{
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content:center;
	margin:0 0;
}
.top_bn_area li{
	padding:10px 0;
}
.top_bn_area li img{
	width:100%;
	height:auto;
}
.top_bn_area a:hover{
	opacity:0.8;
}

.lih1_8{
	line-height:1.4;
}


.mt_80{
	margin-top:40px;
}
.mb_80{
	margin-bottom:40px;
}
.pt_80{
	padding-top:40px;
}
.pb_38{
	padding-bottom:25px;
}
}