@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #F9F9F9;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 12px;
	border-top: 0px solid #184894;
	/*min-width:1060px;レスポンシブ時外す*/

}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #666;
}
a:hover {
	color: #0f1bb1;			
	text-decoration: none;	
}






/*ヘッダー
---------------------------------------------------------------------------*/
/*header {
	background-color: #FFF;	
    box-shadow: 1px 2px 5px #999;
    position: relative; z-index: 10;
	min-width: 960px;
}*/

/*固定(fixedあり)*/
header {
	background-color: #FFF;
	z-index: 9999;
	width:100%;
	min-width:1100px;
	box-shadow: 1px 1px 1px #999;
    position: fixed;
    top: 0px;
    left: 0px;
}

/*ヘッダーブロックの中*/
header .inner {
	width: 997px;	
	height:83px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}
/*h1*/
h1 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 110%;
	margin-top: 0px;
	font-weight: 500;
	}

.logo {
	position: absolute;
	left: 0px;	
	top: 10px;
}

#head_logo {
	margin-top: 0px;
	}

header .inner address {
	position: absolute;
	top: 10px;		
	right: 0px;	
	font-size: 11px;	
	text-align: center;
	line-height: 1.0;
	letter-spacing: 0.em;
}

header .inner address .tel {
	font-size: 18px;
	color: #0f1bb1;		
	font-weight: bold;
	display: block;
}


/*メインメニュー
---------------------------------------------------------------------------*/
#nav {
	width: 30em; /* 1000 */
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	position: relative ;
	top: 15%;
	left: 50%;
	margin-left: -41.5em; /* 30 480 */
	
}

#nav > a {
	display: none;
}

#nav li {
	position: relative;
}

#nav li a {
	text-decoration: none;
	color: #111111;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 140%;
	display: block;
}
#nav li a:active {
	background-color: #DDDDDD !important;
}

#nav span:after {
	width: 0;
	height: 0;
	border: 0.4em solid transparent;
	border-bottom: none;
	border-top-color: #163265;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
}

#nav span.nosecond:after {
	width: 0;
	height: 0;
	border: 0em solid transparent;
	border-bottom: none;
	border-top-color: #184894;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
}

#nav ul li:first-child {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
}

/* first level */

#nav > ul {
	height: 35px; /* 60 */
	width: 997px;
	background-color: #;
	margin-right: auto;
	margin-left: auto;
}

#nav > ul > li {
	height: 45px;
	width: 16.6%;
	float: left;
}

#nav > ul > li > a {
	height: 100%;
	font-size: 120%;
	font-weight:500;
	line-height: 2.7em; 
	text-align: center;
	display: block;
}

#nav > ul > li:not( :last-child ) > a {
	border: 0px solid #444444;
}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a {
	color: #163265;
	margin-top: -1px;
	border-top: 1px solid #163265;
}

/* second level */

#nav li ul {
	background-color: #EEEEEE;
	display: none;
	position: absolute;
	top: 100%;
	-webkit-box-shadow: 1px 1px 1px #999;
	box-shadow: 1px 1px 1px #999;
}

#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}

#nav li:not( :first-child ):hover ul {
	left: -1px;
}

#nav li ul a {
	font-size: 120%;
	border-top: 0px solid #cccccc;
	padding: 0.75em;
	color: #111111;
}

#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a {
	background-color: #555555;
	color:#FFF;
}

#nav ul li:last-child {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}


/*トップページ スライドショー
---------------------------------------------------------------------------*/

#mainimg_top {
	width: 100%;
	height:800px;
	display: block;
	margin-bottom: 0px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

	
}

#mainimg_top_rec {
	width: 250%;
	height: 200px;
	display: block;
	margin-bottom: 50px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

	
}



#mainimg {
	width: 100%;
	height:150px;
	display: block;
	margin-bottom: 0px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

	
}

#mainimg_rec {
	width: 100%;
	height:200px;
	display: block;
	margin-bottom: 0px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

	
}

#mainimg_back {
	width: 100%;
	height: 400px;
	background-color: ;
	background-image: url(../images/bg.png);
	}



.top_img {
	width: 100%;
	height:750px;
	}
.page_img {
	width: 100%;
	height:auto;
	}
.page_img2 {
	width: 80%;
	height:auto;
	float:right;
	}
	
.page_img5 {
	width: 100%;
	height:auto;
	float:right;
	}
	
#img2, #img3, #img4 {
display:none;
}


.mainimg_top_txt {
	font-size: 280%;
	font-weight: 800;
	color:#FFFFFF;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.1em;
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;

	}
	

	

.mainimg_txt {
	font-size: 200%;
	height:50px;
	font-weight: 800;
	line-height:0.8em;
	text-shadow: 0px 0px 2px #000;
	text-align:center;
	color:#FFFFFF;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.2em;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);

	}
	
