﻿@charset "UTF-8";
/****************************************************************************
	body設定
*****************************************************************************/
body{
	color: #000;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 24px;
	text-align: center;
	overflow-wrap : break-word;
	min-width: 960px;
}


h2,h3,h4{text-align: left;}

a {color: #0063ff;
	text-decoration:none;
	}
a:hover {
	color: #0063ff;
	text-decoration:underline;
	}
img {
	margin: 0  ;
	padding: 0;}

#container{
	width:100%;
	margin: 0  ;
	text-align: center;
	
}

/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width:960px;
	margin: 0 auto ;
	padding: 30px 0 7px 0 ;
	position:relative;
	}
#header_in {
	padding: 10px 0 0 0;
}
#head_logo {
	width:345px;
	margin: 7px 63px 7px 0;
	float:left;
	}
#head_logo img {
	width:100%;
	height:auto;
	}
#head_contact {
	width:125px;
	position:absolute;
	top:0;
	right:0;
	z-index:1000;
	}
h1{
	height: 18px;
	margin-top: 0;
	font-size: 10px;
	line-height:18px;
	text-align: left;
}

#head_contact a span {
    display: block;
    position: absolute;
    top: -70px
}





.pc{display:inline;}
.sm{display:none;}

/*	グローバルナビ
----------------------------------------------------------------------------*/

.navi{
	margin:  0  ;
	float:left;
	display:block;
}
.navi:before, .navi:after{
  	content: "";
  	display: table;
}
.navi:after{
  	clear: both;
}
.navi li{
	position: relative;
  	float: left;
  	margin: 0;
  	padding: 0;
}
.navi li > span a{
	text-align:left;
	font-size:14px;
	line-height:1em;
	display: block;
	margin: 0;
	padding: 14px 0;
	color:#0089d8;
	text-decoration: none;
	}

.navi li > a{
	font-size:14px;
	line-height:1em;
	display: block;
	margin: 0;
	padding: 14px 0;
	color:#000;
	text-decoration: none;
}
.navi li > a:hover{
	text-decoration: none;
	color:#0089d8;
}

.navi .navi_btn {
	background-repeat:no-repeat;
	background-position:center;
        width: 92px;
        height: 20px;
}
.navi .btn01 {
	background-image:url(../img/common/head_navi_bt01.png);
}
.navi .btn01:hover{
	background-image:url(../img/common/head_navi_bt01_on.png);
}
.navi .btn02 {
	background-image:url(../img/common/head_navi_bt02.png);
}
.navi .btn02:hover{
	background-image:url(../img/common/head_navi_bt02_on.png);
}
.navi .btn03 {
	background-image:url(../img/common/head_navi_bt03.png);
}
.navi .btn03:hover{
	background-image:url(../img/common/head_navi_bt03_on.png);
}
.navi .btn04 {
	background-image:url(../img/common/head_navi_bt04.png);
}
.navi .btn04:hover{
	background-image:url(../img/common/head_navi_bt04_on.png);
}
.navi .btn05 {
	background-image:url(../img/common/head_navi_bt05.png);
}
.navi .btn05:hover{
	background-image:url(../img/common/head_navi_bt05_on.png);
}
.navi .btn06 {
	background-image:url(../img/common/head_navi_bt06.png);
}
.navi .btn06:hover{
	background-image:url(../img/common/head_navi_bt06_on.png);
}


/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	width:100%;
 	position:absolute;
	z-index:1000;
	top: 0px;
	left: 0px;
	-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 { 
	width:100%; 
	border-top:#36414b 1px solid;
	border-bottom:#36414b 3px solid;
	background-color:#fff;
	}
#category_list ul > li a{
	font-size:18px;
	background-image:url(../img/common/navi_arrow.png);
	background-repeat:no-repeat;
	background-position:97% center;
	text-align:left;
	padding-left:3%;
	padding-top:2%;
	padding-bottom:2%;
	border-bottom:1px dotted #d6d6d6;
	color:#000;
	display:block;
	}
#category_list ul > li a:hover {
	background-color:#eee;
}
#category_list ul > li span{
	font-size:18px;
	background-color:#fff;
	/*background-image:url(../img/common/icon.png);
	background-repeat:no-repeat;
	background-position:right;*/
	text-align:left;
	padding-left:3%;
	padding-top:2%;
	padding-bottom:2%;
	border-bottom:1px dotted #d6d6d6;
	display:block;
	}
#category_list ul > li > ul {display:none;}
#category_list ul > li p span {  background-image:url(../img/common/open.png); background-position:97% center; background-repeat:no-repeat; }
#category_list ul > li p span.open { background-image:url(../img/common/close.png);
background-position:97% center; background-repeat:no-repeat; }

#category_list ul > li > ul a { background-color:#EFEFEF;}
/*	フッター
----------------------------------------------------------------------------*/
#footer{
        width: 100%;
	background-color:#000;
	padding: 0;
        color: #fff;
	margin: 20px auto 0;
	}
#footer_center{
        width: 100%;
        max-width: 960px;
	margin: 0 auto;
}
#footer_in {
	width:52%;
	margin:15px auto 10px;
        display: inline-block;
        vertical-align: top;
	}

#footer_logo {
	width:356px;
	margin: 8px 10px 0 0;
	}
#footer_logo img {
	width:100%;
	height:auto;
	}
#footer_add {
	font-size:14px;
	text-align:left;
	margin: 10px 0;
	}
#footer_tel {
	width:340px;
	float:left;
	margin: 0 0 0 0;
	}
#footer_tel img {
	width:100%;
	height:auto;
	}
.footer_link a{
	width:11em;
	font-size:12px;
	line-height:30px;
	text-align:right;
	background-image:url(../img/common/foot_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 10px;
	color: #fff;
	text-decoration: none;
	float:right;
}
.footer_link a:hover{
	text-decoration:underline;
}
#footer_copy_in {
	width:960px;
	margin:auto;
	text-align:left;
	font-size:13px;
	line-height:30px;
	color:#fff;
	}

#footer_copy{
	height:30px;
	background-color:#36414b;
	padding: 0;
	text-align:center;
	}
#footer_iso {
	width:46%;
	text-align:right;
	font-size:12px;
	margin: 0;
        display: inline-block;
	}
#footer_iso img {
	margin: 0 0 10px 30px;
}
.page_top {
	width: 120px;
	height: 88px;
	position: fixed;
	right: 0;
	bottom: 30px;
}
.foot_link {
	width:960px;
	margin:30px auto;
	}
