@charset "UTF-8";
/****************************************************************************
	body設定
*****************************************************************************/
body {
	color: #000;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 150%;
	text-align: center;
	overflow-wrap : break-word;
	word-wrap : break-word;
	-webkit-text-size-adjust: 100%;
  	margin: 0;
  	padding: 0;

}


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

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


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: top center;
	
}

.page_brake {
	page-break-after: always;
}

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 1040px;
	margin: auto;
	padding: 0 30px 30px 30px;
	border-top: 4px solid #00a1e9;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	/*position: absolute;
	left: 0;
	top: 0;
	z-index: 100;*/
}

.head_logo {
	width:205px;
	margin:0 40px 0 0 ;
	float: left;
	}
.head_logo img {
	width: 100%;
	height: auto;
	margin: 0;
	
}
#header_sm {
	display: none;
}
.h1{
	padding: 0;
	font-size: 10px;
	line-height:24px;
	height: 24px;
	text-align: right;
}

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

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


.navi{
	width: 795px;
	margin: 0 ;
	padding: 22px 0 0 0;
	float: left;
	
}
.navi ul:before, .navi ul:after{
	content: "";
	display: table;
}
.navi ul:after{
  clear: both;
}
.navi ul {
	width: 100%;
	margin: auto;
	padding: 0 ;
	border-left: 1px solid #989898;
}
.navi ul li{
	margin: 0 ;
  	padding:  0 ;
 	
}
.navi ul li a{
	width: 140px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right: 1px solid #989898;
	display: block;
	margin: 0 ;
  	padding: 9px 0;
  	float: left;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	
}

.navi li a:hover{
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
}
.navi li:nth-child(4) {
	width: 230px;
	float: left;
}
.navi li:nth-child(5) a{
	width: 140px;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	float: left;
	padding: 12px 0;
	background-color: rgba(0,0,0,1);
	border-radius: 19px;
	border-left: none;
}
.navi li:nth-child(5) a span {
	background-image: url(../img/common/f_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 1.5em 0 0;
}
.navi li:nth-child(5) a:hover{
	background-color: rgba(0,0,0,0.7);
	text-decoration: none;
	background-image: none;
}
.home .navi .p1 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.works .navi .p2 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.factory .navi .p3 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.company .navi .p4 a {
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	
}
/*	フッター
----------------------------------------------------------------------------*/


#footer{
	background-color: #00a1e9;
	padding: 95px 0 40px 0;
	text-align: center;
	margin:  0;
	}
.footer_in {
	width: 1100px;
	margin: 0 auto ;
	padding: 0 0 0 0;
}
.footer_cara {
	width: 160px;
	margin: 0 10px 0 0;
	float: left;
}
.footer_cont {
	width: 930px;
	float: left;
}
.footer_lead {
	width: 930px;
	border-bottom: 4px double #2dbdfb;
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0 0 8px 0;
}
.footer_logo {
	width: 205px;
	margin: 0 40px 0 0;
	float: left;
}
.footer_logo img {
	width: 100%;
	height: auto;
}
.footer_add {
	width: 214px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	float: left;
}
.footer_tel {
	width: 250px;
	margin: 0 30px 0 0;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	padding-left: 38px;
	border-left: 1px solid #2dbdfb;
	float: left;
}
.footer_tel p {
	padding-left: 30px;
}
.footer_tel img {
	width: 100%;
	height: auto;
}
.bt_contact a{
	width: 140px;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	float: left;
	padding: 12px 0;
	background-color: rgba(0,0,0,1);
	border-radius: 19px;
	border-left: none;
	margin: 10px 0;
}
.bt_contact a span {
	background-image: url(../img/common/f_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 1.5em 0 0;
}
.bt_contact a:hover{
	background-color: rgba(0,0,0,0.7);
	text-decoration: none;
	background-image: none;
}
.footer_link {
	width: 1100px;
	padding: 65px 0 0 0;
	margin: 0 auto 55px auto;
}

.footer_link li {
	width: 300px;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	float: left
}
.footer_link li:nth-child(3) {
	margin-left: 140px;
}

#footer_copy{
	height:30px;
	font-size:10px;
	line-height:1em;
	padding: 0;
	text-align:right;
	}
.page_top {
	width: 54px;
	position: fixed;
	right: 50px;
	bottom: 300px;
}

/*	共通
----------------------------------------------------------------------------*/
/* 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; }
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}
ul:before, ul:after{
	content: "";
	display: table;
}
ul:after{
  clear: both;
}

#contents{
	width:100%;
	margin:  0 auto;
	padding:  0 0 70px 0 ;
}

.page_title {
	width: 1100px;
	margin: 0 auto ;
	padding: 61px 0 61px 0;
	text-align: left;

}

.title {
	width:1052px;
	margin:0 auto 30px auto;
	background-image: url(../img/common/title.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	padding: 4px 0 4px 42px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	}
.head_lead {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	
	padding: 80px 0;
	margin: 0 auto 56px auto;
	border-bottom: 1px solid #00a1e9;
}
.head_lead .head_lead_in {
	width: 1100px;
	margin: auto;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
}
.head_lead .head_lead_in span {
	font-size: 15px;
}
.head_lead .head_lead_in .lead {
	margin: 0 auto 30px auto;
	text-align: left;
}
.bt a{
	width: 300px;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 17px 0;
	background-color: rgba(0,0,0,1);
	border-radius: 26px;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	-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;
} 
.bt a span {
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 1.5em 0 0;
}
.bt a:hover{
	background-color: rgba(0,0,0,0.7);
	text-decoration: none;
	background-image: none;
}
/*　TOP
----------------------------------------------------------*/


.home #container{
	background-image: url(../img/top/head_back.jpg);
}
.home .head_img_in {
	width: 660px;
	padding: 124px 0 179px 0;
	margin: auto;
}

.home .top_works {
	background-color: #00a1e9;
	padding: 90px 0 135px 0;
	margin: 0 auto 60px auto;
	text-align: center;
}