.mainimg_txtrec {
	font-size: 200%;
	height:50px;
	font-weight: 800;
	line-height:0.8em;
	text-shadow: 0px 0px 2px #000;
	text-align:center;
	color:#FFFFFF;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.2em;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);

	}
	


#mainimg_back2{
    width: 100%;
    height: 400px;
	background-image: url(../images/top_recruit_s.png);
}

	

.text_mini{
	font-size: 60%;
	}
	
.bxslider{
	display:block;
}

.bxslider ul li{
	width: 100%;
}

.bxslider ul li img{
	width:300%;
	margin-left:0;
	margin-right:0;
}




.container {
	margin-bottom: 0px;
	position: relative; z-index: 1;
}
.slide_all {width: 1000px; margin: 0 auto; height: 300px; position: relative; margin-top: 2px; margin-bottom: 48px;}
.slide_wrap {width: 3000px; position: absolute; left: %; margin-left: -1500px;}
.slide_body {width: 100%;}
.slide {width: 1000px; font-family: 'arial'; background-color: #33CC33; color: #fff; font-size: 50px; line-height: 250px; text-align: center;}
.slide img {width: 100%; vertical-align: bottom;}


.bx-controls-direction,.bx-pager {text-align: center;height: 25px;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #fff; border-radius: 10px; margin:10px 2px 0 2px;}
.bx-pager-item a.active {opacity: 0.3;}
.bx-controls-direction a{text-decoration: none; color: #fff; padding:0 5px;}
.bx-controls {position: absolute;bottom: 5px;z-index: 100;width: 100%;}


.slide{transition:all .3s;opacity:.20;}
.slide.active{ opacity:1;}

.bx-pager {
	width: 100%;
	height: 60px;
	box-shadow: 0.3px 0.3px 0.3px 0.3px #666666;
	background-color: #33CC33;
	padding-top: 5px;
	}
.bx-pager a img {  
opacity: 0.5;  
filter: alpha(opacity=50);  
}  
.bx-pager a.active img {  
opacity: 1;  
filter: alpha(opacity=100);  
} 


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 997px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#contents-in {
	float: left;
	width: 570x;
}

body.c2 #contents-in {
	float: none;
	width: 100%;
}

/*メイン
---------------------------------------------------------------------------*/
#main {
	float: left;	
	width: 997px;	
	padding-bottom: 10px;
}


body.c2 #main {
	width: 770px;
}

#main h2 {
	position: relative;
	border-bottom-width: 1.8px;
	border-bottom-style: solid;
	border-bottom-color: #163265;
	color: #111;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 155%;
	clear: both;
	margin-top: 40px;
	margin-bottom: 30px;
}

#main h2:after {
	position: absolute;
	content: " ";
	display: block;
	bottom: -1.5px;
	width: 20%;
	border-bottom-width: 1.8px;
	border-bottom-style: solid;
	border-bottom-color: #888;
}


#main h2.h2_50 {
	width: 95%;
	position: relative;
	border-bottom-width: 1.8px;
	border-bottom-style: solid;
	border-bottom-color: #E60012;
	color: #111;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 155%;
	margin-top: 40px;
	margin-bottom: 10px;
}

#main h2.h2_50:after {
	position: absolute;
	content: " ";
	display: block;
	bottom: -1.5px;
	width: 20%;
	border-bottom-width: 1.8px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}



#main h7 {
	color: #111;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 155%;
	clear: both;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}



#main h3 {
	background-color: ;
	font-size: 145%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	color: #111;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1.5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #1D2088;
	border-right-color: #1D2088;
	border-bottom-color: #163265;
	border-left-color: #1D2088;
}

#main h4 {	
	background-color: ;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#), to(#));
	background-image: -webkit-linear-gradient(#, # 49%, #fff 50%);
	background-image: linear-gradient(#, # 49%, # 50%);
	font-size: 115%;
	color: #333;
	clear: both;
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 2.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1e234c;
	border-right-color: #1e234c;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


#main p {
	padding: 0.5em 10px 15px;
}







.main5_back {
	background-image: url(../images/top_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
	min-width: 1060px;
}

.main5 {
	width:720px;
	margin-right: auto;
	margin-left: auto;
}

.main5_1 {
	float: left;
	width: 300px;
	text-align: center;
}

.main5_2 {
	float: right;
	width: 300px;
	text-align: center;
}


.main6_back {
	background-image: url(../images/recruit8.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 100px;
	overflow: hidden;
	min-width: 1060px;
}

/*マウスオーバー*/
.main_icatch:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



.box50 {
	float:left;
	width:50%;}
	
.box33 {
	float:left;
	width:33%;
	font-size:120%;
	text-align:center;
	margin-bottom: 20px;
	}

.boxwide {
	float:left;
	width:100%;
	font-size:120%;
	text-align:center;
	margin-bottom: 20px;
	}


#box_top_box {
    position: relative;
    height: 240px;
    width: 100%;

}

#box_top {
    width: 100%;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0%;
    right: auto;
    position: absolute;
    margin: auto;
	padding-left: 400px;
	box-sizing: border-box; 

}




#box_top ul li {
	width: 450px;
	height:190px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid #FFF;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: ;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 20px;

}