.foot_link_product {
	width:465px;
	margin:0 24px 0 0;
	float:left;
	}
.foot_link_product img {
	width:100%;
	height:auto;
	}
.foot_link_contact {
	width:465px;
	margin:0 0 0 0;
	float:left;
	}
.foot_link_contact img {
	width:100%;
	height:auto;
	}
.footer_sitemap {
        text-align: left;
        margin: 15px 0 0;
}
.footer_sitemap li {
        font-size: 14px;
        display:inline-block;
}
.footer_sitemap li:after {
    content:" / ";
    margin: 0 3px;
}
.footer_sitemap li:last-child:after {
    content:"";
}
.footer_sitemap li a {
        color: #fff;
}

/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/*	共通
----------------------------------------------------------------------------*/

#contents{
	width:960px;
	margin:  0 auto 60px auto;
}

.title {
	margin:15px auto;
	text-align:center;
	font-size:16px;
	line-height:30px;
	}
.title img {
	width:360px;
	height:auto;
	margin-bottom:20px;
	}

.hr-text {
    width: 36%;
    border: none;
    border-top: 2px solid #000;
    display: inline-block;
    margin: 7px 0;
}

/*　TOP
----------------------------------------------------------*/

.top_cont {
	width:960px;
	margin:auto;
	padding:0 0 60px 0;
	}
.top_cont_img {
	width:450px;
	float:left;
	margin:0 40px 0 0;
	}
.top_cont_img img {
	width:100%;
	height:auto;
	}
.top_cont_point {
	width:460px;
	float:left;
	margin:0 ;
	}
.top_cont_point img {
	height:auto;
	}