.home .top_works_in {
	width: 1100px;
	height: 400px;
	margin: auto;
	background-image: url(../img/top/works_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.home .top_works .lead {
	margin: 0 auto 30px auto;
	text-align: center;
}
.home .top_works .text {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	margin: 0 auto 0 auto;
	text-align: center;
}
.home .top_works li {
	width: 310px;
	position: absolute;
}
.home .top_works li:nth-child(1) {left: 0;top:-63px;}
.home .top_works li:nth-child(2) {right: 0;top:-63px;}
.home .top_works li:nth-child(3) {left: 106px;top:130px;}
.home .top_works li:nth-child(4) {right: 106px;top:130px;}
.home .top_works li:nth-child(5) {left: 0;top:325px;}
.home .top_works li:nth-child(6) {right: 0;top:325px;}
.home .service_list .title p {
	background-color: #42a01f;
	color: #fff;
}
.home .top_factory {
	width: 100%;
	margin: 0 auto 90px auto;
	overflow: hidden;
}
.home .top_factory_in {
	width: 1100px;
	margin: -50px auto 0 auto;
	position: relative;
}
.home .top_factory_in .img_l {
	width: 203px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.home .top_factory_in .img_r {
	width: 203px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.home .top_factory .lead {
	margin: 0 auto 30px auto;
	text-align: center;
}
.home .top_factory .text {
	font-size: 16px;
	line-height: 28px;
	margin: 0 auto 60px auto;
	text-align: center;
}

.home .top_comp {
	background-image: url(../img/top/comp_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto 65px auto;
	padding: 135px 0 130px 0;
}
.home .top_comp_in {
	width: 1100px;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	position: relative;
}
.home .top_comp_in .img_l {
	width: 353px;
	position: absolute;
	left: -113px;
	bottom: 0;
}
.home .top_comp_in .img_r {
	width: 353px;
	position: absolute;
	right: -120px;
	bottom: 0;
}
.home .top_comp .lead {
	margin: 0 auto 30px auto;
	text-align: center;
}
.home .top_comp .text {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	margin: 0 auto 50px auto;
	text-align: center;
}
.mask_sect {
	width: 100%;
	margin: 0 auto 80px auto;
	padding: 100px 0 0 0;
}
.mask_sect .mask_lead {
	width: 950px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	margin: 0 auto 50px auto;
	position: relative;
}
.mask_sect .mask_lead p {
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 20px;
}
.mask_sect .mask_img {
	width: 950px;
	margin: 0 auto 50px auto;
}
.mask_sect .mask_img .img_l {
	width: 548px;
	margin-right: 6px;
	float: left;
}
.mask_sect .mask_img .img_r {
	width: 546px;
	float: left;
}
.mask_sect .mask_lead .icon {
	width: 209px;
	position: absolute;
	top: -60px;
	left:-80px;
}
.mask_sect .bt a{
	background-color: rgba(255,168,206,1);
	margin-top: 80px;
}
.mask_sect .bt a span {
	background-image: url(../img/top/f_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 1.5em 0 0;
}
.mask_sect .bt a:hover{
	background-color: rgba(255,168,206,0.7);
	text-decoration: none;
	background-image: none;
}
.top_end {
	width: 1100px;
	margin: 0 auto 60px auto;
}
.top_link {
	width: 300px;
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	margin-right: 44px;
	float: left;
}
.top_link img {
	margin: 0 auto 30px auto;
}
.top_seo {
	width: 756px;
	margin: 0 auto ;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	float: left;
}
/* ===========実績紹介================ */
.works #container {
	background-image: url(../img/works/head_img.jpg);
}
.works .head_lead {
	background-image: url(../img/works/lead_back.jpg);
}
.works .works_list {
	width: 1100px;
	margin: auto;
}
.works .works_list ul {
	width: 100%;
	margin: 0 auto 50px auto;
}
.works .works_list ul li {
	width: 255px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	float: left;
	margin: 0 26px 26px 0;
}
.works .works_list ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.works .works_list ul li:nth-child(4n) {margin: 0 0 26px 0;}

/* ===========工場紹介================ */
.factory #container {
	background-image: url(../img/factory/head_img.jpg);
}
.factory .head_lead {
	background-image: url(../img/factory/lead_back.jpg);
	margin: 0 auto 0 auto;
}
.factory .step_lead {
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto 60px auto;
}
.factory .step_lead_in:before, .factory .step_lead_in:after{
	content: "";
	display: table;
}
.factory .step_lead_in:after{
  clear: both;
}
.factory .step_lead_in {
	width: 1100px;
	margin: auto;
}
.factory .step_lead_in img {
	float: left;
}
.factory .step_lead_in .text {
	padding: 40px 0 0 0;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
}
.factory .step_01{
	background-image: url(../img/factory/step_01.jpg);
	border-bottom: 1px solid #e5e5e5;
	padding: 115px 0 55px 0;
}
.factory .step_02{
	background-image: url(../img/factory/step_02.jpg);
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 115px 0 55px 0;
}
.factory .step_03{
	background-image: url(../img/factory/step_03.jpg);
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 95px 0 55px 0;
}
.factory .factory_list {
	width: 1100px;
	margin: auto;
}
.factory .factory_list ul {
	width: 100%;
	margin: 0 auto 60px auto;
}
.factory .factory_list ul li {
	width: 316px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	float: left;
	margin: 0 76px 26px 0;
}
.factory .factory_list ul li span {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1em;
}
.factory .factory_list ul li span.green {
	background-image: url(../img/factory/arrow_gree.png);
}
.factory .factory_list ul li span.blue {
	background-image: url(../img/factory/arrow_blu.png);
}
.factory .factory_list ul li span.yellow {
	background-image: url(../img/factory/arrow_yell.png);
}
.factory .factory_list ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.factory .factory_list ul li:nth-child(3n) {margin: 0 0 26px 0;}
.factory .subtitle {
	width:1047px;
	margin:0 auto 30px auto;
	background-image:url(../img/factory/icon_yell.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	padding: 0 0 0 53px;
	text-align: left;
	}
.factory .yellow {
	background-image:url(../img/factory/icon_yell.png);
	}
.factory .green {
	background-image:url(../img/factory/icon_gree.png);
	}

/* ===========会社案内================ */

.company #container {
	background-image: url(../img/company/head_img.jpg);
}
.company .head_lead {
	background-image: url(../img/company/lead_back.jpg);
	margin: 0 auto 0 auto;
}
.comp_table {
	background-image: url(../img/company/img_01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto 80px auto;
	padding: 575px 0 0 0;
}
.comp_table table {
	width: 1100px;
	margin: 0 auto 40px auto;
}
.comp_table table th{
	width: 215px;
	border-bottom: 1px solid #cbcbcb;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	vertical-align: top;
	padding: 20px 10px 20px 0;
}
.comp_table table td{
	border-bottom: 1px solid #cbcbcb;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	padding: 20px 10px 20px 0;
}
.comp_table table td p {
	float: left;
	width: 314px;
}
.comp_table table td a:hover {
	text-decoration: underline;
}
.comp_add {
	width: 1100px;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	margin: 0 auto 10px auto;
}
.comp_img {
	width: 1160px;
	margin: 0 auto 60px auto;
}

.comp_map {
	width: 1100px;
	height: 440px;
	margin: 0 auto 80px auto;
}
.comp_map iframe {
	width: 100%;
	height: 100%;
}

/* ===========お問い合わせ================ */
.contact #container {
	background-image: url(../img/contact/head_img.jpg);
}
.contact .page_title {
	margin: 0 auto 55px auto;
}
.contact_box {
	width: 808px;
	margin: 0 auto 90px auto;
	padding: 30px 0 0 0;
}
.contact_tel {
	width: 350px;
	margin: 0 26px ;
	font-size: 21px;
	line-height: 28px;
	text-align: left;
	float: left;
}
.contact_tel img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.contact_comm {
	width: 1100px;
	margin: 0 auto 50px auto;
	padding: 20px 0 0 0;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.contact_comm span {
	width:52px;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	padding: 6px 0 6px 0;
	color: #fff;
	background-color: #00a1e9;
	display: inline-block;
	margin-right: 10px;
	border-radius: 3px;
}
.contact_table {
	width: 920px;
	margin: 0 auto 80px auto;
}
.contact_table table {
	width: 100%;
	margin: 0 auto 40px auto;
}
.contact_table th {
	width:240px;
	padding: 11px 16px 11px 0;
	font-size:16px;
	line-height: 20px;
	text-align:left;
	vertical-align:top;

	}
.contact_table td {
	line-height: 20px;
	padding: 2px 0 2px 0;
	text-align:left;
	}
.contact_table th .essential {
	width:52px;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	padding: 6px 0 6px 0;
	border-radius: 3px;
	color: #fff;
	background-color: #00a1e9;
	display: inline-block;
	float: right;
}

.submit_btn{
	width: 338px;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 22px 0;
	background-color: rgba(0,0,0,1);
	border-radius: 31px;
	border: none;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	-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;
} 
.submit_btn span {
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 1.5em 0 0;
}
.submit_btn:hover{
	background-color: rgba(0,0,0,0.7);
	text-decoration: none;
	background-image: none;
}
.form_style{
	width:96%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #f2f2f2;
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #f2f2f2;
	}
.form_style_tarea {
	width:96%; 
	height:200px; 
	padding:2% 2% ;
	font-size:16px; 
	background-color: #f2f2f2;
	}

.contact .complete{
	color: #00a1e9;
	font-size: 120%;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 5%;
}


/* ===========横幅767px以下================ */


@media screen and ( max-width: 767px) {
	
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;
	-webkit-text-size-adjust: 100%;
  	margin: 0;
  	padding: 0;
	
	}
 
	
h2,h3,h4{text-align: left;}

a {	color: #000;
	text-decoration:none;
	
	}
a:hover {
	color: #000;
	text-decoration:none;
	}
img {
	margin: 0  ;
	padding: 0;
	width: 100%;
	height: auto;}


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 200% auto;
}

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	display: none;
	width: 1040px;
	margin: auto;
	padding: 0 30px 30px 30px;
	border-top: 4px solid #00a1e9;
	background-color: #fff;
	border-radius: 0 0 6px 6px;

}

.head_logo {
	width:60%;
	margin:2% ;
	float: left;
	}
.head_logo img {
	width: 100%;
	height: auto;
	margin: 0;
	
}
#header_sm {
	display: block;
	background-color: #fff;
	padding:   0;
}

.h1{display: none;
	padding: 13px 0 0 0;
	font-size: 12px;
	line-height:15px;
	height: 30px;
	text-align: left;
	color:#4d4d4d;
}
.list_close {
	width:12.5%;
	margin:1% 2% 0 0 ;
	float:right;
	z-index:1000;
	}
.open_menu {
	width:12.5%;
	margin:1% 2% 0 0 ;
	float:right;
	z-index:1000;
	}


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

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

.navi{
	display:none;
}

/*	グローバルナビ(スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	width:100%;
 	position:absolute;
	z-index:999;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
}
#category_list > ul {
	margin-top: 13.5%;
	width:100%; 
	background-color: rgba(0,161,233,1);
	}
#category_list li a{
	font-size:20px;
	line-height: 40px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:95%;
	
	text-align:left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	border-bottom:1px solid #fff;
	display:block;
	}
#category_list li a:hover {
	text-decoration:none;
}
/*#category_list  p {
	font-size:20px;
	line-height: 40px;
	font-weight:bold;
	color:#fff;
	margin: 0 0 0 0;
	text-align:left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	border-bottom:1px solid #fff;
	display:block;
	} 
ul.accordion span {display:block; }
ul.accordion ul { 
	display:none; 
	background-color: rgba(0,135,69,1);
	
	}
ul.accordion  li  p span { 
	background-image:url(../img/common/open.png);
	background-position:95%;
	 background-repeat:no-repeat;
	
	 
	 }
ul.accordion  li  p span.open {
	 background-image:url(../img/common/close.png);
	
	background-position:95%;
	 background-repeat:no-repeat;
	
	 }*/
/*	フッター
----------------------------------------------------------------------------*/




#footer{
	background-color: #00a1e9;
	padding: 5% 0 0 0;
	text-align: center;
	margin:  0;
	}
.footer_in {
	width: 90%;
	margin: 0 auto ;
	padding: 0 0 0 0;
}
.footer_cara {
	width: 40%;
	margin: 0 30% 5% 30%;
	float: left;
}
.footer_cont {
	width: 100%;
	float: left;
}
.footer_lead {
	width: 100%;
	border-bottom: 4px double #2dbdfb;
	text-align: left;
	margin: 0 0 3% 0;
	padding: 0 0 2% 0;
}
.footer_logo {
	width: 50%;
	margin: 0 25% 5% 25%;
	float: left;
}
.footer_logo img {
	width: 100%;
	height: auto;
}
.footer_add {
	width: 90%;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0 5%;
	float: left;
}
.footer_tel {
	width: 90%;
	margin: 0 5% 2% 5%;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	padding-left: 0;
	border-left: none;
	float: none;
}
.footer_tel p {
	padding-left: 0;
}
.footer_tel img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 3% auto;
}
.bt_contact a{
	width: 70%;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	float: left;
	padding: 12px 0;
	background-color: rgba(0,0,0,1);
	border-radius: 19px;
	border-left: none;
	margin: 5% 15%;
}
.bt_contact a span {
	background-image: url(../img/common/f_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 1.5em 0 0;
}
.bt_contact a:hover{
	background-color: rgba(0,0,0,0.7);
	text-decoration: none;
	background-image: none;
}
.footer_link {
	width: 90%;
	padding: 0% 0 0 0;
	margin: 0 auto 5% auto;
}

.footer_link li {
	width: 70%;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	margin: 0 15% 5% 15%;
	float: left
}
.footer_link li:nth-child(3) {
	margin: 0 15% 5% 15%;
}

#footer_copy{
	height:30px;
	font-size:10px;
	line-height:1em;
	padding: 0;
	text-align:center;
	}