#box_top ul li.li_left {
	float: left;
	margin-top: -5px;
	padding-left: 120px;
	box-sizing: border-box; 
	margin-right: 0px;
}







#box_top .icatch{
	width: 100%;
	height:auto;
	border-radius: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}







.box_n {
	width: 100%;
	margin-bottom: 80px;
}
.box_n2 {
	width: 49%;
	float:left;
	margin-left:1%;
	margin-bottom: 100px;
	text-align:center;
	font-size:120%;
	font-weight: 500;
}






#box_top_tbox{
	width:100%;
	height:170px;
	float:left;}



#box_top_t {
	width: 100%;
	height:auto;
	float:left;
	font-size:150%;
	margin-top: 10px;
	color:#222222;
	font-family: "Sawarabi Mincho";
	font-weight: 500;
	line-height: 2em;
	letter-spacing: -0.02em;

}


#box_top_t1 {
	width: 70%;
	height:auto;
	float:left;
	font-size:150%;
	margin-top: 10px;
	color:#222222;
	font-family: "Sawarabi Mincho";
	font-weight: 500;
	line-height: 2em;

}

#box_top_t2 {
	width: 30%;
	height:auto;
	float:right;
	position: relative;
	top: -40px;
	margin-bottom: 0px;
	z-index: 1;
}

.icon_ken {
	width: 12%;
	font-size: 100%;
	font-weight: 500;
	text-align: center;
	float: right;
	background-color: #000033;
	border-radius: 3px;
	color: #FFF;
}
.icon_dob {
	width: 12%;
	font-size: 100%;
	font-weight: 500;
	text-align: center;
	float: right;
	background-color: #6C4100;
	border-radius: 3px;
	color: #FFF;
}

.icatch_n{
	width: 48%;
	float:left;
	height: auto;
	text-align: center;
	margin-left: 1%;
	margin-bottom: 2%;
	padding-right: 0px;
	font-size:120%;
}

.icatch_n2{
	width: 100%;
	float:left;
	height: auto;
	text-align: center;
	margin-left: 0%;
	margin-bottom: 0%;
	padding-right: 0px;
	font-size:120%;
}

.txt_n{
	width: 48%;
	float:left;
	height: auto;
	text-align: left;
	margin-left: 1%;
	margin-bottom: 5%;
	padding-right: 0px;
	font-size:120%;
	line-height:2.5em;
}

.txt_n_icon{
	width: 100%;
	float:left;
	height: auto;
	text-align: center;
	margin-bottom: 5%;
	font-size:120%;
	line-height:2.5em;

border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid black;
	
}


.icatch_n3{
	width: 32%;
	height: auto;
	text-align: center;
	margin-left: 1.1%;
	padding-right: 0px;
}
.icatch_nw{
	width: 100%;
	height: auto;
	text-align: center;
	margin-left: 1%;
	padding-right: 0px;
}
.icatch_tn{
	width: 46%;
	height: 20px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 40px;
	margin-left: 19px;
	margin-right: 17px;
	font-size: 130%;
	float: left;
}

#box_top_mini ul li {
	width: 113px;
	height: 113px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
    margin-top: 5px;
	margin-right: 3px;
	margin-bottom:5px;
	margin-left: 5px;
}

#box_top_mini .icatch_icon{
	width: 113px;
	height: ;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.0);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: -5px;
}

/*マウスオーバー*/
.icatch:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


#box_top .midasi {
	width: 235px;
	border-radius: 0px;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}


#box_top h5 {
	width: 235px;
	margin: 0px;
	top: 0px;
	color: #005500;
	font-size: 170%;
	font-weight: 700;
	text-align: left;
}

#box_top ul li span.boxtoptxt{
	font-family: 'Noto Sans Japanese', sans-serif;
	text-decoration: none;
	font-size: 155%;
	color: #333;
	border-radius: 1px;
	font-weight: ;
	display: block;
	width: 100%;
	text-align: center;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #fff;
	float: left;
}

#box_top .k3 {
	font-family: 'Noto Sans Japanese', sans-serif;
	text-decoration: none;
	font-size: 125%;
	color: #ffffff;
	border-radius: 1px;
	font-weight: ;
	display: block;
	width: 120px;
	text-align: center;
	padding: 1.2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #005233;
	float: right;
}