.point_left {
        display: inline-block;
        width: 100%;
        max-width: 111px;
        margin-right: 10px;
        vertical-align: bottom;
}
.point_right {
        display: inline-block;
        width: 100%;
        max-width: 331px;
        vertical-align: bottom;
}
.top_point {
        margin: 33px auto;
}
.point_title1 {
	background-image:url(../img/top/strong_title1.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:contain;
        width: 100%;
        height: 42px;
	}
.point_title2 {
	background-image:url(../img/top/strong_title2.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:contain;
        height: 42px;
	}
.point_title3 {
	background-image:url(../img/top/strong_title3.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:contain;
        height: 42px;
	}
.point_title1 p,
.point_title2 p,
.point_title3 p {
	font-size:22px;
	text-align:left;
        font-weight: 700;
        padding-top: 10px;
}
.point_text {
	font-size:14px;
	line-height:22px;
        letter-spacing: -0.05em;
	text-align:left;
        vertical-align: top;
	}
.top_biz {
	background-color:#d7d9db;
	margin:0 auto 30px auto;
	text-align:center;
	padding:30px 0 ;
	}
.top_biz_in {
	width:960px;
	height:auto;
	margin:auto;
	position:relative;
	}
.top_biz_comm {
	width:700px;
	padding:10px 0 10px 260px;
	font-size:15px;
	line-height:24px;
	font-weight:bold;
	text-align:left;
	
	}
.top_biz_in_l {
	margin:0 8px 0 0;
	padding:0 0;
        float: left;
	position:relative;
	}
.top_biz_in_tri {
	width: 0;
	height: 0;
	border-left: 27px solid #D7D9DB;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	margin:0 8px 0 0;
        float: left;
	position:relative;
        top: 110px;
}
.top_biz_in_l img {
	width:100px;
	height:auto;
	}
.top_biz_in_r {
	margin:0;
	padding:0;
	float:left;
	position:relative;
	}
.top_biz_in_r img {
	width:100px;
	height:auto;
	}
.top_biz_in_text {
        width: 228px;
	padding:0;
	font-size:14px;
	line-height:24px;
	text-align:center;
	position:absolute;
	top:225px;
	left:0;
	}
.top_biz_in_text p {
	font-size:25px;
	font-weight:bold;
	color:#0063ff;
	line-height:1em;
	margin:0 0 10px 0;
	}
.top_biz_title {
	width:235px;
	position:absolute;
	top:-30px;
	left:0;
	z-index:100;
	}
.top_biz_title img {
	height:auto;
	}
.biz_text {
	font-size:24px;
        font-weight: 700;
}
/*　技術と設備
----------------------------------------------------------*/
.advantage_cont {
	background-image:url(../img/common/head_back.png);
	background-repeat:no-repeat;
	background-position:center top ;
	overflow:hidden;
	background-color:#0F1A2C;
	width:100%;
	text-align:center;
	}
.advantage_cont_text {
	width:960px;
	margin:auto;
	padding:0 ;
	text-align:left;
	font-size:16px;
	line-height:28px;
	color:#fff;
	}
.advantage_cont_lead {
	font-size:40px;
	line-height:1em;
        display: inline-block;
	}
.advantage_cont_sub {
	font-size:16px;
	line-height:1em;
        margin: 0 0 0 10px;
        display: inline-block;
	}
.advantage_margin_top {
        margin-top: 20px;
}
.advantage_cont_text img {
	width:100%;
	height:auto;
	}
.advantage_cont_lead1 {
	font-size:40px;
	line-height:1em;
	margin-bottom:40px;
	}
.advantage_cont_lead2 {
	font-size:20px;
	line-height:1em;
	margin-bottom:30px;
	color:#faee00;
	}
.advantage_title {
	background-image:url(../img/advantage/title_back.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	font-size:34px;
	font-weight:bold;
	line-height:1em;
	margin:40px 0;
	}

.advantage_img {
	width:480px;
	float:left;
	margin:0 40px 30px 0;
	}
.advantage_img img {
	width:100%;
	height:auto;
	}
.advantage_text{
	width:440px;
	font-size:14px;
	line-height:25px;
	text-align:left;
	float:left;
	padding:65px 0 0 0;
	margin:0 ;
	}
.advantage_text p {
	font-size:20px;
	font-weight:bold;
	padding-bottom:15px;
	}
.title_advan1 {
        font-size: 28px;
        display: inline-block;
        margin: 50px 36px;
}
.title_advan2 {
        font-size: 28px;
        display: inline-block;
        margin: 50px 78px;
}
.advantage_techno {
        font-size: 0;
        padding-bottom: 30px;
}
.advantage_techno li {
        width: 100%;
        max-width: 292px;
        display: inline-block;
        font-size: 16px;
}
.advantage_techno li.center {
        margin: 0 4.3%;
}
.advantage_point_text {
        margin-top: 10px;
	text-align: left;
}
.advantage_flow_text {
	text-align: left;
        display: inline-block;
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5em;
        width: 100%;
}
.advantage_flow .flow_right {
        float: right;
        width: 100%;
        max-width: 470px;
        height: 293px;
}
.advantage_flow .flow_left {
        width: 100%;
        max-width: 430px;
}
.advantage_flow .clear {
        clear: both;
}
.advantage_flow .arrow_img {
        margin: 10px auto;
}

.equ_link {
        margin-top: 20px;
        text-align: right;
        width: 100%;
}

.equ_link a {
        color: #000;
        border: 1px solid #000;
        padding: 10px 15px 10px 20px;
}

.equ_link a:hover {
        background-color: #000;
        color: #fff;
}

.equ_link a:hover .tri_bk {
        color: #fff;
	border-left: 5px solid #fff;
}


.tri_text {
        display: inline-block;
}

.tri_bk {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #000;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
}

.adv_hr {
        margin: 40px 0;
}

/*　製作事例
----------------------------------------------------------*/
.works_cont {
	background-image:url(../img/common/head_back.png);
	background-repeat:no-repeat;
	background-position:center top ;
	overflow:hidden;
	background-color:#0F1A2C;
	width:100%;
	text-align:center;
	}
.works_cont_text {
	width:960px;
	margin:auto;
	padding:0 ;
	text-align:left;
	font-size:16px;
	line-height:28px;
	color:#fff;
	}
.works_cont_lead {
	font-size:40px;
	line-height:1em;
        display: inline-block;
	}
.works_cont_sub {
	font-size:16px;
	line-height:1em;
        margin: 0 0 0 10px;
        display: inline-block;
	}
.works_margin_top {
        margin-top: 20px;
}
.works_title {
	width:900px;
	margin:50px auto;
	background-image:url(../img/works/title.png);
	background-repeat:no-repeat;
	background-position:left;
	font-size:25px;
	font-weight:bold;
	text-align:left;
	padding:15px 0 15px 60px;
	border-bottom:2px solid #c9caca;
	}
.works_title span {
	font-size:14px;
	font-weight:normal;
	padding-left:2em;
	}
.works_img_l {
	width:302px;
	float:left;
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin:0 27px 30px 0;
	}
.works_img_l p {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	}
.works_img_l img {
	width:298px;
	border:1px solid #c9caca;
	padding:1px;
	background-color:#fff;
	margin-bottom:20px;
	}
.works_img_r {
	width:60%;
	float:left;
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin-left:5%;
	}
.works_img_r p {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	}
.works_img_r img {
	width:298px;
	border:1px solid #c9caca;
	padding:1px;
	background-color:#fff;
	margin-bottom:20px;
	}
.works_img2_l {
	width:220px;
	float:left;
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin:0 26px 30px 0;
	}
.works_img2_l p {
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	}
.works_img2_l img {
	width:216px;
	border:1px solid #c9caca;
	padding:1px;
	background-color:#fff;
	margin-bottom:20px;
	}
.works_img2_r {
	width:220px;
	float:left;
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin:0 0 30px 0;
	}
.works_img2_r p {
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;
	}
.works_img2_r img {
	width:216px;
	border:1px solid #c9caca;
	padding:1px;
	background-color:#fff;
	margin-bottom:20px;
	}
/*　会社概要
----------------------------------------------------------*/
.comp_cont {
	background-image:url(../img/common/head_back.png);
	background-repeat:no-repeat;
	background-position:center top ;
	overflow:hidden;
	background-color:#0D172A;
	width:100%;
	text-align:center;
	}
.comp_cont_text {
	width:960px;
	margin:auto;
	padding:0 ;
	text-align:left;
	font-size:16px;
	line-height:28px;
	color:#fff;
	}
.comp_cont_lead {
	font-size:40px;
	line-height:1em;
        display: inline-block;
	}
.comp_cont_sub {
	font-size:16px;
	line-height:1em;
        margin: 0 0 0 10px;
        display: inline-block;
	}
.comp_margin_top {
        margin-top: 20px;
}

.comp_title {
	background-image:url(../img/company/title_back.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	font-size:34px;
	font-weight:bold;
	line-height:1em;
	margin:40px 0;
	}
.comp_pre {
        display: inline-block;
        margin-right: 10px;
}
.comp_gree {
	width:65%;
	margin:5px auto;
	font-size:16px;
	line-height:28px;
	text-align:left;
        display: inline-block;
        vertical-align: top;
	}
.comp_name {
	margin-top:20px;
	width:372px;
	float:right;
	}	
.comp_name img {
	width:100%;
	height:auto;
	}
.comp_hosin {
	font-size:16px;
        width: 90%;
        max-width: 700px;
        text-align: left;
        margin: 40px auto 0;
}
.hosin_title {
        color: #FFF;
        font-weight: 700;
        text-align: center;
        width: 40%;
        max-width: 200px;
        padding: 10px 0;
        border-radius: 10px;
        letter-spacing: 0.5em;
}
.hosin_text {
        margin: 0 0 0 0;
        line-height: 30px;
}

.hosin_text2 {
        margin: 0 0 0 20px;
        list-style-type: decimal;
        line-height: 30px;
}
.comp_bg_blue {
        background-color: #0089D8;
}
.comp_bg_yellow {
        background-color: #FFA500;
}
.comp_rinen {
	width:300px;
	float:left;
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin:5px 10px 5px 10px;
	}
.comp_rinen2 {
	width:450px;
	float:left;
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin:5px 10px 5px 10px;
	}
.comp_rinen3 {
	width:450px;
	float:left;
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin:5px 10px 5px 10px;
	}
.comp_rinen img {
	width:100%;
	height:auto;
	margin-bottom:20px;
	}
.comp_rinen2 img {
	width:450px;
	height:auto;
	margin-bottom:20px;
	}
.comp_rinen3 img {
	width:450px;
	height:auto;
	margin-bottom:20px;
	}
.comp_table table {
	background-color:#efefef;
	border-top:1px solid #fff;
	margin-bottom:30px;}
.comp_table th {
	width:140px;
	padding: 10px 0 10px 25px;
	font-size:14px;
	line-height:24px;
	text-align:left;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	}
.comp_table td {
	padding: 10px 0 10px 25px;
	text-align:left;
	font-size:14px;
	line-height:24px;
	border-bottom:2px solid #fff;
	}
td.comp_table_nob {
       border-bottom: none;

}
.access_name:before {
        content: "株式会社アルサスエンジニアリング ";
}
.access_img {
        display: inline-block;
        margin: 0 5px 0;
}
.access_map {
        display: inline-block;
}
.access_map iframe {
        width: 360px;
        height: 250px;
}
.comp_bold {
	padding: 10px 0 10px 25px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	border-bottom:2px solid #fff;
	}
.comp_bold span {
	font-size:12px;
	}
/*　工場設備
----------------------------------------------------------*/
.equip_cont {
	background-image:url(../img/common/head_back.png);
	background-repeat:no-repeat;
	background-position:center top ;
	overflow:hidden;
	background-color:#0D172A;
	width:100%;
	text-align:center;
	padding:100px 0 90px 0;
	}
.equip_cont_text {
	width:960px;
	margin:auto;
	padding:0 ;
	text-align:left;
	font-size:16px;
	line-height:28px;
	color:#fff;
	}
.equip_cont_lead {
	font-size:40px;
	line-height:1em;
        display: inline-block;
	}
.equip_cont_sub {
	font-size:16px;
	line-height:1em;
        margin: 0 0 0 10px;
        display: inline-block;
	}
.equip_margin_top {
        margin-top: 20px;
}
.equip_title {
	background-image:url(../img/equipmenty/title_back.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	font-size:34px;
	font-weight:bold;
	line-height:1em;
	margin:40px 0;
	}



.equip_box1_l {
	width:440px;
	padding-bottom:1%;
	border-bottom:1px solid #c9caca;
	margin:0 60px 20px 10px;
	float:left;
	}
.equip_box1_r {
	width:440px;
	padding-bottom:1%;
	border-bottom:1px solid #c9caca;
	margin:0 10px 20px 0;
	float:left;
	}
.equip_box2_l {
	width:280px;
	margin:0 40px 60px 10px;
	float:left;
	}
.equip_box2_l th {
	width:70%;
	padding: 5% 5% 5% 5%;
	border-bottom:1px solid #c9caca;
	font-size:14px;
	line-height:1em;
	text-align:left;
	}
.equip_box2_l td {
	width:15%;
	padding:5% 5% 5% 0%;
	border-bottom:1px solid #c9caca;
	font-size:14px;
	line-height:1em;
	text-align:right;
	}
.equip_box2_r {
	width:280px;
	margin:0 10px 60px 10px;
	float:left;
	}
.equip_box2_r th {
	width:70%;
	padding: 5% 5% 5% 5%;
	border-bottom:1px solid #c9caca;
	font-size:14px;
	line-height:1em;
	text-align:left;
	}
.equip_box2_r td {
	width:15%;
	padding:5% 5% 5% 0%;
	border-bottom:1px solid #c9caca;
	font-size:14px;
	line-height:1em;
	text-align:right;;
	}
.equip_img {
	width:240px;
	float:left;
	}
.equip_img img {
	width:100%;
	height:auto;
	}

.equip_text1 {
	width:185px;
	text-align:left;
	font-size:14px;
	line-height:24px;
	float:left;
	}
.equip_text1 td {
	padding:5px 2em 5px 0;
	font-size:14px;
	line-height:1em;
	text-align:left;
	}
.equip_text2 {
	width:410px;
	padding:0 15px;
	text-align:left;
	font-size:14px;
	line-height:24px;
	text-align:left;
	float:left;
	}
.equip_text2 .th {
	width:50%;
	padding:5px 0 5px 2.5%;
	font-size:14px;
	line-height:1em;
	text-align:left;
	}
.equip_text2 .td1 {
	width:30%;
	padding:1% 0 1% 2.5%;
	font-size:14px;
	line-height:1em;
	text-align:left;
	}
.equip_text2 .td2 {
	width:10%;
	padding:1% 2.5% 1% 2.5%;
	font-size:14px;
	line-height:1em;
	text-align:right;
	}
.facility_table {
        width: 100%;
        max-width: 960px;
        margin: 50px auto 50px;
}

.facility_table td.capacity {
        width: 80px;
}

.facility_table td.size {
        width: 130px;
}

.facility_table td.unit {
        width: 50px;
        text-align: center;
}

.facility_table th {
        font-size: 15px;
        font-weight: 700;
        border: 1px solid #C9CACA;
        padding: 5px 10px;
        text-align: center;
}

.facility_table td {
        border: 1px solid #C9CACA;
        padding: 5px 10px;
        text-align: left;
}

.facility_table td.pc_hidden {
        display: none;
}

.machine_table {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
}

.machine_table img {
        width: 100%;
        max-width: 470px;
        margin-bottom: 10px;
}

.machine_table p {
        font-size: 16px;
        padding: 5px 0;
}

.machine_table .hr_style {
        height:1px;
        border: none;
        border-bottom: 1px solid #C9CACA;
        margin: 30px 0;
}

.font-small {
        font-size:10px;
}

/*　求人情報
----------------------------------------------------------*/
.recruit_cont {
	background-image:url(../img/common/head_back.png);
	background-repeat:no-repeat;
	background-position:center top ;
	overflow:hidden;
	background-color:#0D172A;
	width:100%;
	text-align:center;
	padding:100px 0 90px 0;
	}
.recruit_cont_text {
	width:960px;
	margin:auto;
	padding:0 ;
	text-align:left;
	font-size:16px;
	line-height:28px;
	color:#fff;
	}
.recruit_cont_lead {
	font-size:40px;
	line-height:1em;
        display: inline-block;
	}
.recruit_cont_sub {
	font-size:16px;
	line-height:1em;
        margin: 0 0 0 10px;
        display: inline-block;
	}
.recruit_margin_top {
        margin-top: 20px;
}

.recruit_title {
	background-image:url(../img/company/title_back.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	font-size:34px;
	font-weight:bold;
	line-height:1em;
	margin:40px 0;
	}

.recruit_voice {
	width:840px;
	margin:30px auto;
	}
.recruit_voice_img1 {
	width:360px;
	float:left;
	margin-right:10px;
	}
.recruit_voice_img1 img {
	width:100%;
	height:auto;
	}
.recruit_voice_text1 {
	width:410px;
	height:260px;
	padding:40px 30px 0 30px;
	float:left;
	font-size:15px;
	line-height:26px;
	text-align:left;
	background-color:#efefef;
	}
.recruit_voice_img2 {
	width:360px;
	float:right;
	margin-left:10px;
	}
.recruit_voice_img2 img {
	width:100%;
	height:auto;
	}
.recruit_voice_text2 {
	width:410px;
	height:260px;
	padding:40px 30px 0 30px;
	float:left;
	font-size:15px;
	line-height:26px;
	text-align:left;
	background-color:#efefef;
	}
.recruit_voice_lead {
	font-size:21px;
	font-weight:bold;
	line-height:25px;
	text-align:left;
	color:#0089d8;
	margin-bottom:20px;
	}
.recruit_voice_lead span {
	font-size:15px;
	color:#000;
	}
.recruit_head_comm {
	font-size:16px;
	line-height:28px;
	text-align:center;
	margin:40px auto;
	}
.recruit_table table{
	width:960px;
	margin:0 auto 60px auto;
	border-top:1px solid #c9caca;
	}
.recruit_table th {
	width:170px;
	border-bottom:1px solid #c9caca;
	font-size:14px;
	line-height:24px;
	text-align:left;
	padding:2.5% 0;
	}
.recruit_table td {
	border-bottom:1px solid #c9caca;
	font-size:14px;
	line-height:24px;
	text-align:left;
	padding:2.5% 0;
	}
.recruit_staff {
        font-size: 0;
}
.recruit_staff .img_left {
        display: inline-block;
        margin-right: 4px;
}
.recruit_staff .img_right {
        display: inline-block;
}

/*　お問い合わせ
----------------------------------------------------------*/

.contact_comm {
	text-align:center;
	font-size:16px;
	line-height:28px;
	margin:40px auto;
	}
.contact_title {
	text-align:center;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	color:#000;
	margin:40px auto;
	}
.contact_table {
	width:840px;
	margin:0 auto 60px auto;
	}
.contact_table table {
	width:100%;
	border-top:1px solid #c9caca;
	background-color:#fff;
	}
.contact_table th {
	width:235px;
	padding:35px 0 35px 35px;
	font-size:18px;
	line-height:31px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #c9caca;
	}
.contact_table td {
	padding:30px 15px 30px 0;
	text-align:left;
	border-bottom:1px solid #c9caca;
	}
.submit_btn{
	background-image:url(../img/contact/send_arrow.png);
	background-repeat:no-repeat;
	background-position:90% center;
	width:320px;
	margin:45px auto ;
	border:2px solid #000;
	background-color:#fff;
	text-align:center;
	font-size:20px;
	line-height:1em;
	padding:1em 0;
	color:#000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display:block;
	behavior: url(../css/PIE.htc);
	cursor: pointer;
	}
.submit_btn:hover {
	background-image:url(../img/contact/send_arrow_on.png);
	background-repeat:no-repeat;
	background-position:90% center;
	background-color: #000;
	color:#fff;}

.form_style{
	width:96%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color:#fff;
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:14px; 
	background-color:#fff;
	}
.form_style_tarea{
	width:96%; 
	height:150px; 
	padding:2% 2% ;
	font-size:14px; 
	background-color:#fff;
	}
/*　プライバシーポリシー
----------------------------------------------------------*/

.policy_comm {
	text-align:center;
	font-size:16px;
	line-height:28px;
	margin:0 0 40px 0;
	}
.policy_text {
	text-align:left;
	font-size:14px;
	line-height:24px;
	}
.policy_height {
	margin-bottom:20px;}
.policy_title {
	border-left:3px solid #000; 
	font-weight:bold;
	padding:0 0 0 15px;
	margin-bottom:5px;
	}	
/* ===========横幅667px以下================ */


@media screen and ( max-width: 667px) {
body{
	color: #000;
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 32px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	min-width: 100%;
}
h1{
	
}
#header{
	width: 100%;
	height:12.5%;
	margin: 0 auto ;
	padding: 0 0 ;
	border-bottom:#1d2087 1px solid;
	}

#header_in {
	width:100%;
	margin: 0 auto ;
	padding: 0 0 0 0;
}
#head_logo {
	width:65%;
	float:left;
	margin:2% 0 0 2% ;
	}
.open_menu {
	width:12.5%;
	margin:0 ;
	float:right;
	z-index:1000;
	}


.pc {display:none;}
.sm {display:inline;}
img {
	width:100%;
	height:auto;
	}
/*	グローバルナビ
----------------------------------------------------------------------------*/
#navi{
	display:none;
}
/*	フッター
----------------------------------------------------------------------------*/
#footer{
	background-color:#000;
	margin-top:10%;
	padding:0 ;
	}
#footer_in {
	width:96%;
	margin:0 2%;
	}

#footer_logo {
	width:90%;
	margin: 1% 5%;
	float:left;
	}
#footer_logo img {
	width:100%;
	height:auto;
	}
#footer_add {
	width:90%;
	margin: 1% 5%;
	font-size:13px;
	line-height:20px;
	text-align:center;
	float:left;
	}