.page_top {
	width: 12.5%;
	position: fixed;
	right: 2%;
	bottom: 10%;
}

/*	共通
----------------------------------------------------------------------------*/
/* 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; }
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}
ul:before, ul:after{
	content: "";
	display: table;
}
ul:after{
  clear: both;
}

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

.page_title {
	width: 40%;
	margin: 0 auto ;
	padding: 5% 55% 5% 5% ;
	text-align: left;

}

.title {
	width: 88%;
	margin:0 2% 3% 2%;
	background-image: url(../img/common/title.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	padding: 4px 0 4px 8%;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	}
.head_lead {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	padding: 10% 0;
	margin: 0 auto 5% auto;
	border-bottom: 1px solid #00a1e9;
}
.head_lead .head_lead_in {
	width: 90%;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.head_lead .head_lead_in span {
	font-size: 13px;
}
.head_lead .head_lead_in .lead {
	margin: 0 auto 3% auto;
	text-align: left;
}
.bt a{
	width: 70%;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	background-color: rgba(0,0,0,1);
	border-radius: 19px;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	-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;
} 
.bt a span {
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 1em;
	padding: 0 1.5em 0 0;
}
.bt a:hover{
	background-color: rgba(0,0,0,0.7);
	text-decoration: none;
	background-image: none;
}
/*　TOP
----------------------------------------------------------*/
.home #container{
	background-image: url(../img/top/head_back.jpg);
	background-size: auto 100vw;
}
.home .head_img_in {
	width: 70vw;
	padding: 12vw 0 12vw 0;
	margin: auto;
}