#box_top .k3:hover {
	color: #FFFFFF;
	background-color: #FF6600;
}



#box_top2{
	float: left;
	margin-top: 30px;
}


#box_top2 .icatch2{
	width: 720px;
	height: auto;
	border-radius: 0px;
	border: 0px solid #FFF;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	background: ;
	margin-top: 20px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 20px;
}
/*
.icatch2:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
*/
#box_menu{
	float: left;
	margin-bottom: 15px;
}



#box_menu ul li {
	width: 235px;
	height:80px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid #FFF;
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: ;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}


#box_menu .icatch{
	width: 228px;
	border-radius: 1px;
	box-shadow: 0.1px 0.1px 0.1px rgba(000,000,000,0.3);
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;

}

.c_bg {
	background-image: url(../images/c_bg.png);
	background-repeat: no-repeat;
}

.c_bg2 {
	background-image: url(../images/c_bg2.png);
	background-repeat: no-repeat;
}


/*サイド
---------------------------------------------------------------------------*/

#side {
	float: right;
	width: 235px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 0px;

}

body.c2 #side {
	display: none;
}

#side h2 {
	width: 230px;
	background-color: none;
	border-radius: 1px 1px 1px 1px;
	color: #000;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 150%;
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #005500;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #005500;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005500;
	font-weight:500;
}


#side .box1 h2 {
	border-radius: 0;	
}

#side .box1 {
	background-color: #FFF;	
	border: 0px solid #1e234c;
	padding: px;		
	margin-bottom: px;	
}


#side h2 + ul,
#side h2 + .box1 {
	border-top: none;
}

#side .box1 > ul {
	margin-bottom: 0;
}

/*side
---------------------------------------------------------------------------*/
#side ul {
	float: left;	
	border-top: 0px solid #cfcfcf;		
	border-right: 0px solid #cfcfcf;	
	border-left: 0px solid #cfcfcf;		
	border-bottom: 0px solid #cfcfcf;

}

#side ul li{
	width: 100%;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom:3px;
	margin-left: 5px;
	}
	
#side ul li.bn_top{
	width: 100%;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
    margin-top: 0px;
	margin-right: 3px;
	margin-bottom:5px;
	margin-left: 5px;
	}
	
#side ul li.bn_bottom{

	margin-bottom:10px;

	}
	
#side ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 0px solid #cfcfcf;
	padding-left: 0px;
	background: #FFF;
}

#side .bn {
	width: 97.5%;

	margin-top: 3px;
	margin-bottom: -3px;
	margin-left: 3px;
	}
	
#hoge .bn {
	width: 100%;

	margin-top: 3px;
	margin-bottom: -3px;
	margin-left: 5px;
	}
	
#side .banner{
	width: 100%;
	height:auto;
	font-size: 95%;
	padding:0px;
	
	}
#side .banner2{
	width:100%;
	height:auto;
	font-size: 95%;
	padding:2px;
	
	}
	
.bn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#hoge{
	float: left;
	width: 235px;
	margin-top: 0px;
	}

#hoge ul li{
	width: 231px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	display: block;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 2px;
	background-color: #FFF;
	}
	
	
#hoge ul li a{
	width: 220px;
	text-decoration: none;
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 15px;
	padding-left: 0px;
	background-color: #FFF;
}
#hoge ul li.bn_top{
	width: 231px;
	font-size: 15px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	display: block;
	padding: 2px;
	background-color: #FFF;
    margin-top: 0px;
	margin-right: 3px;
	margin-bottom:1px;
	margin-left: 2px;
	}
	
#hoge_mini_txt{
	font-size: 13px;
	}
	
.submenu{
	text-decoration: none;
	color: #000;
	
	}

.submenu:hover {
	color: #FF9900;
}