#footer_tel {
	width:90%;
	margin: 3% 5%;
	float:left;
	}
#footer_tel img {
	width:100%;
	height:auto;
	}
.footer_link {
	display:none;}
.footer_link a{
	width:11em;
	font-size:12px;
	line-height:30px;
	text-align:right;
	background-image:url(../img/common/foot_icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 10px;
	color: #fff;
	text-decoration: none;
	float:right;
}
.footer_link a:hover{
	text-decoration:underline;
}
#footer_copy_in {
	width:100%;
	margin:auto;
	text-align:center;
	font-size:11px;
	line-height:30px;
	color:#fff;
	}
#footer_copy{
	height:30px;
	background-color:#36414b;
	padding: 0;
	text-align:center;
	}
#footer_iso {
	text-align:center;
	font-size:11px;
	line-height:24px;
	margin: 10px 0 5px 0;
        width: 60%;
	}
.page_top {
	width: 20%;
	height:auto;
	position: fixed;
	right: 0;
	bottom: 5%;
}
.foot_link {
	width:90%;
	margin:3% 5%;
	}
.foot_link_product {
	width:100%;
	margin:0 0 3% 0;
	float:left;
	}
.foot_link_product img {
	width:100%;
	height:auto;
	}
.foot_link_contact {
	width:100%;
	margin:0 0 3% 0;
	float:left;
	}
