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


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

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


#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	
}
.contents{
	width:980px;
	min-height: 400px;
	margin: 0 auto ;
	padding:  0;
	text-align: left;
	
}

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

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 100%;
	margin: auto;
	padding: 0 0 50px 0;
	background-image: url(../img/common/head_under.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}
#header_in {
	width: 1920px;
	margin: auto;
	position: relative;
}
#head_logo {
	width:420px;
	margin:15px 25px 15px 25px ;
	float: left;
	}
#head_link {
	width:252px;
	text-align: left;
	margin:10px 200px 10px 0 ;
	float: right;
	}
#head_link p a{
	background-image: url(../img/common/link_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 0 25px;
	margin-bottom: 10px;
	display: block;
	
}
.head_tel {
	width: 343px;
	position: absolute;
	right: 220px;
	bottom: -140px;
	z-index: 100;
}
h1{
	paddning: 13px 0 0 0;
	font-size: 12px;
	line-height:15px;
	height: 30px;
	text-align: left;
	color:#4d4d4d;
}

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

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

.navi{
	width: 980px;
	margin: 0  ;
	padding: 0;
	float: left;
}
.navi ul:before, .navi ul:after{
	content: "";
	display: table;
}
.navi ul:after{
  clear: both;
}
.navi ul {
	width: 100%;
	margin: 25px 0 0 0;
	padding:  0 ;
	list-style: none;
	
}
.navi  li{
	width: 245px;
	margin: 0  ;
  	padding:  0 ;
	display: inline;
}
.navi li a{
	width: 245px;
	display: block;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	
	margin: 0 ;
	padding: 0 0 25px 0;
	overflow: hidden;
	float: left;
	color: #0051bc;
	text-decoration: none;
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center 90% ;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.navi li a:hover{
	background-position: center 95%;
	text-decoration: none;
}
.navi li a span {font-size: 11px;}
.home .navi .p1 a {background-position: center 100%;}
.product .navi .p2 a {background-position: center 100%;}
.about .navi .p3 a {background-position: center 100%;}
.recruit .navi .p4 a {background-position: center 100%;}
.contact .navi .p5 a {background-position: center 100%;}
/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	
}
/*	フッター
----------------------------------------------------------------------------*/
#footer{
	background-color: #0051bc;
	padding: 36px 0 30px 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: 90px 0 0 0;
	}

#footer_in {
	width: 1380px;
	padding: 0 0 0 400px;
	margin: 0 auto;
}
.foot_link {
	width: 980px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	
	padding: 0 ;
	margin: 0 50px 0 0 ;
	float: left;
}
.foot_link ul:before, .foot_link ul:after{
	content: "";
	display: table;
}
.foot_link ul:after{
  clear: both;
}
.foot_link > ul {
	width: 100%;
	display: table;
	list-style: none;
}
.foot_link > ul > li {
	width: auto;
	
	display: inline;
	float: left;
}
.foot_link > ul > li.p1 {
	margin: 0 70px 0 0;
}
.foot_link > ul > li.p2 {
	margin: 0 25px 0 0;
}
.foot_link > ul > li.p3 {
	margin: 0 55px 0 0;
}
.foot_link > ul > li.p4 {
	margin: 0 0 0 0;
}
.foot_link > ul > li.p5 {
	margin: 0 28px 0 0;
}
.foot_link > ul > li.p6 {
	margin: 0 0 0 0;
}
.foot_link > ul > li  a{
	width: auto;
	font-size: 15px;
	line-height: 2em;
	text-align: left;
	padding: 3px 0 3px 25px;
	display :block;
	margin: 0 ;
	color: #fff;
	background-image: url(../img/common/foot_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	
}
.foot_link > ul > li > ul {
	width: calc(100% - 25px);
	margin-left: 25px;
}
.foot_link > ul > li > ul > li {
	width: 100%;
	
}
.foot_link > ul > li > ul > li a{
	width: calc(100% - 15px);
	font-size: 13px;
	line-height: 2em;
	text-align: left;
	padding: 3px 0 3px 15px;
	display :block;
	margin: 0 ;
	background-image: url(../img/common/foot_icon2.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
}
.footer_logo {
	width: 350px;
	padding: 0 ;
	margin: 15px 0 0 0;
	font-size: 15px;
	text-align: center;
	
	float: left;
	}	
.footer_logo img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}



#footer_copy{
	height:57px;
	font-size:12px;
	line-height:57px;
	padding: 0;
	text-align:center;
	color: #fff;
	background-image: url(../img/common/copy_back.png);
	background-repeat: repeat-x;
	}
.page_top {
	width: 80px;
	position: fixed;
	right: 20px;
	bottom: 100px;
}
.page_top img {
	width: 100%;
	height: auto;
}

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

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}