/*フッター
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 15px;
	color: #FFF;
	background-color: #000;
	background-repeat: repeat;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}


#ft_bg {
	width: 100%;
	float: left;
	background-repeat: repeat-x;
	height: 120px;
	background-image: url(../images/bottom.png);
	}
	

div#footer {
   width: 100%;
   height:55px;
   font-size: 13px;
   text-align: left;
   letter-spacing: 0.5px;}
 
div#footer2 {
	width: 100%;
	height: 70px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	color: #333333;
}	
	
div#footerIn {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height:70px;
}


div#footerIn .footerlogo {
	width: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: ;
	font-size: 100%;
}
div#footerIn .footerlogo2 {
	width: 223px;
	position: absolute;
	float:right;
	top: -0px;
	right: 0px;
	line-height: 100%;

}

div#footerIn .footerlogo3 {
	display: block;
	width:500px;
	height:60px;
	float: left;
	position: ;
	margin-top: 0px;
	left: 0px;
	line-height: 1.8em;

}


div#footerIn li {
   margin-bottom: 5px;}

div#footerIn a {
	text-decoration: none;
	color: #333;
	font-size: 120%;
   }

div#footerIn a:hover {
   text-decoration: underline;}

div#footerIn ul.foot_menu01 {
	position: absolute;
	right: 440px;
	top: 10px;
	color: #333;
	font-weight:500;
	line-height: 1.1em;
	font-size: 90%;
}

div#footerIn ul.foot_menu02 {
	position: absolute;
	right: 300px;
	top: 10px;
	color: #333;
	font-weight:500;
	line-height: 1.1em;	
	font-size: 90%;
	
}

div#footerIn .telnumber {
   position: absolute;
   top: 45px;
   right: 0;
   width: 277px;
   height: 104px;
   text-indent: -9999em;}

div#footerIn .submenu {
   position: absolute;
   overflow: hidden;
   top: 233px;
   left: 0;
   width: 980px;}

div#footerIn .submenu ul {
   float: left;
   padding-top: 8px;}

div#footerIn .submenu ul li {
   float: left;
   margin-right: 17px;}

div#footerIn .submenu address {
   width: 219px;
   height: 30px;
   float: right;
   text-indent: -9999em;}






/*新着情報
---------------------------------------------------------------------------*/
.ifrm-container {
	border: 0px solid #FFF;
	background-color: #FCFCFC;
	-webkit-box-shadow: 0.5px 0.5px 0.5px #999;
	box-shadow: 0.5px 0.5px 0.5px #999;
	margin-top: 10px;
	}

.ifrm {
	font-family: 'Noto Sans Japanese', sans-serif;
	color:#666;
	font-size:100%;
	width:100%;
	height:120px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 15px;
	overflow:auto;
}
	
.news_list_toptxt{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:120%;
	font-weight: 200;
	float:right;
}

#news_word {
	float: left;
	width: 67%;
	height: auto;
	display: block;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 105%;
	}
#news_word_ph{
	float: right;
	width: 30%;
	height: ;
	display: block;
	margin-bottom: 7px;
	margin-top: 5px;
	padding-left: 5px;
	}

/*アクセス テーブル
---------------------------------------------------------------------------*/

.ta1 {
	width: 100%;
	background-color: #fff;	
	font-size: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	line-height:1.8;
	font-size: 105%;
}


.ta1 td{
	padding: 10px;

}

.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #f1f1f1;	
	line-height:1.2em;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;
}

.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;	
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}

.ta2{
	text-align: center;
	width: 100%;
}

.ta2 th{
  border:solid 1px #ffffff;
  background-color: #a9ceec;
  padding: 10px;
 }

.ta2 td{
  border:solid 1px #aaaaaa;
}

/* 右上がりの斜線 */
.right_up_border1 {
    background-image: linear-gradient(-20deg, /*角度*/
                     transparent 49%,
                     black 50%, /*斜線の色*/
                     black 50%, /*斜線の色*/
                     transparent 51%, 
                     transparent); 
}

.right_up_border2 {
    background-image: linear-gradient(-24deg, /*角度*/
                     transparent 49%,
                     black 50%, /*斜線の色*/
                     black 50%, /*斜線の色*/
                     transparent 51%, 
                     transparent); 
}
/*会社概要
---------------------------------------------------------------------------*/
#com_wordw {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 2.5em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 120%;
	text-align:left;
	}


#com_wordboxt {
	float: left;
	width: 32%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-left:  0%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	text-align:left;
	}
#com_wordbox {
	float: left;
	width: 32%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-left: 2%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	text-align:left;
	}
	
	
#com_wordboxwd {
	width: 100%;
	height: 150px;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 120%;
	text-align:left;
	}
#com_wordboxwd2 {
	float: left;
	width:100%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	text-align: right;
	}
	
	
	
#com_word {
	float: left;
	width: 60%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 119%;
	text-align:left;
	}
#com_word2 {
	float: left;
	width: 40%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 140%;
	text-align: right;
	}
	
#com_bg {
	width: 100%;
	height: auto;
	text-align:center;
	display: block;
	float: left;
	background-image: url(../images/bg_jwp.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#com_bg2 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background-image: url(../images/bg_wc.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
	

#president_word {
	float: right;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.7em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 120%;
	text-align:left;
	}
#president_word_ph{
	float: left;
	width: 30%;
	height: ;
	display: block;
	margin-bottom: 7px;
	margin-top: 5px;
	padding-right: 5px;
	}
	
.president_name {
	float: left;
	margin-top: 0px;
	}

.li_right {
	float: right;
	line-height: 0.3em;
	padding-top: 10px;
}
.li_right span{
	float: right;
	clear:both;
	}