.home .top_works {
	background-color: #00a1e9;
	padding: 10% 5% 10% 5%;
	margin: 0 auto 5% auto;
	text-align: center;
}

.home .top_works_in {
	width: 100%;
	height: auto;
	margin: auto;
	background-image: url(../img/top/works_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:  50% auto;
	position: relative;
}
.home .top_works .lead {
	margin: 0 auto 3% auto;
	text-align: center;
}
.home .top_works .text {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 0 auto 5% auto;
	text-align: center;
}
.home .top_works li {
	width: 50%;
	position: relative;
	float: left;
}
.home .top_works li:nth-child(1) {left: 0;top:0;margin-top: 40vw;}
.home .top_works li:nth-child(2) {right: 0;top:0;margin-top: 40vw;}
.home .top_works li:nth-child(3) {left: 0;top:0; }
.home .top_works li:nth-child(4) {right: 0;top:0;}
.home .top_works li:nth-child(5) {left: 0;top:0; }
.home .top_works li:nth-child(6) {right: 0;top:0;}
.home .service_list .title p {
	background-color: #42a01f;
	color: #fff;
}
.home .top_factory {
	width: 100%;
	margin: 0 auto 9% auto;
}
.home .top_factory_in {
	width: 70%;
	margin: -50px auto 0 auto;
	position: relative;
}
.home .top_factory_in .img_l {
	width: 50%;
	position: relative;
	margin-top: 5%;
	left: 0;
	bottom: 0;
	float: left;
}
.home .top_factory_in .img_r {
	width: 50%;
	position: relative;
	margin-top: 5%;
	right: 0;
	bottom: 0;
	float: left;
}
.home .top_factory .lead {
	margin: 0 auto 5% auto;
	text-align: center;
}
.home .top_factory .text {
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 6% auto;
	text-align: center;
}

.home .top_comp {
	background-image: url(../img/top/comp_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto 6% auto;
	padding: 10% 0 10% 0;
}
.home .top_comp_in {
	width: 90%;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	position: relative;
}
.home .top_comp_in .img_l {
	width: 50%;
	position: relative;
	margin-top: 5%;
	left: 0;
	bottom: 0;
	float: left;
}
.home .top_comp_in .img_r {
	width: 50%;
	position: relative;
	margin-top: 5%;
	right: 0;
	bottom: 0;
	float: left;
}
.home .top_comp .lead {
	margin: 0 auto 3% auto;
	text-align: center;
}
.home .top_comp .text {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 0 auto 5% auto;
	text-align: center;
}

.mask_sect {
	width: 100%;
	margin: 0 auto 5% auto;
	padding: 5% 0 0 0;
	overflow: hidden;
}
.mask_sect .mask_lead {
	width: 90%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto 5% auto;
	position: relative;
}
.mask_sect .mask_lead p {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 3%;
}
.mask_sect .mask_img {
	width: 100%;
	margin: 0 auto 5% auto;
}
.mask_sect .mask_img .img_l {
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
	float: left;
}
.mask_sect .mask_img .img_r {
	width: 100%;
	float: left;
}
.mask_sect .mask_lead .icon {
	width: 40%;
	position: relative;
	top: 0;
	left:0;
	margin: 5% auto;
}
.mask_sect .bt a{
	background-color: rgba(255,168,206,1);
	margin-top: 2%;
}
.mask_sect .bt a span {
	background-image: url(../img/top/f_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 1.5em 0 0;
}
.mask_sect .bt a:hover{
	background-color: rgba(255,168,206,0.7);
	text-decoration: none;
	background-image: none;
}
.top_end {
	width: 90%;
	margin: 0 auto 10% auto;
}
.top_link {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	margin-right: 0;
	margin-bottom: 5%;
	float: left;
}
.top_link img {
	width: 50%;
	margin: 0 auto 1% auto;
}
.top_seo {
	width: 100%;
	margin: 0 auto ;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	float: left;
}
/* ===========実績紹介================ */
.works #container {
	background-image: url(../img/works/head_img.jpg);
	
}
.works .head_lead {
	background-image: url(../img/works/lead_back.jpg);
}
.works .works_list {
	width: 100%;
	margin: auto;
}
.works .works_list ul {
	width: 90%;
	margin: 0 auto 5% auto;
}
.works .works_list ul li {
	width: 48%;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	float: left;
	margin: 0 1% 3% 1%;
}
.works .works_list ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 1%;
}
.works .works_list ul li:nth-child(4n) {margin: 0 1% 3% 1%;}

/* ===========工場紹介================ */
.factory #container {
	background-image: url(../img/factory/head_img.jpg);
}
.factory .head_lead {
	background-image: url(../img/factory/lead_back.jpg);
	margin: 0 auto 0 auto;
}
.factory .step_lead {
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto 6% auto;
}
.factory .step_lead_in:before, .factory .step_lead_in:after{
	content: "";
	display: table;
}
.factory .step_lead_in:after{
  clear: both;
}
.factory .step_lead_in {
	width: 90%;
	margin: auto;
}
.factory .step_lead_in img {
	width: 30%;
	margin-bottom: 3em;
	float: left;
}
.factory .step_lead_in .text {
	padding: 0 0 0 0;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.factory .step_01{
	background-image: url(../img/factory/step_01.jpg);
	border-bottom: 1px solid #e5e5e5;
	padding: 5% 0 2% 0;
}
.factory .step_03 .step_lead_in img {
	width: 36%;
}
.factory .step_02{
	background-image: url(../img/factory/step_02.jpg);
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5% 0 2% 0;
}
.factory .step_03{
	background-image: url(../img/factory/step_03.jpg);
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5% 0 2% 0;
}
.factory .factory_list {
	width: 100%;
	margin: auto;
}
.factory .factory_list ul {
	width: 90%;
	margin: 0 auto 6% auto;
}
.factory .factory_list ul li {
	width: 48%;
	font-size: 14px;
	line-height: 1.7em;
	text-align: left;
	float: left;
	margin: 0 1% 3% 1%;
}
.factory .factory_list ul li span {
	background-repeat: no-repeat;
	background-position: left 0.5em;
	height: 3.5em;
	padding-left: 1em;
	display: block;
}
.factory .factory_list ul li span.green {
	background-image: url(../img/factory/arrow_gree.png);
}
.factory .factory_list ul li span.blue {
	background-image: url(../img/factory/arrow_blu.png);
}
.factory .factory_list ul li span.yellow {
	background-image: url(../img/factory/arrow_yell.png);
}
.factory .factory_list ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 1%;
}
.factory .factory_list ul li:nth-child(3n) {margin: 0 1% 3% 1%;}
.factory .subtitle {
	width:91%;
	margin:0 2% 3% 2%;
	background-image:url(../img/factory/icon_yell.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 1em auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 0 0 5%;
	text-align: left;
	}
.factory .yellow {
	background-image:url(../img/factory/icon_yell.png);
	}
.factory .green {
	background-image:url(../img/factory/icon_gree.png);
	}

/* ===========会社案内================ */

.company #container {
	background-image: url(../img/company/head_img.jpg);
}
.company .head_lead {
	background-image: url(../img/company/lead_back.jpg);
	margin: 0 auto 0 auto;
}
.comp_table {
	background-image: url(../img/company/img_01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 45vw;
	margin: 0 auto 8% auto;
	padding: 50vw 0 0 0;
}
.comp_table table {
	width: 90%;
	margin: 0 auto 3% auto;
}
.comp_table table th{
	width: 96%;
	border-bottom: 1px solid #cbcbcb;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	vertical-align: top;
	padding: 2% 2%;
	float: left;
}
.comp_table table td{
	width: 96%;
	border-bottom: 1px solid #cbcbcb;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	padding: 2% 2%;
	float: left;
}
.comp_table table td p {
	float: left;
	width: 100%;
	margin: 0 0 2% 0;
}
.comp_add {
	width: 90%;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	margin: 0 5% 2% 5%;
}
.comp_img {
	width: 100%;
	margin: 0 auto 5% auto;
}

.comp_map {
	width: 100%;
	height: 300px;
	margin: 0 auto 8% auto;
}
.comp_map iframe {
	width: 100%;
	height: 100%;
}

/* ===========お問い合わせ================ */
.contact #container {
	background-image: url(../img/contact/head_img.jpg);
}
.contact .page_title {
	margin: 0 auto 5% auto;
}
.contact_box {
	width: 80%;
	margin: 0 auto 10% auto;
	padding: 3% 0 0 0;
}
.contact_tel {
	width: 100%;
	margin: 0 auto 5% auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
}
.contact_tel img {
	width: 100%;
	height: auto;
	margin: 0 0 2% 0;
}
.contact_comm {
	width: 90%;
	margin: 0 auto 5% auto;
	padding: 3% 0 0 0;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.contact_comm span {
	width:52px;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	padding: 6px 0 6px 0;
	color: #fff;
	background-color: #00a1e9;
	display: inline-block;
	margin-right: 10px;
	border-radius: 3px;
}
.contact_table {
	width: 90%;
	margin: 0 auto 8% auto;
}
.contact_table table {
	width: 100%;
	margin: 0 auto 4% auto;
}
.contact_table th {
	width:96%;
	padding: 2% 2%;
	font-size:16px;
	line-height: 20px;
	text-align:left;
	vertical-align:middle;
	float: left;
	}
.contact_table td {
	width:96%;
	line-height: 20px;
	padding: 2% 2%;
	text-align:left;
	float: left;
	}
.contact_table th .essential {
	width:52px;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	padding: 6px 0 6px 0;
	border-radius: 3px;
	color: #fff;
	background-color: #00a1e9;
	display: inline-block;
	float: right;
}

.submit_btn{
	width: 70%;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	background-color: rgba(0,0,0,1);
	border-radius: 19px;
	border: none;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	-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;
} 
.submit_btn span {
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 1.5em 0 0;
}
.submit_btn:hover{
	background-color: rgba(0,0,0,0.7);
	text-decoration: none;
	background-image: none;
}
.form_style{
	width:96%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #f2f2f2;
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #f2f2f2;
	}
.form_style_tarea {
	width:96%; 
	height:200px; 
	padding:2% 2% ;
	font-size:16px; 
	background-color: #f2f2f2;
	}

.contact .complete{
	color: #00a1e9;
	font-size: 120%;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 5%;
}
}
/* ===========横幅767px以下ここまで================ */

