
@media print {






/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */


html {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", hirakakupro-w3, verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;
	
	word-break: break-all;

}

body a:focus{
	outline:none;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}





/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}







/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */	
	
body{
	padding:0;
	margin:0;
	font-size:13px;
	color:#373737;
	line-height:140%;
	text-align:left;

	font-family: "メイリオ", sans-serif;
	

}	

/* container ---------------------------------------------- */


.container{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:50px;
}




.container01{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

	padding-bottom:200px;
}

.container02{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

}


.container03{	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto 200px auto;

}


.container_bg01{
	width:100%;
	height:auto;

	padding:60px 0;
}


.container_bg02{
	width:100%;
	height:auto;
	background:url(../img/common/main_bg.jpg) repeat;
	padding:60px 0;
}




/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */

.header_bg{
	width:100%;
	height:auto;
	background:url(../img/common/header_bg.png) repeat;
	
	position: absolute;
	z-index:600;
}

header{
	max-width:90%;
	width:1000px;
	height:130px;
	margin: 0 auto;
	position:relative;
	z-index:800;
}

.header_txt{
	position: absolute;
	top:14px;
	left:0px;
	line-height: 100%;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	z-index:200;
}

.header_tel{
	width:231px;
	height:auto;
	position:absolute;
	top:38px;
	right:0;
}

.header_sns_blog{
	width:34px;
	height:auto;
	position:absolute;
	top:33px;
	right:247px;
}

.header_sns_blog img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_sns_blog:hover img {
	opacity: .6;
}

.header_sns_fb{
	width:34px;
	height:auto;
	position:absolute;
	top:33px;
	right:290px;
}


.header_sns_fb img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.header_sns_fb:hover img {
	opacity: .6;
}







nav{
	width:100%;
	height:30px;
	position:absolute;
	top:88px;
	right:0;
	
	z-index:600;

}

nav ul{
	margin:0;
	padding:0;
	text-align:center;

}

nav ul li{
	font-family: "Noto Sans Japanese";
	display:inline;
	list-style-type:none;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin-right:10px;

	line-height:160%;
	padding-right:30px;
	
	background:url(../img/common/nab_bdr.png) right 6px  no-repeat;
}

nav ul li:nth-child(5){
	margin-right:0;
}

nav ul li a{
	color:#000000;
	text-decoration:none;
}

nav ul li a:hover{
	color:#000000;
	border-bottom:2px solid #e60012;
}


.nav_h{
	color:#000000 !important;
	text-decoration:none;
	border-bottom:2px solid #e60012;
}


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    margin-top:-20px;
    padding-top:20px;
}



/* footer ---------------------------------------------- */

.footer-bg{
	width:100%;
	height:150px;
	background:url(../img/common/footer_bg.jpg) repeat;
}

footer{	max-width:90%;
	width:1000px;
	height:150px;
	margin:0 auto 0px auto;
	position:relative;
}


.f_nav{
	width:100%;
	position: absolute;
	top: 18px;
	left: 0;
}

.f_nav ul{
	text-align:center;
}

.f_nav ul li{
	display:inline;
	margin-right:12px;
	background:url(../img/common/footer_menu_border.jpg) left no-repeat;
	padding-left:15px;
}


.f_nav ul li:nth-child(2){

	background:url(../img/common/footer_menu_border.jpg)  right no-repeat,url(../img/common/footer_menu_border.jpg)  left no-repeat;
	padding-right:15px;
}

.f_nav ul li a{
	font-size:13px;
	color:#000;
	text-decoration:none;
}

.f_nav ul li a:hover{
	font-size:13px;
	color:#000;
	text-decoration:underline;
}




address{
	position: absolute;
	top: 48px;
	left: 0;
	font-size: 13px;
	line-height: 160%;
	color:#000000;
	width:100%;
	text-align:center;
}

.address_t{
	font-size:15px;
	margin-bottom:6px;
}


address img{
	vertical-align:middle;
	margin-right:5px;
}

footer p{
	position: absolute;
	top: 121px;
	left: 0;
	font-size: 12px;
	color:#666666;
	width:100%;
	text-align:center;
}


footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}








/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
	width:380px;
	height:auto;
	position: absolute;
	top:40px;
	left:0;
}

h1 img{
	width:100%;
	height:auto;
}


h2.h2_01{
	font-family: "Noto Sans Japanese";

	text-align:center;
	font-weight:bold;
	font-size:49px;

	margin-bottom:50px;

	color:#0099cc;
}

