@charset "UTF-8";
/****************************************************************************
	body設定
*****************************************************************************/
@import url(../css/b-s-able.css);
@import url(../css/t-s-able.css);
body{
	color: #000;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5em;
	text-align: center;
	overflow-wrap : break-word;
	word-wrap : break-word;
	-webkit-text-size-adjust: 100%;
}


h2,h3,h4{text-align: left;}

a {color: #000;
	text-decoration:none;
	}
a:hover {
	color: #000;
	text-decoration:underline;
	}
img {
	margin: 0  ;
	padding: 0;
    max-width: 100%;
}


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	
}
.contents{
	width:1280px;
	min-height: 400px;
	margin: 0 auto ;
	padding:  0;
	text-align: left;
	
}

/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	/*width: 1100px;*/
	width: 100%;
	margin: auto;
	padding: 0 ;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#header:before, #header:after{
	content: "";
	display: table;
}
#header:after{
  clear: both;
}

#head_logo {
	width:176px;
	margin:0  ;
	float: left;
	}


.head_tel {
	width: 161px;
	margin: 0 0 0 47px;
	float: left;
	
}

/*
.h1{
	width: 924px;
	font-size: 12px;
	line-height:16px;
	padding: 13px 0 0 0;
	height:16px; 
	text-align:center;
	float: left;
}
*/

.h1{
	width: 300px;
	font-size: 12px;
	line-height:16px;
	text-align:left;
	float: left;
	margin-left: 30px;
}
.pc{display:inline;}
.sm{display:none;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi{
	margin: 0 0 0 8% ;
	padding: 0;
	display: flex;
	width: calc(92% - 560px);
	padding-top: 30px;
}
.navi:before, .navi:after{
	content: "";
	display: table;
}
.navi:after{
  clear: both;
}
.navi > ul {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.navi li{
	display: inline;
  	margin: 0 0 0 0 ;
  	padding:  0 ;	
 
}
.navi ul  li a{
	/*width: 142px;*/
	display: block;
	overflow: hidden;
  	margin: 0 ;
  	padding: 10px 0 22px 0 ;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
 	float: left;
}
.navi ul  li a:hover {
	color: #005baa; 
	text-decoration: none;}

.navi ul li a:hover{
	color: #005baa;
	text-decoration: none;
}

.home .navi .p1 a{color: #005baa;
	text-decoration: none;}
.service .navi .p2 a{color: #005baa;
	text-decoration: none;}
.factory .navi .p7 a{color: #005baa;
	text-decoration: none;}
.products .navi .p3 a{color: #005baa;
	text-decoration: none;}
.company .navi .p4 a{color: #005baa;
	text-decoration: none;}
.recruit .navi .p5 a{color: #005baa;
	text-decoration: none;}
.contact .navi .p6 a{color: #005baa;
	text-decoration: none;}
.permit {
	background-color: #005baa;
	color: #FFFFFF;
	font-size: 13px;
    line-height: 1.4em;
	padding: 8px 20px;
}

/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	
}
/*	フッター
----------------------------------------------------------------------------*/
#footer{
	padding: 24px 0 0 0;
	text-align: center;
	color: #fff;
	margin: 0 0 0 0;
	background-color: #005baa;
	}



.footer_logo {
	width: 160px;
	padding: 0 ;
	margin: 0 auto;
	}
.footer_logo img {
	width: 100%;
	height: auto;
}



#footer_copy{
	height:34px;
	font-size:10px;
	line-height:34px;
	padding: 0 ;
	text-align:center;
	color: #fff;
	}
.page_top {
	width: 78px;
	height: 78px;
	position: fixed;
	right: 60px;
	bottom: 100px;
}
.page_top img {
	width: 100%;
	height: auto;
}

/*	共通
----------------------------------------------------------------------------*/
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}