.head_img  {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	overflow: hidden;
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 60px 0 68px 0 ;
	margin:  0 auto ;
}
.head_img span {
	font-size: 22px;
	font-weight: normal;
}
.title {
	width: 980px;
	margin: 0 auto 50px auto;
	border-bottom: 1px solid #244065;
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #244065;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 10px 0 10px 0;
}
.cont {
	width: 980px;
	margin: 0 auto 40px auto;
}
.breadcrumb {
	
	margin: 0 auto 40px auto;
	background-color: #f2f2f2;
	
}
.breadcrumb_in {
	width: 880px;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	color: #0051bc;
	padding: 2px 0 2px 0;
	margin: auto;
}
.breadcrumb_in a {
	color: #0051bc;
	text-decoration: underline;
}
/*　TOP
----------------------------------------------------------*/
.top_head {
	width: 100%;
	height: 380px;
	text-align: center;
	margin: 0 auto;
	padding: 387px 0 69px 0 ;
	background: url(../img/top/head_img.jpg) no-repeat center top, url(../img/top/comm_top.png) repeat-x bottom center;
	position: relative;
}
.top_head img {
	width: 714px;
	height: auto;
}
.top_head .crane {
	width: 380px;
	position: absolute;
	top: -138px;
	left: calc(50% + 580px);
}
.top_head .crane img {
	width: 380px;
	height: auto;
}
.top_comm_01 {
	width: 100%;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	padding: 40px 0 30px 0;
	margin: 0 auto 20px auto;
	background-color: #f2f2f2;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.top_comm_02 {
	width: 100%;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	padding: 40px 0 30px 0;
	margin: 0 auto 20px auto;
	background-color: rgba(0,81,188,0.13);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.top_title {
	font-size: 39px;
	line-height: 1.5em;
	text-align: center;
	color: #808080;
	margin: 65px auto 45px auto;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.top_product {
	width: 1030px;
	margin: 0 auto 60px auto;
}
.top_product .bt_l {
	width: 330px;
	margin: 0 20px 0 0;
	float: left;
}
.top_product .bt_r {
	width: 330px;
	margin: 0 0 0 0;
	float: left;
}
.top_product .name {
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #fff;
	padding: 27px 0;
	background-image: url(../img/top/product_name.png);
	background-repeat: repeat-x;
}
.top_product .text {
	padding: 17px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	background-color: #f2f2f2;
}
.top_about {
	width: 1030px;
	margin: 0 auto 60px auto;
}

.top_about .name {
	text-align: right;
}
.top_about .text {
	padding: 30px 110px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	background-color: #f2f2f2;
	margin: 0 auto 50px auto;
}
.top_about .bt_l a{
	width: 320px;
	font-size: 20px;
	line-height: 48px;
	color: #0051bc;
	padding: 16px 0;
	margin: 0 35px 0 0;
	border: 2px solid #0051bc;
	display: block;
	float: left;
	box-sizing: border-box;
}
.top_about .bt_l span  {
	background-image:url(../img/top/about_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 16px 0 16px 38px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_about .bt_r a{
	width: 320px;
	font-size: 20px;
	line-height: 48px;
	color: #0051bc;
	padding: 16px 0;
	margin: 0 0 0 0;
	border: 2px solid #0051bc;
	display: block;
	float: left;
	box-sizing: border-box;
}
.top_about .bt_r span {
	background-image:url(../img/top/about_icon.png);
	background-repeat: no-repeat;
	background-position: left ;
	padding: 16px 0 16px 38px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_about a:hover {
	text-decoration: none;
}
.top_about span:hover {
	background-position: left -25% ;
}
.top_contact {
	width: 1030px;
	font-size: 24px;
	padding: 10px 0 10px 0;
	margin: 0 auto ;
	background-color: #f2f2f2;
	
}
.top_contact .car {
	width: 295px;
	float: left;
	margin: 0 70px 0 115px;
}
.top_contact .bt {
	width: 400px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #0051bc;
	float: left;
	margin: 30px 0 0 0;
}
.top_contact .bt a {
	width: 320px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	padding: 16px 0;
	margin: 20px auto;
	background-color: #0051bc;
	display: block;
	text-decoration: none;
	background-image: url(../img/top/contact_arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center ;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_contact .bt a:hover {background-position: 93% center ;}

.top_seo {
	width: 1050px;
	margin: 30px auto;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}
/*　業務案内
----------------------------------------------------------*/
.product .head_img {
	background-image: url(../img/product/head_img.jpg);

}
.product .lead {
	width: 100%;
	font-size: 25px;
	line-height: 43px;
	font-weight: bold;
	text-align: center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #244065;
	margin: 40px auto;
}
.product .text {
	width: 940px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	margin: 0 auto 100px auto;
}

.product .link {
	width: 980px;
	margin: 0 auto;
	
}
.product .link .bt_l {
	width: 308px;
	margin: 0 28px 38px 0;
	float: left;
}
.product .link .bt_r {
	width: 308px;
	margin: 0 0 38px 0;
	float: left;
}
.product .bt a {
	width: 320px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 16px 0;
	margin: 30px auto 40px auto;
	background-color: #0051bc;
	display: block;
	text-decoration: none;
	background-image: url(../img/top/contact_arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center ;
	-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;
}
.product .bt a:hover {background-position: 93% center ;}
.mainte_img {
	width: 450px;
	float: left;
	margin: 0 60px 30px 0;
}
.mainte_lead {
	width: 460px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
	color: #0051bc;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 0 ;
	margin: -10px 0 20px 0;

}

.mainte_text {
	width: 460px;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	margin: 0 0 25px 0;
	float: left;
}
.mainte_imglist {
	width: 980px;
	margin: 0 auto 30px auto;
}
.mainte_imglist .img_l {
	width: 313px;
	float: left;
	margin: 0 20px 28px 0;
}
.mainte_imglist .img_r {
	width: 313px;
	float: left;
	margin: 0 0 28px 0;
}
.mainte_exp {
	width: 800px;
	margin: 30px auto;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
}
.mainte_exp_lead {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #0051bc;
}
.mainte_table_comm {
	width: 650px;
	margin: 50px auto 30px auto;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
}
.mainte_table_comm_lead {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 10px 0;
	
	color: #0051bc;
}

.mainte_table {
	width: 980px;
	margin: 0 auto 60px auto;
	
}
.mainte_table table {
	border-top: 1px solid #0051bc;
	border-left: 1px solid #0051bc;
	
}
.mainte_table th {
	width: 280px;
	font-size: 16px;
	line-height: 28px;
	color: #244065;
	background-color: rgba(0,81,188,0.13);
	text-align: left;
	padding: 15px 50px 15px 50px;
	border-right: 1px solid #0051bc;
	border-bottom: 1px solid #0051bc;
}
.mainte_table .cent {text-align: center;}
.mainte_table td {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	padding: 15px 5px;
	background-color: #f4f4f4;
	border-right: 1px solid #0051bc;
	border-bottom: 1px solid #0051bc;
}
.mainte_table2 {
	width: 980px;
	margin: 0 auto 60px auto;
	position: relative;
}
.mainte_table2 table {
	border-top: 1px solid #0051bc;
	border-left: 1px solid #0051bc;
	
	
}
.mainte_table2 th {
	width: 160px;
	font-size: 16px;
	line-height: 28px;
	color: #244065;
	background-color: rgba(0,81,188,0.13);
	text-align: center;
	padding: 18px 10px;
	border-right: 1px solid #0051bc;
	border-bottom: 1px solid #0051bc;
}
.mainte_table2 .bbdr {border-bottom: 2px solid #0051bc;}
.mainte_table2 .tni {
	width: 30%;
	font-size: 16px;
	line-height: 20px;
	
	text-align: right;
	position: absolute;
	right: 1%;
	top:8%;
}
.mainte_table2 td {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	padding: 18px 5px;
	background-color: #f4f4f4;
	border-right: 1px solid #0051bc;
	border-bottom: 1px solid #0051bc;
}
.price_tax {
	width: 960px;
	margin: 10px auto 0 auto;
	font-size: 15px;
	line-height: 28px;
	text-align: left;
}
.mainte_table3 {
	width: 980px;
	margin: 0 auto 60px auto;
	
}
.mainte_table3 table {
	border-top: 1px solid #0051bc;
	border-left: 1px solid #0051bc;
	
	position: relative;
}
.mainte_table3 th {
	width: 220px;
	font-size: 16px;
	line-height: 28px;
	color: #244065;
	background-color: rgba(0,81,188,0.13);
	text-align: center;
	padding: 18px 32px;
	border-right: 1px solid #0051bc;
	border-bottom: 1px solid #0051bc;
}
.mainte_table3 td {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	padding: 18px 32px;
	background-color: #f4f4f4;
	border-right: 1px solid #0051bc;
	border-bottom: 1px solid #0051bc;
}
.sale_img {
	width: 450px;
	float: left;
	margin: 0 60px 30px 0;
}
.sale_lead {
	width: 460px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 0 ;
	margin: 0 0 25px 0;
	color: #0051bc;
}

.sale_text {
	width: 460px;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	margin: 0 0 25px 0;
	float: left;
}
.sale_title {
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.sale_imglist {
	width: 980px;
	margin: 0 auto 60px auto;
}
.sale_imglist .img_l {
	width: 478px;
	float: left;
	margin: 0 24px 28px 0;
}
.sale_imglist .img_r {
	width: 478px;
	float: left;
	margin: 0 0 28px 0;
}
.sale_contact {
	width: 980px;
	margin: 30px auto;
	background-color: #f2f2f2;
	padding: 0 0 1px 0;
}
.sale_contact .commtab {
	width: 980px;
	background-color: #0051bc;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 18px 0;
	color: #fff;
}
.sale_contact_in {
	margin: 30px;
	background-color: #fff;
}
.sale_contact .car {
	width: 296px;
	margin: 5px 100px 10px 140px;
	
	float: left;
}
.sale_contact .text2 {
	width: 360px;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	margin: 55px 0 50px 0;
	float: left;
}
.sale_contact .telno {
	width: 486px;
	margin: 0 30px 10px 25px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	float: left;
}
.sale_contact .telno img {
	width: 100%;
	height: auto;
	margin: 0 0  10px 0;
}
.sale_contact .bt2 a {
	width: 250px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	padding: 16px 45px;
	margin: 0 0 20px 0;
	background-color: #0051bc;
	display: block;
	text-decoration: none;
	background-image: url(../img/top/contact_arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center ;
	-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;
	float: left;
}
.sale_contact .bt2 a:hover {background-position: 93% center ;}
.insur_img {
	width: 416px;
	float: left;
	margin: 0 93px 30px 0;
}
.insur_lead {
	width: 460px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 0 ;
	margin: 0 0 25px 0;
	color: #0051bc;
}

.insur_text {
	width: 460px;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	margin: 0 0 25px 0;
	float: left;
}
.insur_title {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #0051bc;
	margin: 0 auto 30px auto;
}
.insur_exp {
	width: 880px;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	margin: 0 auto 30px auto;
}
.insur_mark {
	width: 390px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 0 50px;
}
.insur_mark img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
/*　会社案内
----------------------------------------------------------*/
.about .head_img {
	background-image: url(../img/about/head_img.jpg);
	color: #fff;
}
.about .lead {
	width: 100%;
	font-size: 28px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #244065;
	margin: 40px 0;
}
.about .lead span {font-size: 36px;}
.about .text {
	width: 940px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	margin: 0 auto 100px auto;
}

.about .link {
	width: 980px;
	margin: 0 auto;
	
}
.about .link .bt_l {
	width: 308px;
	margin: 0 28px 38px 0;
	float: left;
}
.about .link .bt_r {
	width: 308px;
	margin: 0 0 38px 0;
	float: left;
}
.gree {
	width: 1030px;
	margin: auto;
}
.gree_img {
	width: 380px;
	float: right;
}
.gree_lead {
	width: 625px;
	font-size: 51px;
	line-height: 51px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 0 0 10px 0;
	margin: 50px 0 25px 25px;
	border-bottom: 1px solid #0051bc;
	float: left;
}
.gree_lead .text_l {
	font-size: 66px;
}
.gree_lead .text_lb{
	font-size: 66px;
	color: #0051bc;
}
.gree_lead .sub {
	font-size: 33px;
	color: #0051bc;
}
.gree_text {
	width: 580px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	margin: 0 0 0 25px;
	float: left;
}
.gree_text .name {
	text-align: right;
	font-size: 18px;
	margin: 20px 0 0 0;
}
.rinen {
	width: 1030px;
	margin: auto;
}
.rinen_img {
	width: 100%;
	
}
.rinen_lead {
	font-size: 36px;
	line-height: 60px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #244065;
	padding: 0 0 10px 0;
	margin: 0 auto 30px auto;

}
.rinen_comm {
	width: 800px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	background-color: rgba(0,81,188,0.13);
	border-radius: 10px;
	padding: 30px 90px;
	margin: 0 auto 30px auto;
}

.comp_table {
	width: 1000px;
	margin: 0 auto 45px -10px;
	
}
.comp_table a {
	color: #0051bc;
	text-decoration:underline; 
}
.comp_table table { 
	border-spacing : 10px 10px;
	border-collapse : separate ; 
	

}
.comp_table th {
	width: 135px;
	font-size: 16px;
	line-height: 26px;
	vertical-align: top;
	color: #244065;
	text-align: left;
	padding: 10px 10px 10px 40px;
	background-color: rgba(0,81,188,0.13);
}
.comp_table td {
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	padding: 10px 20px ;
	background-color: rgba(244,244,244,1);
}
.comp_table2 {
	width: 460px;
	margin: 0 15px 45px 15px;
	float: left;
}
.comp_table2 table { 
	border-spacing : 10px 10px;
	border-collapse : separate ; 
	

}
.comp_table2 th {
	width: 280px;
	font-size: 16px;
	line-height: 26px;
	vertical-align: top;
	text-align: left;
	color: #244065;
	padding: 10px 10px ;
	background-color: rgba(0,81,188,0.13);
}
.comp_table2 td {
	font-size: 15px;
	line-height: 26px;
	text-align: right;
	padding: 10px 20px ;
	background-color: rgba(244,244,244,1);
}
.comp_img {
	width: 980px;
	margin-bottom: 30px;
}
.comp_img_l {
	width: 308px;
	margin: 0 28px 28px 0;
	float: left;
}
.comp_img_r {
	width: 308px;
	margin: 0 0 28px 0;
	float: left;
}
.access_logo {
	width: 350px;
	margin: 50px 56px 70px 105px;
	float: left;
}
.access_add {
	width: 400px;
	margin: 65px 0 0 0;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	float: left;
}
.access_map {
	width: 100%;
	height: 415px;
}
.access_map iframe {
	width: 100%;
	height: 415px;
}
/*　採用情報
----------------------------------------------------------*/
.recruit .head_img {
	background-image: url(../img/recruit/head_img.jpg);
	color: #fff;
}

.recruit .lead {
	width: 100%;
	font-size: 36px;
	line-height: 53px;
	font-weight: bold;
	text-align: center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #244065;
	margin: 40px auto;
}
.recruit .text {
	width: 940px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	margin: 0 auto 100px auto;
}

.recruit .link {
	width: 980px;
	margin: 0 auto;
	
}
.recruit .link .bt_l {
	width: 308px;
	margin: 0 28px 38px 0;
	float: left;
}
.recruit .link .bt_r {
	width: 308px;
	margin: 0 0 38px 0;
	float: left;
}
.recruit_title {
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	padding: 8px 0;
	background-color: #0051bc;
	margin: 0 auto 30px auto;
}
.recruit_table {
	width: 980px;
	margin: 0 auto 45px auto;
}

.recruit_table table { 
	border-spacing : 10px 10px;
	border-collapse : separate ; 
	

}
.recruit_table th {
	width: 277px;
	font-size: 16px;
	line-height: 26px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #244065;
	text-align: center;
	padding: 10px 0 10px 0;
	background-color: rgba(0,81,188,0.13);
}
.recruit_table td {
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	padding: 10px 20px ;
	background-color: rgba(244,244,244,1);
}
.recruit_table .bt a {
	width: 442px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	
	color: #fff;
	padding: 16px 0;
	margin: 60px auto 30px auto;
	background-color: #00adef;
	display: block;
	text-decoration: none;
	background-image: url(../img/top/contact_arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center ;
	-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;
}
.recruit_table .bt a:hover {background-position: 93% center ;}
.entory_text {
	width: 800px;
	margin: 0 auto 30px auto;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
}
.entory_link {
	width: 980px;
	margin: 0 auto 50px auto;
}

.entory_link .link_l a{
	width: 470px;
	height: 30px;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	
	color: #fff;
	padding: 75px 0;
	margin: 0 40px 0 0;
	float: left;
	background: url(../img/recruit/arrow.png) no-repeat 90% center, url(../img/recruit/bt_voice.png) no-repeat center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.entory_link .link_l a:hover {
	background: url(../img/recruit/arrow.png) no-repeat 92% center, url(../img/recruit/bt_voice.png) no-repeat center;
	text-decoration: none;

}
.entory_link .link_r a{
	width: 470px;
	height: 30px;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	
	color: #fff;
	padding: 75px 0;
	margin: 0 0 0 0;
	float: left;
	background: url(../img/recruit/arrow.png) no-repeat 90% center, url(../img/recruit/bt_yoko.png) no-repeat center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.entory_link .link_r a:hover {
	background: url(../img/recruit/arrow.png) no-repeat 92% center, url(../img/recruit/bt_yoko.png) no-repeat center;
	text-decoration: none;

}
.message_box {
	width: 980px;
	margin: 0 auto 60px auto;
}
.message_head {
	width: 100%;
	position: relative;
}
.message_head .name_01 {
	width: 360px;
	height: 30px;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 65px 0;
	background-color: #0051bc;
	position: absolute;
	top:65px;
	right: 65px;
}
.message_head .name_02 {
	width: 360px;
	height: 30px;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 65px 0;
	background-color: #0051bc;
	position: absolute;
	top:65px;
	left: 65px;
}
.message_img {
	width: 450px;
	margin: 20px 40px 0 0 ;
	float: left;
}
.message_text {
	width: 440px;
	height: 400px;
	padding: 25px;
	margin: 20px 0 0 0 ;
	background-color: #f4f4f4;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	float: left;
}
.message_lead {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #0051bc;
	padding: 20px 0;
}
.recruit #detail .detailText {
	width: 90% !important;
	margin: 0 5%;
	font-size: 18px !important;
	text-align: left;
}
.recruit #detail .detailText table {
	width: 100% !important;
	margin: 0 auto ;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.recruit #detail .detailText td {
	
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	padding: 9px 20px ;
	background-color: #fff;
	border-right: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
}
/*　お問い合わせ
----------------------------------------------------------*/
.contact .head_img {
	background-image: url(../img/contact/head_img.jpg);
}
.contact .comm {
	width: 650px;
	margin: 0 auto 80px auto;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}
.contact_tel {
	width: 1030px;
	font-size: 18px;
	text-align: center;
	margin: 0 auto 30px auto;
}
.contact_tel img {
	width: 602px;
	height: auto;
	margin: 0 auto 30px auto;
}
.contact_table {
	width: 800px;
	margin: 0 auto 30px auto;
	
	
}
.contact_table table {
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	
}
.contact_table th {
	width: 220px;
	font-size: 16px;
	line-height: 28px;
	vertical-align: top;
	background-color: rgba(0,81,188,0.13);
	text-align: left;
	padding: 15px 15px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.contact_table td {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	padding: 10px 20px 10px 40px;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.contact_table span {
	color:#e10012;
	padding-left: 1em;
	}


.submit_btn{
	width: 150px;
	margin: 30px auto 30px auto;
	font-size: 14px;
	line-height: 1em;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background:linear-gradient(0deg, rgba(233, 101, 0, 1), rgba(242, 150, 26, 1));
	display:block;
	cursor: pointer;
	behavior: url(css/PIE.htc);
}
.submit_btn:hover {
	background:linear-gradient(0deg, rgba(233, 101, 0, 0.7), rgba(242, 150, 26, 0.7));
	text-decoration: none;
}


.form_style{
	width:96%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_tarea{
	width:96%; 
	height:300px; 
	padding:2% 2% ;
	font-size:16px; 
	
	}
.complete {
	color: #e10012;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%
}

/*　プライバシーポリシー
----------------------------------------------------------*/
.policy .head_img {
	background-image: url(../img/policy/head_img.jpg);
}
.policy_text {
	width: 980px;
	margin: 80px auto 60px auto;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
}




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


@media screen and ( max-width: 1280px) {
	/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 100%;
	margin: auto;
	padding: 0 0 50px 0;
	background-image: url(../img/common/head_under.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}
#header_in {
	width: 1200px;
	margin: auto;
	position: relative;
}
#head_logo {
	width:400px;
	margin:0 300px 5px 25px ;
	float: left;
	}
#head_logo img {
	width: 100%;
	height: auto;
	}
#head_link {
	width:400px;
	text-align: right;
	margin:10px 25px 5px 0 ;
	float: right;
	}
	#head_link img  {
		width: 202px;
		height: auto;
	}
#head_link p a{
	background-image: url(../img/common/link_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 13px;
	line-height: 20px;
	padding: 20px 0 20px 25px;
	margin-bottom: 10px;
	margin-topm: 10px;
	display: block;
	float: left;
	
}
.head_tel {
	width: 343px;
	position: absolute;
	right: 0;
	bottom: -140px;
	z-index: 100;
}
h1{
	paddning: 13px 0 0 0;
	font-size: 12px;
	line-height:15px;
	height: 30px;
	text-align: left;
	color:#4d4d4d;
}

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

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

.navi{
	width: 980px;
	margin: 0  auto;
	padding: 0;
	float:none;
	
}
.navi ul:before, .navi ul:after{
	content: "";
	display: table;
}
.navi ul:after{
  clear: both;
}
.navi ul {
	width: 100%;
	margin: 25px 0 0 0;
	padding:  0 ;
	list-style: none;
	
}
.navi  li{
	width: 245px;
	margin: 0  ;
  	padding:  0 ;
	display: inline;
}
.navi li a{
	width: 245px;
	display: block;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	
	margin: 0 ;
	padding: 0 0 25px 0;
	overflow: hidden;
	float: left;
	color: #0051bc;
	text-decoration: none;
	background-image: url(../img/common/navi.png);
	background-repeat: no-repeat;
	background-position: center 90% ;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.navi li a:hover{
	background-position: center 95%;
	text-decoration: none;
}
.navi li a span {font-size: 11px;}
.home .navi .p1 a {background-position: center 100%;}
.product .navi .p2 a {background-position: center 100%;}
.about .navi .p3 a {background-position: center 100%;}
.recruit .navi .p4 a {background-position: center 100%;}
.contact .navi .p5 a {background-position: center 100%;}
/*	グローバルナビ (スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	
}
/*	フッター
----------------------------------------------------------------------------*/
#footer{
	background-color: #0051bc;
	padding: 36px 0 30px 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: 90px 0 0 0;
	}

#footer_in {
	width: 1200px;
	padding: 0 0 0 0;
	margin: 0 auto;
}
.foot_link {
	width: 980px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	
	padding: 0 ;
	margin: 0 auto 0 auto;
	float: none;
}
.foot_link ul:before, .foot_link ul:after{
	content: "";
	display: table;
}
.foot_link ul:after{
  clear: both;
}
.foot_link > ul {
	width: 100%;
	display: table;
	list-style: none;
}
.foot_link > ul > li {
	width: auto;
	
	display: inline;
	float: left;
}
.foot_link > ul > li.p1 {
	margin: 0 70px 0 0;
}
.foot_link > ul > li.p2 {
	margin: 0 25px 0 0;
}
.foot_link > ul > li.p3 {
	margin: 0 55px 0 0;
}
.foot_link > ul > li.p4 {
	margin: 0 0 0 0;
}
.foot_link > ul > li.p5 {
	margin: 0 28px 0 0;
}
.foot_link > ul > li.p6 {
	margin: 0 0 0 0;
}
.foot_link > ul > li  a{
	width: auto;
	font-size: 15px;
	line-height: 2em;
	text-align: left;
	padding: 3px 0 3px 25px;
	display :block;
	margin: 0 ;
	color: #fff;
	background-image: url(../img/common/foot_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	
}
.foot_link > ul > li > ul {
	width: calc(100% - 25px);
	margin-left: 25px;
}
.foot_link > ul > li > ul > li {
	width: 100%;
	
}
.foot_link > ul > li > ul > li a{
	width: calc(100% - 15px);
	font-size: 13px;
	line-height: 2em;
	text-align: left;
	padding: 3px 0 3px 15px;
	display :block;
	margin: 0 ;
	background-image: url(../img/common/foot_icon2.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
}
.footer_logo {
	width: 700px;
	padding: 0 ;
	margin: 15px auto 0 auto;
	font-size: 15px;
	text-align: center;
	
	float: none;
	}	
.footer_logo img {
	width: 340px;
	height: auto;
	margin: 0 10px 10px 0;
	float: left;
}
.footer_logo p {
	padding: 20px 0 0 0;
	}


#footer_copy{
	height:57px;
	font-size:12px;
	line-height:57px;
	padding: 0;
	text-align:center;
	color: #fff;
	background-image: url(../img/common/copy_back.png);
	background-repeat: repeat-x;
	}
.page_top {
	width: 80px;
	position: fixed;
	right: 20px;
	bottom: 100px;
}
.page_top img {
	width: 100%;
	height: auto;
}

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

.top_head .crane {
	display: none;
	width: 380px;
	position: absolute;
	top: -138px;
	left: calc(50% + 580px);
}	
}




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


@media screen and ( max-width: 767px) {
/****************************************************************************
	body設定
*****************************************************************************/
body{
	color: #4d4d4d;
	font-size: 20px;
	
	line-height: 48px;
	text-align: center;
	overflow-wrap : break-word;
	-webkit-text-size-adjust: 100%;
	 
}


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

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

#container{
	width:100%;
	margin: 0 auto ;
	text-align: center;
	
}
.contents{
	width:96%;
	min-height: 300px;
	margin: 0 2% ;
	padding: 0 0;
	text-align: center;
	}
	
/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
#header{
	width: 100%;
	margin: auto;
	padding: 0 0 30px 0;
	background-image: url(../img/common/head_under.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-size: auto 30px;
}
#header_in {
	width: 100%;
	margin: auto;
}
#head_logo {
	width:60%;
	margin:2% 0 1% 2% ;
	float: left;
	}
#head_link {display: none;
	width:252px;
	text-align: left;
	margin:10px 0 10px 0 ;
	float: left;
	}
#head_link p a{
	background-image: url(../img/common/link_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 0 25px;
	margin-bottom: 10px;
	display: block;
	
}
.head_tel {display: none;
	width: 343px;
	position: absolute;
	right: 220px;
	bottom: -90px;
}
h1{
	paddning: 13px 0 0 0;
	font-size: 12px;
	line-height:15px;
	height: 30px;
	text-align: left;
	color:#4d4d4d;
}
.list_close {
	width:12.5%;
	margin:1% 1% 1% 0 ;
	float:right;
	z-index:1000;
	}
.open_menu {
	width:12.5%;
	margin:1% 1% 1% 0 ;
	float:right;
	z-index:1000;
	}


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

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

.navi{
	display:none;
}

/*	グローバルナビ(スマホ用)
----------------------------------------------------------------------------*/
#category_list{
	display:none;
	width:100%;
 	position:absolute;
	z-index:999;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
}
#category_list > ul {
	margin-top: calc(14.2% + 30px);
	width:100%; 
	background-color:#fff;
	border-top: 1px solid #0051bc;
	}
#category_list li a{
	font-size:20px;
	line-height: 2em;
	font-weight:bold;
	text-decoration:none;
	color:#0051bc;
	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 #0051bc;
	display:block;
	}
#category_list li a:hover {
	text-decoration:none;
}
#category_list  p {
	font-size:20px;
	font-weight:bold;
	color:#0051bc;
	margin: 0 0 0 0;
	text-align:left;
	padding-left:5%;
	padding-top:3%;
	padding-bottom:3%;
	border-bottom:1px solid #0051bc;
	display:block;
	} 
ul.accordion span {display:block; }
ul.accordion ul { 
	display:none; 
	background-color: rgba(0,81,188,0.3);
	
	}
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: #0051bc;
	padding: 3% 0 3% 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: 10% 0 0 0;
	}

#footer_in {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 auto;
}
.foot_link {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 0 ;
	margin: 0 0 5% 0 ;

	float: left;
}
.foot_link ul:before, .foot_link ul:after{
	content: "";
	display: table;
}
.foot_link ul:after{
  clear: both;
}
.foot_link > ul {
	width: 100%;
	display: table;
	list-style: none;
	
}
.foot_link > ul > li {
	width: 96%;
	padding: 0 2%;
	display: inline;
	float: left;
	background-color: #0051bc;
}
.foot_link > ul > li.p1 {
	margin: 0 0 0 0;
}
.foot_link > ul > li.p2 {
	margin: 0 0 0 0;
}
.foot_link > ul > li.p3 {
	margin: 0 0 0 0;
}
.foot_link > ul > li.p4 {
	margin: 0 0 0 0;
}
.foot_link > ul > li.p5 {
	margin: 0 0 0 0;
}
.foot_link > ul > li.p6 {
	margin: 0 0 0 0;
}
.foot_link > ul > li  a{
	width: 90%;
	font-size: 18px;
	line-height: 2em;
	text-align: left;
	padding: 3% 2% 3% 8%;
	display :block;
	margin: 0 ;
	color: #fff;
	background-image: url(../img/common/foot_icon.png);
	background-repeat: no-repeat;
	background-position: 1% center;
	border-bottom: 1px solid #fff;
}
.foot_link > ul > li > ul {
	width: 100%;
	margin-left: 0;
	background-color: #808dc6;
}
.foot_link > ul > li > ul > li {
	width: 100%;
	
}
.foot_link > ul > li > ul > li a{
	width: calc(100% - 10%);
	font-size: 16px;
	line-height: 2em;
	text-align: left;
	padding: 3% 0 3% 10%;
	display :block;
	margin: 0 ;
	background-image: url(../img/common/foot_icon2.png);
	background-repeat: no-repeat;
	background-position: 7% center;
	color: #fff;
}
.footer_logo {
	width: 90%;
	padding: 0 ;
	margin: 2% 5% 2% 5%;
	font-size: 13px;
	text-align: center;
	float: left;
	}	