/* ===========横幅767px以下 横================ */

@media (orientation: landscape) and (max-width: 767px){

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;
	-webkit-text-size-adjust: 100%;
  	margin: 0;
  	padding: 0;
	
	}
 
	
h2,h3,h4{text-align: left;}

a {	color: #000;
	text-decoration:none;
	
	}
a:hover {
	color: #000;
	text-decoration:none;
	}
img {
	margin: 0  ;
	padding: 0;
	width: 100%;
	height: auto;}


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 180% auto;
}

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	display: none;
	width: 1040px;
	margin: auto;
	padding: 0 30px 30px 30px;
	border-top: 4px solid #00a1e9;
	background-color: #fff;
	border-radius: 0 0 6px 6px;

}

.head_logo {
	width:60%;
	margin:2% ;
	float: left;
	}
.head_logo img {
	width: 100%;
	height: auto;
	margin: 0;
	
}
#header_sm {
	display: block;
	background-color: #fff;
	padding:   0;
}

.h1{display: none;
	padding: 13px 0 0 0;
	font-size: 12px;
	line-height:15px;
	height: 30px;
	text-align: left;
	color:#4d4d4d;
}
.list_close {
	width:12.5%;
	margin:1% 2% 0 0 ;
	float:right;
	z-index:1000;
	}