.page_title {
	width: 100%;
	margin: 0 auto 90px auto;
	padding: 95px 0 60px 0;
	background-image:url(../img/common/page_title.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	overflow: hidden;
}
.page_title_in {
	width: 250px;
	margin: 0 auto;
}
.subtitle {
	background-image:url(../img/common/sub_title.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size:  100% 6px;
	padding: 0 0 20px 0;
	font-size: 35px;
	line-height: 42px;
	text-align: center;
}
.subtitle span {
	font-size: 28px;
}
.cont {
	width: 1100px;
	min-height: 400px;
	margin: 50px auto 90px auto;
}
/*　TOP
----------------------------------------------------------*/
.slider_wrap {
	background-image: url(../img/top/back.png);
	background-repeat: repeat-y;
}
.home .sect1 {
	width: 1100px;
	margin: auto;
	padding: 60px 0 50px 0;
}
.home .sect1 .title {
	width: 1100px;
	margin: 0 auto 18px auto;
	text-align: center;
}
.home .sect1 ul li {
	width: 353px;
	margin: 0 20px 30px 0;
	float: left;
}
.home .sect1 ul li:nth-child(3n){
	margin: 0 0 30px 0;
}
.home .sect2 {
	background-image:url(../img/top/prod_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	margin: auto;
	padding: 70px 0 105px 0;
	overflow: hidden;
}
.home .sect2 .title {
	width: 1100px;
	margin: 0 auto 50px auto;
	text-align: center;
}

.home .sect2 .bt a {
	width: 380px;
	font-size: 16px;
	line-height: 1em;
	padding: 16px 0 ;
	text-align: center;
	margin: 70px auto 0 auto;
	border-radius: 24px;
	color: #fff;
	border: 1px solid #fff;
	-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;
	display: block;
}
.home .sect2 .bt a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
.home .sect3 {
	width: 1100px;
	margin: auto;
	padding: 40px 0 60px 0;
	overflow: hidden;
}
.home .sect3 .title {
	width: 547px;
	margin: 0 auto 15px auto;
	text-align: center;
}
.home .sect3 .top_company {
	width: 523px;
	margin: 0 54px 0 0 ;
	float: left;
}
.home .sect3 .top_recruit {
	width: 523px;
	margin: 0 0 0 0 ;
	float: left;
}
.home .top_news {
    width: 95%;
	max-width: 1100px;
	margin: 0 auto 40px auto;
}
.home .top_news .title {
	width: 125px;
	margin: 6px 0 0 0;
	float: left;
}
.home .top_news .title img {
	width: 100%;
	height: auto;
}
.home .top_news .bt a {
	width: 292px;
	font-size: 16px;
	line-height: 1em;
	padding: 16px 0 ;
	text-align: center;
	margin: 0 0 25px 0;
	border-radius: 24px;
	color: #000;
	border: 1px solid #000;
	-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;
	display: block;
	float: left;
}
.home .top_news .bt a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.2);
}
.top_news_cont {
    width: 100%;
	max-width: 1098px;
	margin: auto;
	padding: 10px 0 0 0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.news_tab ul {
	width: 100%;
}
.news_tab ul:before, .news_tab ul:after{
	content: "";
	display: table;
}
.news_tab ul:after{
  clear: both;
}
.news_tab ul li {
	padding: 0;
    width: 25%;
	float: left;
}
.news_tab ul li a {
	padding: 5px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: left;	
	display: block;
}
.news_tab ul li a:hover {
	text-decoration: none;
}
.news_tab ul .tab_01 {
	background-color: #b2b2b2;
}
.news_tab ul .tab_02 {
	background-color: #005baa;
}
.news_tab ul .tab_03 {
	background-color: #00aa77;
}
.news_tab ul .tab_04 {
	background-color: #d18600;
}
.news_tab ul span {
	background-image:url(../img/top/news_tab_icon.png);
	background-repeat: no-repeat;
	background-position:right;
	padding: 0 1.5em 0 0 ;
	display: inline;
}
.top_seo {
    width: 95%;
	max-width: 1100px;
	margin: 30px auto 100px auto;
	font-size: 12px;
	line-height: 21px;
	text-align: left;
}
.top_access {
    width: 95%;
	max-width: 1100px;
	margin: 0 auto 20px auto;
}
.top_access .title {
	width: 125px;
	margin: 6px 0 0 0;
	float: left;
}
.top_access .title img {
	width: 100%;
	height: auto;
}
.top_access .access_add {
	width: 400px;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	float: left;
}
.top_access .access_tel {
	width: 280px;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	float: left;
}
.top_access .bt a {
	width: 292px;
	font-size: 16px;
	line-height: 1em;
	padding: 16px 0 ;
	text-align: center;
	margin: 0 0 ;
	border-radius: 24px;
	color: #000;
	border: 1px solid #000;
	-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;
	display: block;
	float: left;
}
.top_access .bt a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.2);
}
.top_map {
	width: 100%;
	height: 364px;
	margin: auto;
}
.top_map iframe {
	width: 100%;
	height: 100%;
}
/*　サービス
----------------------------------------------------------*/
.service .subtitle, 
.factory .subtitle{
	width: 518px;
	margin: 0 auto 50px auto;
}
.service .cont_box,
.factory .cont_box{
	width: 1100px;
	margin: 0 auto 110px auto;
}
.service .cont_box .text,
.factory .cont_box .text{
	width: 510px;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	margin: 0 40px 0 0 ;
	float: left;
}
.service .cont_box .text p,
.factory .cont_box .text p{
	font-size: 1.35em;
	line-height: 1.5em;
	font-weight: bold;
	padding-top: 1em;
}
.service .cont_box .text .lead,
.factory .cont_box .text .lead{
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: left;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000;
	margin: 0 0 15px 0;
}
.service .cont_box .img,
.factory .cont_box .img{
	width: 550px;
	float: left;
}
.service #service_02 .img {
	margin-bottom: 70px;
}
.service #service_02 .img_w {
	width: 100%;
	margin: auto;
}
.service #service_02 .img_w ul:before, .service #service_02 .img_w ul:after{
	content: "";
	display: table;
}
.service #service_02 .img_w ul:after{
  clear: both;
}
.service #service_02 .img_w li{
	width: 266px;
	margin: 0 12px 0 0;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	float: left;
}
.service #service_02 .img_w li img {
	margin-bottom: 12px;
}
.service #service_02 .img_w li:nth-last-child(1){
	margin: 0 0 0 0;
}
.service .pickup, 
.factory .pickup{
	width: 1020px;
	padding: 60px 40px 145px 40px;
	margin: 0 auto 135px auto;
	background-image: url(../img/service/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
	position: relative;
}
.service .pickup .icon,
.factory .pickup .icon{
	width: 111px;
	position: absolute;
	left: -17px;
	top: -17px;
}
.service .pickup_title,
.factory .pickup_title{
	font-size: 35px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	padding: 0 0 10px 0;
	background-image: url(../img/service/pickup_title.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fff;
	margin: 0 auto 20px auto;
	display: inline-block;
}
.service .pickup .tab,
.factory .pickup .tab{
	width: 100%;
	margin: 0 auto 20px auto;
}
.service .pickup .tab li,
.factory .pickup .tab li{
	float: left;
	margin-right: 18px;
	display: inline-block;
}
.service .pickup .tab ul li:nth-child(3n),
.factory .pickup .tab ul li:nth-child(3n){
	margin-right:  0;
}
.service .pickup .main_img,
.factory .pickup .main_img{
	width: 100%;
	margin: 0 auto 30px auto;
}
.service .pickup .main_img img,
.factory .pickup .main_img img{
	width: 50%;
	height: auto;
	float: left;
}
.service .pickup .comm,
.factory .pickup .comm{
	width: 100%;
	font-size: 16px ;
	line-height: 25px;
	text-align: center;
	color: #fff;
	margin: 0 auto 40px auto;
}
.service .pickup .comm span,
.factory .pickup .comm span{
	color: #ff0;
}
.service .pickup .b_boder {
	widows: 100%;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #fff;
}
.service .pickup .arrow {
	width: 710px;
	margin: 30px auto 0 auto;
}
.service .pickup .arrow dl {
	display: table;
}
.service .pickup .arrow dt {
	width: 144px;
	background-image: url(../img/service/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	color: #005ba9;
	padding: 16px 8px;
	margin: 0 30px 0 0;
	float: left;
	
}
.service .pickup .arrow dd {
	width: 520px;
	font-size: 24px;
	line-height: 46px;
	font-weight: bold;
	text-align: left;
	padding: 3px 0 30px 0;
	color: #fff;
	float: left;
}
.service .pickup .arrow dd span {
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
}
.service .pickup .detail {
	width: 100%;
	margin: 60px 0 30px 0;
}
.service .pickup .detail .lead {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 2px 0 2px 1em;
	background-image: url(../img/service/icon.png);
	background-repeat: no-repeat;
	background-position: left;
}
.service .pickup .detail p {
	padding-left: 1em;
}
.service .pickup .detail img {
	margin: 10px 0;
}
.service .pickup .detail_l {
	width: 480px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	color: #fff;
	float: left;
	margin: 0 60px 0 0;
}
.service .pickup .detail_r {
	width: 480px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	color: #fff;
	float: left;
	margin: 0 0 0 0;
}
.service .pickup .price {
	width: 830px;
	margin: 90px auto 0 auto;
}
.service .pickup .price .text {
	width: 480px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	float: left;
}
.service .pickup .price .text .lead {
	font-size: 35px;
	font-weight: bold;
	line-height: 40px;
	text-align: left;
	color: #fff;
	border-left: 4px solid #fff;
	margin: 0 0 35px 0;
	padding-left: 1em;
}
.service .pickup .price .pdf {
	width: 350px;
	float: left;
}
.service .pickup .price .pdf .img {
	width: 140px;
	margin: 0 auto 24px auto;
}
.service .pickup .price .pdf .bt a {
	width: 345px;
	font-size: 18px;
	line-height: 1em;
	padding: 23px 0 ;
	text-align: center;
	margin: 0 0 ;
	border-radius: 32px;
	color: #fff;
	border: 1px solid #fff;
	-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;
	display: block;
	margin: auto;
}
.service .pickup .price .pdf .bt a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
.service .pickup .hose {
	width: 920px;
	margin: 0 auto 90px auto;
	background-image: url(../img/service/check_back.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 25px 0 0 0;
}
.service .pickup .hose .img_l {
	width: 400px;
	float: left;
	margin: 0 120px 45px 0;
}
.service .pickup .hose .img_r {
	width: 400px;
	float: left;
	margin: 0 0 45px 0;
}
.service .pickup .hose .img {
	width: 100%;
} 

.service .pickup .check {
	font-size: 35px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	padding: 10px 0 10px 110px;
	background-image:url(../img/service/check_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
	margin: 0 auto 10px auto;
	display: inline-block;
}
.service .pickup .chain_bnr,
.factory .pickup .chain_bnr{
	width: 100%;
	margin:0 auto 30px auto ;
}
.service .pickup .chain,
.factory .pickup .chain{
	width: 955px;
	margin: auto;
	background-image: url(../img/service/check_back.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 25px 0 0 0;
}
.service .pickup .chain .box .lead,
.factory .pickup .chain .box .lead{
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.service .pickup .chain .box .chain_icon,
.factory .pickup .chain .box .chain_icon{
	width: 118px;
	height: 118px;
	margin: 10px auto;
}
.service .pickup .chain .box li,
.factory .pickup .chain .box li{
	width: 285px;
	height: 400px;
	text-align: left;
	float: left;
	padding-right: 25px;
	margin-right: 25px;
	background-image: url(../img/service/v-bar.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.service .pickup .chain .box li:nth-child(3n),
.factory .pickup .chain .box li:nth-child(3n){
	padding-right: 0;
	margin-right: 0;
	background-image:none;
}
.service .service_news {
	width: 100%;
	background-color: #f0f0f0;
	padding: 45px 0 100px 0;
	margin: 0 auto 80px auto;
}
.service .service_news .title {
	width: 155px;
	margin: 6px 650px 0 0;
	float: left;
}
.service .service_news .title img {
	width: 100%;
	height: auto;
}
.service .service_news .bt a {
	width: 292px;
	font-size: 16px;
	line-height: 1em;
	padding: 16px 0 ;
	text-align: center;
	margin: 0 0 25px 0;
	border-radius: 24px;
	color: #000;
	border: 1px solid #000;
	background-color: rgba(255,255,255,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;
	display: block;
	float: left;
}
.service .service_news .bt a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.2);
}
.service_news_cont {
	width: 1100px;
	margin: auto;
}
#picup_01 { margin-top:-50px;
  padding-top:50px;}
#picup_02 { margin-top:-50px;
  padding-top:50px;}
#picup_03 { margin-top:-50px;
  padding-top:50px;}
#service_01 { margin-top:-45px;
  padding-top:50px;}
#service_02 { margin-top:-50px;
  padding-top:50px;}
#service_03 { margin-top:-50px;
  padding-top:50px;}
/*　商　品
----------------------------------------------------------*/
.products .subtitle {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	padding: 0 0 10px 0;
	background-image:url(../img/products/sub_title.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 auto 20px auto;
	display: inline-block;
}
.products .comm {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: 0 auto 50px auto;
}
.products .cont_box {
    width: 90%;
	max-width: 1040px;
	padding: 30px 23px;
	border: 1px solid #000;
	margin: 0 auto 46px auto;
}
.products .cont_box .text {
	margin: 0 0 30px 0;
}
.products .cont_box .text th {
	width: 180px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 1em 0 1em 0;
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #000;
}
.products .cont_box .text td {
	padding: 6px 0 20px 0;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #000;
}
.products .cont_box .text2 {
	width: 436px;
	margin: 0 80px 0 0;
	float: left;
}
.products .cont_box .text2 th {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 1em 0 1em 0;
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #000;
	float: left;
}
.products .cont_box .text2 td {
	width: 100%;
	padding: 20px 0 20px 0;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #000;
	float: left;
}
/*　企業案内
----------------------------------------------------------*/
.company .subtitle {
	width: 152px;
	margin: 0 auto 50px auto;
}
.company .gree {
    width: 95%;
	max-width: 1100px;
	margin: 0 auto 80px auto;
}
.company .gree .img {
    width: 46%;
	max-width: 509px;
	border: 1px solid #000;
	display: block;
	float:right;
}
.company .gree .text {
    width: 50%;
	max-width: 550px;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	float:left;
}
.company .gree .text .lead {
	font-size: 23px;
	line-height: 42px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.company .gree .text .name {
	font-size: 20px;
	text-align: right;
	margin: 40px 0 0 0;
}
.company .bnr {
    width: 100%;
	max-width: 1280px;
	margin: 0 auto 80px auto;
}
.comp_table {
    width: 95%;
	max-width: 1100px;
	margin: 0 auto 80px auto;
	
}
.comp_table table {
	
	
}
.comp_table th {
	width: 190px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	vertical-align: top;
	padding: 8px 0 8px 310px;
	border-bottom: 1px solid #000;
}
.comp_table td {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 8px 10px 8px 0;
	border-bottom: 1px solid #000;
}


/*　採用情報
----------------------------------------------------------*/
.recruit .page_title {
	margin: 0 auto;
}
.recruit .head_img {
	background-image:url(../img/recruit/head_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	margin: 0 auto 70px auto;
	padding: 224px 0 100px 0 ;
}
.recruit .head_img.img_new {
	background-image:url(../img/recruit/head_img02.jpg);
}

.recruit .head_img_in {
	width: 1100px;
	margin:0 auto 30px auto;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #fff;
}
.recruit .head_img_in .lead {
	width: 680px;
	margin: 0 auto 0 auto;
}
.recruit .head_img_in .comm {
	width: 100%;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	margin:0 auto 30px auto ;
}
.recruit .head_img_in .bt a {
	width: 326px;
	font-size: 20px;
	line-height: 1em;
	padding: 11px 0 33px 0;
	text-align: center;
	margin: 0 58px 0 0;
	border-radius: 33px;
	color: #fff;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.5);
	background-image:url(../img/recruit/arrow.png);
	background-repeat: no-repeat;
	background-position: center 90%;
	-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;
	display: block;
	float: left;
}
.recruit .head_img_in .bt a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
.recruit .head_img_in .bt2 a {
	width: 326px;
	font-size: 20px;
	line-height: 1em;
	padding: 11px 0 33px 0;
	text-align: center;
	margin: 0 0 0 0;
	border-radius: 33px;
	color: #fff;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.5);
	background-image:url(../img/recruit/arrow.png);
	background-repeat: no-repeat;
	background-position: center 90%;
	-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;
	display: block;
	float: left;
}
.recruit .head_img_in .bt2 a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
.recruit .head_img2 {
	background-image:url(../img/recruit/link_back.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 0 0 25px 0 ;
}
.recruit .head_img2_in {
	width: 1100px;
	margin:0 auto 30px auto;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #fff;
}
.recruit .head_img2_in .lead {
	width: 610px;
	margin: 0 162px 0 0;
	float: left;
}
.recruit .head_img2_in .bt a {
	width: 326px;
	font-size: 20px;
	line-height: 1em;
	padding: 11px 0 33px 0;
	text-align: center;
	margin: 160px 0 0 0;
	border-radius: 33px;
	color: #fff;
	border: 1px solid #fff;
	background-color: rgba(240,90,36,1);
	background-image:url(../img/recruit/arrow.png);
	background-repeat: no-repeat;
	background-position: center 90%;
	-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;
	display: block;
	float: left;
}
.recruit .head_img2_in .bt a:hover{
	text-decoration: none;
	background-color: rgba(240,90,36,0.7);
}
.recruit .title {
	width: 1100px;
	margin: 0 auto 40px auto;
	text-align: center;
}

#personal {
	background-image: url(../img/recruit/back_01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 120px 0 80px 0;
}
#personal ul {
	width: 1100px;
	margin: 0 auto 70px auto;
}
#personal ul li {
	width: 290px;
	background-image: url(../img/recruit/point.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	float: left;
}
#personal ul li:nth-child(n){
	padding: 98px 0 99px 0;
	margin-right: 115px;
}
#personal ul li:nth-child(2n){
	padding: 83px 0;
	margin-right: 115px;
}
#personal ul li:nth-child(3n){
	padding: 98px 0 99px 0;
	margin-right: 0;
}
#personal .comm {
	font-size: 16px;
	line-height: 23px;
	text-align: center;
}
.back2 {
	background-image: url(../img/recruit/back_02.jpg);
	background-repeat: no-repeat;
	background-position:center 770px;
}
#voice {
	
	padding: 30px 0 0 0;
	margin: 0 auto 70px auto;
}
#voice .staff {
	width: 1100px;
	margin: auto;
}
#voice .staff.one_staf {
	width: 550px;
	margin: auto;
}
#voice .staff .lead_01 {
	width : -webkit-calc(100% - 90px) ;
   	width : calc(100% - 90px) ;
	height: 108px;
	font-size: 28px;
	line-height: 36px;
	text-align: left;
	padding: 20px 0 15px 90px;
	background-image: url(../img/recruit/icon_no1.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #005baa;
	border-bottom: 1px solid #005baa;
	margin: 20px 0 0 0;
}
#voice .staff .lead_02 {
	width : -webkit-calc(100% - 90px) ;
   	width : calc(100% - 90px) ;
	height: 108px;
	font-size: 28px;
	line-height: 36px;
	text-align: left;
	padding: 20px 0 15px 90px;
	background-image: url(../img/recruit/icon_no2.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #005baa;
	border-bottom: 1px solid #005baa;
	margin: 20px 0 0 0;
}
#voice .staff .name {
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	text-align: left;
	color: #005baa;
	padding:15px 90px 30px 90px; 
}
#voice .staff .bt a {
	width: 319px;
	font-size: 18px;
	line-height: 1em;
	padding: 22px 0 ;
	text-align: center;
	margin: 0 auto;
	border-radius: 31px;
	color: #005baa;
	border: 1px solid #005baa;
	background-color: rgba(255,255,255,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;
	display: block;
}
#voice .staff .bt a:hover{
	text-decoration: none;
	background-color: rgba(0,91,170,0.2);
}
#voice .staff .staff_01 {
	width: 510px;
	margin: 0 80px 0 0;
	float: left;
}
#voice .staff .staff_02 {
	width: 510px;
	margin: 0 0 0 0;
	float: left;
}
#yoko {
	
	padding: 80px 0 0 0;
	margin: 0 auto 110px auto;
}
#yoko .comm_box {
	width: 1100px;
	margin: 0 auto 80px auto;
	font-size: 23px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.recruit_table {
	width: 1100px;
	margin: 0 auto 80px auto;
}
.recruit_table .yoko_title {
	font-size: 23px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 30px 0;
}
.recruit_table table {
	width: 100%;
	margin:  0 auto;
	padding: 0 0 0 170px;
}
.recruit_table th {
	width: 170px;
	font-size: 18px;
	line-height: 31px;
	text-align: left;
	vertical-align: top;
	padding: 8px 13px;
	border-bottom: 1px solid #000;
}
.recruit_table td {
	font-size: 18px;
	line-height: 31px;
	text-align: left;
	padding: 8px 10px 8px 0;
	border-bottom: 1px solid #000;
}
.recruit_table td p {
	padding: 0 0 0 8em;
}
.recruit_tel {
	background-image: url(../img/recruit/tel_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 0 80px 0;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto 80px auto;
}
.recruit_tel span {
	font-size: 16px;
}
.recruit_tel .telno {
	width: 353px;
	margin: 10px auto;
}
.recruit .staff_head {
	width: 1100px;
	margin: 60px auto 90px auto;
	position: relative;
}
.recruit .staff_head .comm {
	width: 570px;
	font-size: 26px;
	line-height: 36px;
	text-align: left;
	color: #fff;
	position: absolute;
	left: 70px;
	top: 115px;
}
.recruit .staff_head .name {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	text-align: left;
	margin: 40px 0 0 0;
}
.recruit .staff_box {
	width: 1100px;
	margin: 0 auto 95px auto;
}
.recruit .staff_box .qa {
	font-size: 18px;
	line-height: 1.2em;
	text-align: left;
	padding: 10px 0;
	margin: 0 0 20px 0;
	color: #005baa;
	border-bottom: 1px solid #005baa;
}
.recruit .staff_box .qa span {
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	padding: 0 1em 0 0;
}
.recruit .staff_box p {
	margin: 0 0 60px 0;
}
.recruit .staff_img_r {
	width: 550px;
	float: right;
	margin: 0 0 95px 0;
}
.recruit .staff_img_l {
	width: 550px;
	float: left;
	margin: 0 0 0 0;
}
.recruit .staff_text_l {
	width: 435px;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	float: left;
	margin: 0 115px 0 0;
}
.recruit .staff_text_r {
	width: 435px;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	float: left;
	margin: 0 0 0 115px;
}
/*　お問い合わせ
----------------------------------------------------------*/
.contact_cont {
    width: 95%;
	max-width: 1100px;
	margin: 0 auto 110px auto;
	padding: 30px 0 0 0;
}
.contact_cont .title {
    width: 100%;
/*	width: 1100px;*/
	margin: 0 auto 20px auto;
}
.contact_cont .telno {
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	margin: 0 auto 90px auto;
}
.contact_cont .telno .tel {
	width: 372px;
	margin: 10px auto;
}
.contact_table {
	width: 930px;
	margin: 0 auto 110px auto;
	padding: 0 ;
}
.contact .comm {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 0 0;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.contact .comm span {
	width: 48px;
	font-size: 14px;
	line-height: 1em;
	padding: 6px 6px;
	border-radius: 1px;
	background-color: #005baa;
	text-align: center;
	color: #fff;
	margin-right: 14px;
	display: inline-block;
	}
.contact_table table {
	width: 930px;
	margin:  0 auto;
	padding: 0 ;
}

.contact_table table th {
	width: 205px;
	font-size: 16px;
	line-height: 28px;
	vertical-align: top;
	text-align: right;
	padding:  5px 10px 5px 0;
}

.contact_table table td {
	line-height: 28px;
	text-align: left;
	padding: 2px 0 2px 0;
	

}
.contact_table table th p {
	padding: 0 74px 0 0;
	}
.contact_table table th span {
	width: 48px;
	font-size: 14px;
	line-height: 1em;
	padding: 6px 6px;
	border-radius: 1px;
	background-color: #005baa;
	text-align: center;
	color: #fff;
	margin-left: 14px;
	display: inline-block;
	}


.submit_btn {
	width: 510px;
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	padding: 17px 0 ;
	text-align: center;
	margin: 60px auto 60px auto;
	color: #000;
	border: none;
	background:rgba(229,229,229,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;
	display: block;
}
.submit_btn:hover{
	text-decoration: none;
	background:rgba(229,229,229,0.7); 
}
.submit_btn span {
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 1.5em;
}
.form_style{
	width : -webkit-calc(100% - 4px) ;
   	width : calc(100% - 4px) ;
	height:auto; 
	padding:3px 2px ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_s{
	width : -webkit-calc(50% - 4px) ;
   	width : calc(50% - 4px) ;
	height:auto; 
	padding:3px 2px ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_tarea{
	width : -webkit-calc(100% - 4px) ;
   	width : calc(100% - 4px) ;
	height:200px; 
	padding:3px 2px ;
	font-size:16px; 
	
	}
.complete {
	color: #3a72b5;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%
}


@media screen and ( max-width: 1400px) {
    .page_top {
        right: 20px;
    }


}

@media screen and ( min-width: 767px) {

    .home .top_news .bt {
        float: right;
    }

}
@media (max-width: 1150px) and (min-width: 767px) {

    .top_access .bt{
        clear: both;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    .top_access .bt a{
        float: none;
        margin: auto;
    }
}







/* ===========横幅767px以下================ */


@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: 48px;
	text-align: center;
	overflow-wrap : break-word;
	word-wrap : break-word;
	-webkit-text-size-adjust: 100%;
	 
}


h2,h3,h4{text-align: left;}

a {color: #000;
	text-decoration:none;
	}
a:hover {
	color: #000;
	text-decoration:underline;
	}
img {
	margin: 0  ;
	padding: 0;
	width: 100%;
	height: auto;}

#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	
}
.contents{
	width:90%;
	min-height: 300px;
	margin: 0 5% ;
	padding: 0 0;
	text-align: center;
	}
	
/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 100%;
	margin: auto;
	padding: 0 ;
	display: block;
}
#header:before, #header:after{
	content: "";
	display: table;
}
#header:after{
  clear: both;
}

#head_logo {
	width:31%;
	margin:0  ;
	float: left;
	}