h2.h2_01 p{
	font-size:24px;
	margin-top:33px;
	color:#000000;
}


h2.h2_02{
	font-family: "Noto Sans Japanese";
	text-align:center;
	font-weight:bold;
	font-size:49px;
	margin-bottom:50px;
	color:#0099cc;

}

h2.h2_02 p{
	font-size:24px;
	margin-top:33px;
	color:#FFF;
}


h3.h3_01{
	font-family: "Noto Sans Japanese";
	text-align:center;
	font-weight:bold;
	font-size:30px;
	line-height:140%;
	margin-bottom:40px;
}

h3.h3_01 span{
	border-bottom:4px solid #0099cc;
}


h4.h4_01{
	font-family: "Noto Sans Japanese";
	font-size:24px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:2px solid #001c4a;
	margin-bottom:30px;
}

h4.h4_01 span{
	font-size:16px;
}



/* スライド ---------------------------------------------- */


.top_slide_bg{
	width:100%;
	height:auto;

	
}

.top_slide{
	width:100%;
	height:760px;


	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





/* 各ページイメージ ---------------------------------------------- */


.company_top_img{
	width: 100%;
	height:480px !important;
	background:url(../img/company/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.business_top_img{
	width: 100%;
	height:480px !important;
	background:url(../img/business/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.office_top_img{
	width: 100%;
	height:480px !important;
	background:url(../img/office/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.recruit_top_img{
	width: 100%;
	height:480px !important;
	background:url(../img/recruit/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:480px !important;
	background:url(../img/contact/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.privacy_policy_top_img{
	width: 100%;
	height:480px !important;
	background:url(../img/privacy_policy/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}

.general_employer_action_plan_top_img{
	width: 100%;
	height:480px !important;
	background:url(../img/general_employer_action_plan/main.jpg)  center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;
}


.s_top_img{
      display:none;
      text-align:center;
}










/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:100px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}




/* トップニュース---------------------------------------------- */

.news-box{
	font-family: "Noto Sans Japanese";
	margin-bottom:30px;
}

.news-box dl dt{
	font-size:16px;
	color:#0099cc;
	float:left;
	clear:both;
}

.news-box dl dd{
	padding-left:110px;
	font-size:16px;
	color:#000000;
	border-bottom:1px dotted #0099cc;
	padding-bottom:8px;
	margin-bottom:10px;
	font-weight:300;
}

.news-box dl dd a{
	color:#000000;
	text-decoration:none;
}

.news-box dl dd a:hover{
	color:#000000;
	text-decoration:underline;
}

.news-list{
	width:170px;
	height:auto;
	line-height:110%;
	font-family: "Noto Sans Japanese";
	color:#FFF;
	font-size:16px;
	margin:0 auto;
	text-align:center;
	padding:8px 0;
	background:url(../img/top/news_more_bg.jpg) repeat;
	
}

.news-list a{
	color:#FFF;
	text-decoration:none;
	display:block;
}

.news-list a:hover{
	color:#FFF;
	text-decoration:underline;
	display:block;
}



.top_b01_bg{
	width: 100%;
	height:500px !important;
	background:url(../img/top/01_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.top_b01{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
}

.top_b01 dl dt{
	font-family: "Noto Sans Japanese";
	font-size:19px;
	color:#FFF;
	line-height:160%;
	text-align:center;
	margin-bottom:40px;
	font-weight:bold;
    text-shadow: 0px 0px 10px #000000;
}

.top_b01 dl dd{
	max-width:670px;
	width:100%;
	height:auto;
	font-family: "Noto Sans Japanese";
	font-size:18px;
	color:#FFF;
	line-height:150%;
	text-align:center;
	background:url(../img/top/bg01.jpg) repeat;
	padding:8px 0 10px 0;
	margin:0 auto;
}


.top_b02{
	width:100%;
	height:auto;
}

.top_b02 ul li{
	width:25%;
	height:auto;
	float:left;
}

.top_b02 ul li:last-child{
	margin:0;
}


.top_b02 dl dt{
	z-index:1;
}

.top_b02 dl dt img{
	width:100%;
	height:auto;
}


.top_b02 dl dd{
	width:200px;
	height:auto;
	line-height:100%;
	color:#FFF;
	font-size:22px;
	font-family: "Noto Sans Japanese";
	background:url(../img/top/bg02.jpg) repeat;
	padding:25px 0;
	margin:0 auto;
	text-align:center;
	margin-top:-35px;
	position:relative;
	z-index:100;
}





.top_b03_bg{
	width: 100%;
	height:500px !important;
	background:url(../img/top/03_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	margin:0px auto 0px auto;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
  
}

.top_b03{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;

}

.top_b03_txt{
	max-width:670px;
	width:100%;
	height:auto;
	font-family: "Noto Sans Japanese";
	font-size:18px;
	color:#FFF;
	line-height:150%;
	text-align:center;
	background:url(../img/top/bg01.jpg) repeat;
	padding:8px 0 10px 0;
	margin:0 auto;
}





.bottom_contact_bg{
	width:100%;
	height:auto;
	background:#0c275f;

}

.bottom_contact{
	max-width:90%;
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:55px 0;
}

.bottom_contact ul li{
	width:100%;
	height:auto;
	float:left;
	margin-right:0%;
	text-align:center;
}

.bottom_contact ul li img{
	max-width:458px;
	width:100%;
	display:block;
	text-align:center;
	margin:0 auto;
}

.bottom_contact ul li:last-child{
	margin:0;
}







/* 会社がテゴリ---------------------------------------------- */


.c_cat{
	max-width:630px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
}

.c_cat ul li{
	width:23.2%;
	height:auto;
	margin-right:2.4%;
	float:left;
	text-align:center;
	font-family: "Noto Sans Japanese";
	margin-bottom:10px;
}

.c_cat ul li:last-child{
	margin-right:0%;
}

.c_cat ul li a{
	padding:13px 0 15px 0;
	font-size:14px;
	line-height:110%;
	color:#FFF;
	display:block;
	background:#336699;
	font-weight:bold;
}

.c_cat ul li a:hover{
	color:#FFF;
	background:#001c4a;
}

.c_cat ul li:nth-child(4n){
	margin-right:0;
}


.c_cat_h{
	color:#FFF;
	background:#001c4a !important;
}




/* 会社情報--------------------------------------------- */


.c_txt01{
	font-size:16px;
	line-height:160%;
	margin-bottom:60px;
}


.c_msg_b{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.c_msg_b_l{
	width:72%;
	height:auto;
	float:left;
}


.c_msg_b_r{
	width:24%;
	height:auto;
	float:right;
}

.c_msg_b_r img{
	width:100%;
	height:auto;
}

.c_msg_b_r p{
	text-align:center;
	font-size:14px;
	margin-top:8px;
}

.c_msg{
	font-size:16px;
	line-height:190%;
}

.c_msg ul{
	margin:10px 0;
}

.c_msg ul li{
	list-style:decimal;
	margin-left:25px;
	font-size:16px;
	line-height:170%;
}

.c_msg p{
	margin-top:10px;
	text-align:right;
}




.gaiyou_b01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.gaiyou_b01 table{
	width:100%;
	height:auto;
}

.gaiyou_b01 table th{
	width:150px;
	height:auto;
	padding:10px 0;
	font-size:16px;
	line-height:140%;
	vertical-align:top;
	border-bottom:1px solid #c6c9c8;	
}

.gaiyou_b01 table td{
	font-size:16px;
	padding:0px 0;
	line-height:140%;
	vertical-align:top;
	padding:10px 0;
	border-bottom:1px solid #c6c9c8;
}

.gaiyou_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.gaiyou_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}



.yakuin_list{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.yakuin_list ul li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;	
}

.yakuin_list ul li:nth-child(2n){
	margin-right:0;
}

.yakuin_list ul li dl dt{
	width:110px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	padding:8px 5px;
	line-height:100%;
	float:left;
	clear:both;
	background:#336699;
}

.yakuin_list ul li dl dd{
	margin-left:130px;
	font-size:14px;
	padding:8px 5px;
	line-height:100%;
	margin-bottom:10px;

}


.c_soshikizu{
	text-align:center;
	margin-bottom:60px;
}

.c_soshikizu img{
	max-width:848px;
	width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}


.c_yaltukan_txt{
	text-align:center;
	font-size:18px;
	margin-bottom:30px;
}

.c_yaltukan{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.c_yaltukan ul li{
	width:32%;
	height:auto;
	float:left;
	margin-right:2%;
	background:url(../img/company/bg01.jpg) repeat;
	
	box-sizing:border-box;

	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
}

.c_yaltukan ul li:last-child{
	margin:0;
}

.c_yaltukan ul li a{
	display:block;
	padding:15px;
	box-sizing:border-box;
	border:2px solid #cc0000;

	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
}

.c_yaltukan ul li a:hover{
	border:2px solid #900;
}

.c_yaltukan ul li img{
	max-width:272px;
	width:100%;
	height:auto;
}





.c_kanren{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.c_kanren ul li{
	width:48%;
	height:auto;
	float:left;
	margin-right:4%;
	
	box-sizing:border-box;
	padding:30px 25px;
	background:url(../img/company/bg01.jpg) repeat;
}

.c_kanren ul li:nth-child(2n){
	margin-right:0;
}

.c_kanren ul li img{
	width:100%;
	height:auto;
}


.c_kanren_01{
	margin-bottom:15px;
}

.c_kanren_01 dl dt{
	font-size:22px;
	line-height:120%;
	margin-bottom:10px;

}

.c_kanren_01 dl dd{
	font-size:14px;
	line-height:140%;
}

.c_kanren_02{
	margin-bottom:20px;
}

.c_kanren_02 dl{
	min-height:200px;
}


.c_kanren_02 dl dt{
	font-size:14px;
	line-height:140%;
	float:left;
	clear:both;
}

.c_kanren_02 dl dd{
	font-size:14px;
	margin-left:80px;
	margin-bottom:5px;
}


.c_kikan01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.c_kikan01 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:15px;
}

.c_kikan01 ul li img{
	width:100%;
	height:auto;
	border:2px solid #6699cc;
	box-sizing:border-box;
}

.c_kikan01 ul li:nth-child(2n){
	margin-right:0;
}

.c_kikan01 ul li dl{
	background:#6699cc;
	padding:10px 20px;

}

.c_kikan01 ul li dl dt{
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	margin-bottom:5px;
}

.c_kikan01 ul li dl dd{
	font-size:14px;
	color:#FFF;
}


.c_kikan02{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.c_kikan02 ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:15px;
}

.c_kikan02 ul li img{
	width:100%;
	height:auto;
	border:2px solid #339900;
	box-sizing:border-box;
}

.c_kikan02 ul li:nth-child(2n){
	margin-right:0;
}

.c_kikan02 ul li dl{
	background:#339900;
	padding:10px 20px;

}

.c_kikan02 ul li dl dt{
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	margin-bottom:5px;
}

.c_kikan02 ul li dl dd{
	font-size:14px;
	color:#FFF;
}















.map_txt{
	font-size:14px;
	line-height:150%;
	margin-bottom:20px;
}

#map01{
	width:100%;
	height:400px;
	box-sizing:border-box;
	border:1px solid #CCC;
	margin-bottom:60px;
}







/* 事業案内カテゴリ---------------------------------------------- */


.b_cat{
	max-width:790px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
}

.b_cat ul li{
	width:18.4%;
	height:auto;
	margin-right:2%;
	float:left;
	text-align:center;
	font-family: "Noto Sans Japanese";
	margin-bottom:10px;
}

.b_cat ul li:last-child{
	margin-right:0%;
}

.b_cat ul li a{
	padding:13px 0 15px 0;
	font-size:14px;
	line-height:110%;
	color:#FFF;
	display:block;
	background:#336699;
	font-weight:bold;
}

.b_cat ul li a:hover{
	color:#FFF;
	background:#001c4a;
}


.b_cat_h{
	color:#FFF !important;
	text-decoration:underline !important;
	background:#001c4a !important;
}


/* 事業案内---------------------------------------------- */


.b_img01{
	text-align:center;
	margin-bottom:30px;
}

.b_txt00{
	max-width:768px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
	font-size:16px;
	line-height:160%;	
}


.b_txt00 ul{
	margin-top:20px;
}

.b_txt00 ul li{
	list-style:disc;
	margin-bottom:10px;
	line-height:140%;
	margin-left:20px;
}



.b_txt01{
	font-size:16px;
	line-height:160%;
	margin-bottom:60px;
	
}

.b_txt01 ul{
	margin-top:20px;
}

.b_txt01 ul li{
	list-style:disc;
	margin-bottom:10px;
	line-height:140%;
	margin-left:20px;
}


.b_b01{
	margin-bottom:30px;
}

.b_b01 dl dt{
	background:#010e1a;
	font-size:18px;
	color:#FFF;
	line-height:100%;
	padding:0px 20px;
	float:left;
	clear:both;
	height:60px;
	box-sizing:border-box;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
}

.b_b01 dl dd{
	height:60px;
	font-size:14px;
	line-height:140%;
	padding-left:20px;

 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
}

.b_b02{
	margin-bottom:50px;
}

.b_b02 ul li{
	width:32%;
	height:auto;
	margin-right:2%;
	float:left;
}

.b_b02 ul li img{
	width:100%;
	height:auto;
}

.b_b02 ul li:last-child{
	margin-right:0%;
}



.b_jigyousyo01_01{
	margin-bottom:20px;
}

.b_jigyousyo01_01 dl dt{
	color:#001c4a;
	font-size:22px;
	margin-bottom:8px;
	font-weight:bold;
}

.b_jigyousyo01_01 dl dd{
	font-size:16px;
	line-height:120%;
}


.b_jigyousyo01{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.b_jigyousyo01 p{
	font-size:20px;
	margin-bottom:15px;
	font-weight:bold;
	border-left:5px solid #069;
	padding-left:5px;
	color:#069;
}

.b_jigyousyo01 table{
	width:100%;
	height:auto;
	margin-bottom:25px;
}

.b_jigyousyo01 table th{
	width:30%;
	height:auto;
	padding:10px 15px;
	font-size:14px;
	line-height:140%;
	vertical-align:top;
	border:1px solid #c6c9c8;	
}

.b_jigyousyo01 table td{
	font-size:14px;
	padding:10px 15px;
	line-height:140%;
	vertical-align:top;
	border:1px solid #c6c9c8;	
}

.b_jigyousyo01 table td a{
	color:#000;
	text-decoration:underline;
}

.b_jigyousyo01 table td a:hover{
	color:#000;
	text-decoration:none;
}








.b_b03{
	width:100%;
	height:auto;
	margin-bottom:60px;
}


.b_b03 table{
	width:100%;
	height:auto;
}

.b_b03 table th{
	width:auto;
	height:auto;
	padding:10px 15px;
	font-size:14px;
	line-height:140%;
	vertical-align:top;
	border:1px solid #c6c9c8;	
}

.b_b03 table td{
	font-size:14px;
	padding:10px 15px;
	line-height:140%;
	vertical-align:top;
	border:1px solid #c6c9c8;	
}

.b_b03 table td a{
	color:#000;
	text-decoration:underline;
}

.b_b03 table td a:hover{
	color:#000;
	text-decoration:none;
}

.b_b03_th01{
	background:#001c4a;
	color:#FFF;
	text-align:center;
}




.b_b04{
	width:100%;
	height:auto;
	margin-bottom:60px;
}


.b_b04 table{
	width:100%;
	height:auto;
}

.b_b04 table th{
	width:150px;
	height:auto;
	padding:10px 15px;
	font-size:14px;
	line-height:140%;
	vertical-align:top;
	border-bottom:1px dotted #999999;
}

.b_b04 table td{
	font-size:14px;
	padding:10px 15px;
	line-height:140%;
	vertical-align:top;
	border-bottom:1px dotted #999999;
}

.b_b04 table td a{
	color:#000;
	text-decoration:underline;
}

.b_b04 table td a:hover{
	color:#000;
	text-decoration:none;
}


.b_b04_contact{
	box-sizing:border-box;
	padding:35px;
	background:url(../img/business/05/bg.jpg) repeat;
}

.b_b04_contact dl dt{
	color:#336699;
	font-size:30px;
	margin-bottom:30px;
	font-family: "Noto Sans Japanese";
	font-weight:bold;
	line-height:120%;
}

.b_b04_contact dl dd{
	font-size:14px;
	line-height:150%;
}


.b_b04_contact dl dd p{
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;

}







.b_b05{
	max-width:820px;
	height:auto;
	margin:0 auto 60px auto;
}

.b_b05 ul li{
	width:49%;
	height:auto;
	margin-right:2%;
	float:left;
}

.b_b05 ul li img{
	width:100%;
	height:auto;
}

.b_b05 ul li:last-child{
	margin-right:0%;
}






/* 事業所案内---------------------------------------------- */



.o_img01{
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
}

.o_img01 ul li{
	width:24.1%;
	height:auto;
	margin-right:1.2%;
	float:left;
}

.o_img01 ul li img{
	width:100%;
	height:auto;
}

.o_img01 ul li:last-child{
	margin-right:0%;
}

.o_img01 ul li p {
	text-align:center;
	margin-top:10px;
	font-size:14px;
}

.o_img01 ul li p span{
  font-size:13px;
  color: #fff;
  background-color:#33ccff;
  padding: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  line-height:125%;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

















.o_b01{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.o_b01 table{
	width:100%;
	height:auto;
}

.o_b01 table th{
	width:auto;
	height:auto;
	padding:10px 15px;
	font-size:14px;
	line-height:140%;
	vertical-align:top;
	border:1px solid #c6c9c8;	
}

.o_b01 table td{
	font-size:14px;
	padding:10px 15px;
	line-height:140%;
	vertical-align:top;
	border:1px solid #c6c9c8;	
}

.o_b01 table td a{
	color:#000;
	text-decoration:underline;
}

.o_b01 table td a:hover{
	color:#000;
	text-decoration:none;
}

.o_b01_th01{
	background:#001c4a;
	color:#FFF;
	text-align:center;
}

.o_b01 span{
  color: #fff;
  background-color:#33ccff;
  padding: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  line-height:140%;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}



.o_contact{
	width:100%;
	height:auto;
}

.o_contact ul li{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:15px;
}

.o_contact ul li:nth-child(2n){
	margin-right:0;
}

.o_contact ul li dl{
	border-top:1px dotted #999999;
	padding-top:10px;
}

.o_contact ul li dl dt{
	float:left;
	clear:both;
	font-size:14px;
	line-height:150%;

}

.o_contact ul li dl dd{
	min-height:40px;
	font-size:14px;
	color:#0099cc;
	line-height:150%;
	text-align:right;
	
	border-bottom:1px dotted #999999;
	padding-bottom:10px;
	margin-bottom:10px;

}

.o_contact ul li dl dd span{
	color:#000;
}




#map_canvas{
	width:100%;
	height:500px;
	margin-bottom:60px;
	
	border:1px solid #CCC;
	box-sizing:border-box;
}



/* 採用情報---------------------------------------------- */


.r_b01{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.r_b01 dl dt{
	width:110px;
	height:20px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	padding:8px 5px;
	line-height:100%;
	float:left;
	clear:both;
	background:#336699;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.r_b01 dl dd{


	height:20px;
	
	margin-left:130px;
	font-size:14px;
	padding:8px 5px;
	line-height:120%;
	margin-bottom:10px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   

	

}

.r_b01 dl dd span{
	font-size:13px;
	color:#ff0000;
}



.recruit_txt{
	margin-bottom:60px;
	line-height:160%;
	font-size:14px;
	word-break: break-all;
		
}



.recruit_t{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

.recruit_t table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

.recruit_t table th{
	border-collapse:collapse;


	width:180px;
	color:#000000;
	padding:10px 0px;
	font-size:14px;
	line-height:160%;
	vertical-align:text-top;
	
	border-bottom:1px solid #cccccc;
}

.recruit_t table td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #cccccc;
	line-height:160%;
}




/* 個人情報---------------------------------------------- */

.p_p_txt01{
	font-size:16px;
	line-height:160%;
	margin-bottom:30px;
}

.p_p_list01{
	margin-bottom:60px;
}

.p_p_list01 ul li{
	list-style:decimal;
	margin-left:20px;
	line-height:140%;
	margin-bottom:10px;
	font-size:16px;
}




/* 個人情報---------------------------------------------- */

.g_e_year{
	font-size:14px;
	line-height:120%;
	margin-bottom:20px;
	text-align:right;
}



.g_e_txt01{
	font-size:16px;
	line-height:160%;
	margin-bottom:30px;
}


.g_e_list01{
	font-size:16px;
	margin-bottom:60px;
}

.g_e_list01 p.g_e001{
	margin-top:5px;
	margin-bottom:5px;
	color:#0099CC;
	font-weight:bold;
}

.g_e_list01 p.g_e002{

	margin-bottom:10px;

}


.g_e_list01 ul li{
	list-style:decimal;
	margin-left:20px;
	line-height:140%;
	margin-bottom:10px;
	font-size:16px;
}

.g_e_list01 ul li dl{
	margin-bottom:30px;
}

.g_e_list01 ul li dl dt{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

.g_e_list01 ul li dl dd{
	font-size:16px;
}







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



.contact-t{
	font-size:14px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-img{
	text-align:center;
	margin-bottom:60px;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:13px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:25%;	
	font-family: "メイリオ", sans-serif;
}

#contact-f td{
	font-size:13px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	font-family: "メイリオ", sans-serif;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#006599;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:13px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/

	font-family: "メイリオ", sans-serif;	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}














}








