@charset "UTF-8";
/****************************************************************************
	body設定
*****************************************************************************/
body{
	color: #303030;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 32px;
	text-align: center;
	overflow-wrap : break-word;
	word-wrap : break-word;
	 -webkit-text-size-adjust: 100%;
}


h2,h3,h4{text-align: left;}

a {color: #303030;
	text-decoration:none;
	cursor: pointer；
	}
a:hover {
	color: #303030;
	text-decoration:underline;
	}
img {
	margin: 0  ;
	padding: 0;}


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding:0 0 0 0;
}

/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 100%;
	margin: auto;
	padding:   0;

}

#header_in {
	width: 1280px;
	padding: 24px 0 24px 0;
	margin: auto;
}
#head_logo {
	width:300px;
	margin:7px 10px 0 0 ;
	float: left;
	}
#head_logo img {
	width: 100%;
	height: auto;
}
#head_contact {
	width: 40px;
	float: right;
	margin: 0 0 0 0;
}
#head_contact img {
	width: 40px;
	height: auto;
	
	margin: 0 0 0 0;
}
.h1 {
	width: 100%;
	background-color: #0172c5;
	padding: 18px 0 18px 0;
}
.h1_in{
	width: 1100px;
	font-size: 14px;
	line-height:14px;
	text-align: left;
	color: #fff;
	margin: auto;
}

.pc{display:inline;}
.sm{display:none;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi{
	width: 915px;
	margin: 0 0 0 0  ;
	padding: 0;
	float: left;
}

.navi ul:before, .navi ul:after{
	content: "";
	display: table;
}
.navi ul:after{
  clear: both;
}
.navi ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.navi  li{
	margin-right: 17px;
	display: inline-block;

}
.navi li a{
	font-size: 16px;
	line-height: 18px;
	padding: 11px 0;
	text-align: center;
	color: #303030;
	display:block;
}

.navi li a:hover{
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 30% 5px;
	text-decoration: none;
}
.home .navi .p1 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
background-size: 30% 5px;}
.products .navi .p2 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
background-size: 30% 5px;}
.facilities .navi .p3 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
background-size: 30% 5px;}
.oem .navi .p4 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
background-size: 30% 5px;}
.company .navi .p5 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
background-size: 30% 5px;}
.recruit .navi .p6 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
background-size: 30% 5px;}
.faq .navi .p7 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
background-size: 30% 5px;}
.contact .navi .p8 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
background-size: 30% 5px;}
.contact .navi .p9 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
background-size: 30% 5px;}
/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;

}
/*	フッター
----------------------------------------------------------------------------*/
#footer{
	background-color: #194f8c;
	padding: 0 0 28px 0;
	text-align: center;
	margin: 0 0 0 0;
	}
.footer_in {
	width: 100%;
	margin: auto;
	padding: 30px 0;
	border-bottom: 1px solid #fff;
}
.f_navi{
	width: 1100px;
	margin: 0 auto ;
	padding: 0;
}

.f_navi > ul {
	width: auto;
	margin: 0 109px 0 0;
	padding:  0 ;
	text-align: left;
	list-style: none;
	float: left;
}
.f_navi li{
	
}
.f_navi li a {
	width: 100%;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	color: #fff;
	padding: 5px 0 5px 20px;
	display: block;
	background-image: url(../img/common/foot_icon.png);
	background-repeat: no-repeat;
	background-position: left;
}
.f_navi li > ul > li a{
	width: 100%;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	color: #fff;
	padding: 5px 0 5px 1em;
	display: block;
	background-image: url(../img/common/foot_subicon.png);
	background-repeat: no-repeat;
	background-size: auto 0.25em;
	background-position: left;
}
.f_navi li > ul > li {
	padding-left: 1em;
}
.f_info{
	width: 1100px;
	margin: 0 auto ;
	padding: 0;
}
.footer_logo {
	width: 202px;
	padding: 0 ;
	margin: 0 0 10px 0;
	}	
.footer_logo img {
	width: 100%;
	height: auto;
	margin: 0 ;
}
.footer_add {
	width: 276px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	letter-spacing: -0.02em;
	color: #fff;
	padding: 0 0 0 42px ;
	margin: 0;
	float: right;
	/*border-left: 1px solid #fff;*/
	}
.footer_add.name_sar {
	margin-top: 60px;
	font-size: 18px;
}

.footer_contact {
	width: 100px;
	margin: 5px 0 0 0;
	float: right;
}
.footer_contact img {
	width: 40px;
	height: auto;
	float: left;
	margin: 0 0 0 10px;
}
.footer_bt a {
	width: 280px;
	font-size: 19px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 27px 0;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin: 34px 40px 0 0;
	float: right;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.footer_bt a:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
#footer_copy{
	font-size:14px;
	line-height:1em;
	padding: 13px 0;
	text-align:center;
	color: #fff;
	background-color: #040300;
	}
.page_top {
	width: 75px;
	position: fixed;
	right: 20px;
	bottom: 335px;
}
.page_top img {
	width: 100%;
	height: auto;
}
.page_top:hover {
	cursor: pointer;
}
/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}