.open_menu {
	width:12.5%;
	margin:1% 2% 0 0 ;
	float:right;
	z-index:1000;
	}


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

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

.navi{
	display:none;
}

/*	グローバルナビ(スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	width:100%;
 	position:absolute;
	z-index:999;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
}
#category_list > ul {
	margin-top: 13.5%;
	width:100%; 
	background-color: rgba(0,161,233,1);
	}
#category_list li a{
	font-size:18px;
	line-height: 30px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-image:url(../img/common/arrow.png);
	background-repeat:no-repeat;
	background-position:95%;
	
	text-align:left;
	padding-left:5%;
	padding-top:2%;
	padding-bottom:2%;
	border-bottom:1px solid #fff;
	display:block;
	}
#category_list li a:hover {
	text-decoration:none;
}
/*#category_list  p {
	font-size:20px;
	line-height: 40px;
	font-weight:bold;
	color:#fff;
	margin: 0 0 0 0;
	text-align:left;
	padding-left:5%;
	padding-top:4%;
	padding-bottom:4%;
	border-bottom:1px solid #fff;
	display:block;
	} 
ul.accordion span {display:block; }
ul.accordion ul { 
	display:none; 
	background-color: rgba(0,135,69,1);
	
	}
ul.accordion  li  p span { 
	background-image:url(../img/common/open.png);
	background-position:95%;
	 background-repeat:no-repeat;
	
	 
	 }
ul.accordion  li  p span.open {
	 background-image:url(../img/common/close.png);
	
	background-position:95%;
	 background-repeat:no-repeat;
	
	 }*/
/*	フッター
----------------------------------------------------------------------------*/




#footer{
	background-color: #00a1e9;
	padding: 5% 0 0 0;
	text-align: center;
	margin:  0;
	}
.footer_in {
	width: 90%;
	margin: 0 auto ;
	padding: 0 0 0 0;
}
.footer_cara {
	width: 25%;
	margin: 0 5% 5% 0;
	float: left;
}
.footer_cont {
	width: 70%;
	float: left;
}
.footer_lead {
	width: 100%;
	border-bottom: 4px double #2dbdfb;
	text-align: left;
	margin: 0 0 3% 0;
	padding: 0 0 2% 0;
}
.footer_logo {
	width: 50%;
	margin: 0 25% 5% 25%;
	float: left;
}
.footer_logo img {
	width: 100%;
	height: auto;
}
.footer_add {
	width: 90%;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0 5%;
	float: left;
}
.footer_tel {
	width: 90%;
	margin: 0 0 2% 5%;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	padding-left: 0;
	border-left: none;
	float: left;
}
.footer_tel p {
	padding-left: 0;
}
.footer_tel img {
	width: 80%;
	height: auto;
}
.bt_contact a{
	width: 70%;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	float: left;
	padding: 12px 0;
	background-color: rgba(0,0,0,1);
	border-radius: 19px;
	border-left: none;
	margin: 5% 15%;
}
.bt_contact a span {
	background-image: url(../img/common/f_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 1.5em 0 0;
}
.bt_contact a:hover{
	background-color: rgba(0,0,0,0.7);
	text-decoration: none;
	background-image: none;
}
.footer_link {
	width: 90%;
	padding: 0% 0 0 0;
	margin: -5% auto 5% auto;
}

.footer_link li {
	width: 50%;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	margin: 0 0 5% 0;
	float: left
}
.footer_link li:nth-child(3) {
	margin: 0 0 5% 0;
}
.footer_link li:nth-child(1) {
	width: 50%;
	margin: 0 25% 0 25%;
}
#footer_copy{
	height:30px;
	font-size:10px;
	line-height:1em;
	padding: 0;
	text-align:center;
	}