.footer_logo img {
	width: 100%;
	height: auto;
	margin: 0 0 3% 0;
}



#footer_copy{
	height:57px;
	font-size:12px;
	line-height:57px;
	padding: 0;
	text-align:center;
	color: #fff;
	background-image: url(../img/common/copy_back.png);
	background-repeat: repeat-x;
	}
.page_top {
	width: 15%;
	position: fixed;
	right: 2%;
	bottom: 10%;

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

.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}

.head_img  {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	overflow: hidden;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding: 8% 0 8% 0 ;
	margin:  0 auto 0 auto;
}
.head_img span {
	font-size: 16px;
	font-weight: normal;
}
.title {
	width: 100%;
	margin: 0 0 5% 0;
	border-bottom: 1px solid #244065;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #244065;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 10px 0 10px 0;
}
.cont {
	width: 100%;
	margin: 0 auto 8% auto;
}
.breadcrumb {
	
	margin: 0 auto 4% auto;
	background-color: #f2f2f2;
	
}
.breadcrumb_in {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #0051bc;
	padding: 2% 0 2% 0;
	margin: auto;
}
.breadcrumb_in a {
	color: #0051bc;
	text-decoration: underline;
}
/*　TOP
----------------------------------------------------------*/
.top_head {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 25% 0 8% 0 ;
	background: url(../img/top/comm_top.png) repeat-x bottom center / 8%,url(../img/top/head_img.jpg)  no-repeat center top / auto 90%;
	position: relative;
}
.top_head img {
	width: 70%;
	height: auto;
}
.top_head .crane {
	display: none;
	width: 380px;
	position: absolute;
	top: -138px;
	left: calc(50% + 580px);
}
.top_head .crane img {
	width: 380px;
	height: auto;
}
.top_comm_01 {
	width: 96%;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 2% 2% 2% 2%;
	margin: 0 auto 2% auto;
	background-color: #f2f2f2;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.top_comm_02 {
	width: 96%;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 2% 2% 2% 2%;
	margin: 0 auto 2% auto;
	background-color: rgba(0,81,188,0.13);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.top_title {
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
	color: #808080;
	margin: 10% auto 5% auto;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.top_product {
	width: 96%;
	margin: 0 2% 2% 2%;
}
.top_product .bt_l {
	width: 100%;
	margin: 0 0 3% 0;
	float: left;
}
.top_product .bt_l img {
		width: 40%;
		float: left;
	margin-right: 2%
	}
.top_product .bt_r {
	width: 100%;
	margin: 0 0 3% 0;
	float: left;
}
.top_product .bt_r img {
		width: 40%;
		float: left;
	margin-right: 2%
	}
.top_product .name {
	width: 58%;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #fff;
	padding: 3% 0;
	background-image: url(../img/top/product_name.png);
	background-repeat: repeat-x;
	float: left;
}
.top_product .text {
	width: 54%;
	padding: 2%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	background-color: #f2f2f2;
	float: left;
}
.top_about {
	width: 100%;
	margin: 0 0 10% 0;
}

.top_about .name {
	text-align: right;
}
.top_about .text {
	padding: 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	background-color: #f2f2f2;
	margin: 0 auto 2% auto;
}
.top_about .bt_l a{
	width: 80%;
	font-size: 18px;
	line-height: 38px;
	color: #0051bc;
	padding: 16px 0;
	margin: 0 10% 3% 10%;
	border: 2px solid #0051bc;
	display: block;
	float: left;
	box-sizing: border-box;
}
.top_about .bt_l span  {
	background-image:url(../img/top/about_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 16px 0 16px 38px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_about .bt_r a{
	width: 80%;
	font-size: 18px;
	line-height: 38px;
	color: #0051bc;
	padding: 16px 0;
	margin: 0 10% 5% 10%;
	border: 2px solid #0051bc;
	display: block;
	float: left;
	box-sizing: border-box;
}
.top_about .bt_r span {
	background-image:url(../img/top/about_icon.png);
	background-repeat: no-repeat;
	background-position: left ;
	padding: 16px 0 16px 38px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_about a:hover {
	text-decoration: none;
}
.top_about span:hover {
	background-position: left -25% ;
}
.top_contact {
	width: 96%;
	font-size: 24px;
	padding: 3% 2% 3% 2%;
	margin: 0 auto ;
	background-color: #f2f2f2;
	
}
.top_contact .car {
	width: 80%;
	float: left;
	margin: 0 10% 0 10%;
}
.top_contact .bt {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	color: #0051bc;
	float: left;
	margin: 5% 0 0 0;
}
.top_contact .bt a {
	width: 80%;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	padding: 16px 0;
	margin: 20px auto;
	background-color: #0051bc;
	display: block;
	text-decoration: none;
	background-image: url(../img/top/contact_arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center ;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.top_contact .bt a:hover {background-position: 93% center ;}

.top_seo {
	width: 1050px;
	margin: 30px auto;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}
/*　業務案内
----------------------------------------------------------*/
.product .head_img {
	background-image: url(../img/product/head_img.jpg);

}
.product .lead {
	width: 100%;
	font-size: 21px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #244065;
	margin: 40px auto;
}
.product .text {
	width: 96%;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	margin: 0 2% 5% 2%;
}

.product .link {
	width: 100%;
	margin: 0 auto;
	
}
.product .link .bt_l {
	width: 48%;
	margin: 0 1% 5% 1%;
	float: left;
}
.product .link .bt_r {
	width: 48%;
	margin: 0 26% 2% 1%;
	float: left;
}
.product .bt a {
	width: 80%;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 1em 0;
	margin: 3% 10% 4% 10%;
	background-color: #0051bc;
	display: block;
	text-decoration: none;
	background-image: url(../img/top/contact_arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center ;
	-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;
}
.product .bt a:hover {background-position: 93% center ;}
.mainte_img {
	width: 100%;
	float: left;
	margin: 0 0 2% 0;
}
.mainte_lead {
	width: 100%;
	font-size: 19px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-align: left;
	color: #0051bc;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 0 ;
	margin: 3% 0 5% 0;

}

.mainte_text {
	width: 96%;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	margin: 0 2% 2% 2%;
	float: left;
}
.mainte_imglist {
	width: 100%;
	margin: 0 auto 3% auto;
}
.mainte_imglist .img_l {
	width: 48%;
	float: left;
	margin: 0 1% 5% 1%;
}
.mainte_imglist .img_r {
	width: 48%;
	float: left;
	margin: 0 26% 5% 26%;
}
.mainte_exp {
	width: 96%;
	margin: 3% 2%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.mainte_exp_lead {
	font-size: 19px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 2% 2% 2%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #0051bc;
}
.mainte_table_comm {
	width: 90%;
	margin: 5% 5% 5% 5%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.mainte_table_comm_lead {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 5% 0;
	
	color: #0051bc;
}

.mainte_table {
	width: 100%;
	margin: 0 auto 5% auto;
	
}
.mainte_table table {
	border-top: 1px solid #0051bc;
	border-left: 1px solid #0051bc;
	
}
.mainte_table th {
	width: auto;
	font-size: 2.3vw;
	line-height: 1.2em;
	color: #244065;
	background-color: rgba(0,81,188,0.13);
	text-align: left;
	padding: 2% 1%;
	border-right: 1px solid #0051bc;
	border-bottom: 1px solid #0051bc;
}
.mainte_table .cent {text-align: center;}
.mainte_table td {
	font-size: 2.3vw;
	line-height: 1.2em;
	text-align: center;
	padding: 2% 1%;
	background-color: #f4f4f4;
	border-right: 1px solid #0051bc;
	border-bottom: 1px solid #0051bc;
}
.mainte_table2 {
	width: 100%;
	margin: 0 auto 5% auto;
	position: relative;
}
.mainte_table2 table {
	border-top: 1px solid #0051bc;
	border-left: 1px solid #0051bc;
	
	
}
.mainte_table2 th {
	width: auto;
	font-size: 2.3vw;
	line-height: 1.2em;
	color: #244065;
	background-color: rgba(0,81,188,0.13);
	text-align: center;
	padding: 2% 1%;
	border-right: 1px solid #0051bc;
	border-bottom: 1px solid #0051bc;
}
.mainte_table2 .bbdr {border-bottom: 2px solid #0051bc;}
.mainte_table2 .tni {
	width: 30%;
	font-size: 2vw;
	line-height: 1.2em;
	
	text-align: right;
	position: absolute;
	right: 1%;
	top:3%;
}
.mainte_table2 td {
	font-size: 2.3vw;
	line-height: 1.2em;
	text-align: center;
	padding: 2% 1%;
	background-color: #f4f4f4;
	border-right: 1px solid #0051bc;
	border-bottom: 1px solid #0051bc;
}
.price_tax {
	width: 90%;
	margin: 2% 5% 1% 5%;
	font-size: 2.3vw;
	line-height: 1.2em;
	text-align: left;
}
.mainte_table3 {
	width: 100%;
	margin: 0 auto 5% auto;
	
}
.mainte_table3 table {
	border-top: 1px solid #0051bc;
	border-left: 1px solid #0051bc;
	
	position: relative;
}
.mainte_table3 th {
	width: auto;
	font-size: 2.3vw;
	line-height: 1.2em;
	color: #244065;
	background-color: rgba(0,81,188,0.13);
	text-align: center;
	padding: 2% 1%;
	border-right: 1px solid #0051bc;
	border-bottom: 1px solid #0051bc;
}
.mainte_table3 td {
	font-size: 2.3vw;
	line-height: 1.2em;
	text-align: center;
	padding: 2% 1%;
	background-color: #f4f4f4;
	border-right: 1px solid #0051bc;
	border-bottom: 1px solid #0051bc;
}
.sale_img {
	width: 100%;
	float: left;
	margin: 0 0 2% 0;
}
.sale_lead {
	width: 100%;
	font-size: 19px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 0 ;
	margin: 0 0 5% 0;
	color: #0051bc;
}

.sale_text {
	width: 96%;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	margin: 0 2% 2% 2%;
	float: left;
}
.sale_title {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.sale_imglist {
	width: 100%;
	margin: 0 auto 3% auto;
}
.sale_imglist .img_l {
	width: 48%;
	float: left;
	margin: 0 1% 5% 1%;
}
.sale_imglist .img_r {
	width: 48%;
	float: left;
	margin: 0 1% 5% 1%;
}
.sale_contact {
	width: 100%;
	margin: 3% 0;
	background-color: #f2f2f2;
	padding: 0 0 1px 0;
}
.sale_contact .commtab {
	width: 100%;
	background-color: #0051bc;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 5% 0;
	color: #fff;
}
.sale_contact_in {
	margin: 3%;
	background-color: #fff;
}
.sale_contact .car {
	width: 80%;
	margin: 5% 10% 5% 10%;
	
	float: left;
}
.sale_contact .text2 {
	width: 90%;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	margin: 2% 5% 5% 5%;
	float: left;
}
.sale_contact .telno {
	width: 90%;
	margin: 2% 5% 5% 5%;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	float: left;
}
.sale_contact .telno img {
	width: 100%;
	height: auto;
	margin: 0 0  10px 0;
}
.sale_contact .bt2 a {
	width: 70%;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	padding: 3% 5%;
	margin: 0 10% 5% 10%;
	background-color: #0051bc;
	display: block;
	text-decoration: none;
	background-image: url(../img/top/contact_arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center ;
	-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;
	float: left;
}
.sale_contact .bt2 a:hover {background-position: 93% center ;}
.insur_img {
	width: 100%;
	float: left;
	margin: 0 0 2% 0;
}
.insur_lead {
	width: 100%;
	font-size: 19px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 0 ;
	margin: 0 0 5% 0;
	color: #0051bc;
}

.insur_text {
	width: 96%;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	margin: 0 2% 4% 2%;
	float: left;
}
.insur_title {
	font-size: 17px;
	line-height: 27px;
	font-weight: bold;
	text-align: left;
	letter-spacing: -0.05em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #0051bc;
	margin: 0 auto 2% auto;
}
.insur_exp {
	width: 96%;
	
	font-size: 15px;
	line-height: 25px;
	text-align: left;
	margin: 3% 2%;
}
.insur_mark {
	width: 70%;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	margin: 0 15% 5% 15%;
}
.insur_mark img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
/*　会社案内
----------------------------------------------------------*/
.about .head_img {
	background-image: url(../img/about/head_img.jpg);
	color: #fff;
}
.about .lead {
	width: 100%;
	font-size: 21px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #244065;
	margin: 5% 0;
}
.about .lead span {font-size: 35px;}
.about .text {
	width: 96%;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	margin: 0 2% 5% 2%;
}

.about .link {
	width: 100%;
	margin: 0 auto;
	}
.about .link .bt_l {
	width: 48%;
	margin: 0 1% 3% 1%;
	float: left;
}
.about .link .bt_r {
	width: 48%;
	margin: 0 1% 3% 1%;
	float: left;
}
.gree {width: 96%;
margin: 0 2% 5% 2%;
}
.gree_img {
	width: 70%;
	margin: 0 15% 3% 15%;
	float: right;
}
.gree_lead {
	width: 96%;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 0 0 10px 0;
	margin: 5% 2% 5% 2%;
	border-bottom: 1px solid #0051bc;
	float: left;
}
.gree_lead .text_l {
	font-size: 35px;
}
.gree_lead .text_lb{
	font-size: 35px;
	color: #0051bc;
}
.gree_lead .sub {
	font-size: 20px;
	color: #0051bc;
}
.gree_text {
	width: 96%;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	margin: 0 2% 3% 2%;
	float: left;
}
.gree_text .name {
	text-align: right;
	font-size: 18px;
	margin: 2% 0 0 0;
}
.rinen {
	width: 100%;
	margin: auto;
}
.rinen_img {
	width: 100%;
	
}
.rinen_lead {
	font-size: 21px;
	line-height: 30px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #244065;
	padding: 0 0 2% 0;
	margin: 3% 0 3% 0;

}
.rinen_comm {
	width: 84%;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	background-color: rgba(0,81,188,0.13);
	border-radius: 5px;
	padding: 5% 3%;
	margin: 0 5% 3% 5%;
}

.comp_table {
	width: 100%;
	margin: 0 0 5% 0;
	
}
.comp_table a {
	color: #0051bc;
	text-decoration:underline; 
}
.comp_table table { 
	border-spacing : 0 0;
	border-collapse : separate ; 
	

}
.comp_table th {
	width: 96%;
	font-size: 15px;
	line-height: 24px;
	vertical-align: top;
	color: #244065;
	text-align: left;
	padding: 2% 2% 2% 2%;
	background-color: rgba(0,81,188,0.13);
	float: left;
}
.comp_table td {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2% 2% 2%;
	background-color: rgba(244,244,244,1);
	float: left;
}
.comp_table2 {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
}
.comp_table2 table { 
	border-spacing :  0 0;
	border-collapse : separate ; 
	

}
.comp_table2 th {
	width: 76%;
	font-size: 15px;
	line-height: 24px;
	vertical-align: top;
	text-align: left;
	color: #244065;
	padding: 2% 2% 2% 2%;
	background-color: rgba(0,81,188,0.13);
	border-bottom: 1px solid #fff;
	float: left;
}
.comp_table2 td {
	width: 16%;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	padding: 2% 2% 2% 2%;
	background-color: rgba(244,244,244,1);
	border-bottom: 1px solid #fff;
	float: left;
}
.comp_img {
	width: 100%;
	margin-bottom: 3%;
}
.comp_img_l {
	width: 48%;
	margin: 0 1% 3% 1%;
	float: left;
}
.comp_img_r {
	width: 48%;
	margin: 0 1% 3% 26%;
	float: left;
}
.access_logo {
	width: 70%;
	margin: 5% 15% 2% 15%;
	float: left;
}
.access_add {
	width: 100%;
	margin: 2% 0 5% 0;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	float: left;
}
.access_map {
	width: 100%;
	height: 200px;
}
.access_map iframe {
	width: 100%;
	height: 200px;
}
/*　採用情報
----------------------------------------------------------*/
.recruit .head_img {
	background-image: url(../img/recruit/head_img.jpg);
	color: #fff;
}

.recruit .lead {
	width: 100%;
	font-size: 21px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: -0.05em; 
	text-align: left;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #244065;
	margin: 4% auto;
}
.recruit .text {
	width: 96%;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	margin: 0 2% 5% 2%;
}

.recruit .link {
	width: 100%;
	margin: 0 auto;
	
}
.recruit .link .bt_l {
	width: 48%;
	margin: 0 1% 5% 1%;
	float: left;
}
.recruit .link .bt_r {
	width: 48%;
	margin: 0 1% 5% 26%;
	float: left;
}
.recruit_title {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #fff;
	padding: 8px 0;
	background-color: #0051bc;
	margin: 0 auto 30px auto;
}
.recruit_table {
	width: 100%;
	margin: 0 auto 5% auto;
}

.recruit_table table { 
	border-spacing : 0 0;
	border-collapse : separate ; 
	

}
.recruit_table th {
	width: 96%;
	font-size: 15px;
	line-height: 24px;
	
	color: #244065;
	text-align: left;
	padding: 2% 2% 2% 2%;
	background-color: rgba(0,81,188,0.13);
	float: left;
}
.recruit_table td {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2% 2% 2%;
	background-color: rgba(244,244,244,1);
	float: left;
}
.recruit_table .bt a {
	width: 80%;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	
	color: #fff;
	padding: 16px 0;
	margin: 6% 10% 5% 10%;
	background-color: #00adef;
	display: block;
	text-decoration: none;
	background-image: url(../img/top/contact_arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center ;
	-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;
}
.recruit_table .bt a:hover {background-position: 93% center ;}
.entory_text {
	width: 90%;
	margin: 0 5% 5% 5%;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
}
.entory_link {
	width: 100%;
	margin: 0 auto 5%x auto;
}

.entory_link .link_l a{
	width: 80%;
	height: 30px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	
	color: #fff;
	padding: 5% 0;
	margin: 0 10% 5% 10%;
	float: left;
	background: url(../img/recruit/arrow.png) no-repeat 90% center, url(../img/recruit/bt_voice.png) no-repeat center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.entory_link .link_l a:hover {
	background: url(../img/recruit/arrow.png) no-repeat 92% center, url(../img/recruit/bt_voice.png) no-repeat center;
	text-decoration: none;

}
.entory_link .link_r a{
	width: 80%;
	height: 30px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	
	color: #fff;
	padding: 5% 0;
	margin: 0 10% 5% 10%;
	float: left;
	background: url(../img/recruit/arrow.png) no-repeat 90% center, url(../img/recruit/bt_yoko.png) no-repeat center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.entory_link .link_r a:hover {
	background: url(../img/recruit/arrow.png) no-repeat 92% center, url(../img/recruit/bt_yoko.png) no-repeat center;
	text-decoration: none;

}
.message_box {
	width: 100%;
	margin: 0 auto 6% auto;
}
.message_head {
	width: 100%;
	position: relative;
}
.message_head .name_01 {
	width: 40%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 5% 0;
	background-color: #0051bc;
	position: absolute;
	top:calc(45% - 30px);
	right: 5%;
}
.message_head .name_02 {
	width: 40%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 5% 0;
	background-color: #0051bc;
	position: absolute;
	top:calc(45% - 30px);
	left: 5%;
}
.message_img {
	width: 70%;
	margin: 2% 15% 0 15% ;
	float: left;
}
.message_text {
	width: 96%;
	height: auto;
	padding: 2%;
	margin: 2% 0 5% 0 ;
	background-color: #f4f4f4;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	float: left;
}
.message_lead {
	font-size: 19px;
	line-height: 28px;
	font-weight: bold;
	text-align: left;
	color: #0051bc;
	padding: 2% 0;
}
.recruit #detail .detailText {
	width: 90% !important;
	margin: 0 5%;
	font-size: 16px !important;
	text-align: left;
}
.recruit #detail .detailText table {
	width: 100% !important;
	margin: 0 auto ;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.recruit #detail .detailText td {
	width: 96% !important;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	padding: 2% 2%;
	background-color: #fff;
	border-right: none;
	border-bottom:none;
	display: block;
	
}
/*　お問い合わせ
----------------------------------------------------------*/
.contact .head_img {
	background-image: url(../img/contact/head_img.jpg);
}
.contact .comm {
	width: 90%;
	margin: 0 5% 5% 5%;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.contact_tel {
	width: 90%;
	font-size: 16px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	margin: 0 5% 3% 5%;
}
.contact_tel img {
	width: 100%;
	height: auto;
	margin: 0 auto 3% auto;
}
.contact_table {
	width: 100%;
	margin: 0 auto 5% auto;
	
	
}
.contact_table table {
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #808080;
	
}
.contact_table th {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	vertical-align: top;
	background-color: rgba(0,81,188,0.13);
	text-align: left;
	padding: 2% 2% 2% 2%;
	border-right: none;
	border-bottom: none;
	float: left;
}
.contact_table td {
	width: 96%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 2% 2% 2% 2%;
	border-right: none;
	border-bottom: none;
	float: left;
}
.contact_table span {
	color:#e10012;
	padding-left: 1em;
	}


.submit_btn{
	width: 70%;
	margin: 5% 15% 5% 15%;
	font-size: 14px;
	line-height: 1em;
	padding: 5% 0;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background:linear-gradient(0deg, rgba(233, 101, 0, 1), rgba(242, 150, 26, 1));
	display:block;
	cursor: pointer;
	behavior: url(css/PIE.htc);
}
.submit_btn:hover {
	background:linear-gradient(0deg, rgba(233, 101, 0, 0.7), rgba(242, 150, 26, 0.7));
	text-decoration: none;
}


.form_style{
	width:96%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_s{
	width:50%; 
	height:auto; 
	padding:2% 2% ;
	vertical-align:middle; 
	font-size:16px; 
	
	}
.form_style_tarea{
	width:96%; 
	height:200px; 
	padding:2% 2% ;
	font-size:16px; 
	
	}
.complete {
	color: #e10012;
	font-weight: bold;
	font-size: 120%;
	line-height: 150%
}

/*　プライバシーポリシー
----------------------------------------------------------*/
.policy .head_img {
	background-image: url(../img/policy/head_img.jpg);
}
.policy_text {
	width: 96%;
	margin: 10% 2% 10% 2%;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
}

}