.foot_link_contact img {
	width:100%;
	height:auto;
	}
.iso_img {
        width: 80%;
        margin-bottom: 10px;
}
#footer .on_img,
#footer .footer_sitemap {
        display: none;
}

/*	共通
----------------------------------------------------------------------------*/

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/*	共通
----------------------------------------------------------------------------*/

#contents{
	width:100%;
	margin:  0 auto 5% auto;
}

.title {
	width:60%;
	margin:6% 20% 5% 20%;
	text-align:center;
	font-size:15px;
	line-height:20px;
	}
.title img {
	width:100%;
	height:auto;
	}
.hr-text {
    width: 20%;
    border: none;
    border-top: 2px solid #000;
    display: inline-block;
    margin: 5px 0;
}

/*　TOP
----------------------------------------------------------*/

.top_cont {
	width:100%;
	margin:auto;
	padding:0 0 5% 0;
	}
.top_cont_img {
	width:90%;
	float:left;
	margin:0 5% 5% 5%;
	}
.top_cont_img img {
	width:100%;
	height:auto;
	}
.top_cont_point {
	width:90%;
	float:left;
	margin:0 5% ;
	}
.top_cont_point img {
	width:100%;
	height:auto;
	margin-bottom:25px;
	}
.point_title1 p,
.point_title2 p,
.point_title3 p {
        font-size: 18px;
}
.top_biz {
	background-color:#d7d9db;
	margin:0 auto 30px auto;
	text-align:center;
	padding:30px 0 ;
	}