.page_top {
	width: 10%;
	position: fixed;
	right: 2%;
	bottom: 10%;
}

/*	共通
----------------------------------------------------------------------------*/
/* 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; }
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}
ul:before, ul:after{
	content: "";
	display: table;
}
ul:after{
  clear: both;
}

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

.page_title {
	width: 25%;
	margin: 0 auto ;
	padding: 5% 70% 5% 5% ;
	text-align: left;

}

.title {
	width: 91%;
	margin:0 2% 3% 2%;
	background-image: url(../img/common/title.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	padding: 4px 0 4px 5%;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	}
.head_lead {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	padding: 5% 0;
	margin: 0 auto 5% auto;
	border-bottom: 1px solid #00a1e9;
}
.head_lead .head_lead_in {
	width: 90%;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.head_lead .head_lead_in span {
	font-size: 13px;
}
.head_lead .head_lead_in .lead {
	width: 70%;
	margin: 0 30% 3% auto;
	text-align: left;
}
.bt a{
	width: 40%;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	background-color: rgba(0,0,0,1);
	border-radius: 19px;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	-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;
} 
.bt a span {
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto 1em;
	padding: 0 1.5em 0 0;
}
.bt a:hover{
	background-color: rgba(0,0,0,0.7);
	text-decoration: none;
	background-image: none;
}
/*　TOP
----------------------------------------------------------*/
.home #container{
	background-image: url(../img/top/head_back.jpg);
	background-size: auto 100vw;
}
.home .head_img_in {
	width: 50vw;
	padding: 7vw 0 7vw 0;
	margin: auto;
}

.home .top_works {
	background-color: #00a1e9;
	padding: 5% 5% 5% 5%;
	margin: 0 auto 5% auto;
	text-align: center;
}