#enkaku_word {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.5em;
	margin-top: 5px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	}

/*会社概要 テーブル*/
.ta_com {
	width: 100%;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 120%;
}
.ta_com, .ta_com td, .ta_com th{
	border-bottom: 1px solid #CCC;
	line-height: 2;
}

.ta_com td.com_bun {
	width: 20%;
	text-align: center;
	line-height: 1.3;
	}
.ta_com td.com_bun2 {
	width: 30%;
	text-align: left;
	}
.ta_com td.com_bunb {
	width: 20%;
	text-align: center;
	background-color: #C8FFD6;
	}
.ta_com td.com_bunb2 {
	width: 60%;
	text-align: center;
	background-color: #C8FFD6;
	}


.ta_com td.com_bunc {
	width: 30%;
	text-align: center;
	}

.ta_com td{
	padding: 5px;
}

.ta_com th{
	width: 120px;
	padding: 5px;
	text-align: center;
	line-height: 1.2em;
}

.ta_com th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;
}

.ta_com caption{
	padding: 10px;
	border-top: 1px solid #CCC;	
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;

	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}


.ta_com td.enkaku_ph{
	border-width: 0px 1px;
	font-size: 85%;   
}


/*採用情報 テーブル*/
table.ta_rec1 {
	width: 100%;
	margin-bottom: 50px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	float: left;
	font-size: 120%;
}
.ta_rec1, .ta_rec1 td, .ta_rec1 th{
	border-bottom: 1px solid #CCC;
	line-height: 2;
}

.ta_rec1 td{
	padding: 5px;
	text-align: left;
}

table.ta_rec1 th{
	padding: 5px;
	width:10%;
	text-align: left;
	line-height: 1.2em;
}

.ta_rec1 tr.under{
	border-bottom: 2px solid #ccc;
}


/*採用情報 テーブル*/
table.ta_rec {
	width: 95%;
	margin-bottom: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	float: left;
	font-size: 120%;
}
.ta_rec, .ta_rec td, .ta_rec th{
	width: 48%;
	border-bottom: 1px solid #CCC;
	line-height: 2;
}

.ta_rec td{
	padding: 5px;
		text-align: left;
}

table.ta_rec th{
	padding: 5px;
	text-align: left;
	line-height: 1.2em;
}

.ta_rec tr.under{
	border-bottom: 2px solid #ccc;
}

#rec_word {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 150%;
	text-align:left;
	}




.ta_cont {
	width: 100%;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 120%;
	margin-bottom: 100px;
}
.ta_cont, .ta_cont td, .ta_cont th{
	border-bottom: 1px solid #CCC;
	line-height: 2;
}

.ta_cont th.con_tit {
	font-weight:500;
	font-size: 130%;
	}

.ta_cont td{
	padding: 3px;
}

.ta_cont th{
	width: 190px;
	padding: 5px;
	text-align: left;
	line-height: 1.2em;
}




tr.ta_cont_le td{
	letter-spacing:-0.02em;
}



/*会社概要 テーブル2*/
.ta_com2 {
	width: 100%;
	margin-bottom: 30px;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 130%;
	background-color: #fff;	
}
.ta_com2, .ta_com2 td, .ta_com2 th{
	border: 1px solid #CCC;
	line-height: 1.7;
}


.ta_com2 td{
	padding: 5px;
}

.ta_com2 th{
	width: 120px;
	padding: 5px;
	text-align: center;
	background-color: #f1f1f1;	
	line-height:1.2em;
}

.ta_com2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;
}

.ta_com caption{
	padding: 10px;
	border-top: 1px solid #CCC;	
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;

	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}

.ta_com2 td.enkaku_ph{
	border-width: 0px 1px;
	font-size: 85%;   
}


#contents_top {
	float: left;
	width: 69%;
	height: auto;
	display: block;
	line-height: 1.8em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-size: 100%;
	}

.contents_text{
	float: left;
	margin-top: 8px;
	font-size: 125%;
	}

#contents_word {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: px;
	font-size: 115%;
	}
	
#contents_word_ph{

	float: right;
	width: 30%;
	height: ;
	display: block;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-left: 5px;
	}

#contents_link {
	font-size: 115%;
	float: left;
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
	}



#rinen_word {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-size: 110%;
	}

.google-maps {
position: relative;
padding-bottom: 25%; /*これが縦横比*/
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/*実績
---------------------------------------------------------------------------*/

/*実績 テーブル*/
.ta_res {
	width: 100%;
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 115%;
	background-color: #fff;	
}
.ta_res, .ta_res td, .ta_res th{
	border: 1px solid #CCC;
	line-height: 1.7;
}


.ta_res td{
	padding: 5px;
}

.ta_res th{
	width: 120px;
	padding: 5px;
	text-align: center;
	background-color: #f1f1f1;	
	line-height:1.2em;
}

table th.ta_res_con{
	width: 15px;

}

table th.ta_res_time{
	width: 30px;
}

table th.ta_res_ad{
	width: 15px;
}





#box_res {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 25px;
	line-height: 1.3em;
}