.head_tel {
	display: none;
	width: 161px;
	margin: 0 0 0 47px;
	float: left;
	
}
.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:2000;
	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 #005baa;
	}
#category_list li a{
	font-size:20px;
	line-height: 40px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	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 #005baa;
	display:block;
	}
#category_list li a:hover {
	background-color:#689ecc;
	text-decoration:none;
}
#category_list li p{
	font-size:20px;
	line-height: 40px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-align:left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	border-bottom:1px solid #fff;
	display:block;
	}
#category_list > ul > li > ul {
		display: none;
	background-color: #333;
	}
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{
	padding: 3% 0 0 0;
	text-align: center;
	color: #fff;
	margin: 0 0 0 0;
	background-color: #005baa;
	}



.footer_logo {
	width: 40%;
	padding: 0 ;
	margin: 0 auto;
	}
.footer_logo img {
	width: 100%;
	height: auto;
}



#footer_copy{
	height:30px;
	font-size:10px;
	line-height:30px;
	padding: 0 ;
	text-align:center;
	color: #fff;
	}
.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 {
	width: 100%;
	margin: 0 auto 5% auto;
	padding: 5% 0 4% 0;
	background-image:url(../img/common/page_title.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	overflow: hidden;
}
.page_title_in {
	width: 50%;
	margin: 0 25%;
}
.subtitle {
	background-image:url(../img/common/sub_title.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size:  100% 3px;
	padding: 0 0 3% 0;
	font-size: 22px;
	line-height: 1.2em;
	text-align: center;
}
.subtitle span {
	font-size: 18px;
}
.cont {
	width: 90%;
	min-height: 400px;
	margin: 5% auto 9% auto;
}
/*　TOP
----------------------------------------------------------*/
.slider_wrap {
	background-image: url(../img/top/back.png);
	background-repeat: repeat-y;
}
.home .sect1 {
	width: 90%;
	margin: auto;
	padding: 5% 0 5% 0;
}
.home .sect1 .title {
	width: 100%;
	margin: 0 auto 18px auto;
	text-align: center;
}
.home .sect1 ul li {
	width: 100%;
	margin: 0 0 3% 0;
	float: left;
}
.home .sect1 ul li:nth-child(3n){
	margin: 0 0 3% 0;
}
.home .sect2 {
	background-image:url(../img/top/prod_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 90%;
	margin: auto;
	padding: 5% 5% 5% 5%;
	overflow: hidden;
}
.home .sect2 .title {
	width: 90%;
	margin: 0 auto 5% auto;
	text-align: center;
}

.home .sect2 .bt a {
	width: 80%;
	font-size: 16px;
	line-height: 1em;
	padding: 16px 0 ;
	text-align: center;
	margin: 5% auto 0 auto;
	border-radius: 24px;
	color: #fff;
	border: 1px solid #fff;
	-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;
	display: block;
}
.home .sect2 .bt a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
.home .sect3 {
	width: 90%;
	margin: auto;
	padding: 4% 0 6% 0;
	overflow: hidden;
}
.home .sect3 .title {
	width: 100%;
	margin: 0 auto 3% auto;
	text-align: center;
}
.home .sect3 .top_company {
	width: 100%;
	margin: 0 0 3% 0 ;
	float: left;
}
.home .sect3 .top_recruit {
	width: 100%;
	margin: 0 0 3% 0 ;
	float: left;
}
.home .top_news {
	width: 90%;
	margin: 0 auto 40px auto;
}
.home .top_news .title {
	width: 30%;
	margin: 5% 35% 2% 35%;
	float: left;
}
.home .top_news .title img {
	width: 100%;
	height: auto;
}
.home .top_news .bt a {
	width: 80%;
	font-size: 16px;
	line-height: 1em;
	padding: 16px 0 ;
	text-align: center;
	margin: 0 0 3% 10%;
	border-radius: 24px;
	color: #000;
	border: 1px solid #000;
	-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;
	display: block;
	float: left;
}
.home .top_news .bt a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.2);
}
.top_news_cont {
	width: 100%;
	margin: auto;
	padding: 10px 0 0 0;
	border-right: none;
	border-left: none;
}
.news_tab ul {
	width: 100%;
}
.news_tab ul:before, .news_tab ul:after{
	content: "";
	display: table;
}
.news_tab ul:after{
  clear: both;
}
.news_tab ul li {
	padding: 0;
	width: 50%;
	float: left;
}
.news_tab ul li a {
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: left;	
	display: block;
}
.news_tab ul li a:hover {
	text-decoration: none;
}
.news_tab ul .tab_01 {
	background-color: #b2b2b2;
}
.news_tab ul .tab_02 {
	background-color: #005baa;
}
.news_tab ul .tab_03 {
	background-color: #00aa77;
}
.news_tab ul .tab_04 {
	background-color: #d18600;
}
.news_tab ul span {
	background-image:url(../img/top/news_tab_icon.png);
	background-repeat: no-repeat;
	background-position:right;
	padding: 0 1.5em 0 0 ;
	display: inline;
}
.top_seo {
	width: 90%;
	margin: 3% auto 10% auto;
	font-size: 12px;
	line-height: 21px;
	text-align: left;
}
.top_access {
	width: 90%;
	margin: 0 auto 2% auto;
}
.top_access .title {
	width: 30%;
	margin: 3% 70% 2% 0;
	float: left;
}
.top_access .title img {
	width: 100%;
	height: auto;
}
.top_access .access_add {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	float: left;
}
.top_access .access_tel {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	float: left;
}
.top_access .bt a {
	width: 80%;
	font-size: 16px;
	line-height: 1em;
	padding: 16px 0 ;
	text-align: center;
	margin: 2% 10% ;
	border-radius: 24px;
	color: #000;
	border: 1px solid #000;
	-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;
	display: block;
	float: left;
}
.top_access .bt a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.2);
}
.top_map {
	width: 100%;
	height: 300px;
	margin: auto;
}
.top_map iframe {
	width: 100%;
	height: 100%;
}
/*　サービス
----------------------------------------------------------*/
.service .subtitle,
.factory .subtitle	{
	width: 100%;
	margin: 0 auto 5% auto;
}
.service .cont_box,
.factory .cont_box	{
	width: 90%;
	margin: 0 auto 10% auto;
}
.service .cont_box .text,
.factory .cont_box .text	{
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0 0 2% 0 ;
	float: left;
}
.service .cont_box .text .lead,
.factory .cont_box .text .lead	{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
	padding: 0 0 2% 0;
	border-bottom: 1px solid #000;
	margin: 0 0 15px 0;
}
.service .cont_box .img	{
	width: 80%;
	float: left;
	margin: 0 10%;
}
	