.home .top_works_in {
	width: 100%;
	height: auto;
	margin: auto;
	background-image: url(../img/top/works_back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 50%;
	position: relative;
}
.home .top_works .lead {
	margin: 0 auto 3% auto;
	text-align: center;
}
.home .top_works .text {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 0 auto 5% auto;
	text-align: center;
}
.home .top_works li {
	width: 35%;
	position: relative;
	float: left;
}
.home .top_works li:nth-child(1) {left: 0;top:0; margin-right: 30%; margin-top: 0;}
.home .top_works li:nth-child(2) {right: 0;top:0;; margin-top: 0;}
.home .top_works li:nth-child(3) {left: 0;top:0; margin-right: 20%; margin-left: 5%;}
.home .top_works li:nth-child(4) {right: 0;top:0;}
.home .top_works li:nth-child(5) {left: 0;top:0; margin-right: 30%}
.home .top_works li:nth-child(6) {right: 0;top:0;}
.home .service_list .title p {
	background-color: #42a01f;
	color: #fff;
}
.home .top_factory {
	width: 100%;
	margin: 0 auto 9% auto;
}
.home .top_factory_in {
	width: 90%;
	margin: -50px auto 0 auto;
	position: relative;
}
.home .top_factory_in .img_l {
	width: 30%;
	position: absolute;
	margin-top: 5%;
	left: 0;
	bottom: 0;
	float: left;
}
.home .top_factory_in .img_r {
	width: 30%;
	position: absolute;
	margin-top: 5%;
	right: 0;
	bottom: 0;
	float: left;
}
.home .top_factory .lead {
	margin: 0 auto 3% auto;
	text-align: center;
}
.home .top_factory .text {
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 6% auto;
	text-align: center;
}

.home .top_comp {
	background-image: url(../img/top/comp_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto 6% auto;
	padding: 5% 0 5% 0;
}
.home .top_comp_in {
	width: 90%;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	position: relative;
}
.home .top_comp_in .img_l {
	width: 25%;
	position: absolute;
	margin-top: 5%;
	left: 0;
	bottom: 0;
	float: left;
}
.home .top_comp_in .img_r {
	width: 25%;
	position: absolute;
	margin-top: 5%;
	right: 0;
	bottom: 0;
	float: left;
}
.home .top_comp .lead {
	margin: 0 auto 3% auto;
	text-align: center;
}
.home .top_comp .text {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 0 auto 5% auto;
	text-align: center;
}

.mask_sect {
	width: 100%;
	margin: 0 auto 5% auto;
	padding: 5% 0 0 0;
	overflow: hidden;
}
.mask_sect .mask_lead {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto 3% auto;
	position: relative;
}
.mask_sect .mask_lead p {
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 20px;
}
.mask_sect .mask_img {
	width: 100%;
	margin: 0 auto 5% auto;
}
.mask_sect .mask_img .img_l {
	width: 49%;
	margin-right: 1%;
	float: left;
}
.mask_sect .mask_img .img_r {
	width: 49%;
	float: left;
}
.mask_sect .mask_lead .icon {
	width: 25%;
	position: absolute;
	top: -5vw;
	left:0;
}
.mask_sect .bt a{
	background-color: rgba(255,168,206,1);
	margin-top: 2%;
}
.mask_sect .bt a span {
	background-image: url(../img/top/f_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 1.5em 0 0;
}
.mask_sect .bt a:hover{
	background-color: rgba(255,168,206,0.7);
	text-decoration: none;
	background-image: none;
}
.top_end {
	width: 90%;
	margin: 0 auto 5% auto;
}
.top_link {
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	margin-right: 0;
	float: left;
}
.top_link img {
	width: 40%;
	margin: 0 auto 3% auto;
}
.top_seo {
	width: 100%;
	margin: 0 auto ;
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	float: left;
}
/* ===========実績紹介================ */
.works #container {
	background-image: url(../img/works/head_img.jpg);
	
}
.works .head_lead {
	background-image: url(../img/works/lead_back.jpg);
}
.works .works_list {
	width: 100%;
	margin: auto;
}
.works .works_list ul {
	width: 90%;
	margin: 0 auto 5% auto;
}
.works .works_list ul li {
	width: 31%;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	float: left;
	margin: 0 1% 3% 1%;
}
.works .works_list ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 1%;
}
.works .works_list ul li:nth-child(4n) {margin: 0 1% 3% 1%;}

/* ===========工場紹介================ */
.factory #container {
	background-image: url(../img/factory/head_img.jpg);
}
.factory .head_lead {
	background-image: url(../img/factory/lead_back.jpg);
	margin: 0 auto 0 auto;
}
.factory .step_lead {
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto 6% auto;
}
.factory .step_lead_in:before, .factory .step_lead_in:after{
	content: "";
	display: table;
}
.factory .step_lead_in:after{
  clear: both;
}
.factory .step_lead_in {
	width: 90%;
	margin: auto;
}
.factory .step_lead_in img {
	width: 20%;
	margin-bottom: 2em;
	float: left;
}
.factory .step_lead_in .text {
	padding: 0 0 0 0;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.factory .step_01{
	background-image: url(../img/factory/step_01.jpg);
	border-bottom: 1px solid #e5e5e5;
	padding: 5% 0 2% 0;
}
.factory .step_03 .step_lead_in img {
	width: 28.8%;
}
.factory .step_02{
	background-image: url(../img/factory/step_02.jpg);
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5% 0 2% 0;
}
.factory .step_03{
	background-image: url(../img/factory/step_03.jpg);
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5% 0 2% 0;
}
.factory .factory_list {
	width: 100%;
	margin: auto;
}
.factory .factory_list ul {
	width: 96%;
	margin: 0 auto 6% auto;
}
.factory .factory_list ul li {
	width: 31%;
	font-size: 14px;
	line-height: 1.7em;
	text-align: left;
	float: left;
	margin: 0 1% 3% 1%;
}
.factory .factory_list ul li span {
	background-repeat: no-repeat;
	background-position: left 0.5em;
	height: 3.5em;
	padding-left: 1em;
	display: block;
}
.factory .factory_list ul li span.green {
	background-image: url(../img/factory/arrow_gree.png);
}
.factory .factory_list ul li span.blue {
	background-image: url(../img/factory/arrow_blu.png);
}
.factory .factory_list ul li span.yellow {
	background-image: url(../img/factory/arrow_yell.png);
}
.factory .factory_list ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 1%;
}
.factory .factory_list ul li:nth-child(3n) {margin: 0 1% 3% 1%;}
.factory .subtitle {
	width:91%;
	margin:0 2% 3% 2%;
	background-image:url(../img/factory/icon_yell.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 1em auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 0 0 5%;
	text-align: left;
	}
.factory .yellow {
	background-image:url(../img/factory/icon_yell.png);
	}
.factory .green {
	background-image:url(../img/factory/icon_gree.png);
	}

/* ===========会社案内================ */

.company #container {
	background-image: url(../img/company/head_img.jpg);
}
.company .head_lead {
	background-image: url(../img/company/lead_back.jpg);
	margin: 0 auto 0 auto;
}
.comp_table {
	background-image: url(../img/company/img_01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 45vw;
	margin: 0 auto 8% auto;
	padding: 50vw 0 0 0;
}
.comp_table table {
	width: 90%;
	margin: 0 auto 3% auto;
}
.comp_table table th{
	width: 20%;
	border-bottom: 1px solid #cbcbcb;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	vertical-align: top;
	padding: 2% 0;
	float: none;
}
.comp_table table td{
	width: 78%;
	border-bottom: 1px solid #cbcbcb;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	padding: 2% 1%;
	float: none;
}
.comp_table table td p {
	float: left;
	width: 45%;
	margin: 0 5% 2% 0;
}
.comp_add {
	width: 90%;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	margin: 0 5% 2% 5%;
}
.comp_img {
	width: 100%;
	margin: 0 auto 5% auto;
}
.comp_map {
	width: 100%;
	height: 300px;
	margin: 0 auto 8% auto;
}
.comp_map iframe {
	width: 100%;
	height: 100%;
}

/* ===========お問い合わせ================ */
.contact #container {
	background-image: url(../img/contact/head_img.jpg);
}
.contact .page_title {
	margin: 0 auto 5% auto;
}
.contact_box {
	width: 90%;
	margin: 0 auto 10% auto;
	padding: 3% 0 0 0;
}
.contact_tel {
	width: 46%;
	margin: 0 2% 0 2%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	float: left;
}
.contact_tel img {
	width: 100%;
	height: auto;
	margin: 0 0 2% 0;
}
.contact_comm {
	width: 90%;
	margin: 0 auto 5% auto;
	padding: 3% 0 0 0;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.contact_comm span {
	width:52px;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	padding: 6px 0 6px 0;
	color: #fff;
	background-color: #00a1e9;
	display: inline-block;
	margin-right: 10px;
	border-radius: 3px;
}
.contact_table {
	width: 90%;
	margin: 0 auto 8% auto;
}
.contact_table table {
	width: 100%;
	margin: 0 auto 4% auto;
}
.contact_table th {
	width:30%;
	padding: 1% 0;
	font-size:16px;
	line-height: 20px;
	text-align:left;
	vertical-align:middle;
	float: left;
	}
.contact_table td {
	width:68%;
	line-height: 20px;
	padding: 1% 1%;
	text-align:left;
	float: left;
	}
.contact_table th .essential {
	width:52px;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	padding: 6px 0 6px 0;
	border-radius: 3px;
	color: #fff;
	background-color: #00a1e9;
	display: inline-block;
	float: right;
}

.submit_btn{
	width: 70%;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	background-color: rgba(0,0,0,1);
	border-radius: 19px;
	border: none;
	display: block;
	cursor: pointer;
	margin: 0 auto;
	-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;
} 
.submit_btn span {
	background-image: url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 1.5em 0 0;
}
.submit_btn:hover{
	background-color: rgba(0,0,0,0.7);
	text-decoration: none;
	background-image: none;
}
.form_style{
	width:96%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #f2f2f2;
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	background-color: #f2f2f2;
	}
.form_style_tarea {
	width:96%; 
	height:200px; 
	padding:2% 2% ;
	font-size:16px; 
	background-color: #f2f2f2;
	}

.contact .complete{
	color: #00a1e9;
	font-size: 120%;
	font-weight: bold;
	line-height: 2em;
	padding-bottom: 5%;
}
}