#box_res ul	{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}


#box_res ul li {
	width: 237px;
	height: 237px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 30px;
	margin-left: 5px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 110%;
}


#box_res .icatch{
	width: 237px;
	height: 237px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.0);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

/*
---------------------------------------------------------------------------*/


#page {
	width: 47%;
	font-size: 110%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	color: #000;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fff, #fff 49%, #fff 50%);
	background-image: linear-gradient(#fff, #fff 49%, #fff 50%);
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 2px solid #1e234c;
	border-right: 2px solid #1e234c;
	border-bottom: 2px solid #1e234c;
	border-left: 2px solid #1e234c;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 10px;
	text-align: center;	
}


#page1, #page2  {
	width: 47%;
	font-size: 110%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	color: #000;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(#fff, #fff 49%, #fff 50%);
	background-image: linear-gradient(#fff, #fff 49%, #fff 50%);
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 2px solid #1e234c;
	border-right: 2px solid #1e234c;
	border-bottom: 2px solid #1e234c;
	border-left: 2px solid #1e234c;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 10px;
	text-align: center;	
}

/*採用情報
---------------------------------------------------------------------------*/

.ta_rec {
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.3;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 115%;
}
.ta_rec, .ta_rec td, .ta_rec th{
	line-height: 1.7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.ta_rec td{
	padding: 5px;
}

.ta_rec th{
	width: 120px;
	padding: 5px;
	text-align: center;
	background-color: ;	
	line-height:1.2em;
}

.text_big{
	float:right;
	font-size: 130%;
	line-height: 1.2em;
	}
	
	
.text_bigl{
	float:left;
	font-size: 130%;
	line-height: 1.5em;
	}
	
	
.text_bigmin{
	float:right;
	font-size: 130%;
	line-height: 1.2em;
	font-weight: 800;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
	
	
.text_big_minbk{
	font-size: 100%;
	line-height: 1.8em;
	font-weight: 500;
	color: #000000;
	}
	
.text_big_mingr{
	font-size: 120%;
	line-height: 1.8em;
	font-weight: 500;
	color: #E60012;
	}
	
.text_big_grn{
	font-size: 150%;
	line-height: 1.2em;
	font-weight: 800;
	color:#005500;
	}
	
.text_big2{
	font-size: 250%;
	line-height: 1.2em;
	font-weight: 300;
	}

.text_middle{
	font-size: 140%;
	line-height: 1.2em;
	font-weight: 300;
	}
	

	
.text_tel{
	font-size: 320%;
	line-height: 1.0em;
	font-weight: 500;
	}
.text_mail{
	font-size: 280%;
	line-height: 1.0em;
	font-weight: 500;
	}
.mail_link{
	text-decoration: none;
	}


	
/*
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
	width: 20%;
	height:auto;
	font-size: 140%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	text-align: center;
	float: left;
	background-color: #0068B7;
	border: 0px;
	border-radius: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom:105px;
	margin-left: 390px;
	margin-right: auto;
	margin-top: 15px;
	color: #FFFFFF;
}


input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}


/*ワークフロー
---------------------------------------------------------------------------*/

#bottan {
	width: 100%;
	font-size: 125%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	text-align: center;
	float: left;
	background-color: #1e234c;
	-webkit-box-shadow: 1px 1px 1px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 1px solid #1e234c;
	border-right: 1px solid #1e234c;
	border-bottom: 1px solid #1e234c;
	border-left: 1px solid #1e234c;
	border-radius: 0px;
	padding-top: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#bottan:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}


#bottan2 {
	width: 47%;
	font-size: 120%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	text-align: center;
	background-color: #1e234c;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 1px solid #1e234c;
	border-right: 1px solid #1e234c;
	border-bottom: 1px solid #1e234c;
	border-left: 1px solid #1e234c;
	border-radius: 5px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: auto;
	margin-top: 5px;
}

#bottan2:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}

#bottan3 {
	width: 35%;
	height: 25px;
	font-size: 110%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	text-align: center;
	background-color: #333333;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 0px solid #1e234c;
	border-left: 0px solid #1e234c;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	float: none;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	clear: both;
	text-decoration: none;
}

#bottan3:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}

.bottan_t {
	color: #FFF;
	font-size:100%;
}


#bottan3 a{
	text-decoration: none;
}

#bottan3 a{
	text-decoration: none;
}


/* プライバシーポリシー
---------------------------------------------------------------------------*/
#privacy {
	line-height: 2em;
	}