.top_biz_in {
	width:96%;
	height:auto;
	margin:0 2%;
	position:relative;
	}
.top_biz_comm {
	width:96%;
	padding:6% 2% 5% 2%;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	text-align:left;
	}
.top_biz_in_sp{
        margin: 0 auto;
	text-align:center;
}
.top_biz_in_l {
	width:10%;
	margin-right:2px;
	padding:0;
        display: inline-block;
	}
.top_biz_in_tri {
	border-left: 9px solid #D7D9DB;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin:0 2px 0 0;
        display: inline-block;
	position:relative;
        top: 10vw;
}
.top_biz_in_l img {
	width:100%;
	height:auto;
	}
.top_biz_in_r {
	width:10%;
	margin:0;
	padding:0;
        display: inline-block;
	}
.top_biz_in_r img {
	width:100%;
	height:auto;
	}
.top_biz_in_text {
	width:90%;
	padding:0 5%;
	font-size: 24px;
	line-height:24px;
	text-align:center;
	position:absolute;
	top:83%;
	}
.top_biz_in_text p {
	font-weight:bold;
	color:#0063ff;
	line-height:1em;
	margin:0 0 2% 0;
	}
.top_biz_title {
	width:30%;
	position:absolute;
	left:35%;
	z-index:100;
	}
.top_biz_title img {
	width:100%;
	height:auto;
	}
.biz_text {
	font-size:15px;
        font-weight: 700;
}
/*　アルサスの強み
----------------------------------------------------------*/
.advantage_cont {
	background-image:url(../img/advantage/head_img.png);
	background-repeat:no-repeat;
	background-position:left top ;
	background-size:cover;
	overflow:hidden;
	background-color:#000;
	text-align:center;
        height: 50px;
	padding:10% 0 10% 0;
	}
.advantage_cont_text {
	width:90%;
	margin:auto;
	padding:0 5% 0 5%;
	text-align:left;
	font-size:14px;
	line-height:24px;
	color:#fff;
	}
.advantage_cont_text img {
	width:100%;
	height:auto;
	margin-top:3%;
	}
.advantage_cont_lead {
	font-size:22px;
	line-height:1.0em;
	margin-bottom:2%;
	}
.advantage_cont_sub {
	font-size:14px;
	line-height:1.5em;
	margin-bottom:2%;
	}