.factory .cont_box .img	{
	width: 80%;
	float: left;
	margin: 10px 10% 0;
}	
	
	
.service .pickup,
.factory .pickup	{
	width: 80%;
	padding: 7% 5% 5% 5%;
	margin: 0 5% 8% 5%;
	background-image: url(../img/service/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	color: #fff;
	position: relative;
}
.service .pickup .icon,
.factory .pickup .icon	{
	width: 20%;
	position: absolute;
	left: -2.8vw;
	top: -2.8vw;
}
.service .pickup_title,
.factory .pickup_title	{
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	padding: 0 0 3% 0;
	background-image: url(../img/service/pickup_title.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fff;
	margin: 0 auto 10% auto;
	display: inline-block;
}
.service .pickup .tab,
.factory .pickup .tab	{
	width: 100%;
	margin: 0 auto 20px auto;
}
.service .pickup .tab li,
.factory .pickup .tab li	{
	width: 80%;
	float: left;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 3%;
	display: inline-block;
}
.service .pickup .tab ul li:nth-child(3n),
.factory .pickup .tab ul li:nth-child(3n)	{
	width: 90%;
	margin-right:  0;
	margin-left: 5%;
	margin-bottom: 0;
}
.service .pickup .main_img,
.factory .pickup .main_img	{
	width: 100%;
	margin: 0 auto 5% auto;
}
.service .pickup .main_img img,
.factory .pickup .main_img img	{
	width: 100%;
	margin-bottom: 2%;
	height: auto;
	float: left;
}
.service .pickup .comm {
	width: 100%;
	font-size: 14px ;
	line-height: 24px;
	text-align: left;
	color: #fff;
	margin: 0 auto 5% auto;
}
.service .pickup .comm span {
	color: #ff0;
}
.service .pickup .b_boder {
	widows: 100%;
	padding: 2% 0 0 0;
	border-bottom: 1px solid #fff;
}
.service .pickup .arrow {
	width: 100%;
	margin: 5% auto 0 auto;
}
.service .pickup .arrow dl {
	display: table;
}
.service .pickup .arrow dt {
	width: 45%;
	background-image: url(../img/service/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% auto;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	color: #005ba9;
	padding: 16px 8px;
	margin: 0 3% 0 0;
	float: left;
	
}
.service .pickup .arrow dd {
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-align: left;
	padding: 3px 0 3% 0;
	color: #fff;
	float: left;
}
.service .pickup .arrow dd span {
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
}
.service .pickup .detail {
	width: 100%;
	margin: 5% 0 5% 0;
}
.service .pickup .detail .lead {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 2px 0 2px 1em;
	background-image: url(../img/service/icon.png);
	background-repeat: no-repeat;
	background-position: left;
}
.service .pickup .detail p {
	padding-left: 1em;
}
.service .pickup .detail img {
	margin: 10px 0;
}
.service .pickup .detail_l {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #fff;
	float: left;
	margin: 0 0 5% 0;
}
.service .pickup .detail_r {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #fff;
	float: left;
	margin: 0 0 0 0;
}
.service .pickup .price {
	width: 100%;
	margin: 5% auto 0 auto;
}
.service .pickup .price .text {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
}
.service .pickup .price .text .lead {
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	text-align: left;
	color: #fff;
	border-left: 4px solid #fff;
	margin: 0 0 3% 0;
	padding-left: 1em;
}
.service .pickup .price .pdf {
	width: 100%;
	float: left;
}
.service .pickup .price .pdf .img {
	width: 30%;
	margin: 2% 35% 5% 35%;
}
.service .pickup .price .pdf .bt a {
	width: 80%;
	font-size: 16px;
	line-height: 1em;
	padding: 12px 0 ;
	text-align: center;
	margin:3% 10% 0 10% ;
	border-radius: 22px;
	color: #fff;
	border: 1px solid #fff;
	-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;
	display: block;
	margin: auto;
}
.service .pickup .price .pdf .bt a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
.service .pickup .hose {
	width: 100%;
	margin: 0 auto 9% auto;
	background-image: url(../img/service/check_back.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding: 3% 0 0 0;
}
.service .pickup .hose .img_l {
	width: 48%;
	float: left;
	margin: 0 4% 5% 0;
}
.service .pickup .hose .img_r {
	width: 48%;
	float: left;
	margin: 0 0 5% 0;
}
.service .pickup .hose .img {
	width: 100%;
} 

.service .pickup .check,
.factory .pickup .check	{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	padding: 5px 0 5px 50px;
	background-image:url(../img/service/check_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 30px;
	color: #fff;
	margin: 0 auto 3% auto;
	display: inline-block;
}
.service .pickup .chain_bnr,
.factory .pickup .chain_bnr	{
	width: 100%;
	margin:0 auto 3% auto ;
}
.service .pickup .chain,
.factory .pickup .chain	{
	width: 100%;
	margin: auto;
	background-image: url(../img/service/check_back.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding: 3% 0 0 0;
}
.service .pickup .chain .box .lead,
.factory .pickup .chain .box .lead	{
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.service .pickup .chain .box .chain_icon,
.factory .pickup .chain .box .chain_icon	{
	width: 50%;
	height: auto;
	margin: 3% auto;
}
.service .pickup .chain .box li,
.factory .pickup .chain .box li	{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
	padding-right: 0;
	padding-bottom: 5%;
	margin-right: 0;
	margin-bottom: 10%;
	background-image:none;
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom: 1px solid #fff;
}
.service .pickup .chain .box li:nth-child(3n),
.pickup .chain .box li:nth-child(3n)	{
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-image:none;
	border-bottom: none;
}
.service .service_news {
	width: 90%;
	background-color: #f0f0f0;
	padding: 5% 5%;
	margin: 0 auto 8% auto;
}
.service .service_news .title {
	width: 32%;
	margin: 3% 34% 3% 34%;
	float: left;
}
.service .service_news .title img {
	width: 100%;
	height: auto;
}
.service .service_news .bt a {
	width: 80%;
	font-size: 16px;
	line-height: 1em;
	padding: 16px 0 ;
	text-align: center;
	margin: 0 0 5% 10%;
	border-radius: 24px;
	color: #000;
	border: 1px solid #000;
	background-color: rgba(255,255,255,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;
	display: block;
	float: left;
}
.service .service_news .bt a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0,0.2);
}
.service_news_cont {
	width: 100%;
	margin: auto;
}
#picup_01 { margin-top:-5%;
  padding-top:5%;}
#picup_02 { margin-top:-5%;
  padding-top:5%;}
#picup_03 { margin-top:-5%;
  padding-top:5%;}
#service_01 { margin-top:-5%;
  padding-top:5%;}
#service_02 { margin-top:-5%;
  padding-top:5%;}
#service_03 { margin-top:-5%;
  padding-top:5%;}