.page_title {
	background-image: url(../img/common/page_title_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 55px 0 55px 0 ;
	margin: auto;
}
.page_title_in {
	width: 348px;
	padding-right: 752px;
	margin: 0 auto;
}
.page_lead {
	background-image: url(../img/common/head_lead_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 25px;
	line-height: 38px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 72px 0 72px 0 ;
	margin: auto;
}
.page_lead span {
	width: 1100px;
	margin: auto;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 28px;
	text-align: center;
}
.head_img {
	width: 1280px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.head_img img {
	width: 100%;
	height: auto;
}
.title {
	width: 1210px;
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
	padding: 3px 0;
	color: #0172c5;
	border-bottom: 1px solid #35342f;
	margin: 0 auto 40px auto;
}
.cont { width: 90%;
	max-width: 1100px;
	min-height: 600px;
	margin: 0 auto ;
}
.fade_inl{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); transform: translateX(-30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fade_inr{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-name: fuwatAnime_r;
 -ms-animation-name: fuwatAnime_r;
 animation-name: fuwatAnime_r;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_r {
 0% { opacity: 0; -webkit-transform: translateX(30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fuwatAnime_r {
 0% { opacity: 0; -webkit-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fade_inup{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-name: fuwatAnime_inup;
 -ms-animation-name: fuwatAnime_inup;
 animation-name: fuwatAnime_inup;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_inup {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatAnime_inup {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateX(0); }
}
.fade_indw{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 -webkit-animation-name: fuwatAnime_indw;
 -ms-animation-name: fuwatAnime_indw;
 animation-name: fuwatAnime_indw;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_indw {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatAnime_indw {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateX(0); }
}
.fade_outl {opacity: 0; -webkit-transform: translateX(-30px); }
.fade_inl {opacity: 1; -webkit-transform: translateX(0); }
.fade_outr {opacity: 0; -webkit-transform: translateX(30px); }
.fade_inr {opacity: 1; -webkit-transform: translateX(0); }
.fade_outup {opacity: 0; -webkit-transform: translateY(20px); }
.fade_inup {opacity: 1; -webkit-transform: translateY(0); }
.fade_outdw {opacity: 0; -webkit-transform: translateY(-20px); }
.fade_indw {opacity: 1; -webkit-transform: translateY(0); }
/*　TOP
----------------------------------------------------------*/

.home .head_img {
	width: 100%;
	margin: auto;
	padding: 203px 0;
	background-image: url(../img/top/head_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.home .head_img .lead {
	width: 950px;
	margin: auto;
}
.home .head_img .lead img {
	width: 100%;
	height: auto;
}
.home .title {
	width: 360px;
	margin: 0 auto 20px auto;
	padding: 36px 425px 26px 425px;
	border-bottom: 1px solid #35342f;
}
.home .title img {
	width: 100%;
	height: auto;
}

.home .kids_bana {
	background-color: #f7883c;
	max-width: 1280px;
	margin: 30px auto;
	height: 86px;
	
}

.home .kids_bana .textbox {
	float: left;
	width: 85%;
	font-size: 28px;
	margin-top: 27px;
	
}
.home .kids_bana .imgbox {
	float: left;
	width: 10%;
	text-align: left;
	margin-top: 8px;
	margin-left: 20px;
}


.home .sect_gray {
	padding: 1px 0 30px 0;
	background-color: rgba(204,204,204,0.2);
}

.home .title-balance{
	padding: 0px 0;
}

.top_news {
	width: 1040px;
	margin: auto;
	
}
.top_news_bt {
	width: 96%;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	margin: 10px auto;
}

.top_product {
	width: 1280px;
	margin: 0 auto 46px auto;
}
.top_product .comm {
	width: 1020px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	margin: 0 auto 30px auto;
}
.prod_link_01 {
	width: 420px;
	margin: 0 10px 10px 0;
	background-image:url(../img/top/prod_link_01_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
	
}
.prod_link_02 {
	width: 420px;
	margin: 0 10px 10px 0;
	background-image:url(../img/top/prod_link_02_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_03 {
	width: 420px;
	margin: 0 0 10px 0;
	background-image:url(../img/top/prod_link_03_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_04 {
	width: 420px;
	margin: 0 10px 0 0;
	background-image:url(../img/top/prod_link_04_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_05 {
	width: 420px;
	margin: 0 10px 0 0;
	background-image:url(../img/top/prod_link_05_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_06 {
	width: 420px;
	margin: 0 0 0 0;
	background-image:url(../img/top/prod_link_06_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_bt a{
	width: calc(188px - 1em);
	width: -webkit-calc(188px - 1em);
	font-size: 14px;
	line-height: 1em;
	padding: 18px 1em 18px 0;
	border: 1px solid #fff;
	background-image: url(../img/common/bt_arrow.png);
	background-repeat: no-repeat;
	background-position: 75% center;
	color: #fff;
	display: block;
	position: absolute;
	left: calc(50% - 94px);
	left : -webkit-calc(50% - 94px) ;
	bottom: 13%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.prod_link_bt a:hover {
	background-position: 77% center;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
}
.top_product img {
	width: 100%;
	height: auto;
}
.top_link {
	width: 1280px;
	margin: 0 auto 0 auto;
}
.top_gree {
	width: 25%;
	padding: 0 25% 0 0;
	margin: 0;
	background-image:url(../img/top/link_gree_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.top_comp {
	width: 25%;
	padding: 0 25% 0 0;
	margin: 0;
	background-image:url(../img/top/link_comp_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.top_facility {
	width: 25%;
	padding: 0 0 0 25%;
	margin: 0;
	background-image:url(../img/top/link_facility_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.top_recruit {
	width: 25%;
	padding: 0 0 0 25%;
	margin: 0;
	background-image:url(../img/top/link_recruit_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.top_link_bt_l a{
	width: calc(188px - 1em);
	width: -webkit-calc(188px - 1em);
	font-size: 14px;
	line-height: 1em;
	padding: 18px 1em 18px 0;
	border: 1px solid #fff;
	background-image: url(../img/common/bt_arrow.png);
	background-repeat: no-repeat;
	background-position: 75% center;
	color: #fff;
	display: block;
	position: absolute;
	left: calc(25% - 94px);
	left : -webkit-calc(25% - 94px) ;
	bottom: 13%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_link_bt_l a:hover {
	background-position: 77% center;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
}
.top_link_bt_r a{
	width: calc(188px - 1em);
	width: -webkit-calc(188px - 1em);
	font-size: 14px;
	line-height: 1em;
	padding: 18px 1em 18px 0;
	border: 1px solid #fff;
	background-image: url(../img/common/bt_arrow.png);
	background-repeat: no-repeat;
	background-position: 75% center;
	color: #fff;
	display: block;
	position: absolute;
	right: calc(25% - 94px);
	right : -webkit-calc(25% - 94px) ;
	bottom: 13%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_link_bt_r a:hover {
	background-position: 77% center;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
}

.top_map {
	width: 1100px;
	height: 394px;
	margin: 0 auto 20px auto;
	border: 1px solid #35342f;
}
.top_map iframe {
	width: 100%;
	height: 100%;
}
.top_seo {
	width: 1100px;
	margin: auto;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}
/*　製品案内
----------------------------------------------------------*/
.prod_index_cont {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 50px 0 90px 0;
}

.prod_index_box {
	width: 1100px;
	background-color: #fff;
	margin: 0 auto 60px auto;
	padding: 6px 0;
}
.prod_index_box .name {
	width: 314px;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	padding: 2px 0;
	margin: auto;
}
.prod_index_box .name span {
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	display: inline-block;
}
.prod_index_box .name_l {
	width: 325px;
	font-size: 20px;
	line-height: 1em;
	text-align: left;
	padding: 2px 0;
	margin: auto;
}
.prod_index_box .name_l span {
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	display: inline-block;
}
.prod_index_box img {
	width: 160px;
	height: auto;
	margin: auto;
}
.prod_index_box .box_l {
	width: 355px;
	border-right: 1px dotted #0172c5;
	float: left;
	margin: 30px 0;

}
.prod_index_box .box_l p a{
	width: 290px;
	margin: auto;
	border: 1px solid #0172C5;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	overflow: hidden;
	display: block;
		
}
.prod_index_box .box_l p .text {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	color: #fff;
	background-color: #0172C5;
	padding:18px 20px;
	width: 250px;
	margin: auto;
	vertical-align: middle;
	display: block;
}
.prod_index_box .box_l p .name_w {
	font-size: 20px;
	line-height: 1em;
	text-align: left;
	padding:18px 20px 20px 43px;
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	display: block;
}

.prod_index_box .box_l a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.prod_index_box .box_r {
	width: 355px;
	float: left;
	margin: 30px 0;
}
.prod_index_box .box_l_end a{
	width: 355px;
	border-right: 1px dotted #0172c5;
	float: left;
	margin: 30px 0;
	padding: 83px 0;
	display: block;

}
.prod_index_box .box_l_end a:hover{
	opacity: 0.7;
}
.prod_index_box .box_r_end a{
	width: 355px;
	float: left;
	margin: 30px 0;
	padding: 83px 0;
	display: block;
}
.prod_index_box .box_r_end a:hover{
	opacity: 0.7;
}
.prod_navi{
	width: 100%;
	height: 55px;
	margin: 0 auto;
	padding: 15px 0 17px 0;
	background-image: url(../img/products/navi_back.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.prod_navi ul:before, .prod_navi ul:after{
	content: "";
	display: table;
}
.prod_navi ul:after{
  clear: both;
}
.prod_navi ul {
	width: 1100px;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.prod_navi li{
	width: 220px;
	display: table-cell;
}
.prod_navi  li.sidebar {
	background-image: url(../img/products/side_bar.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.prod_navi li a{
	font-size: 16px;
	line-height: 18px;
	padding: 15px 0 22px 0;
	text-align: center;
	color: #303030;
	display:block;
}
.prod_navi li a:hover{
	text-decoration: none;
	border-bottom: 5px solid #0172c5;
}
.prod_navi  li.underbar {
	border-bottom: 5px solid #0172c5;
}
.prod_navi li.underbar a:hover{
	text-decoration: none;
	border-bottom: none;
}
.prod_head_img {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 220px;
	padding: 150px 0 0 0;
	margin: 0 auto 65px auto;
}
#cat_01 .prod_head_img {
	background-image: url(../img/products/title_back_a.jpg);
	height: 205px;
	padding: 165px 0 0 0;
}
#cat_02 .prod_head_img {
	background-image: url(../img/products/title_back_b.jpg);
	height: 205px;
	padding: 165px 0 0 0;
}
#cat_03 .prod_head_img {
	background-image: url(../img/products/title_back_c.jpg);
	height: 205px;
	padding: 165px 0 0 0;
}
#cat_04 .prod_head_img {
	background-image: url(../img/products/title_back_d.jpg);
	height: 240px;
	padding: 130px 0 0 0;
}
#cat_05 .prod_head_img {
	background-image: url(../img/products/title_back_e.jpg);
	height: 240px;
	padding: 130px 0 0 0;
}
#cat_06 .prod_head_img {
	background-image: url(../img/products/title_back_f.jpg);
	height: 240px;
	padding: 130px 0 0 0;
}
#cat_07 .prod_head_img {
	background-image: url(../img/products/title_back_g.jpg);
}
#cat_08 .prod_head_img {
	background-image: url(../img/products/title_back_h.jpg);
	height: 265px;
	padding: 105px 0 0 0;
}
#cat_09 .prod_head_img {
	background-image: url(../img/products/title_back_i.jpg);
}
#cat_10 .prod_head_img {
	background-image: url(../img/products/title_back_j.jpg);
	height: 265px;
	padding: 105px 0 0 0;
}
#cat_11 .prod_head_img {
	background-image: url(../img/products/title_back_k.jpg);
}
#cat_12 .prod_head_img {
	background-image: url(../img/products/title_back_l.jpg);
}
.prod_head_img_in {
	width: 1100px;
	height: 220px;
	margin: 0 auto ;
	position: relative;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
}
#cat_08 .prod_head_img_in {
	width: 1100px;
	height: 265px;
	margin: 0 auto ;
	position: relative;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
}
#cat_10 .prod_head_img_in {
	width: 1100px;
	height: 265px;
	margin: 0 auto ;
	position: relative;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
}
.prod_head_img_in .name {
	font-size: 40px;
	line-height: 60px;
	color: #0172c5;
}
.prod_head_img_in .side_img {
	width: 370px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.prod_head_img_in .bt a{
	width: 266px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #474747;
	padding: 15px 0;
	margin: 15px 0 0 0;
	display: inline-block;
}
.prod_head_img_in .bt a:hover {
	background-color: rgba(71,71,71,0.2);
	text-decoration: none;
}
.prod_sect {
	width: 1100px;
	margin: 0 auto 20px auto;
}
.prod_sect_end {
	width: 1100px;
	margin: 0 auto 90px auto;
}
.prod_details {
	width: 515px;
	margin: 0 35px 86px 0;
	float: left;
}
.prod_details .img {
	width: 190px;
	float: left;
	margin: 0 30px 0 0;
}
.prod_details .detail {
	width: 295px;
	float: left;
	margin: 0 ;
}
.prod_details p  {
	font-size: 13px;
	text-align: right;
}
.prod_details .detail .name {
	width: calc(100% - 6px);
	width: -webkit-calc(100% - 6px);
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	background-color: rgba(0,0,0,0.35);
	text-align: left;
	padding: 6px 3px;
	margin: 0 0 15px 0 ;
}
.prod_details .detail .name span {
	font-size: 16px;
}
.prod_details .detail th {
	width: 3.5em;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
.prod_details .detail td {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
.prod_pdf {
	width: 784px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #35342f;
	margin: 0 auto 150px auto;
}
.prod_pdf.botm100 {
	margin-bottom: 100px;
}

.prod_pdf span {
	background-image: url(../img/products/bt_pef.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 48px 0 48px 92px;
	display: inline-block;
}
.prod_pdf a {
	color: #0172c5;
}
.prod_pdf a:hover {
	text-decoration: underline;
}
.prod_atten_box {
	width: 1100px;
	padding: 12px 0;
	border: 1px solid #35342f;
	margin: 0 auto 65px auto;
}
#cat_05 .prod_atten_box_inl {
	width: 470px;
	margin: 0 0 0 100px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 20px 0;
	float: left;
	border-right: 1px dotted #474747;
}
#cat_05 .prod_atten_box_inr {
	width: 470px;
	margin: 0 0 0 50px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 20px 0;
	float: left;
}
#cat_05 .prod_details .detail th {
	width: 5.5em;
	font-size: 16px;
	line-height: 28px;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
#cat_05 .prod_details .detail .int {
	padding-left: 1em;
	text-indent: -1em;
}
#cat_06 .prod_atten_box_inl {
	width: 560px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 20px 0;
}
#cat_08 .prod_details {
	width: 1100px;
	margin: 0 0 86px 0;
	
}
#cat_08 .prod_details .detail {
	width: 880px;
	text-align: left;
	float: left;
	margin: 0 ;
}
#cat_08 .prod_details p  {
	font-size: 13px;
	text-align: right;
}
#cat_08 .prod_details .detail .name {
	width: calc(290px - 6px);
	width: -webkit-calc(290px - 6px);
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	background-color: rgba(0,0,0,0.35);
	text-align: left;
	padding: 6px 3px;
	margin: 0 0 15px 0 ;
	display: inline-block;
}
#cat_08 .prod_details .detail .name span {
	font-size: 16px;
}
#cat_08 .prod_details .detail th {
	width: 8.5em;
	font-size: 16px;
	line-height: 28px;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
#cat_08 .prod_details .detail td {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0;
	text-align: center;
	padding: 2px 20px;
	border-bottom: 1px solid #35342f;
}
#cat_08 .prod_details .detail .left {
	text-align: left;
	padding: 2px 30px;
}
#cat_09 .prod_details .detail th {
	width: 8.5em;
	font-size: 16px;
	line-height: 28px;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
#cat_10 .prod_details {
	width: 1100px;
	margin: 0 0 40px 0;
	
}
#cat_10 .prod_details .detail {
	width: 880px;
	text-align: left;
	float: left;
	margin: 0 ;
}
#cat_10 .prod_details .detail.width350 {
	width: 350px;
}




#cat_10 .prod_details p  {
	font-size: 13px;
	text-align: right;
}
#cat_10 .prod_details .detail .name {
	width: calc(290px - 6px);
	width: -webkit-calc(290px - 6px);
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	background-color: rgba(0,0,0,0.35);
	text-align: left;
	padding: 6px 3px;
	margin: 0 0 15px 0 ;
	display: inline-block;
}
#cat_10 .prod_details .detail th {
	width: 5.5em;
	font-size: 16px;
	line-height: 28px;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
#cat_10 .prod_details .detail td {
	width: 230px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0;
	text-align: left;
	padding: 2px 10px;
	border-bottom: 1px solid #35342f;
}
#cat_10 .prod_details .detail .bor {
	border-right: 1px solid #35342f;
}
#cat_10 .prod_atten_box_in1 {
	width: 505px;
	margin: 0 0 0 44px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 20px 0;
	float: left;
	border-right: 1px dotted #474747;
}
#cat_10 .prod_atten_box_in2 {
	width: 500px;
	margin: 0 0 0 50px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 20px 0;
	float: left;
}
#cat_10 .prod_atten_box_in3 {
	width: 460px;
	margin: 0 0 0 89px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 20px 0;
	float: left;
	border-right: 1px dotted #474747;
}
#cat_10 .prod_atten_box_in4 {
	width: 420px;
	margin: 0 0 0 130px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 20px 0;
	float: left;
}
#cat_10 .prod_atten_box_in5 {
	width: 455px;
	margin: 0 0 0 94px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 20px 0;
	float: left;
}
#cat_10 .prod_atten_box_in6 {
	width: 450px;
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 20px 0 20px 100px;
	float: left;
	border-left: 1px dotted #474747;
}
#cat_10 .prod_atten_box_in7 {
	width: 505px;
	margin: 0 0 0 44px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 20px 0;
	float: left;
}
#cat_10 .prod_atten_box_in8 {
	width: 510px;
	margin: 0 0 0 0;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 20px 0 20px 40px;
	float: left;
	border-left: 1px dotted #474747;
}
.prod_caution_box {
	width: 1100px;
	padding: 70px 0 150px 0;
	margin: 0 auto;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.prod_caution_box .lead {
	font-size: 31px;
	line-height: 40px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0 auto 35px auto;
}
.prod_caution_box .lead span {
	background-image: url(../img/products/notice.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0 2px 50px;
	margin: 0 auto 35px auto;
	display: inline;
}
.prod_caution_box .ask {
	font-size: 26px;
	line-height: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 50px auto 35px auto;
	color: #0172c5;
}
.prod_caution_box .bt_box {
	width: 420px;
	margin: auto;
	display: table;
}
.prod_caution_box .bt_box .bt a {
	width: 130px;
	margin: 0 39px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	padding: 15px 0;
	border: 1px solid #35342f;
	float: left;
}
.prod_caution_box .bt_box .bt a:hover {
	background-color: rgba(0,0,0,0.2);
	text-decoration: none;
}
/*　安全データシート一覧
----------------------------------------------------------*/
.sds_box {
	width: 1100px;
	padding: 70px 0 150px 0;
	margin: 0 auto;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.sds_box .lead {
	font-size: 31px;
	line-height: 40px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0 auto 35px auto;
}
.sds_box .lead span {
	background-image: url(../img/products/notice.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0 2px 50px;
	margin: 0 auto 35px auto;
	display: inline;
}

.sds_box .title {
	width: 100%;
}
.sds_box .login {
	width: 508px;
	margin: 30px 0 0 0;
	float: right;
	
}
.sds_box .regist {
	width: 508px;
	margin: 30px 0 0 0;
	float: left;
}
.sds_box .table {
	width: 324px;
	margin: auto;
	border: 1px solid #35342f;
	background-color: rgba(204,204,204,0.2);
	padding: 20px 92px;
}
.sds_box .table th {
	width: 100%;
	padding: 1% 0 0 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	float: left;
}
.sds_box .table td {
	width: 100%;
	padding:  0 0 1% 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	float: left;
}
.sds_box .form_style{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	border: 1px solid #35342f; 
	}
.sds_box .table .essential {
	color: #f20000;
	padding-left: 1em;
}
.sds_box .bt a {
	width: 188px;
	margin: 30px auto;
	display: block;
	font-size: 16px;
	line-height: 1em;
	padding: 1em 0;
	color: #fff;
	background-color: rgba(1,114,197,1);
	
}
.sds_box .bt a:hover {
	background-color: rgba(1,114,197,0.7);
	text-decoration: none;
}
.sds .sub_lead {
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	padding: 72px 0 72px 0 ;
	margin: auto;
}
.sds_index_box {
	width: 1000px;
	background-color: #fff;
	margin: 0 auto 60px auto;
	padding: 50px ;
}
.sds_index_box li {
	width: calc(50% - 1.5em);
	width: -webkit-calc(50% - 1.5em) ;
	font-size: 20px;
	line-height: 1em;
	text-align: left;
	padding: 8px 0 8px 1.5em;
	margin: 0;
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	float: left;
}
.sds_index_box li:hover {
	text-decoration: underline;
}
.sds_index_box ul:before, .sds_index_box ul:after{
	content: "";
	display: table;
}
.sds_index_box ul:after{
  clear: both;
}
.sds_index_box .subtitle {
	background-image: url(../img/sds/dott.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 24px;
	line-height: 1em;
	color: #0172c5;
	text-align: left;
	margin: 0 auto 10px auto;
}
.sds_index_box .subtitle span {
	background-color: #fff;
	padding: 0 1em 0 0;
	display: inline-block;
}
.first {
	margin: 0 auto 30px auto;
}

/*　設備紹介
----------------------------------------------------------*/
.facility_cont {
	margin: auto;
	padding: 50px 0 150px 0;
}
.jyunbi_comm{
	font-size: 24px;
	line-height: 1.75em;
	font-weight: bold;
	text-align: center;
	color: #0172c5;
	padding: 100px 0 0 0
}
.facility_box {
	width: 1100px;
	margin: 0 auto 40px auto;
	padding: 6px 0;
}
.facility_box .box_l {
	width: 346px;
	margin: 0 31px 30px 0;
	float: left;
}
.facility_box .box_r {
	width: 346px;
	margin: 0 0 30px 0;
	float: left;
}
.facility_box .name {
	width: 312px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding:14px 17px;
	background-color: #e2e2e2;
}
.facility_box .name span {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #0172c5;
	display: inline-block;
}
/*　OEMについて
----------------------------------------------------------*/
.head_comm {
	width: 360px;
	height: 245px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 55px 80px;
	background-color: #0172c5;
	color: #fff;
	position: absolute;
	top:0;
	left: 0;
}
.oem_cont_gy {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 50px 0 80px 0;
}
.oem_cont_gy_in {
	width: 1100px;
	margin: auto;
	padding: 0;
}
.oem_cont_gy .box_l {
	width: 346px;
	margin: 0 31px 30px 0;
	float: left;
}
.oem_cont_gy .box_r {
	width: 346px;
	margin: 0 0 30px 0;
	float: left;
}
.oem_cont_gy .name {
	width: 312px;
	height: 154px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding:14px 17px;
	background-color: #fff;
}
.oem_cont_gy .name span {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #0172c5;
	display: inline-block;
}
.oem_cont_wt {
	width: 100%;
	margin: auto;
	padding: 50px 0 85px 0;
}
.oem_cont_wt table {
	width: 1100px;
	margin: auto;
}
.oem_cont_wt table tr:nth-child(n) {
 background:#e5e5e5;
background-image: url(../img/oem/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
 }
.oem_cont_wt table tr:nth-child(2n) {
 background:#f9f9f9;
	background-image: url(../img/oem/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
 }
.oem_cont_wt table th {
	padding: 0;
}
.oem_cont_wt table td {
	padding: 30px 10px 0 20px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	vertical-align: top;
	
}
.oem_cont_wt table td span {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	display: inline-block;
}
.oem_telbox {
	width: 1100px;
	margin: 0 auto 150px auto;
	background-color: #0172c5;
	padding: 25px 0;
}
.oem_telbox .telno {
	width: 500px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	margin: 0 0 0 15px;
	float: left;
}
.oem_telbox .telno img {
	width: 300px;
	height: auto;
	margin: 5px auto;
}
.oem_telbox .telno span {
	font-size: 20px;
	font-weight: bold;
}
.oem_telbox .bt a{
	width: 510px;
	font-size: 20px;
	line-height: 1em;
	padding: 1.25em 0 1.25em 0;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 20px 0 0 0;
}
.oem_telbox .bt a:hover {text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
/*　会社案内
----------------------------------------------------------*/
.comp_cont {
	margin: auto;
	padding: 50px 0 100px 0;
}
.comp_pre {
	width: 1100px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}
.comp_pre .img {width: 550px;}
.comp_pre_text {
	width: 510px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	background-color: #fff;
	padding: 30px;
	-webkit-box-shadow: #888 0px 0px 5px;
	-moz-box-shadow: #888 0px 0px 5px;
	box-shadow: #888 0px 0px 5px;
	position: absolute;
	right: 0;
	bottom: -30px;
}
.comp_pre_text span {
	font-size: 20px;
	font-weight: bold;
	color: #0172c5;
	margin: 0 0 10px 0;
	display: inline-block;
}
.comp_pre_text .name {
	font-size: 18px;
	text-align: right;
}
.comp_cont_gy {
	background-color: #f5f5f5;
	margin: auto;
	padding: 50px 0 70px 0;
}
.comp_cont_gy_in {
	width: 1240px;
	margin: auto;
	padding: 0;
}
.comp_cont_wt {
	margin: 50px auto 70px auto;
	padding: 0;
}
.comp_cont_wt_end {
	margin: 50px auto 185px auto;
	padding: 0;
}
.comp_cont_gy_end {
	background-color: #f5f5f5;
	margin: auto;
	padding: 50px 0 185px 0;
}
.company .table {
	width: calc(1100px - 40px);
	width: -webkit-calc(1100px - 40px) ;
	background-color: #fff;
	border: 1px solid #35342f;
	padding: 0 20px;
	margin: auto;
}
.company table {
	
}
.company table thead th {
	width: 240px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	vertical-align: top;
	padding: 18px 0;
}
.company table thead td {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 18px 20px;
}
.company table tbody th {
	width: 240px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	vertical-align: top;
	padding: 18px 0;
	border-top: 1px dotted #35342f;
}
.company table tbody td {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 18px 20px;
	border-top: 1px dotted #35342f;
}
.company table tbody td .img {
	width: 480px;
	margin: 10px 0 ;
}
.company table tbody td .img img {
	width: 100%;
	height: auto;
}
.img_group {
	width: 1240px;
	margin: auto;
	padding: 0;
}
.history_img {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 65px 0 0 0;
}

.history_img li{
	display: block;
	position: relative;
	
	
}
.history_img .caption {
	font-size: 24px;
	line-height: 1.2em;
	padding: 0.4em 1em;
	color: #fff;
	background-color: #0172c5;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*　採用情報
----------------------------------------------------------*/

.recruit_cont_gy {
	background-color: rgba(204, 204, 204, 0.2);
	margin: auto;
	padding: 50px 0 80px 0;
}

.recruit_cont_wt {
	margin: auto;
	padding: 55px 0 40px 0;
	background-color: rgba(204, 204, 204, 0.2);
}

.recruit_voice {
	width: 1100px;
	margin: auto;
}

.recruit_voice .comm {
	font-size: 16px;
	line-height: 28px;
	margin: 30px auto;
}

.recruit_voice .box_l {
	width: 350px;
	margin: 0 25px 0 0;
	position: relative;
	float: left;
}

.recruit_voice .box_r {
	width: 350px;
	margin: 0 0 0 0;
	position: relative;
	float: left;
}

.recruit_voice .name {
	width: 330px;
	height: 58px;
	padding: 10px 10px;
	background-image: url(../img/recruit/name.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}

.recruit_voice .name span {
	font-weight: normal;
	font-size: 16px;
}

.recruit .table_title {
	width: 1100px;
	margin: auto;
	padding: 18px 0;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #303030;
	margin-bottom: 25px;
	/* background-color: #0172c5; */
}

.cont-recruit {
	max-width: 1100px;
	margin: auto;
	font-size: 0;
	/* border: 1px solid #333; */
}

.table-text16 {
	font-size: 16px;
}

.recruit .table {
	background-color: #fff;
	/* border-right: 1px solid #35342f; */
	padding: 2px 20px 0 25px;
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.recruit .table-pdf {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.recruit table {
	width: 100%;
	overflow: hidden;
}

.recruit table thead td:first-child {
	width: 240px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	vertical-align: top;
	padding: 18px 0;
}

.recruit table thead td {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 18px 20px;
}

.recruit table tbody tr:nth-child(1) td:last-child {
	color: #ff0000;
}

.recruit table tbody td:first-child {
	width: 240px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	vertical-align: top;
	padding: 18px 0;
	border-top: 1px dotted #35342f;
}

.recruit table tbody td {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 18px 20px;
	border-top: 1px dotted #35342f;
}

.recruit-border {
	width: 100%;
	overflow: hidden;
	border: 1px solid #333;
	background-color: #fff;
}

.table-pdf a {
	background: #0172c5;
	color: #fff;
	padding: 50px 70px;
	font-weight: bold;
	float: left;
	display: block;
	margin-left: 20px;
}

.icon-re, .icon-tt {
	display: inline-block;
	vertical-align: middle;
}

.icon-tt {
	font-size: 16px;
	line-height: 160%;
	padding-top: 4px;
	padding-left: 10px;
}

table.table-two tbody td {
	border-top: none !important;
}

table.table-two tbody tr:nth-child(1) td:last-child {
	color: #303030 !important;
}

/*.bx-wrapper {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 150px 0 !important;*/
/*
}
*/
.recruit-padding {
	width: 100%;
	overflow: hidden;
	padding: 0 25px;
	box-sizing: border-box;
}
/*　Q & A
----------------------------------------------------------*/
.faq_cont {
	max-width: 90%;
	margin: auto;
	padding: 50px 0 150px 0;
}

.faq_cont .cont {
	width: 100%;
	max-width: 880px;
	min-height: 1px;
	margin: 0 auto;
}
.faq_cont .cont:not(:first-child) {
	margin-top: 60px;
}

.faq_cont .faq_ttl {
	width: 100%;
	height: 48px;
	background-color: #00b0f0;
	border-radius: 24px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	line-height: 51px;
}

.faq_cont dl {
	width: 100%;
	max-width: 780px;
	text-align: left;
	line-height: 1.5;
	margin: 30px auto 0;
}
.faq_cont dl dt,
.faq_cont dl dd {
	text-indent: -1em;
	padding-left: 1em;
}
.faq_cont dl dt {
	font-size: 19px;
	font-weight: bold;
}
.faq_cont dl dt span {
    color: #0172c5;
}
.faq_cont dl dd {
	font-size: 18px;
	margin-top: 5px;
	padding-left: calc(1em + 20px);
}


/*　お問い合わせ
----------------------------------------------------------*/
.contact_cont_wt {
	margin: auto;
	padding: 50px 0 10px 0;
}
.contact_comm {
	width: 1100px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	margin: 0 auto 30px auto;
}
.contact_comm span {
	color: #f20000;
}
.contact_cont_gy {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 5px 0 5px 0;
}
.contact .contact_check {
	width: 1100px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	margin: 30px auto 30px auto;
}
.contact_table {
	width: 1100px;
	margin: 0 auto ;	
	
}
.contact_table table  {

}
.contact_table thead th {
	width: 290px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	vertical-align: top;
	padding: 16px 0 16px 80px;
}
.contact_table thead td {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 16px 0 16px 0;

}
.contact_table tbody th {
	width: 290px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	vertical-align: top;
	padding: 16px 0 16px 80px;
	border-top: 1px solid #35342f;
}
.contact_table tbody td {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 16px 0 16px 0;
	border-top: 1px solid #35342f;

}
.contact_table span {
	color: #f20000;
	padding-left: 1em;
	}


.submit_btn{
	width: 190px;
	margin: 40px auto 80px auto;
	font-size: 16px;
	line-height: 1em;
	padding: 1em 0 1em 0;
	text-align: center;
	color: #fff;
	background-color: rgba(1,114,197,1);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: none;
	display:block;
	cursor: pointer;
}
.submit_btn:hover {
	background-color: rgba(1,114,197,0.7);
	text-decoration: none;
}

.form_style{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_s{
	width:324px; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_tarea{
	width:560px; 
	height:130px; 
	padding:1% 2% ;
	font-size:16px; 
	
	}
.complete {
	color: #f20000;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%
}
.contact_box {
	width: 550px;
	margin: 65px auto 145px auto;
	border: 1px solid #0172c5;
		
}
.contact_box .lead {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: #0172C5;
	padding:17px 20px;
} 
.contact_box .text {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #0172C5;
	padding:17px 20px 12px 20px;
	margin: auto;
}
.contact_box .text img {
	margin-bottom: 10px;
}
/* ===========横幅1280px以下================ */

@media screen and ( max-width: 1279px) {
/****************************************************************************
	コンテンツ設定
*****************************************************************************/
/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 100%;
	margin: auto;
	padding:   0;

}

#header_in {
	width: 85.9375vw;
	padding: 1.875vw 0 1.875vw 0;
	margin: auto;
}
#head_logo {
	width:23.4375vw;
	margin:0.546875vw 0.78125vw 0 0 ;
	float: left;
	}
#head_logo img {
	width: 100%;
	height: auto;
}
#head_contact {
	width: 3.125vw;
	float: right;
	margin: 0 0 0 0;
}
#head_contact img {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
}
.h1 {
	width: 100%;
	background-color: #0172c5;
	padding: 1.40625vw 0 1.40625vw 0;
}
.h1_in{
	width: 85.9375vw;
	font-size: 1.09375vw;
	line-height:1em;
	text-align: left;
	color: #fff;
	margin: auto;
}

.pc{display:inline;}
.sm{display:none;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi{
	width: 58.59375vw;
	margin: 0 0 0 0  ;
	padding: 0;
	float: left;
}

.navi ul:before, .navi ul:after{
	content: "";
	display: table;
}
.navi ul:after{
  clear: both;
}
.navi ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.navi  li{
	margin-right: 1.328125vw;
	display: inline-block;

}
.navi li a{
	font-size: 0.98vw;
	line-height: 1em;
	padding: 0.859375vw 0;
	text-align: center;
	color: #303030;
	display:block;
}

.navi li a:hover{
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 30% 5px;
	text-decoration: none;
}
.home .navi .p1 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 30% 5px;}
.products .navi .p2 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 30% 5px;}
.facilities .navi .p3 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 30% 5px;}
.oem .navi .p4 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 30% 5px;}
.company .navi .p5 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 30% 5px;}
.contact .navi .p6 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 30% 5px;}
/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	
}
/*	フッター
----------------------------------------------------------------------------*/
#footer{
	background-color: #194f8c;
	padding: 0 0 2.1875vw 0;
	text-align: center;
	margin: 0 0 0 0;
	}
.footer_in {
	width: 100%;
	margin: auto;
	padding: 2.34375vw 0;
	border-bottom: 1px solid #fff;
}
.f_navi{
	width: 85.9375vw;
	margin: 0 auto ;
	padding: 0;
}

.f_navi > ul {
	width: auto;
	margin: 0 8.515vw 0 0;
	padding:  0 ;
	text-align: left;
	list-style: none;
	float: left;
}
.f_navi li{
	
}
.f_navi li a {
	width: 100%;
	font-size: 1.25vw;
	line-height: 1em;
	text-align: left;
	color: #fff;
	padding: 0.390625vw 0 0.390625vw 1.5625vw;
	display: block;
	background-image: url(../img/common/foot_icon.png);
	background-repeat: no-repeat;
	background-position: left;
}
.f_navi li > ul > li a{
	width: 100%;
	font-size: 1.25vw;
	line-height: 1em;
	text-align: left;
	color: #fff;
	padding: 0.390625vw 0 0.390625vw 1em;
	display: block;
	background-image: url(../img/common/foot_subicon.png);
	background-repeat: no-repeat;
	background-size: auto 0.25em;
	background-position: left;
}
.f_navi li > ul > li {
	padding-left: 1em;
}

.f_info{
	width: 85.9375vw;
	margin: 0 auto ;
	padding: 0;
}
.footer_logo {
	width: 15.78125vw;
	padding: 0 ;
	margin: 0 0 0.78125vw 0;
	}	
.footer_logo img {
	width: 100%;
	height: auto;
	margin: 0 ;
}
.footer_add {
	width: 21.5625vw;
	font-size: 1.09375vw;
	line-height: 1.875vw;
	text-align: left;
	letter-spacing: -0.02em;
	color: #fff;
	padding: 0 0 0 3.28125vw ;
	margin: 0;
	float: right;
	}
.footer_contact {
	width: 7.8125vw;
	margin: 3.28125vw 0 0 0;
	float: right;
}
.footer_contact img {
	width: 3.125vw;
	height: auto;
	float: left;
	margin: 0 0 0 0.78125vw;
}
.footer_bt a {
	width: 21.875vw;
	font-size: 1.484375vw;
	line-height: 1em;
	text-align: center;
	padding: 2.109375vw 0;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin: 2.65625vw 3.125vw 0 0;
	float: right;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.footer_bt a:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
#footer_copy{
	font-size:1.09375vw;
	line-height:1em;
	padding: 1.015625vw 0;
	text-align:center;
	color: #fff;
	background-color: #040300;
	}
.page_top {
	width: 5.859375vw;
	position: fixed;
	right: 1.5625vw;
	bottom: 18.359375vw;
}
.page_top img {
	width: 100%;
	height: auto;
}
.page_top:hover {
	cursor: pointer;
}
/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}



.page_title {
	background-image: url(../img/common/page_title_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 4.296875vw 0 4.296875vw 0 ;
	margin: auto;
}
.page_title_in {
	width: 27.1875vw;
	padding-right: 58.75vw;
	margin: 0 auto;
}
.page_title_in img {
		width: 100%;
		height: auto;
	}
.page_lead {
	background-image: url(../img/common/head_lead_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 1.953125vw;
	line-height: 1.9em;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 5.625vw 0 5.625vw 0 ;
	margin: auto;
}
.page_lead span {
	width: 85.9375vw;
	margin: auto;
	font-size: 1.25vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.75em;
	text-align: center;
}
.head_img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.head_img img {
	width: 100%;
	height: auto;
}
.title {
	width: 94.53125vw;
	font-size: 1.875vw;
	font-weight: bold;
	line-height: 1.75em;
	padding: 3px 0;
	color: #0172c5;
	border-bottom: 1px solid #35342f;
	margin: 0 auto 3.125vw auto;
}
.cont { width: 90%;
	max-width: 1100px;
	min-height: 600px;
	margin: 0 auto ;
}
.fade_inl{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:5s;
 -ms-animation-duration:5s;
 animation-duration:5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateX(0); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fade_inr{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:5s;
 -ms-animation-duration:5s;
 animation-duration:5s;
 -webkit-animation-name: fuwatAnime_r;
 -ms-animation-name: fuwatAnime_r;
 animation-name: fuwatAnime_r;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_r {
 0% { opacity: 0; -webkit-transform: translateX(0); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fuwatAnime_r {
 0% { opacity: 0; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fade_inup{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:5s;
 -ms-animation-duration:5s;
 animation-duration:5s;
 -webkit-animation-name: fuwatAnime_inup;
 -ms-animation-name: fuwatAnime_inup;
 animation-name: fuwatAnime_inup;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_inup {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatAnime_inup {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateX(0); }
}
.fade_indw{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:5s;
 -ms-animation-duration:5s;
 animation-duration:5s;
 -webkit-animation-name: fuwatAnime_indw;
 -ms-animation-name: fuwatAnime_indw;
 animation-name: fuwatAnime_indw;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_indw {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatAnime_indw {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateX(0); }
}
.fade_outl {opacity: 0; -webkit-transform: translateX(0); }
.fade_inl {opacity: 1; -webkit-transform: translateX(0); }
.fade_outr {opacity: 0; -webkit-transform: translateX(0); }
.fade_inr {opacity: 1; -webkit-transform: translateX(0); }
.fade_outup {opacity: 0; -webkit-transform: translateY(0); }
.fade_inup {opacity: 1; -webkit-transform: translateY(0); }
.fade_outdw {opacity: 0; -webkit-transform: translateY(0); }
.fade_indw {opacity: 1; -webkit-transform: translateY(0); }
/*　TOP
----------------------------------------------------------*/

.home .head_img {
	width: 100%;
	margin: auto;
	padding: 15.859375vw 0;
	background-image: url(../img/top/head_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.home .head_img .lead {
	width: 74.21875vw;
	margin: auto;
}
.home .head_img .lead img {
	width: 100%;
	height: auto;
}
.home .title {
	width: 28.125vw;
	margin: 0 auto 1.5625vw auto;
	padding: 2.8125vw 33.203125vw 2.03125vw 33.203125vw;
	border-bottom: 1px solid #35342f;
}
.home .title img {
	width: 100%;
	height: auto;
}
	
.home .kids_bana .textbox {
	width: 80%;
	font-size: 22px;	
}
.home .kids_bana .imgbox {
	width: 15%;
	text-align: left;
}
	
	
.home .sect_gray {
	padding: 2.34375vw 0;
	background-color: rgba(204,204,204,0.2);
}
.top_news {
	width: 81.25vw;
	margin: auto;
	
}
.top_news_bt {
	width: 96%;
	font-size: 1.25vw;
	line-height: 1.25em;
	text-align: right;
	margin: 0.78125vw auto;
}

.top_product {
	width: 100%;
	margin: 0 auto 3.59375vw auto;
}
.top_product .comm {
	width: 90%;
	font-size: 1.25vw;
	line-height: 1.75em;
	text-align: center;
	margin: 0 auto 2.34375vw auto;
}
.prod_link_01 {
	width: 32.8125%;
	margin: 0 0.78125% 0.78125% 0;
	background-image:url(../img/top/prod_link_01_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
	
.prod_link_02 {
	width: 32.8125%;
	margin: 0 0.78125% 0.78125% 0;
	background-image:url(../img/top/prod_link_02_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_03 {
	width: 32.8125%;
	margin: 0 0 0.78125% 0;
	background-image:url(../img/top/prod_link_03_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_04 {
	width: 32.8125%;
	margin: 0 0.78125% 0 0;
	background-image:url(../img/top/prod_link_04_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_05 {
	width: 32.8125%;
	margin: 0 0.78125% 0 0;
	background-image:url(../img/top/prod_link_05_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_06 {
	width: 32.8125%;
	margin: 0 0 0 0;
	background-image:url(../img/top/prod_link_05_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_bt a{
	width: calc(14.6875vw - 1em);
	width: -webkit-calc(14.6875vw - 1em);
	font-size: 1.09375vw;
	line-height: 1em;
	padding: 1.40625vw 1em 1.40625vw 0;
	border: 1px solid #fff;
	background-image: url(../img/common/bt_arrow.png);
	background-repeat: no-repeat;
	background-position: 75% center;
	color: #fff;
	display: block;
	position: absolute;
	left: calc(50% - 7.34375vw);
	left : -webkit-calc(50% - 7.34375vw) ;
	bottom: 3.75vw;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.prod_link_bt a:hover {
	background-position: 77% center;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
}
.top_product img {
	width: 100%;
	height: auto;
}
.top_link {
	width: 100%;
	margin: 0 auto 0 auto;
}
.top_link img {
	width: 100%;
	height: auto;
	}
.top_gree {
	width: 25%;
	padding: 0 25% 0 0;
	margin: 0;
	background-image:url(../img/top/link_gree_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.top_comp {
	width: 25%;
	padding: 0 25% 0 0;
	margin: 0;
	background-image:url(../img/top/link_comp_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.top_facility {
	width: 25%;
	padding: 0 0 0 25%;
	margin: 0;
	background-image:url(../img/top/link_facility_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.top_recruit {
	width: 25%;
	padding: 0 0 0 25%;
	margin: 0;
	background-image:url(../img/top/link_recruit_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.top_link_bt_l a{
	width: calc(14.6875vw - 1em);
	width: -webkit-calc(14.6875vw - 1em);
	font-size: 1.09375vw;
	line-height: 1em;
	padding: 1.40625vw 1em 1.40625vw 0;
	border: 1px solid #fff;
	background-image: url(../img/common/bt_arrow.png);
	background-repeat: no-repeat;
	background-position: 75% center;
	color: #fff;
	display: block;
	position: absolute;
	left: calc(25% - 7.34375vw);
	left : -webkit-calc(25% - 7.34375vw) ;
	bottom: 3.75vw;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_link_bt_l a:hover {
	background-position: 77% center;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
}
.top_link_bt_r a{
	width: calc(14.6875vw - 1em);
	width: -webkit-calc(14.6875vw - 1em);
	font-size: 1.09375vw;
	line-height: 1em;
	padding: 1.40625vw 1em 1.40625vw 0;
	border: 1px solid #fff;
	background-image: url(../img/common/bt_arrow.png);
	background-repeat: no-repeat;
	background-position: 75% center;
	color: #fff;
	display: block;
	position: absolute;
	right: calc(25% - 7.34375vw);
	right : -webkit-calc(25% - 7.34375vw) ;
	bottom: 3.75vw;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_link_bt_r a:hover {
	background-position: 77% center;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
}
/* 最大フォントサイズ : 幅 1920px 以上は 16px */
@media (min-width: 1920px) {
.top_wp ul li {
    font-size: 26px;
  }
}

.top_map {
	width: 85.9375vw;
	height: 30.78125vw;
	margin: auto;
	border: 1px solid #35342f;
}
.top_map iframe {
	width: 100%;
	height: 30.78125vw;
}
.top_seo {
	width: 85.9375vw;
	margin: auto;
	font-size: 1.25vw;
	line-height: 1.75em;
	text-align: left;
	
}
/*　製品案内
----------------------------------------------------------*/
.prod_index_cont {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 3.90623vw 0 7.03125vw 0;
}

.prod_index_box {
	width: 85.9375vw;
	background-color: #fff;
	margin: 0 auto 4.6875vw auto;
	padding: 0.46875vw 0;
}
.prod_index_box .name {
	width: 24.53125vw;
	font-size: 1.5625vw;
	line-height: 1em;
	text-align: center;
	padding: 0.15625vw 0;
	margin: auto;
}
.prod_index_box .name span {
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 1.5625vw auto;
	padding-left: 1.71875vw;
	display: inline-block;
}
.prod_index_box .name_l {
	width: 25.390625vw;
	font-size: 1.5625vw;
	line-height: 1em;
	text-align: left;
	padding:  0.15625vw 0;
	margin: auto;
}
.prod_index_box .name_l span {
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1.71875vw;
	display: inline-block;
}
.prod_index_box img {
	width: 12.5vw;
	height: auto;
	margin: auto;
}
.prod_index_box .box_l {
	width: 27.734375vw;
	border-right: 1px dotted #0172c5;
	float: left;
	margin: 2.34375vw 0;
}
.prod_index_box .box_l p a{
	width: 22.65625vw;
	margin: auto;
	border: 1px solid #0172C5;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	overflow: hidden;
	display: block;
		
}
.prod_index_box .box_l p .text {
	font-size: 1.25vw;
	line-height: 2.1875vw;
	text-align: left;
	color: #fff;
	background-color: #0172C5;
	padding:1.40625vw 1.5625vw;
	width: 19.53125vw;
	margin: auto;
	vertical-align: middle;
	display: block;
}
.prod_index_box .box_l p .name_w {
	font-size: 1.5625vw;
	line-height: 1em;
	text-align: left;
	padding:1.40625vw 1.5625vw 1.5625vw 3.359375vw;
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: 1.5625vw center;
	display: block;
}
.prod_index_box .box_l a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.prod_index_box .box_r {
	width: 27.734375vw;
	float: left;
	margin: 2.34375vw 0;
}
.prod_index_box .box_l_end a{
	width: 27.734375vw;
	border-right: 1px dotted #0172c5;
	float: left;
	margin: 2.34375vw 0;
	padding: 9.140625vw 0;
	display: block;

}
.prod_index_box .box_r_end a{
	width: 27.734375vw;
	float: left;
	margin: 2.34375vw 0;
	padding: 9.140625vw 0;
	display: block;

}
.prod_navi{
	width: 100%;
	height: 4.296875vw;
	margin: 0 auto;
	padding: 1.171875vw 0 1.328125vw 0;
	background-image: url(../img/products/navi_back.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.prod_navi ul:before, .prod_navi ul:after{
	content: "";
	display: table;
}
.prod_navi ul:after{
  clear: both;
}
.prod_navi ul {
	width: 85.9375vw;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.prod_navi li{
	width: 17.1875vw;
	display: table-cell;
}
.prod_navi  li.sidebar {
	background-image: url(../img/products/side_bar.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.prod_navi li a{
	font-size: 1.25vw;
	line-height: 1.125em;
	padding: 1.171875vw 0 1.71875vw 0;
	text-align: center;
	color: #303030;
	display:block;
}
.prod_navi li a:hover{
	text-decoration: none;
	border-bottom: 0.390625vw solid #0172c5;
}
.prod_navi  li.underbar {
	border-bottom: 0.390625vw solid #0172c5;
}
.prod_navi li.underbar a:hover{
	text-decoration: none;
	border-bottom: none;
}
.prod_head_img {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 17.1875vw;
	padding: 11.71875vw 0 0 0;
	margin: 0 auto 5.078125vw auto;
}
#cat_01 .prod_head_img {
	background-image: url(../img/products/title_back_a.jpg);
	height: 16.015625vw;
	padding: 12.890625vw 0 0 0;
}
#cat_02 .prod_head_img {
	background-image: url(../img/products/title_back_b.jpg);
	height: 16.015625vw;
	padding: 12.890625vw 0 0 0;
}
#cat_03 .prod_head_img {
	background-image: url(../img/products/title_back_c.jpg);
	height: 16.015625vw;
	padding: 12.890625vw 0 0 0;
}
#cat_04 .prod_head_img {
	background-image: url(../img/products/title_back_d.jpg);
	height: 19.140625vw;
	padding: 9.765625vw 0 0 0;
}
#cat_05 .prod_head_img {
	background-image: url(../img/products/title_back_e.jpg);
	height: 19.140625vw;
	padding: 9.765625vw 0 0 0;
}
#cat_06 .prod_head_img {
	background-image: url(../img/products/title_back_f.jpg);
	height: 19.140625vw;
	padding: 9.765625vw 0 0 0;
}
#cat_07 .prod_head_img {
	background-image: url(../img/products/title_back_g.jpg);
}
#cat_08 .prod_head_img {
	background-image: url(../img/products/title_back_h.jpg);
	height: 20.703125vw;
	padding: 8.203125vw 0 0 0;
}
#cat_09 .prod_head_img {
	background-image: url(../img/products/title_back_i.jpg);
}
#cat_10 .prod_head_img {
	background-image: url(../img/products/title_back_j.jpg);
	height: 20.703125vw;
	padding: 8.203125vw 0 0 0;
}
#cat_11 .prod_head_img {
	background-image: url(../img/products/title_back_k.jpg);
}
#cat_12 .prod_head_img {
	background-image: url(../img/products/title_back_l.jpg);
}
.prod_head_img_in {
	width: 85.9375vw;
	height: 17.1875vw;
	margin: 0 auto ;
	position: relative;
	font-size: 1.5625vw;
	line-height: 1.75em;
	text-align: left;
}
#cat_08 .prod_head_img_in {
	width: 85.9375vw;
	height: 20.703125vw;
	margin: 0 auto ;
	position: relative;
	font-size: 1.5625vw;
	line-height: 1.75em;
	text-align: left;
}
#cat_10 .prod_head_img_in {
	width: 85.9375vw;
	height: 20.703125vw;
	margin: 0 auto ;
	position: relative;
	font-size: 1.5625vw;
	line-height: 1.75em;
	text-align: left;
}
.prod_head_img_in .name {
	font-size: 3.125vw;
	line-height: 4.6875vw;
	color: #0172c5;
}
.prod_head_img_in .side_img {
	width: 28.90625vw;
	position: absolute;
	right: 0;
	bottom: 0;
}
.prod_head_img_in .side_img img {
	width: 100%;
	height: auto;
	}
.prod_head_img_in .bt a{
	width: 21.09375vw;
	font-size: 1.09375vw;
	line-height: 1.43em;
	text-align: center;
	border: 1px solid #474747;
	padding: 1.171875vw 0;
	margin: 1.171875vw 0 0 0;
	display: inline-block;
}
.prod_head_img_in .bt a:hover {
	background-color: rgba(71,71,71,0.2);
	text-decoration: none;
}
.prod_sect {
	width: 85.9375vw;
	margin: 0 auto 1.5625vw auto;
}
.prod_sect_end {
	width: 85.9375vw;
	margin: 0 auto 7.03125vwx auto;
}
.prod_details {
	width: 40.234375vw;
	margin: 0 2.734375vw 6.71875vw 0;
	float: left;
}
.prod_details .img {
	width: 14.84375vw;
	float: left;
	margin: 0 2.34375vw 0 0;
}
.prod_details .img img {
	width: 100%;
	height: auto;
	}
.prod_details .detail {
	width: 23.046875vw;
	float: left;
	margin: 0 ;
}
.prod_details p  {
	font-size: 1.0156625vw;
	text-align: right;
}
.prod_details .detail .name {
	width: calc(100% - 0.46975vw);
	width: -webkit-calc(100% - 0.46975vw);
	font-size: 1.40625vw;
	line-height: 1.56em;
	color: #fff;
	background-color: rgba(0,0,0,0.35);
	text-align: left;
	padding: 0.46975vw 0.234375vw;
	margin: 0 0 1.171875vw 0 ;
}
.prod_details .detail .name span {
	font-size: 1.25vw;
}
.prod_details .detail th {
	width: 3.5em;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	vertical-align: top;
	padding: 0.12625vw 0;
	border-bottom: 1px solid #35342f;
}
.prod_details .detail td {
	font-size: 1.25vw;
	line-height: 1.75vw;
	letter-spacing: -0.05em;
	text-align: left;
	padding: 0.12625vw 0;
	border-bottom: 1px solid #35342f;
}
.prod_pdf {
	width: 61.25vw;
	font-size: 1.25vw;
	line-height: 1.25vw;
	text-align: center;
	border: 1px solid #35342f;
	margin: 0 auto 11.71875vw auto;
}
.prod_pdf span {
	background-image: url(../img/products/bt_pef.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 5.078125vw auto;
	padding: 3.75vw 0 3.75vw 7.1875vw;
	display: inline-block;
}
.prod_pdf a {
	color: #0172c5;
}
.prod_pdf a:hover {
	text-decoration: underline;
}
.prod_atten_box {
	width: 85.9375vw;
	padding: 0.9375vw 0;
	border: 1px solid #35342f;
	margin: 0 auto 5.078125vw auto;
}
#cat_05 .prod_atten_box_inl {
	width: calc(35.15625vw - 1px);
	width: -webkit-calc(35.15625vw - 1px);
	margin: 0 0 0 7.8125vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.5625vw 0;
	float: left;
	border-right: 1px dotted #474747;
}
#cat_05 .prod_atten_box_inr {
	width: 35.15625vw;
	margin: 0 0 0 3.90625vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.5625vw 0;
	float: left;
}
#cat_05 .prod_details .detail th {
	width: 5.5em;
	font-size: 1.25vw;
	line-height: 1.75vw;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 0.15625vw 0;
	border-bottom: 1px solid #35342f;
}
#cat_05 .prod_details .detail .int {
	padding-left: 1em;
	text-indent: -1em;
}
#cat_06 .prod_atten_box_inl {
	width: 43.75vw;
	margin: 0 auto;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.5625vw 0;
}
#cat_08 .prod_details {
	width: 85.9375vw;
	margin: 0 0 6.71875vw 0;
	
}
#cat_08 .prod_details .detail {
	width: 68.75vw;
	text-align: left;
	float: left;
	margin: 0 ;
}
#cat_08 .prod_details p  {
	font-size: 1.015625vw;
	text-align: right;
}
#cat_08 .prod_details .detail .name {
	width: 21.71875vw;
	font-size: 1.40625vw;
	line-height: 1.56em;
	color: #fff;
	background-color: rgba(0,0,0,0.35);
	text-align: left;
	padding: 0.46875vw 0.234375vw;
	margin: 0 0 1.171875vw 0 ;
	display: inline-block;
}
#cat_08 .prod_details .detail .name span {
	font-size: 1.25vw;
}
#cat_08 .prod_details .detail th {
	width: 8.5em;
	font-size: 1.25vw;
	line-height: 1.75vw;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 0.12625vw 0;
	border-bottom: 1px solid #35342f;
}
#cat_08 .prod_details .detail td {
	font-size: 1.25vw;
	line-height: 1.75vw;
	letter-spacing: 0;
	text-align: center;
	padding: 0.12625vw 1.2625vw;
	border-bottom: 1px solid #35342f;
}
#cat_08 .prod_details .detail .left {
	text-align: left;
	padding: 0.12625vw 2.34375vw;
}
#cat_09 .prod_details .detail th {
	width: 8.5em;
	font-size: 1.25vw;
	line-height: 1.75vw;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 0.12625vw 0;
	border-bottom: 1px solid #35342f;
}
#cat_10 .prod_details {
	width: 85.9375vw;
	margin: 0 0 3.125vw 0;
	
}
#cat_10 .prod_details .detail {
	width: 68.75vw;
	text-align: left;
	float: left;
	margin: 0 ;
}
#cat_10 .prod_details p  {
	font-size: 1.015625vw;
	text-align: right;
}
#cat_10 .prod_details .detail .name {
	width: 21.71875vw;
	font-size: 1.40625vw;
	line-height: 1.56vw;
	color: #fff;
	background-color: rgba(0,0,0,0.35);
	text-align: left;
	padding: 0.46875vw 0.234375vw;
	margin: 0 0 1.171875vw 0 ;
	display: inline-block;
}
#cat_10 .prod_details .detail th {
	width: 5.5em;
	font-size: 1.25vw;
	line-height: 1.75vw;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 0.12625vw 0;
	border-bottom: 1px solid #35342f;
}
#cat_10 .prod_details .detail td {
	width: 17.96875vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	letter-spacing: 0;
	text-align: left;
	padding: 0.12625vw 0.78125vw;
	border-bottom: 1px solid #35342f;
}
#cat_10 .prod_details .detail .bor {
	border-right: 1px solid #35342f;
}
#cat_10 .prod_atten_box_in1 {
	width: calc(39.453125vw - 1px);
	width: -webkit-calc(39.453125vw - 1px);
	margin: 0 0 0 3.4375vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.5625vw 0;
	float: left;
	border-right: 1px dotted #474747;
}
#cat_10 .prod_atten_box_in2 {
	width: 39.0625vw;
	margin: 0 0 0 3.90625vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.5625vw 0;
	float: left;
}
#cat_10 .prod_atten_box_in3 {
	width: calc(35.9575vw - 1px);
	width: -webkit-calc(35.9575vw - 1px);
	margin: 0 0 0 6.953125vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.5625vw 0;
	float: left;
	border-right: 1px dotted #474747;
}
#cat_10 .prod_atten_box_in4 {
	width: 32.8125vw;
	margin: 0 0 0 10.15625vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.5625vw 0;
	float: left;
}
#cat_10 .prod_atten_box_in5 {
	width: 35.546875vw;
	margin: 0 0 0 7.34375vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.5625vw 0;
	float: left;
}
#cat_10 .prod_atten_box_in6 {
	width: calc(35.15625vw - 1px);
	width: -webkit-calc(35.15625vw - 1px);
	margin: 0 0 0 0;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.5625vw 0 1.5625vw 7.8125vw;
	float: left;
	border-left: 1px dotted #474747;
}
#cat_10 .prod_atten_box_in7 {
	width: 39.453125vw;
	margin: 0 0 0 3.4375vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.5625vw 0;
	float: left;
}
#cat_10 .prod_atten_box_in8 {
	width: calc(39.84375vw - 1px);
	width: -webkit-calc(39.84375vw - 1px);
	margin: 0 0 0 0;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.5625vw 0 1.5625vw 3.125vw;
	float: left;
	border-left: 1px dotted #474747;
}
.prod_caution_box {
	width: 85.9375vw;
	padding: 5.46875vw 0 11.71875vw 0;
	margin: 0 auto;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: center;
}
.prod_caution_box .lead {
	font-size: 2.421875vw;
	line-height: 1.3em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0 auto 2.734375vw auto;
}
.prod_caution_box .lead span {
	background-image: url(../img/products/notice.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 2.578125vw auto;
	padding: 0.15625vw 0 0.15625vw 3.90625vw;
	margin: 0 auto 2.734375vw auto;
	display: inline;
}
.prod_caution_box .ask {
	font-size: 2.03125vw;
	line-height: 1.154em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 3.90625vw auto 2.734375vw auto;
	color: #0172c5;
}
.prod_caution_box .bt_box {
	width: 32.8125vw;
	margin: auto;
	display: table;
}
.prod_caution_box .bt_box .bt a {
	width: 10vw;
	margin: 0 3vw;
	display: block;
	font-size: 1.015625vw;
	line-height: 1.5625vw;
	padding: 1.171875vw 0;
	border: 1px solid #35342f;
	float: left;
}
.prod_caution_box .bt_box .bt a:hover {
	background-color: rgba(0,0,0,0.2);
	text-decoration: none;
}
/*　安全データシート一覧
----------------------------------------------------------*/
.sds_box {
	width: 85.9375vw;
	padding: 5.46875vw 0 11.71875vw 0;
	margin: 0 auto;
	font-size: 1.25vw;
	line-height: 2.1875vw;
	text-align: center;
}
.sds_box .lead {
	font-size: 2.421875vw;
	line-height: 3.125vw;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0 auto 2.734375vw auto;
}
.sds_box .lead span {
	background-image: url(../img/products/notice.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0.15625vw 0 0.15625vw 3.90625vw;
	margin: 0 auto 2.734375vw auto;
	display: inline;
}

.sds_box .title {
	width: 100%;
}
.sds_box .login {
	width: 39.6875vw;
	margin: 2.34375vw 0 0 0;
	float: right;
	
}
.sds_box .regist {
	width: 39.6875vw;
	margin: 2.34375vw 0 0 0;
	float: left;
}
.sds_box .table {
	width: 25.3125vw;
	margin: auto;
	border: 1px solid #35342f;
	background-color: rgba(204,204,204,0.2);
	padding: 1.5625vw 7.1875vw;
}
.sds_box .table th {
	width: 100%;
	padding: 1% 0 0 0;
	font-size: 1.25vw;
	font-weight: bold;
	text-align: left;
	float: left;
}
.sds_box .table td {
	width: 100%;
	padding:  0 0 1% 0;
	font-size: 1.25vw;
	font-weight: bold;
	text-align: left;
	float: left;
}
.sds_box .form_style{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:1.24vw; 
	border: 1px solid #35342f; 
	}
.sds_box .table .essential {
	color: #f20000;
	padding-left: 1em;
}

.sds .sub_lead {
	font-size: 1.25vw;
	line-height: 2.96875vw;
	text-align: center;
	padding: 5.625vw 0 5.625vw 0 ;
	margin: auto;
}
.sds_index_box {
	width: 78.125vw;
	background-color: #fff;
	margin: 0 auto 4.6875vw auto;
	padding: 3.90625vw ;
}
.sds_index_box li {
	width: calc(50% - 1.5em);
	width: -webkit-calc(50% - 1.5em) ;
	font-size: 1.5625vw;
	line-height: 1em;
	text-align: left;
	padding: 0.625vw 0 0.625vw 1.5em;
	margin: 0;
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 1.484375vw auto ;
	display: block;
	float: left;
}
.sds_index_box li:hover {
	text-decoration: underline;
}
.sds_index_box ul:before, .sds_index_box ul:after{
	content: "";
	display: table;
}
.sds_index_box ul:after{
  clear: both;
}
.sds_index_box .subtitle {
	background-image: url(../img/sds/dott.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1.875vw;
	line-height: 1em;
	color: #0172c5;
	text-align: left;
	margin: 0 auto 0.78125vw auto;
}
.sds_index_box .subtitle span {
	background-color: #fff;
	padding: 0 1em 0 0;
	display: inline-block;
}
.first {
	margin: 0 auto 2.34375vw auto;
}
/*　設備紹介
----------------------------------------------------------*/
.facility_cont {
	margin: auto;
	padding: 3.90625vw 0 1.171875vw 0;
}
.facility_cont .comm{
	font-size: 1.875vw;
	line-height: 1.75em;
	font-weight: bold;
	text-align: center;
	color: #0172c5;
	padding: 7.8125vw 0 0 0
}
.facility_box {
	width: 85.9375vw;
	margin: 0 auto 3.125vw auto;
	padding: 0.46875vw 0;
}

.facility_box .box_l {
	width: 27.03125vw;
	margin: 0 2.421875vw 2.34375vw 0;
	float: left;
}
.facility_box .box_l img {
		width: 100%;
		height: auto;
	}
.facility_box .box_r {
	width: 27.03125vw;
	margin: 0 0 2.34375vw 0;
	float: left;
}
.facility_box .box_r img {
		width: 100%;
		height: auto;
	}
.facility_box .name {
	width: 24.375vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding:1.09375vw 1.328125vw;
	background-color: #e2e2e2;
}
.facility_box .name span {
	font-size: 1.40625vw;
	margin: 0 0 0.78125vw 0;
	color: #0172c5;
	display: inline-block;
}
/*　OEMについて
----------------------------------------------------------*/
.head_comm {
	width: 28.125vw;
	height: 19.140625vw;
	font-size: 1.25vw;
	line-height: 1.75em;
	text-align: left;
	padding: 4.296875vw 6.25vw;
	background-color: #0172c5;
	color: #fff;
	position: absolute;
	top:0;
	left: 0;
}
	
.oem_cont_gy {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 3.90625vw 0 6.25vw 0;
}
.oem_cont_gy_in {
	width: 85.9375vw;
	margin: auto;
	padding: 0;
}
.oem_cont_gy .box_l {
	width: 27.03125vw;
	margin: 0 2.421875vw 2.34375vw 0;
	float: left;
}
.oem_cont_gy .box_l img {
	width: 100%;
	height: auto;
	}
.oem_cont_gy .box_r {
	width: 27.03125vw;
	margin: 0 0 2.34375vw 0;
	float: left;
}
.oem_cont_gy .box_r img {
	width: 100%;
	height: auto;
	}
.oem_cont_gy .name {
	width: 24.375vw;
	height: 9.625em;
	font-size: 1.25vw;
	line-height: 1.75em;
	text-align: left;
	padding:1.09375vw 1.328125vw;
	background-color: #fff;
}
.oem_cont_gy .name span {
	font-size: 1.5625vw;
	font-weight: bold;
	margin: 0 0 0.78125vw 0;
	color: #0172c5;
	display: inline-block;
}
.oem_cont_wt {
	width: 100%;
	margin: auto;
	padding: 3.90625vw 0 6.640625vw 0;
}
.oem_cont_wt table {
	width: 85.9375vw;
	margin: auto;
}
.oem_cont_wt table tr:nth-child(n) {
 background:#e5e5e5;
background-image: url(../img/oem/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
 }
.oem_cont_wt table tr:nth-child(2n) {
 background:#f9f9f9;
	background-image: url(../img/oem/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
 }
.oem_cont_wt table th {
	width: 19.453125vw;
	padding: 0;
}
.oem_cont_wt table th img {
	width: 100%;
	height: auto;
	}
.oem_cont_wt table td {
	padding: 2.34375vw 0.78125vw 0 1.5625vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	vertical-align: top;
	
}
.oem_cont_wt table td span {
	font-size: 1.40625vw;
	font-weight: bold;
	margin: 0 0 0.78125vw 0;
	display: inline-block;
}
.oem_telbox {
	width: 85.9375vw;
	margin: 0 auto 11.71875vw auto;
	background-color: #0172c5;
	padding: 1.953125vw 0;
}
.oem_telbox .telno {
	width: 39.0625vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: center;
	color: #fff;
	margin: 0 0 0 1.171875vw;
	float: left;
}
.oem_telbox .telno img {
	width: 23.4375vw;
	height: auto;
	margin: 0.390625vw auto;
}
.oem_telbox .telno span {
	font-size: 1.5625vw;
	font-weight: bold;
}
.oem_telbox .bt a{
	width: 39.0625vw;
	font-size: 1.5625vw;
	line-height: 1em;
	padding: 1.25em 0 1.25em 0;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 1.56625vw 0 0 0;
}
.oem_telbox .bt a:hover {text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
/*　会社案内
----------------------------------------------------------*/
.comp_cont {
	margin: auto;
	padding: 3.90625vw 0 0 0;
}
.comp_pre {
	width: 85.9375vw;
	margin: 0 auto 7.8125vw auto;
	text-align: left;
	position: relative;
}
.comp_pre .img {width: 42.96875vw;}
.comp_pre .img img {width: 100%; height: auto;}
.comp_pre_text {
	width: 39.84375vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	background-color: #fff;
	padding: 2.34375vw;
	-webkit-box-shadow: #888 0px 0px 5px;
	-moz-box-shadow: #888 0px 0px 5px;
	box-shadow: #888 0px 0px 5px;
	position: absolute;
	right: 0;
	bottom: -2.34375vw;
}
.comp_pre_text span {
	font-size: 1.5625vw;
	font-weight: bold;
	color: #0172c5;
	margin: 0 0 0.78125vw 0;
	display: inline-block;
}
.comp_pre_text .name {
	font-size: 1.40625vw;
	text-align: right;
}
.comp_cont_gy {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 3.90625vw 0 5.46875vw 0;
}
.comp_cont_gy_in {
	width: 100%;
	margin: auto;
	padding: 0;
}

.comp_cont_wt {
	margin: 3.90625vw auto 5.46875vw auto;
	padding: 0;
}
.comp_cont_wt_end {
	margin: 3.90625vw auto 11.71875vw auto;
	padding: 0;
}
.comp_cont_gy_end {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 3.90625vw 0 11.71875vw 0;
}
.company .table {
	width: 82.8125vw ;
	background-color: #fff;
	border: 1px solid #35342f;
	padding: 0 1.5625vw;
	margin: auto;
}
.company table {
	
}
.company table thead th {
	width: 18.75vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: center;
	vertical-align: top;
	padding: 1.40625vw 0;
}
.company table thead td {
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.40625vw 1.5625vw;
}
.company table tbody th {
	width: 18.75vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: center;
	vertical-align: top;
	padding: 1.40625vw 0;
	border-top: 1px dotted #35342f;
}
.company table tbody td {
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.40625vw 1.5625vw;
	border-top: 1px dotted #35342f;
}
.company table tbody td .img {
	width: 37.5vw;
	margin: 0.78125vw 0 ;
}
.img_group {
	width: 80%;
	margin: auto;
	padding: 0;
}
.img_group img {
	width: 100%;
	height: auto;
	}
.history_img {
	margin: 0 auto 3.5vw auto;
	padding: 5.2vw 0 0 0;
}
.history_img li {
	width: 100%;
	position: relative;
	display: block;
}
.history_img li img {
	width: 90%;
	height: auto;
	}
.history_img .caption {
	font-size: 1.875vw;
	line-height: 1.2em;
	padding: 0.4em 1em;
	color: #fff;
	background-color: #0172c5;
	display: inline-block;
	position: absolute;
	left: 5%;
	bottom: 0;
}
/*　採用情報
----------------------------------------------------------*/
.recruit_cont_gy {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 3.90625vw 0 6.25vw 0;
}
.recruit_cont_wt {
	margin: auto;
	padding: 3.90625vw 0 11.71875vw 0;
}
.recruit_voice {
	width: 85.9375vw;
	margin: auto;
}
.recruit_voice .comm {
	font-size: 1.25vw;
	line-height: 1.75vw;
	margin: 23.4375vw auto;
}
.recruit_voice .box_l {
	width: 27.34375vw;
	margin: 0 1.953125vw 0 0;
	position: relative;
	float: left;
}
.recruit_voice .box_l img {
	width: 100%;
	height: auto;
	}
.recruit_voice .box_r {
	width: 27.34375vw;
	margin: 0 0 0 0;
	position: relative;
	float: left;
}
.recruit_voice .box_r img {
	width: 100%;
	height: auto;
	}
.recruit_voice .name {
	width: 25.78125vw;
	height: 4.53125vw;
	padding: 0.78125vw 0.78125vw;
	background-image: url(../img/recruit/name.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
	font-size: 1.953125vw;
	line-height: 2.34375vw;
	font-weight: bold;
	text-align: right;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.recruit_voice .name span {
	font-weight: normal;
	font-size: 1.25vw;
}
.recruit .table_title {
	width: 85.9375vw;
	margin: auto;
	padding: 1.40625vw 0;
	font-size: 1.40625vw;
	line-height: 2.34375vw;
	text-align: center;
	color: #fff;
	background-color: #0172c5;
}
.recruit .table {
	width: 82.65625vw ;
	background-color: #fff;
	border: 1px solid #35342f;
	padding: 0 1.5625vw;
	margin: auto;
}
.recruit table {
	
}
.recruit table thead th {
	width: 18.75vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: center;
	vertical-align: top;
	padding: 1.40625vw 0;
}
.recruit table thead td {
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.40625vw 1.5625vw;
}
.recruit table tbody th {
	width: 18.75vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: center;
	vertical-align: top;
	padding: 1.40625vw 0;
	border-top: 1px dotted #35342f;
}
.recruit table tbody td {
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.40625vw 1.5625vw;
	border-top: 1px dotted #35342f;
}
/*　Q & A
----------------------------------------------------------*/
.faq_cont {
	margin: auto;
	padding: 3.90625vw 0 6vw 0;
}


/*　お問い合わせ
----------------------------------------------------------*/
.contact_cont_wt {
	margin: auto;
	padding: 3.90625vw 0 0.78125vw 0;
}
.contact_comm {
	width: 85.9375vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: center;
	margin: 0 auto 2.34375vw auto;
}
.contact_comm span {
	color: #f20000;
}
.contact_cont_gy {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 0.390625vw 0 0.390625vw 0;
}
.contact .contact_check {
	width: 85.9375vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: center;
	margin: 2.34375vw auto 2.34375vw auto;
}
.contact_table {
	width: 85.9375vw;
	margin: 0 auto ;	
	font-size: 1.25vw;
	line-height: 1.75vw;
}
.contact_table table  {
	
}
.contact_table thead th {
	width: 22.65625vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.25vw 0 1.25vw 6.25vw;
}
.contact_table thead td {
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.25vw 0 1.25vw 0;

}
.contact_table tbody th {
	width: 22.65625vw;
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.25vw 0 1.25vw 6.25vw;
	border-top: 1px solid #35342f;
}
.contact_table tbody td {
	font-size: 1.25vw;
	line-height: 1.75vw;
	text-align: left;
	padding: 1.25vw 0 1.25vw 0;
	border-top: 1px solid #35342f;

}
.contact_table span {
	color: #f20000;
	padding-left: 1em;
	}


.submit_btn{
	width: 14.84375vw;
	margin: 3.125vw auto 6.25vw auto;
	font-size: 1.25vw;
	line-height: 1em;
	padding: 1em 0 1em 0;
	text-align: center;
	color: #fff;
	background-color: rgba(1,114,197,1);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: none;
	display:block;
	cursor: pointer;
}
.submit_btn:hover {
	background-color: rgba(1,114,197,0.7);
	text-decoration: none;
}

.form_style{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:1.25vw; 
	
	}
.form_style_s{
	width:25.3125vw; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:1.25vw; 
	
	}
.form_style_tarea{
	width:43.75vw; 
	height:10.15625vw; 
	padding:1% 2% ;
	font-size:1.25vw; 
	
	}
.complete {
	color: #f20000;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%;
}
}



/* ===========横幅767px以下================ */

@media screen and ( max-width: 767px) {
.home .kids_bana {
	padding: 5px;
	height: 56px;
	}
.home .kids_bana .textbox {
	width: 65%;
	font-size: 14px;
	line-height: 20px;
	margin-left: 10px;
	margin-top: 10px;
}
.home .kids_bana .imgbox {
	width: 26%;
	text-align: center;
    margin-top: 6px;
    margin-left: 6px;	
}	
}




@media screen and ( max-width: 767px) {
	/****************************************************************************
	body設定
*****************************************************************************/
body{
		color: #000;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 32px;
	text-align: center;
	overflow-wrap : break-word;
	
	 -webkit-text-size-adjust: 100%;
	 
}


h2,h3,h4{text-align: left;}

a {color: #333;
	text-decoration:none;
	}
a:hover {
	color: #333;
	text-decoration:underline;
	}
img {
	margin: 0  ;
	padding: 0;
	width: 100%;
	height: auto;}

#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding: 0 0 0 0;
}
	
/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	
	width: 100%;
	margin: auto;
	padding:   0;


}

#header_in {
	width: 100%;
	padding: 0 0 0 0;
	margin: auto;
}
#head_logo {
	width:70%;
	margin:5% 0 0 2% ;
	float: left;
	}
#head_logo img {
	width: 100%;
	height: auto;
}
#head_contact {
	display: none;
	width: 221px;
	float: right;
	margin: 13px 57px 0 0;
}
#head_contact img {
	width: 100%;
	height: auto;
}
.h1{
	display: none;
	
}


.list_close {
	width:12.5%;
	margin:1% 1% 1% 0 ;
	float:right;
	z-index:1000;
	}
.open_menu {
	width:12.5%;
	margin:1% 1% 1% 0 ;
	float:right;
	z-index:1000;
	}


.pc {display:none;}
.sm {display:inline;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi{
	display:none;
}

/*	グローバルナビ(スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	width:100%;
 	position:absolute;
	z-index:999;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
}
#category_list > ul {
	margin-top: 14.5%;
	width:100%; 
	background-color:#fff;
	border-top:1px solid #3a3e4f;
	}
#category_list li a{
	font-size:20px;
	line-height: 40px;
	font-weight:bold;
	text-decoration:none;
	color:#303030;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 10px;
	text-align:left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	border-bottom:1px solid #3a3e4f;
	display:block;
	}
#category_list li a:hover {
	background-color:#eee;
	text-decoration:none;
}
#category_list li p{
	font-size:20px;
	line-height: 40px;
	font-weight:bold;
	text-decoration:none;
	color:#303030;
	text-align:left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	border-bottom:1px solid #3a3e4f;
	display:block;
	}
#category_list > ul > li > ul {
		display: none;
	background-color: #eee;
	}
ul.accordion span {display:block; }
ul.accordion > li > p span{ 
	background-image:url(../img/common/open.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 10px;
	 
	 }
ul.accordion > li > p span.open {
	 background-image:url(../img/common/close.png);
	background-repeat:no-repeat;
	background-position:95%;
	background-size: auto 10px;
	 }

/*	フッター
----------------------------------------------------------------------------*/
#footer{
	background-color: #194f8c;
	padding: 0 0 2% 0;
	text-align: center;
	margin: 0 0 0 0;
	}
.footer_in {
	width: 100%;
	margin: auto;
	padding: 3% 0;
	border-bottom: 1px solid #fff;
}
.f_navi{
	width: 100%;
	margin: 0 auto ;
	padding: 0;
}

.f_navi ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	text-align: left;
	list-style: none;
	float: left;
}
.f_navi li{
	
}
.f_navi li a {
	width: 95%;
	font-size: 14px;
	line-height: 1.75em;
	text-align: left;
	color: #fff;
	padding: 3% 0 3% 5%;
	display: block;
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #fff;
}
.f_navi li > ul > li a{
	width: 90%;
	font-size: 14px;
	line-height: 1.75em;
	text-align: left;
	color: #fff;
	padding: 3% 0 3% 10%;
	display: block;
	background-color: rgba(255,255,255,0.2);
	background-image: url(../img/common/foot_subicon.png);
	background-repeat: no-repeat;
	background-size: auto 0.25em;
	background-position: 7% center;
}
.f_navi li > ul > li {
	padding-left: 0;
}

.f_info{
	width: 100%;
	margin: 0 auto ;
	padding: 0;
}
	
	
.footer_logo {
	width: 70%;
	padding: 0 ;
	margin: 0 30% 3% 0;
	}	
.footer_logo img {
	width: 100%;
	height: auto;
	margin: 0 ;
}
.footer_add {
	width: 90%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	letter-spacing: -0.02em;
	color: #fff;
	padding: 0 5% 10% 5% ;
	margin: 3% 0;
	float: right;
	border-left: none;
	border-bottom: 1px solid #fff;
	}
.footer_add.name_sar {
	margin-top: 50px;
	font-size: 16px;
	text-align: center;
}	
	
	
.footer_contact {
	display: none;
	width: 100px;
	margin: 5px 0 0 0;
	float: right;
}
.footer_contact img {
	width: 40px;
	height: auto;
	float: left;
	margin: 0 0 0 10px;
}
.footer_bt a {
	width: 70%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 1em 0;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin: 3% 15%;
	float: right;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.footer_bt a:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}	

#footer_copy{
	height:auto;
	font-size:12px;
	line-height:30px;
	padding: 0;
	text-align:center;
	color: #fff;
	background-color: #333;
	}
.page_top {
	width: 15%;
	position: fixed;
	right: 2%;
	bottom: 10%;

	}
/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}

.page_title {
	background-image: url(../img/common/page_title_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: 40% center;
	text-align: center;
	padding: 5% 0 5% 0 ;
	margin: auto;
}
.page_title_in {
	width: 50%;
	padding-right: 40%;
	margin: 0 5%;
}
.page_lead {
	background-image: url(../img/common/head_lead_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 7% 2% 7% 2% ;
	margin: auto;
}
.page_lead span {
	width: 100%;
	margin: auto;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 23px;
	text-align: center;
}
.head_img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.head_img img {
	width: 100%;
	height: auto;
}
.title {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	padding: 1% 0;
	color: #0172c5;
	border-bottom: 1px solid #35342f;
	margin: 0 auto 8% auto;
}

.cont {
	width: 90%;
	min-height: 400px;
	margin: 0 auto ;
}
.fade_inl{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:5s;
 -ms-animation-duration:5s;
 animation-duration:5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateX(0); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fade_inr{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:5s;
 -ms-animation-duration:5s;
 animation-duration:5s;
 -webkit-animation-name: fuwatAnime_r;
 -ms-animation-name: fuwatAnime_r;
 animation-name: fuwatAnime_r;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_r {
 0% { opacity: 0; -webkit-transform: translateX(0); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}

@keyframes fuwatAnime_r {
 0% { opacity: 0; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fade_inup{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:5s;
 -ms-animation-duration:5s;
 animation-duration:5s;
 -webkit-animation-name: fuwatAnime_inup;
 -ms-animation-name: fuwatAnime_inup;
 animation-name: fuwatAnime_inup;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_inup {
 0% { opacity: 0; -webkit-transform: translateY(0); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatAnime_inup {
 0% { opacity: 0; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateX(0); }
}
.fade_indw{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:5s;
 -ms-animation-duration:5s;
 animation-duration:5s;
 -webkit-animation-name: fuwatAnime_indw;
 -ms-animation-name: fuwatAnime_indw;
 animation-name: fuwatAnime_indw;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime_indw {
 0% { opacity: 0; -webkit-transform: translateY(0); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatAnime_indw {
 0% { opacity: 0; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateX(0); }
}
.fade_outl {opacity: 0; -webkit-transform: translateX(0); }
.fade_inl {opacity: 1; -webkit-transform: translateX(0); }
.fade_outr {opacity: 0; -webkit-transform: translateX(0); }
.fade_inr {opacity: 1; -webkit-transform: translateX(0); }
.fade_outup {opacity: 0; -webkit-transform: translateY(0); }
.fade_inup {opacity: 1; -webkit-transform: translateY(0); }
.fade_outdw {opacity: 0; -webkit-transform: translateY(0); }
.fade_indw {opacity: 1; -webkit-transform: translateY(0); }
/*　TOP
----------------------------------------------------------*/
.home .head_img {
	width: 100%;
	margin: auto;
	padding: 16% 0;
	background-image: url(../img/top/head_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.home .head_img .lead {
	width: 90%;
	margin: auto;
}
.home .head_img .lead img {
	width: 100%;
	height: auto;
}
.home .title {
	width: 30%;
	margin: 0 0 5% 0;
	padding: 3% 35% 3% 35%;
	border-bottom: 1px solid #35342f;
}
.home .title img {
	width: 100%;
	height: auto;
}
	

	
.home .sect_gray {
	padding: 3% 0 0 0;
	background-color: rgba(204,204,204,0.2);
}

.home .title-balance {
	padding: 0 0 0 0;
}

.top_news {
	width: 96%;
	margin: 0 2%;
	
}
.top_news_bt {
	width: 96%;
	font-size: 14px;
	line-height: 1.25em;
	text-align: right;
	margin: 5% 2% 1% 2%;
}

.top_product {
	width: 100%;
	margin: 0 auto 3.5% auto;
}
.top_product .comm {
	width: 90%;
	font-size: 14px;
	line-height: 1.75em;
	text-align: center;
	margin: 0 auto 2% auto;
}
.prod_link_01 {
	width: 80%;
	margin: 2% 10% 2% 10%;
	background-image:url(../img/top/prod_link_01_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
	
.prod_link_02 {
	width: 80%;
	margin: 0 10% 2% 10%;
	background-image:url(../img/top/prod_link_02_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_03 {
	width: 80%;
	margin: 0 10% 2% 10%;
	background-image:url(../img/top/prod_link_03_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_04 {
	width: 80%;
	margin: 0 10% 2% 10%;
	background-image:url(../img/top/prod_link_04_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_05 {
	width: 80%;
	margin: 0 10% 2% 10%;
	background-image:url(../img/top/prod_link_05_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_06 {
	width: 80%;
	margin: 0 10% 2% 10%;
	background-image:url(../img/top/prod_link_06_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.prod_link_bt a{
	width: calc(80% - 0em);
	width: -webkit-calc(80% - 0em);
	font-size: 14px;
	line-height: 1em;
	padding: 1em 0 1em 0;
	border: 1px solid #fff;
	background-image: url(../img/common/bt_arrow.png);
	background-repeat: no-repeat;
	background-position: 75% center;
	color: #fff;
	display: block;
	position: absolute;
	left: calc(50% - 40%);
	left : -webkit-calc(50% - 40%) ;
	bottom: 5%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.prod_link_bt a:hover {
	background-position: 77% center;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
}
.top_product img {
	width: 100%;
	height: auto;
}
.top_link {
	width: 100%;
	margin: 0 auto 0 auto;
}
.top_link img {
	width: 100%;
	height: auto;
	}
.top_gree {
	width: 50%;
	padding: 0 50% 0 0;
	margin: 0;
	background-image:url(../img/top/link_gree_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.top_comp {
	width: 50%;
	padding: 0  0 0 50%;
	margin: 0;
	background-image:url(../img/top/link_comp_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.top_facility {
	width: 50%;
	padding: 0 50% 0 0;
	margin: 0;
	background-image:url(../img/top/link_facility_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.top_recruit {
	width: 50%;
	padding: 0 0 0 50%;
	margin: 0;
	background-image:url(../img/top/link_recruit_bk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: relative;
	float: left;
}
.top_link_bt_l a{
	width: calc(64% - 0em);
	width: -webkit-calc(64% - 0em);
	font-size: 14px;
	line-height: 1em;
	padding: 1em 0 1em 0;
	border: 1px solid #fff;
	background-image: url(../img/common/bt_arrow.png);
	background-repeat: no-repeat;
	background-position: 75% center;
	color: #fff;
	display: block;
	position: absolute;
	left: calc(50% - 32%);
	left : -webkit-calc(50% - 32%) ;
	bottom: 5%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_link_bt_l a:hover {
	background-position: 77% center;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
}
.top_link_bt_r a{
	width: calc(64% - 0em);
	width: -webkit-calc(64% - 0em);
	font-size: 14px;
	line-height: 1em;
	padding: 1em 0 1em 0;
	border: 1px solid #fff;
	background-image: url(../img/common/bt_arrow.png);
	background-repeat: no-repeat;
	background-position: 75% center;
	color: #fff;
	display: block;
	position: absolute;
	left: calc(50% - 32%);
	left : -webkit-calc(50% - 32%) ;
	bottom: 5%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_link_bt_r a:hover {
	background-position: 77% center;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
}


.top_map {
	width: 90%;
	height: 200px;
	margin:  2% 5%;
	border: 1px none;
}
.top_map iframe {
	width: 100%;
	height: 100%;
}
.top_seo {
	width: 90%;
	margin: auto;
	font-size: 14px;
	line-height: 1.75em;
	text-align: left;
	
}
/*　製品案内
----------------------------------------------------------*/
.prod_index_cont {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 5% 0 15% 0;
}

.prod_index_box {
	width: 94%;
	background-color: #fff;
	margin: 0 3% 6% 3%;
	padding: 2% 0;
}
.prod_index_box .name {
	width: 100%;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	padding: 1% 0;
	margin: auto;
}
.prod_index_box .name span {
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 16px auto;
	padding-left: 1.5em;
	display: inline-block;
}
.prod_index_box .name_l {
	width: 100%;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	padding: 1% 0;
	margin: auto;
}
.prod_index_box .name_l span {
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 16px auto;
	padding-left: 1.5em;
	display: inline-block;
}
.prod_index_box img {
	width: 60%;
	height: auto;
	margin: auto;
}
.prod_index_box .box_l p a{
	width: 80%;
	padding:0 0;
	margin: 0 auto 5% auto;
	border: 1px solid #0172C5;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	display: block;
		
}
.prod_index_box .box_l p .text {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	color: #fff;
	padding:5% 5%;
	background-color: #0172C5;
	width: 90%;
	margin: auto;
	vertical-align: middle;
	display: block;
}
.prod_index_box .box_l p .name_w {
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	padding: 5% 5% 5% 1.5em;
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: left ;
	display: inline-block;
}
.prod_index_box .box_l a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.prod_index_box .box_l {
	width: 90%;
	border-right: none;
	border-bottom: 1px dotted #0172c5;
	float: left;
	margin: 3% 5%;
	
}
.prod_index_box .box_r {
	width: 90%;
	float: left;
	margin: 3% 5%;
	border-bottom: 1px dotted #0172c5;
}
.prod_index_box .box_l_end a{
	width: 90%;
	border-right: none;
	border-bottom: 1px dotted #0172c5;
	float: left;
	margin: 3% 5%;
	padding: 10% 0;
	display: block;

}
.prod_index_box .box_r_end a{
	width: 90%;
	border-right: none;
	border-bottom: 1px dotted #0172c5;
	float: left;
	margin: 3% 5%;
	padding: 10% 0;
	display: block;

}
.prod_navi{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 3% 0 3% 0;
	background-image: url(../img/products/navi_back.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.prod_navi ul:before, .prod_navi ul:after{
	content: "";
	display: table;
}
.prod_navi ul:after{
  clear: both;
}
.prod_navi ul {
	width: 100%;
	margin: auto;
	padding:  0 ;
	list-style: none;
	
}
.prod_navi li{
	width: 20vw;
	display: table-cell;
}
.prod_navi  li.sidebar {
	background-image: url(../img/products/side_bar.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.prod_navi li a{
	width: 100%;
	font-size: 2.1vw;
	line-height: 1em;
	padding: 2em 0 2em 0;
	text-align: center;
	color: #303030;
	display:block;
}
.prod_navi li a:hover{
	text-decoration: none;
	border-bottom: 5px solid #0172c5;
}
.prod_navi  li.underbar {
	border-bottom: 5px solid #0172c5;
}
.prod_navi li.underbar a:hover{
	text-decoration: none;
	border-bottom: none;
}
.prod_head_img {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100%;
	height: auto;
	padding: 5% 0 3% 0;
	margin: 0 auto 6% auto;
}
#cat_01 .prod_head_img {
	background-image: url(../img/products/title_back_a.jpg);
	height: auto;
	padding: 5% 0 3% 0;
}
#cat_02 .prod_head_img {
	background-image: url(../img/products/title_back_b.jpg);
	height: auto;
	padding: 5% 0 3% 0;
}
#cat_03 .prod_head_img {
	background-image: url(../img/products/title_back_c.jpg);
	height: auto;
	padding: 5% 0 3% 0;
}
#cat_04 .prod_head_img {
	background-image: url(../img/products/title_back_d.jpg);
	height: auto;
	padding: 5% 0 3% 0;
}
#cat_05 .prod_head_img {
	background-image: url(../img/products/title_back_e.jpg);
	height: auto;
	padding: 5% 0 3% 0;
}
#cat_06 .prod_head_img {
	background-image: url(../img/products/title_back_f.jpg);
	height: auto;
	padding: 5% 0 3% 0;
}
#cat_07 .prod_head_img {
	background-image: url(../img/products/title_back_g.jpg);
}
#cat_08 .prod_head_img {
	background-image: url(../img/products/title_back_h.jpg);
	height: auto;
	padding: 5% 0 3% 0;
}
#cat_09 .prod_head_img {
	background-image: url(../img/products/title_back_i.jpg);
}
#cat_10 .prod_head_img {
	background-image: url(../img/products/title_back_j.jpg);
	height: auto;
	padding: 5% 0 3% 0;
}
#cat_11 .prod_head_img {
	background-image: url(../img/products/title_back_k.jpg);
}
#cat_12 .prod_head_img {
	background-image: url(../img/products/title_back_l.jpg);
}
.prod_head_img_in {
	width: 68%;
	height: auto;
	margin: 0 30% 0 2% ;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
#cat_08 .prod_head_img_in {
	width: 68%;
	height: auto;
	margin: 0 30% 0 2% ;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
#cat_10 .prod_head_img_in {
	width: 68%;
	height: auto;
	margin: 0 30% 0 2% ;
	position: relative;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}
.prod_head_img_in .name {
	font-size: 20px;
	line-height: 30px;
	color: #0172c5;
}
.prod_head_img_in .side_img {
	width: 38%;
	position: absolute;
	right: -40%;
	bottom: 0;
}
.prod_head_img_in .bt a{
	width: 80%;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #474747;
	padding: 1em 0;
	margin: 3% 20% 0 0;
	display: inline-block;
}
.prod_head_img_in .bt a:hover {
	background-color: rgba(71,71,71,0.2);
	text-decoration: none;
}
.prod_sect {
	width: 90%;
	margin: 0 5% 2% 5%;
}
.prod_sect_end {
	width: 90%;
	margin: 0 5% 5% 5%;
}
.prod_details {
	width: 100%;
	margin: 0 0 15% 0;
	float: left;
}
.prod_details .img {
	width: 70%;
	float: left;
	margin: 0 15% 5% 15%;
}
.prod_details .detail {
	width: 100%;
	float: left;
	margin: 0 ;
}
.prod_details p  {
	font-size: 13px;
	text-align: right;
}
.prod_details .detail .name {
	width: calc(100% - 6px);
	width: -webkit-calc(100% - 6px);
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	background-color: rgba(0,0,0,0.35);
	text-align: left;
	padding: 6px 3px;
	margin: 0 0 15px 0 ;
}
.prod_details .detail .name span {
	font-size: 16px;
}
.prod_details .detail th {
	width: 3.5em;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
.prod_details .detail td {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.05em;
	text-align: left;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
.prod_pdf {
	width: 90%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #35342f;
	margin: 0 auto 15% auto;
}
.prod_pdf span {
	background-image: url(../img/products/bt_pef.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 15% auto;
	padding: 1.5em 0 1.5em 15%;
	display: inline-block;
}
.prod_pdf a {
	color: #0172c5;
}
.prod_pdf a:hover {
	text-decoration: underline;
}
.prod_atten_box {
	width: 90%;
	padding: 12px 0;
	border: 1px solid #35342f;
	margin: 0 auto 5% auto;
}
#cat_05 .prod_atten_box_inl {
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 1.5em 0;
	float: left;
	border-right: none;
	border-bottom: 1px dotted #474747;
}
#cat_05 .prod_atten_box_inr {
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 1.5em 0;
	float: left;
}
#cat_05 .prod_details .detail th {
	width: 5.5em;
	font-size: 14px;
	line-height: 24px;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
#cat_05 .prod_details .detail .int {
	padding-left: 1em;
	text-indent: -1em;
}
#cat_06 .prod_atten_box_inl {
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 5% 10%;
}
#cat_08 .prod_details {
	width: 100%;
	margin: 0 0 5% 0;
	
}
#cat_08 .prod_details .detail {
	width: 100%;
	text-align: left;
	float: left;
	margin: 0 ;
	overflow: scroll;
}
#cat_08 .prod_details p  {
	font-size: 13px;
	text-align: right;
}
#cat_08 .prod_details .detail .name {
	width: calc(100% - 6px);
	width: -webkit-calc(100% - 6px);
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	background-color: rgba(0,0,0,0.35);
	text-align: left;
	padding: 6px 3px;
	margin: 0 0 15px 0 ;
	display: inline-block;
}
#cat_08 .prod_details .detail .name span {
	font-size: 16px;
}
#cat_08 .prod_details .detail th {
	width: 8.5em;
	font-size: 14px;
	line-height: 24px;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
#cat_08 .prod_details .detail td {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
	padding: 2px 20px;
	border-bottom: 1px solid #35342f;
}
#cat_08 .prod_details .detail .left {
	text-align: left;
	padding: 2px 30px;
}
#cat_09 .prod_details .detail th {
	width: 8.5em;
	font-size: 14px;
	line-height: 24px;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
#cat_10 .prod_details {
	width: 100%;
	margin: 0 0 5% 0;
	
}
#cat_10 .prod_details .detail {
	width: 100%;
	text-align: left;
	float: left;
	margin: 0 ;
	overflow: scroll;
}
#cat_10 .prod_details .detail table {
	
	}
#cat_10 .prod_details p  {
	font-size: 13px;
	text-align: right;
}
#cat_10 .prod_details .detail .name {
	width: calc(100% - 6px);
	width: -webkit-calc(100% - 6px);
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	background-color: rgba(0,0,0,0.35);
	text-align: left;
	padding: 6px 3px;
	margin: 0 0 15px 0 ;
	display: inline-block;
}
#cat_10 .prod_details .detail th {
	width: 5.5em;
	font-size: 14px;
	line-height: 24px;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
#cat_10 .prod_details .detail td {
	width: calc(100% -5.5em);
	width: -webkit-calc(100% - 5.5em);
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
	padding: 2% 2%;
	border-bottom: 1px solid #35342f;
}
#cat_10 .prod_details .detail .bor {
	border-right: 1px solid #35342f;
}
#cat_10 .prod_atten_box_in1 {
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 5% 0;
	float: left;
	border-right: none;
	border-bottom: 1px dotted #474747;
}
#cat_10 .prod_atten_box_in2 {
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 5% 0;
	float: left;
}
#cat_10 .prod_atten_box_in3 {
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 5% 0;
	float: left;
	border-right: none;
	border-bottom: 1px dotted #474747;
}
#cat_10 .prod_atten_box_in4 {
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 5% 0;
	float: left;
}
#cat_10 .prod_atten_box_in5 {
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 5% 0;
	float: left;
	border-bottom: 1px dotted #474747;
}
#cat_10 .prod_atten_box_in6 {
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 5% 0;
	float: left;
	border-left: none;
}
#cat_10 .prod_atten_box_in7 {
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 5% 0;
	float: left;
	border-bottom: 1px dotted #474747;
}
#cat_10 .prod_atten_box_in8 {
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 5% 0;
	float: left;
	border-left: none;
	
}
#cat_11 .prod_details .detail th {
	width: 5.5em;
	font-size: 14px;
	line-height: 24px;
	-moz-text-align-last: justify;
     text-align-last: justify;
     text-justify:inter-ideograph;
	vertical-align: top;
	padding: 2px 0;
	border-bottom: 1px solid #35342f;
}
.prod_caution_box {
	width: 90%;
	padding: 5% 0 5% 0;
	margin: 0 auto;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
}
.prod_caution_box .lead {
	font-size: 20px;
	line-height: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0 auto 3% auto;
}
.prod_caution_box .lead span {
	background-image: url(../img/products/notice.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 10% auto;
	padding: 2% 0 2% 12%;
	margin: 0 auto 3% auto;
	display: inline;
}
.prod_caution_box .ask {
	font-size: 18px;
	line-height: 28px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 5% auto 3% auto;
	color: #0172c5;
}
.prod_caution_box .bt_box {
	width: 100%;
	margin: auto;
	display: table;
}
.prod_caution_box .bt_box .bt a {
	width: 40%;
	margin: 0 5%;
	display: block;
	font-size: 13px;
	line-height: 20px;
	padding: 15px 0;
	border: 1px solid #35342f;
	box-sizing: border-box;
	float: left;
}
.prod_caution_box .bt_box .bt a:hover {
	background-color: rgba(0,0,0,0.2);
	text-decoration: none;
}
/*　安全データシート一覧
----------------------------------------------------------*/
.sds_box {
	width: 90%;
	padding: 7% 0 15%x 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.sds_box .lead {
	font-size: 18px;
	line-height: 28px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	margin: 0 auto 3% auto;
}
.sds_box .lead span {
	background-image: url(../img/products/notice.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 10% auto;
	padding: 5% 0 5% 12%;
	margin: 0 auto 3% auto;
	display: inline-block;
}

.sds_box .title {
	width: 100%
}
.sds_box .login {
	width: 90%;
	margin: 3% 5% ;
	float: right;
	
}
.sds_box .regist {
	width: 90%;
	margin: 3% 5% ;
	float: left;
}
.sds_box .table {
	width: 90%;
	margin: auto;
	border: 1px solid #35342f;
	background-color: rgba(204,204,204,0.2);
	padding: 5% 5%;
}
.sds_box .table th {
	width: 100%;
	padding: 1% 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	float: left;
}
.sds_box .table td {
	width: 100%;
	padding:  0 0 1% 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	float: left;
}
.sds_box .form_style{
	width:96%; 
	height:auto; 
	padding:1% 2% ;
	vertical-align:middle; 
	font-size:14px; 
	border: 1px solid #35342f; 
	}
.sds_box .table .essential {
	color: #f20000;
	padding-left: 1em;
}

.sds .sub_lead {
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	padding: 72px 0 72px 0 ;
	margin: auto;
}
.sds_index_box {
	width: 80%;
	background-color: #fff;
	margin: 0 auto 6% auto;
	padding: 5% ;
}
.sds_index_box li {
	width: calc(100% - 1.5em);
	width: -webkit-calc(100% - 1.5em) ;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
	padding: 5% 0 5% 1.5em;
	margin: 0;
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 30% ;
	display: block;
	float: left;
}
.sds_index_box li:hover {
	text-decoration: none;
}
.sds_index_box ul:before, .sds_index_box ul:after{
	content: "";
	display: table;
}
.sds_index_box ul:after{
  clear: both;
}
.sds_index_box .subtitle {
	background-image: url(../img/sds/dott.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 20px;
	line-height: 1em;
	color: #0172c5;
	text-align: left;
	margin: 0 auto 1% auto;
}
.sds_index_box .subtitle span {
	background-color: #fff;
	padding: 0 1em 0 0;
	display: inline-block;
}
.first {
	margin: 0 auto 3% auto;
}
/*　設備紹介
----------------------------------------------------------*/
.facility_cont {
	margin: auto;
	padding: 5% 0 15% 0;
}
.facility_cont .comm{
	font-size: 20px;
	line-height: 1.75em;
	font-weight: bold;
	text-align: center;
	color: #0172c5;
	padding: 10% 0 0 0
}
.facility_box {
	width: 90%;
	margin: 0 5% 4% 5%;
	padding: 2% 0;
}
.facility_box .box_l {
	width: 100%;
	margin: 0 0 5% 0;
	float: left;
}
.facility_box .box_r {
	width: 100%;
	margin: 0 0 5% 0;
	float: left;
}
.facility_box .name {
	width: 94%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding:2% 3%;
	background-color: #e2e2e2;
}
.facility_box .name span {
	font-size: 18px;
	margin: 0 0 2% 0;
	color: #0172c5;
	display: inline-block;
}
/*　OEMについて
----------------------------------------------------------*/

.head_comm {
	width: 90%;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 5%;
	background-color: #0172c5;
	color: #fff;
	position: relative;
	top:0;
	left: 0;
}
.oem_cont_gy {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 5% 0 8% 0;
}
.oem_cont_gy_in {
	width: 90%;
	margin: 0 5%;
	padding: 0;
}
.oem_cont_gy .box_l {
	width: 100%;
	margin: 0 0 5% 0;
	float: left;
}
.oem_cont_gy .box_r {
	width: 100%;
	margin: 0 0 5% 0;
	float: left;
}
.oem_cont_gy .name {
	width: 96%;
	height: auto;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding:2% 2%;
	background-color: #fff;
}
.oem_cont_gy .name span {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 3% 0;
	color: #0172c5;
	display: inline-block;
}
.oem_cont_wt {
	width: 90%;
	margin: 0 5%;
	padding: 5% 0 8% 0;
}
.oem_cont_wt table {
	width: 100%;
	margin: auto;
}
.oem_cont_wt table tr:nth-child(n) {
 background:#e5e5e5;
background-image: url(../img/oem/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
 }
.oem_cont_wt table tr:nth-child(2n) {
 background:#f9f9f9;
	background-image: url(../img/oem/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
 }
.oem_cont_wt table th {
	padding: 0;
}
.oem_cont_wt table td {
	padding: 3% 2% 3% 2%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	
}
.oem_cont_wt table td span {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 1% 0;
	display: inline-block;
}
.oem_telbox {
	width: 90%;
	margin: 0 5% 15% 5%;
	background-color: #0172c5;
	padding: 5% 0;
}
.oem_telbox .telno {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	margin: 0 0 0 0;
	float: left;
}
.oem_telbox .telno img {
	width: 80%;
	height: auto;
	margin: 3% 10%;
}
.oem_telbox .telno span {
	font-size: 20px;
	font-weight: bold;
}
.oem_telbox .bt a{
	width: 90%;
	font-size: 14px;
	line-height: 1em;
	padding: 1.25em 0 1.25em 0;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 2% 5% 0 5%;
}
.oem_telbox .bt a:hover {text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
/*　会社案内
----------------------------------------------------------*/
.comp_cont {
	margin: auto;
	padding: 5% 0 0 0;
}
.comp_pre {
	width: 90%;
	margin: 0 5% 10% 5%;
	text-align: left;
	position: relative;
}
.comp_pre .img {
	width: 70%;
	margin: 0 15% 5% 15%;}
.comp_pre_text {
	width: 90%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	background-color: #fff;
	padding: 5%;
	-webkit-box-shadow: #888 0px 0px 5px;
	-moz-box-shadow: #888 0px 0px 5px;
	box-shadow: #888 0px 0px 5px;
	position: relative;
	right: 0;
	bottom: 0;
}
.comp_pre_text span {
	font-size: 16px;
	font-weight: bold;
	color: #0172c5;
	margin: 0 0 5% 0;
	display: inline-block;
}
.comp_pre_text .name {
	font-size: 16px;
	text-align: right;
}
.comp_cont_gy {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 5% 0 7% 0;
}
.comp_cont_gy_in {
	width: 90%;
	margin: auto;
	padding: 0;
}
.comp_cont_wt {
	margin: 5% auto 7% auto;
	padding: 0;
}
.comp_cont_wt_end {
	margin: 5% auto 10% auto;
	padding: 0;
}
.comp_cont_gy_end {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 5% 0 0 0;
}
.company .table {
	width: 90%;
	background-color: #fff;
	border: 1px solid #35342f;
	padding: 3% 3%;
	margin: 0 2%;
}
.company table {
	
}
.company table thead th {
	width: 98%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding: 2% 2%;
	border-top: 1px dotted #35342f;
	border-bottom: 1px dotted #35342f;
	background-color: #eee;
	float: left;
}
.company table thead td {
	width: 98%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2%;
	float: left;
}
.company table tbody th {
	width: 98%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding: 2% 2%;
	border-top: 1px dotted #35342f;
	background-color: #eee;
	float: left;
}
.company table tbody td {
	width: 98%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2%;
	border-top: 1px dotted #35342f;
	float: left;
}
.company table tbody td .img {
	width: 80%;
	margin: 2% 10% ;
}
.history_img {
	width: 100%;
	margin: 0 auto 0% auto;
	padding: 5% 0 10% 0;
}
.history_img li {
	position: relative;
	display: block;
}
.history_img .caption {
	font-size: 18px;
	line-height: 1.2em;
	padding: 0.4em 1em;
	color: #fff;
	background-color: #0172c5;
	display: inline-block;
	position: absolute;
	left: 5%;
	bottom: 0;
}
/*　採用情報
----------------------------------------------------------*/
.recruit_cont_gy {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 5% 0 8% 0;
}
.recruit_cont_wt {
	margin: auto;
	padding: 5% 0 15% 0;
}
.recruit_voice {
	width: 90%;
	margin: 2% 5%;
}
.recruit_voice .comm {
	font-size: 14px;
	line-height: 24px;
	margin: 3% auto;
}
.recruit_voice .box_l {
	width: 100%;
	margin: 0 0 5% 0;
	position: relative;
	float: left;
}
.recruit_voice .box_r {
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
	float: left;
}
.recruit_voice .name {
	width: 94%;
	height: auto;
	padding: 3% 3%;
	background-image: url(../img/recruit/name.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: right;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.recruit_voice .name span {
	font-weight: normal;
	font-size: 14px;
}
.recruit .table_title {
	width: 90%;
	margin: auto;
	padding: 16px 0;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background-color: #0172c5;
}
.recruit .table {
	width: 90% ;
	background-color: #fff;
	border: 1px solid #35342f;
	padding: 2% 2%;
	box-sizing: border-box;
	margin: auto;
}
.recruit table {
	
}
.recruit table thead th {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding: 2% 2%;
	background-color: #ccc;
	border-top: 1px dotted #35342f;
	float: left;
}
.recruit table thead td {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2%;
	border-top: 1px dotted #35342f;
	float: left;
}
.recruit table tbody th {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding: 2% 2%;
	background-color: #ccc;
	border-top: 1px dotted #35342f;
	float: left;
}
.recruit table tbody td {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2%;
	border-top: 1px dotted #35342f;
	float: left;
}
/*　Q & A
----------------------------------------------------------*/
.faq_cont {
	margin: auto;
	padding: 5% 0 15% 0;
}

.faq_cont .faq_ttl {
	font-size: 20px;
	line-height: 50px;
}

.faq_cont dl {
	margin-top: 20px;
}
.faq_cont dl dt {
	font-size: 17px;
}
.faq_cont dl dd {
	font-size: 16px;
	padding-left: 1em;
}


/*　お問い合わせ
----------------------------------------------------------*/
.contact_cont_wt {
	margin: auto;
	padding: 5% 0 1%x 0;
}
.contact_comm {
	width: 90%;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: 0 5% 3% 5%;
}
.contact_comm span {
	color: #f20000;
}
.contact_cont_gy {
	background-color: rgba(204,204,204,0.2);
	margin: auto;
	padding: 2% 0 2% 0;
}
.contact .contact_check {
	width: 90%;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: 3% 5% 3% 5%;
}
.contact_table {
	width: 90%;
	margin: 0 5% ;	
	
}
.contact_table table  {

}
.contact_table thead th {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2%;
	background-color: #ccc;
	border-top: 1px solid #35342f;
	float: left;
}
.contact_table thead td {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2%;
	border-top: 1px solid #35342f;
	float: left;

}
.contact_table tbody th {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2%;
	background-color: #ccc;
	border-top: 1px solid #35342f;
	float: left;
}
.contact_table tbody td {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2%;
	border-top: 1px solid #35342f;
	float: left;
}
.contact_table span {
	color: #f20000;
	padding-left: 1em;
	}


.submit_btn{
	width: 70%;
	margin: 4% 15% 8% 15%;
	font-size: 14px;
	line-height: 1em;
	padding: 1em 0 1em 0;
	text-align: center;
	color: #fff;
	background-color: rgba(1,114,197,1);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border: none;
	display:block;
	cursor: pointer;
}
.submit_btn:hover {
	background-color: rgba(1,114,197,0.7);
	text-decoration: none;
}

.form_style{
	width:96%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_s{
	width:96%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:14px; 
	}
.form_style_tarea{
	width:96%; 
	height:150px; 
	padding:2% 2% ;
	font-size:14px; 
	
	}
.contact_box {
	width: 90%;
	margin: 5% auto 10% auto;
	border: 1px solid #0172c5;
		
}
.contact_box .lead {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: #0172C5;
	padding:1em 1em;
} 
.contact_box .text {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #0172C5;
	padding:1em 1em 0.5em 1em;
	margin: auto;
}
.contact_box .text img {
	margin-bottom: 2%;
}


}

/* フッターバナー追加 */

@media screen and (min-width:1800px) { 
	.footer_in{
		position: relative;
	}
	.bnr_kids{
		position: absolute;
		bottom: 70px;
		right: 50px;
		
	}
}

@media screen and ( max-width: 767px) {
	.bnr_kids{
		width: 70%;
		margin: auto;
	}
}

.bn_youtube {
	max-width: 1280px;
	margin: 0 auto 30px;
	text-align: center;
}
.bn_catalog {
	max-width: 1035px;
	margin: 0 auto 30px;
	text-align: center;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc_bn { display: block !important; }
.sp_bn { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.pc_bn { display: none !important; }
.sp_bn { display: block !important; }
}

/* フッターバナー追加　end */
	
.youtube_link {
	width: 1100px;
	margin: 0 auto 30px auto;
	text-align: left;
	vertical-align: middle;

}
.youtube_link img {
	margin-right:10px;
	vertical-align: middle;		
}

@media screen and (max-width: 1279px){
	
.youtube_link {
	width: 85.9375vw;
	font-size: 1.5625vw;
}	
	
}

@media screen and (max-width: 767px){
.youtube_link {
	width: 82%;
	margin: 12px auto;
	font-size: 14px;
	text-indent:-2.8em;
	padding-left:2.8em;
	line-height: 24px;
}	
	
.youtube_link img {
	width: 30px;
}	
	
}


@media screen and (min-width: 767px){   
  .pc_br { display:block; }
  .sp_br { display:none; }
}
@media screen and (max-width: 767px){   
  .pc_br { display:none; }
  .sp_br { display:block; }
}

.txt_junbi {
	color: #0172c5;
	font-size: 30px;
	text-align: center;
	
}
	

@media screen and (max-width: 767px) {
.txt_junbi {
	font-size: 18px;
	}
	
}

/*　追加　*/
.style_list {
	border: solid #00b050 2px;
	padding: 30px 60px;
	width: 100%;
	max-width: 1100px;
	margin: -80px auto 150px;
	box-sizing: border-box;
	font-size: 18px;
}
.style_list .inner {
	width: 54%;
	margin: auto;
	text-align: left;
}
.style_list .txt {
	/*margin-left: 30px;*/
	margin-left: -1em;
}

.style_list_02{
	width: 100%;
	max-width: 1100px;
	margin: 3% auto 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.style_list_02 .item{
	width: 46%;
}
.style_list_02 .item.blue {
	border: solid #194f8c 2px;
	padding: 20px 20px 20px 40px;
	box-sizing: border-box;
	font-size: 15px;
	text-align: left;
}
.style_list_02 .item.oran {
	border: solid #e96101 2px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	display:table;
}
.style_list_02 .item.oran div {
  display:table-cell;
  vertical-align:middle;	
}

.style_list_02 .txt {
	margin-left: -1em;
}




@media screen and (max-width: 1279px) {
.style_list {
	margin: -8vw auto 11.71875vw auto;
	max-width: 85.9375vw;
	width: 90%;
	padding: 30px;
	font-size: 1.40625vw;
	}
.style_list .inner {
	width: 90%;
}	
	
}

@media screen and (max-width: 767px) {
.style_list {
	margin: -10% auto 15% auto;
	width: 90%;
    font-size: 14px;
	padding: 20px 10px;
	max-width: 100%;
	}
.style_list .inner {
	width: 100%;
}	
.style_list .txt {
	margin-left: 10px;
}	
	
.style_list_02 .item{
	width: 90%;
	margin: 20px auto;
}	
	
}