/* PAGE TOP 設定
---------------------------------------------------------------------------*/
.pagetop{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

/*その他
---------------------------------------------------------------------------*/
.bold {
	font-weight: 900;
	display: inline;
	}

.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}


#center {
	text-align:center;
	}

/*レスポンシブ
---------------------------------------------------------------------------*/

#smart{
	display: none;	
	}
	
	
#hp {
	display: block;
    } 

.img_s {
	width: auto;
    } 
	
.img_s2 {
	width: auto;
    }

.img_100 {
	width: 100%;
	height:auto;
    }
.img_100map {
	width: auto;
	height:auto;
	text-align: center;
    } 
	
.img_50 {
	width: 49.5%;
    }
	
.img_auto {
	width: auto;
	height:auto; }
		
	 
.fixed{
	position:fixed;
	top:10px;
}

.text_main {
	font-size:130%;
}

#text_red {
	line-height: 1.2em;
	color: #DD0000;
}

#menu-box{
    display: none;
  }
#toggle{
    display: none;
  }
   
 /*改行*/
.br-sp { display:none; }
.br-hp { display:block; }

.ifrm {
	font-size:100%;
}

   
 /*新着本文*/
#news_wrap {
	width: 750px;
	height:150px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 15px;
	overflow:auto;
}
#news_wrap_list {
	width: 750px;
	height:150px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 15px;
	overflow:auto;
}
 /*新着情報一覧用*/
#news_wrap2 {
	width: 750px;
	height:550px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 15px;
	overflow:auto;
}
#news_wrap_list2 {
	width: 750px;
	height:500px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 15px;
	overflow:auto;
}

#detailWrap {
	padding:2px;
	margin:0px;
	color:#666;
	font-size:150%;
	line-height:140%;
}
#detailWrap h2 {
	color: #111;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 150%;
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #192149;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #192149;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #192149;
	font-weight: 500;

}


ul#news_list li {
	color:#666;
	font-size:15px;
	margin:0;
	padding:0;
	padding-bottom:2px;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-position:inside;
}

 /*お問い合わせ*/

#formWrap {
	width: 99%;
	margin: 0 auto;
	color: #666;
	line-height: 120%;
	font-size: 120%;
}

.formTable{
	width:100%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:120%;
	font-weight:500;
	margin:0 auto;
	border-collapse:collapse;
}
.formTable td, .formTable th{
	padding: 5px;
	border: 0.8px solid #ccc;
}
.formTable th{
	font-size: 100%;
	width: 35%;
	font-weight: bold;
	text-align: center;
	background-color: #555;
	color: #fff;
	line-height:1.2em;
}

.formTable td{
	background-color: #FFFFFF;
	width: 60%;
}

.form_size{	width: 87%; height:150px;}


#news_body {
	min-height:600px;
	height:auto;
	
	}




#privacy_wrap {
	width: 100%;
	height: 150px;
	margin-top: 10px;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
	padding-bottom: 0px;
	padding-left:5px;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

ul#privacy_list li {
	color:#666;
	font-size:15px;
	margin:0;
	padding:0;
	padding-left:2px;
	margin-bottom:3px;
	background-color: #FFFFFF;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-position:inside;
}

.mini_text {
	font-size: 75%;
}

#detailWrap span{
	color: #666;
	font-size: 180%;

}



.bx_photo {
	width: 100%;
	margin-top: -100px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;



}


 /*新着本文*/
#news_wrap {
	width: 100%;
	height:120px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;

	padding-bottom: 15px;
	overflow: hidden;
}
#news_wrap_list {
	width: 100%;
	height:120px;
	line-height:2.5em;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 20px;
	overflow:hidden;
}
 /*新着情報一覧用*/
#news_wrap2 {
	width: 100%;
	height:550px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 15px;
	overflow:auto;
}
#news_wrap_list2 {
	width: 100%;
	height:500px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 15px;
	overflow:auto;
}

#detailWrap {
	padding:2px;
	margin:0px;
	color:#666;
	font-size:130%;
	line-height:140%;
}
#detailWrap h2 {
	color: #111;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 150%;
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #192149;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #192149;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #192149;
	font-weight: 500;

}


ul#news_list li {
	color:#666;
	font-size:15px;
	margin:0;
	padding:0;
	padding-bottom:2px;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-position:inside;
}



/*リンク先ズレ修正
---------------------------------------------------------------------------*/
#company1, #company2, #company3, #company4,#vehicle1,
#safety1, #safety2, #safety3, #safety4,#safety5,#safety6, #contents2, #contents3, #contents4, #contents5,
#recruit1, #recruit2, #recruit3,
#contact1, #contact2, #contact3 {

    padding-top: 150px;
}

.left1{text-align: left;}