/*　商　品
----------------------------------------------------------*/
.products .subtitle {
	width: 90%;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	padding: 0 0 3% 0;
	background-image:url(../img/products/sub_title.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 auto 5% auto;
	display: inline-block;
}
.products .comm {
	width: 90%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 auto 5% auto;
}
.products .cont_box {
	width: 80%;
	padding: 3% 5%;
	border: 1px solid #000;
	margin: 0 auto 5% auto;
}
.products .cont_box .text {
	margin: 0 0 30px 0;
}
.products .cont_box .text th {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 1em 0 1em 0;
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #000;
	float: left;
}
.products .cont_box .text td {
	width: 100%;
	padding: 10px 0 10px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #000;
	float: left;
}
.products .cont_box .text2 {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
}
.products .cont_box .text2 th {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 1em 0 1em 0;
	background-image: url(../img/products/icon.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #000;
	float: left;
}
.products .cont_box .text2 td {
	width: 100%;
	padding: 10px 0 10px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	border-bottom: 1px solid #000;
	float: left;
}
/*　企業案内
----------------------------------------------------------*/
.company .subtitle {
	width: 90%;
	margin: 0 auto 5% auto;
}
.company .gree {
	width: 90%;
	margin: 0 auto 8% auto;
}
.company .gree .img {
	width: 70%;
	margin: 0 15% 5% 15%;
	border: 1px solid #000;
	display: block;
	float:right;
}
.company .gree .text {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float:left;
}
.company .gree .text .lead {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 3% 0;
}
.company .gree .text .name {
	font-size: 18px;
	text-align: right;
	margin: 3% 0 0 0;
}
.company .bnr {
	width: 100%;
	margin: 0 auto 8% auto;
}
.comp_table {
	width: 90%;
	margin: 0 auto 8% auto;
	
}
.comp_table table {
	
	border-top: 1px solid #000;
}
.comp_table th {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding: 2% 2%;
	border-bottom: 1px solid #000;
	background-color: rgba(0,0,0,0.1);
	float: left;
}
.comp_table td {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2%;
	border-bottom: 1px solid #000;
	float: left;
}


/*　採用情報
----------------------------------------------------------*/
.recruit .page_title {
	margin: 0 auto;
}
.recruit .head_img {
	background-image:url(../img/recruit/head_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	width: 100%;
	margin: 0 auto 8% auto;
	padding: 5% 0 10% 0 ;
}
.recruit .head_img_in {
	width: 90%;
	margin:0 auto 0 auto;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	color: #fff;
}
.recruit .head_img_in .lead {
	width: 100%;
	margin: 0 auto 0 auto;
}
.recruit .head_img_in .comm {
	width: 100%;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	margin:0 auto 3% auto ;
}
.recruit .head_img_in .bt a {
	width: 80%;
	font-size: 16px;
	line-height: 1em;
	padding: 8px 0 22px 0;
	text-align: center;
	margin: 0 auto 5% 10%;
	border-radius: 34px;
	color: #fff;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.5);
	background-image:url(../img/recruit/arrow.png);
	background-repeat: no-repeat;
	background-position: center 90%;
	-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;
	display: block;
	float: left;
}
.recruit .head_img_in .bt a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
.recruit .head_img_in .bt2 a {
	width: 80%;
	font-size: 16px;
	line-height: 1em;
	padding: 8px 0 22px 0;
	text-align: center;
	margin: 0 0 0 10%;
	border-radius: 34px;
	color: #fff;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.5);
	background-image:url(../img/recruit/arrow.png);
	background-repeat: no-repeat;
	background-position: center 90%;
	-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;
	display: block;
	float: left;
}
.recruit .head_img_in .bt2 a:hover{
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
}
.recruit .head_img2 {
	background-image:url(../img/recruit/link_back.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	width: 100%;
	margin: 0 auto 4% auto;
	padding: 0 0 2% 0 ;
}
.recruit .head_img2_in {
	width: 90%;
	margin:0 auto 3% auto;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	color: #fff;
}
.recruit .head_img2_in .lead {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
}
.recruit .head_img2_in .bt a {
	width: 80%;
	font-size: 16px;
	line-height: 1em;
	padding: 8px 0 22px 0;
	text-align: center;
	margin: 0 auto 5% 10%;
	border-radius: 34px;
	color: #fff;
	border: 1px solid #fff;
	background-color: rgba(240,90,36,1);
	background-image:url(../img/recruit/arrow.png);
	background-repeat: no-repeat;
	background-position: center 90%;
	-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;
	display: block;
	float: left;
}
.recruit .head_img2_in .bt a:hover{
	text-decoration: none;
	background-color: rgba(240,90,36,0.7);
}
.recruit .title {
	width: 100%;
	margin: 0 auto 4% auto;
	text-align: center;
}

#personal {
	background-image: url(../img/recruit/back_01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 5% 5% 5% 5%;
}
#personal ul {
	width: 100%;
	margin: 0 auto 7% auto;
}
#personal ul li {
	width: 60vw;
	background-image: url(../img/recruit/point.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 4.625vw;
	line-height: 6.40625vw;
	text-align: center;
	color: #fff;
	float: left;
	
	margin-bottom: 0;
}
	
#personal ul li:nth-child(n){
	padding: 20.390625vw 0;
	margin-right: auto;
	margin-left: 5%;
}
#personal ul li:nth-child(2n){
	padding: 17.1875vw 0;
	margin-right: auto;
	margin-left: 35%;
}
#personal ul li:nth-child(3n){
	padding: 20.390625vw 0;
	margin-right: auto;
	margin-left: 5%;
}
#personal .comm {
	width: 100%;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
}
.back2 {
	background-image: url(../img/recruit/back_02.jpg);
	background-repeat: no-repeat;
	background-position:left ;
}
#voice {
	
	padding: 5% 5%;
	margin: 0 auto 7% auto;
}
#voice .staff {
	width: 100%;
	margin: auto;
}
#voice .staff.one_staf {
	width: 100%;
	margin: auto;		
}	
	
	
#voice .staff .lead_01 {
	width : -webkit-calc(100% - 22%) ;
   	width : calc(100% - 22%) ;
	min-height: 84px;
	height: auto;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	padding: 0 0 5% 22%;
	background-image: url(../img/recruit/icon_no1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 17% auto;
	color: #005baa;
	border-bottom: 1px solid #005baa;
	margin: 4% 0 0 0;
}
#voice .staff .lead_02 {
	width : -webkit-calc(100% - 22%) ;
   	width : calc(100% - 22%) ;
	min-height: 84px;
	height: auto;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	padding: 0 0 5% 22%;
	background-image: url(../img/recruit/icon_no2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 17% auto;
	color: #005baa;
	border-bottom: 1px solid #005baa;
	margin: 4% 0 0 0;
}
#voice .staff .name {
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
	text-align: left;
	color: #005baa;
	padding:3% 12% 5% 12%; 
}
#voice .staff .bt a {
	width: 80%;
	font-size: 16px;
	line-height: 1em;
	padding: 16px 0 ;
	text-align: center;
	margin: 0 auto ;
	border-radius: 24px;
	color: #005baa;
	border: 1px solid #005baa;
	background-color: rgba(255,255,255,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;
	display: block;
}
#voice .staff .bt a:hover{
	text-decoration: none;
	background-color: rgba(0,91,170,0.2);
}
#voice .staff .staff_01 {
	width: 100%;
	margin: 3% 0 5% 0;
	float: left;
}
#voice .staff .staff_02 {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
}
#yoko {
	
	padding: 5% 5% ;
	margin: 0 auto 10% auto;
}
#yoko .comm_box {
	width: 100%;
	margin: 0 auto 8% auto;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.recruit_table {
	width: 100%;
	margin: 0 auto 8% auto;
}
.recruit_table .yoko_title {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 3% 0;
}
.recruit_table table {
	width: 100%;
	margin:  0 auto;
	padding: 0 0 0 0;
	border-top: 1px solid #000;
}
.recruit_table th {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	padding: 2% 2%;
	border-bottom: 1px solid #000;
	float: left;
	background-color: rgba(0,0,0,0.1);
}
.recruit_table td {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2%;
	border-bottom: 1px solid #000;
	float: left;
}
.recruit_table td p {
	padding: 0 0 0 2em;
}
.recruit_tel {
	background-image: url(../img/recruit/tel_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 10% 0 10% 0;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin: 0 auto 5% auto;
}
.recruit_tel span {
	font-size: 14px;
}
.recruit_tel .telno {
	width: 80%;
	margin: 5% auto;
}
.recruit .staff_head {
	width: 100%;
	margin: 5% auto 5% auto;
	position: relative;
}
.recruit .staff_head .comm {
	width: 90%;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	color: #000;
	margin: 3% 0 5% 5%;
	position: relative;
	left: 0;
	top: 0;
}
.recruit .staff_head .name {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
	margin: 2% 0 0 0;
}
.recruit .staff_box {
	width: 90%;
	margin: 0 auto 8% 5%;
}
.recruit .staff_box .qa {
	font-size: 16px;
	line-height: 1.2em;
	text-align: left;
	padding: 10px 0;
	margin: 0 0 3% 0;
	color: #005baa;
	border-bottom: 1px solid #005baa;
}
.recruit .staff_box .qa span {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	padding: 0 1em 0 0;
}
.recruit .staff_box p {
	margin: 0 0 5% 0;
}
.recruit .staff_img_r {
	width: 100%;
	float: right;
	margin: 0 0 5% 0;
}
.recruit .staff_img_l {
	width: 100%;
	float: left;
	margin: 0 0 5% 0;
}
.recruit .staff_text_l {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
	margin: 0 0 5% 0;
}
.recruit .staff_text_r {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
	margin: 0 0 5% 0;
}
/*　お問い合わせ
----------------------------------------------------------*/
.contact_cont {
	width: 90%;
	margin: 0 auto 8% auto;
	padding: 3% 0 0 0;
}
.contact_cont .title {
	width: 100%;
	margin: 0 auto 2% auto;
}
.contact_cont .telno {
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	margin: 0 auto 5% auto;
}
.contact_cont .telno .tel {
	width: 80%;
	margin: 5% auto;
}
.contact_table {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 ;
}
.contact .comm {
	width: 100%;
	margin: 0 auto 3% auto;
	padding: 0 0;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}
.contact .comm span {
	width: 3em;
	font-size: 12px;
	line-height: 1em;
	padding: 0.5em 0.5em;
	border-radius: 1px;
	background-color: #005baa;
	text-align: center;
	color: #fff;
	margin-right: 14px;
	display: inline-block;
	}
.contact_table table {
	width: 100%;
	margin:  0 auto;
	padding: 0 ;
}

.contact_table table th {
	width: 96%;
	font-size: 14px;
	line-height: 28px;
	vertical-align: top;
	text-align: left;
	padding:  2% 2%;
	float: left;
	background-color: rgba(0,0,0,0.1);
}

.contact_table table td {
	width: 96%;
	line-height: 28px;
	text-align: left;
	padding:  2% 2%;
	float: left;
	

}
.contact_table table th p {
	padding: 0 5em 0 0;
	}
.contact_table table th span {
	width: 3em;
	font-size: 12px;
	line-height: 1em;
	padding: 0.5em 0.5em;
	border-radius: 1px;
	background-color: #005baa;
	text-align: center;
	color: #fff;
	margin-left: 14px;
	display: inline-block;
	}


.submit_btn {
	width: 80%;
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	padding: 17px 0 ;
	text-align: center;
	margin: 5% 10%;
	color: #000;
	border: none;
	background:rgba(229,229,229,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;
	display: block;
}
.submit_btn:hover{
	text-decoration: none;
	background:rgba(229,229,229,0.7); 
}
.submit_btn span {
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 1.5em;
}
.form_style{
	width : -webkit-calc(100% - 4px) ;
   	width : calc(100% - 4px) ;
	height:auto; 
	padding:3px 2px ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_s{
	width : -webkit-calc(50% - 4px) ;
   	width : calc(50% - 4px) ;
	height:auto; 
	padding:3px 2px ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_tarea{
	width : -webkit-calc(100% - 4px) ;
   	width : calc(100% - 4px) ;
	height:200px; 
	padding:3px 2px ;
	font-size:16px; 
	
	}
.complete {
	color: #3a72b5;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%
}


}


/* 追加　*/
.rec_box{
	width: 940px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rec_box li{
	width: 49%;
	margin-bottom: 20px;
	color: #005baa;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 40px;
}

.rec_box li img {
	margin-bottom: 27px;
	background-color: #fff;
}

.rec_box li img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


.rec_box li span{
	font-weight: bold;
}

.rec_box li p{
	text-indent:-1em;
	padding-left:1em;
	text-align: left;
}

@media screen and (max-width: 767px){
.rec_box{
	width: 100%;	
}
.rec_box li{
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 16px;
	line-height: 23px;
}

.rec_box li img {
	width: 80px;
	}
	
	
}


/*　追加
----------------------------------------------------------*/

.mrtop70 {
	margin-top: 70px;
}
.mrtop26 {
	margin-top: 26px;
}
@media screen and ( max-width: 1600px) {
    .h1 {
        width: 100%;
        margin-left: 200px;
        margin-top: -60px;
    }	

    .navi {
        margin: 0 0 0 12%;
        width: calc(88% - 240px);
        padding-top: 0;
    }	
}
@media (min-width: 1351px) and (max-width: 1700px) {
    .permit {
        font-size: 0.7vw;
        padding: 0.48vw 1.1vw;
    }
}
@media (min-width: 1201px) and (max-width: 1350px) {
    
    .header__item .navi {
        padding-top: 20px;
    }
    .navi ul{
        position: relative;
    }
    .navi ul li.cap{
        position: absolute;
        left: 10px;
        top: -28px;
    }
    .permit {
        font-size: 12px;
        line-height: 1.2em;
        padding: 2px 15px;
    }
    .permit br{
        display: none;
    }
}


@media screen and ( max-width: 1200px) {
	
.navi {
  margin: 0 2%;
  width: 100%;
}		
	.permit br{
		display: none;
	}
	
}
@media (max-width: 480px) {
	.recruit_tel{
		padding: 10% 15px 10% ;
		font-size: 15px;
	}
}