.advantage_title {
	background-image:url(../img/advantage/title_back.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:1em;
	margin:6% 0;
	}

.advantage_img {
	width:80%;
	float:left;
	margin:0 7% 3% 13%;
	}
.advantage_img img {
	width:100%;
	height:auto;
	}
.advantage_text{
	width:90%;
	font-size:14px;
	line-height:25px;
	text-align:left;
	float:left;
	padding:0 5% 5% 5%;
	margin:0 ;
	}
.advantage_text p {
	font-size:17px;
	font-weight:bold;
	padding-bottom:1%;
	}
.title_advan1 {
        font-size: 17px;
        margin: 30px 2%;
}
.title_advan2 {
        font-size: 20px;
        margin: 30px 2%;
}
.advantage_techno,
.advantage_flow {
        margin: 0 2%;
}
.advantage_techno li,
.advantage_techno li.center {
        display: block;
        margin: 0 auto;
}
.advantage_flow .flow_right {
        float: none;
        margin: 0 auto;
}
.advantage_flow .flow_left {
        float: none;
        margin: 0 auto;
        max-width: 470px;
}
.advantage_point_text,
.advantage_flow_text {
        font-size: 14px;
        line-height: 1.6em;
}

.arrow_img {
        width: 42px;
        height: 24px;
}

.flow_img {
        margin-top: 20px;
}

/*　施工実績
----------------------------------------------------------*/
.works_cont {
	background-image:url(../img/works/head_img.png);
	background-repeat:no-repeat;
	background-position:left top ;
	background-size:cover;
	overflow:hidden;
	background-color:#000;
	text-align:center;
        height: 50px;
	padding:10% 0 10% 0;
	}
.works_cont_text {
	width:90%;
	margin:auto;
	padding:0 5%;
	text-align:left;
	font-size:14px;
	line-height:24px;
	color:#fff;
	}
.works_cont_lead {
	font-size:22px;
	line-height:1.5em;
	margin-bottom:2%;
	}
.works_cont_sub {
	font-size:14px;
	line-height:1.5em;
	margin-bottom:2%;
	}
.works_title {
	width:90%;
	margin:5% 2%;
	background-image:url(../img/works/title.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:5% auto;
	font-size:18px;
	line-height:1em;
	text-align:left;
	padding:2% 0 2% 6%;
	border-bottom:none;
	}
.works_title span {
	width:98%;
	font-size:12px;
	padding-left:0;
	padding-right:2%;
	float:left;
	border-bottom:2px solid #c9caca;
	}
.works_img_l {
	width:70%;
	float:left;
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin:5% 15% 1% 15%;
	}
.works_img_l p {
	font-size:16px;
	margin-bottom:2%;
	}
.works_img_l img {
	width:100%;
	border:1px solid #c9caca;
	padding:1px;
	background-color:#fff;
	margin-bottom:2%;
	box-sizing:border-box;
	}
.works_img_r {
	width:70%;
	float:left;
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin:5% 15% 5% 15%;
	}
.works_img_r p {
	font-size:16px;
	margin-bottom:5px;
	}
.works_img_r img {
	width:100%;
	border:1px solid #c9caca;
	padding:1px;
	background-color:#fff;
	margin-bottom:2%;
	box-sizing:border-box;
	}
.works_img2_l {
	width:46%;
	float:left;
	font-size:13px;
	line-height:18px;
	text-align:left;
	margin:3% 2% 1% 2%;
	}
.works_img2_l p {
	font-size:14px;
	margin-bottom:5px;
	}
.works_img2_l img {
	width:100%;
	border:1px solid #c9caca;
	padding:1px;
	background-color:#fff;
	margin-bottom:2%;
	box-sizing:border-box;
	}
.works_img2_r {
	width:46%;
	float:left;
	font-size:13px;
	line-height:18px;
	text-align:left;
	margin:3% 2% 1% 2%;
	}
.works_img2_r p {
	font-size:15px;
	margin-bottom:5px;
	}
.works_img2_r img {
	width:100%;
	border:1px solid #c9caca;
	padding:1px;
	background-color:#fff;
	margin-bottom:2%;
	box-sizing:border-box;
	}
/*　会社概要
----------------------------------------------------------*/
.comp_cont {
	background-repeat:no-repeat;
	background-position:left top ;
	background-size:cover;
	overflow:hidden;
	background-color:#000;
	text-align:center;
        height: 50px;
	padding:10% 0 10% 0;
	}
.comp_cont_text {
	width:90%;
	margin:auto;
	padding:0 5%;
	text-align:left;
	font-size:14px;
	line-height:24px;
	color:#fff;
	}
.comp_cont_lead {
	font-size:22px;
	line-height:1.5em;
	margin-bottom:2%;
	}
.comp_cont_sub {
	font-size:14px;
	line-height:1.5em;
	margin-bottom:2%;
	}
.comp_title {
	background-image:url(../img/company/title_back.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:1em;
	margin:6% 0;
	}
.comp_pre {
        width: 70%;
        margin-right: 0;
}
.comp_gree {
	width:90%;
	margin:5% 5%;
	font-size:15px;
	line-height:25px;
	text-align:left;
	}
.comp_gree br {
        display: none;
}
.comp_name {
	margin-top:3%;
	margin-bottom:5%;
	width:60%;
	float:right;
	}	
.comp_name img {
	width:100%;
	height:auto;
	}
.hosin_title {
        width: 60%;
        margin: 0 auto;
}
.hosin_text {
        font-size: 14px;
        margin: 10px 0 20px 20px;
        list-style-type: decimal;
}
.comp_rinen,
.comp_rinen2,
.comp_rinen3 {
	width:80%;
	float:left;
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin:2% 10% 8% 10%;
	}
.comp_rinen img,
.comp_rinen2 img,
.comp_rinen3 img {
	width:80%;
	height:auto;
	margin-bottom:5%;
	margin-right:10%;
	margin-left:10%;
	}

.comp_table table {
	width:90%;
	background-color:#efefef;
	border-top:1px solid #fff;
	margin-bottom:3%;
	margin-left:5%;}
.comp_table th {
	width:96%;
	padding: 1% 2%;
	font-size:14px;
	line-height:24px;
	text-align:left;
	
	border-bottom:2px solid #fff;
	border-right:none;
	float:left;
	}
.comp_table td {
	width:96%;
	padding: 1% 2%;
	text-align:left;
	font-size:14px;
	line-height:24px;
	border-bottom:2px solid #fff;
	background-color:#fff;
	float:left;
	}
.access_name:before {
        content: "";
}
.access_img {
        width: 100%;
        margin: 0;
}
.access_img img {
        width:  100%;
}
.access_map {
        width: 100%;
        margin: 5px 0 30px 0;
}
.access_map iframe {
        width: 100%;
        height: 50vw;
}
.comp_bold {
	width:96%;
	padding: 1% 2%;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	border-bottom:2px solid #fff;
	background-color:#fff;
	float:left;
	}
.comp_bold span {
	font-size:12px;
	}
/*　工場設備
----------------------------------------------------------*/
.equip_cont {
	padding:20px 0 20px 0;
	}
.equip_cont_lead {
	font-size:20px;
	line-height:1em;
        display: inline-block;
	}
.equip_cont_sub {
	font-size:14px;
	line-height:1em;
        margin: 0 0 0 10px;
        display: inline-block;
	}
.equip_margin_top {
	font-size:10px;
        margin-top: 10px;
        width: 90vw;
        line-height: 1.5em;
}
.equip_box1_l {
	width:90%;
	padding-bottom:1%;
	border-bottom:1px solid #c9caca;
	margin:0 5% 3% 5%;
	float:left;
	}
.equip_box1_r {
	width:90%;
	padding-bottom:1%;
	border-bottom:1px solid #c9caca;
	margin:0 5% 3% 5%;
	float:left;
	}
.equip_box2_l {
	width:90%;
	margin:0 5% 0 5%;
	float:left;
	}
.equip_box2_l th {
	width:70%;
	padding: 5% 5% 5% 2%;
	border-bottom:1px solid #c9caca;
	font-size:14px;
	line-height:1em;
	text-align:left;
	}
.equip_box2_l td {
	width:26%;
	padding:5% 2% 5% 0%;
	border-bottom:1px solid #c9caca;
	font-size:14px;
	line-height:1em;
	text-align:right;
	}
.equip_box2_r {
	width:90%;
	margin:0 5% 10% 5%;
	float:left;
	}
.equip_box2_r th {
	width:70%;
	padding: 5% 5% 5% 2%;
	border-bottom:1px solid #c9caca;
	font-size:14px;
	line-height:1em;
	text-align:left;
	}
.equip_box2_r td {
	width:26%;
	padding:5% 2% 5% 0%;
	border-bottom:1px solid #c9caca;
	font-size:14px;
	line-height:1em;
	text-align:right;
	}
.equip_img {
	width:50%;
	padding-right:2%;
	float:left;
	}
.equip_img img {
	width:100%;
	height:auto;
	}

.equip_text1 {
	width:46%;
	padding-left:2%;
	text-align:left;
	font-size:14px;
	line-height:24px;
	float:left;
	}
.equip_text1 td {
	padding:1% 2% 1% 0;
	font-size:14px;
	line-height:1em;
	text-align:left;
	}
.equip_text2 {
	width:96%;
	padding:0 2%;
	text-align:left;
	font-size:14px;
	line-height:24px;
	text-align:left;
	float:left;
	}
.equip_text2 .th {
	width:100%;
	padding:5px 0 5px 0;
	font-size:14px;
	line-height:1em;
	text-align:left;
	float:left;
	}
.equip_text2 .td1 {
	width:30%;
	padding:1% 0 1% 55%;
	font-size:14px;
	line-height:1em;
	text-align:left;
	float:left;
	}
.equip_text2 .td2 {
	width:15%;
	padding:1% 0 1% 0;
	font-size:14px;
	line-height:1em;
	text-align:right;
	float:left;
	}
.facility_table th {
        display: none;
}

.facility_table td.name {
        display: block;
        width; 100%;
        font-size: 15px;
        font-weight: 700;
}

.facility_table td.maker,
.facility_table td.type,
.facility_table td.capacity,
.facility_table td.size,
.facility_table td.unit {
        display: list-item;
        list-style-type : none;
        width: 90%;
        margin: 0 3%;
        border: none;
        font-size: 14px;
        text-align: left;
}

.facility_table td.maker:before {
        content: "メーカー：";
}

.facility_table td.type:before {
        content: "機種：";
}

.facility_table td.capacity:before {
        content: "能力：";
}

.facility_table td.size:before {
        content: "サイズ：";
}

.facility_table td.unit:before {
        content: "台数：";
}

.facility_table td.border {
        border: none;
        border-top: 1px dashed #C9CACA;
}
.facility_table td.pc_hidden {
        display: block;
}

.machine_table {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
}

.machine_table td {
        display: block;
}

.machine_table img {
        width: 90%;
}

/*　求人情報
----------------------------------------------------------*/
.recruit_cont {
	padding:20px 0 20px 0;
	}
.recruit_cont_lead {
	font-size:20px;
	line-height:1em;
        display: inline-block;
	}
.recruit_cont_sub {
	font-size:14px;
	line-height:1em;
        margin: 0 0 0 10px;
        display: inline-block;
	}
.recruit_margin_top {
	font-size:10px;
        margin-top: 10px;
        width: 90vw;
        line-height: 1.5em;
}
.recruit_voice {
	width:90%;
	margin:3% 5%;
	}
.recruit_voice_img1 {
	width:70%;
	float:left;
	margin-bottom:0;
	padding:5% 25% 0 5%;
	background-color:#efefef;
	}
.recruit_voice_img1 img {
	width:100%;
	height:auto;
	}
.recruit_voice_text1 {
	width:90%;
	height:auto;
	padding:4% 5%;
	float:left;
	font-size:14px;
	line-height:26px;
	text-align:left;
	background-color:#efefef;
	}
.recruit_voice_img2 {
	width:70%;
	float:right;
	margin-bottom:0;
	padding:5% 25% 0 5%;
	background-color:#efefef;
	}
.recruit_voice_img2 img {
	width:100%;
	height:auto;
	}
.recruit_voice_text2 {
	width:90%;
	height:auto;
	padding:4% 5%;
	float:left;
	font-size:14px;
	line-height:26px;
	text-align:left;
	background-color:#efefef;
	}
.recruit_voice_lead {
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	text-align:left;
	color:#0089d8;
	margin-bottom:2%;
	}
.recruit_voice_lead span {
	font-size:14px;
	color:#000;
	}
.recruit_head_comm {
	width:96%;
	font-size:14px;
	line-height:22px;
	text-align:center;
	margin:4% 2%;
	}
.recruit_table table{
	width:90%;
	margin:0 5% 6% 5%;
	border-top:none;
	border-bottom:1px solid #c9caca;
	}
.recruit_table th {
	width:96%;
	background-color:#efefef;
	border-bottom:none;
	font-size:14px;
	line-height:24px;
	text-align:left;
	padding:2.5% 2%;
	float:left;
	}
.recruit_table td {
	width:96%;
	border-bottom:none;
	font-size:14px;
	line-height:24px;
	text-align:left;
	padding:2.5% 2%;
	float:left;
	}
.recruit_staff {
        width: 95%;
        margin: 0 auto;
}
.recruit_staff .img_left {
        margin-right: 0px;
}
.recruit_staff .img_right {
        margin-top: 4px;
}
.recruit_title {
        font-size: 20px;
}
/*　お問い合わせ
----------------------------------------------------------*/
.contact_comm {
	width:90%;
	text-align:center;
	font-size:15px;
	line-height:26px;
	margin:0 5% 3% 5%;
	}
.contact_comm a {
	color:#009fe8;
	}
.contact_title {
	font-size:20px;
	line-height:26px;
	margin:0 0 30px 0;
	color:#000;
	}
.contact_table {
	width:90%;
	background-image:url(../img/contact/form_back.png);
	padding:5%;
	margin:0 0 5% 0;
	}
.contact_table table {
	width:100%;
	border-top:nome;
	background-color:#fff;
	border-top:none;
	}
.contact_table th {
	width:96%;
	padding:3% 2%;
	font-size:16px;
	line-height:26px;
	text-align:left;
	vertical-align:top;
	color:#231815;
	background-color:#efefef;
	border-bottom:none;
	float:left;
	}
.contact_table td {
	width:96%;
	padding:3% 2%;
	text-align:left;
	border-bottom:none;
	float:left;
	}
.submit_btn{
	background-image:url(../img/contact/send_arrow.png);
	background-repeat:no-repeat;
	background-position:90% center;
	width:70%;
	margin:5% 15% ;
	border:2px solid #000;
	background-color:#fff;
	text-align:center;
	font-size:18px;
	line-height:1em;
	padding:1em 0;
	color:#000;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	display:block;
	behavior: url(../css/PIE.htc);
	cursor: pointer;
	}
.submit_btn:hover {
	background-image:url(../img/contact/send_arrow_on.png);
	background-repeat:no-repeat;
	background-position:90% center;
	background-color: #000;
	color:#fff;}

.form_style{
	width:96%; 
	height:auto; 
	padding:5px ;
	vertical-align:middle; 
	font-size:16px; 
	background-color:#fff;
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:5px ;
	vertical-align:middle; 
	font-size:16px; 
	background-color:#fff;
	}
.form_style_tarea{
	width:96%; 
	height:150px; 
	padding:5px ;
	font-size:16px; 
	background-color:#fff;
	}
/*　プライバシーポリシー
----------------------------------------------------------*/

.policy_comm {
	width:90%;
	text-align:left;
	font-size:15px;
	line-height:26px;
	margin:0 5% 4% 5%;
	}
.policy_text {
	width:90%;
	margin:0 5%;
	text-align:left;
	font-size:13px;
	line-height:20px;
	}
.policy_text p {
	margin-bottom:15px;}
.policy_title {
	border-left:3px solid #000; 
	font-weight:bold;
	padding:0 0 0 15px;
	margin-bottom:5px;
	}	
}