@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #111;	/*全体の文字色*/
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 165%;		/*行間*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #00A3D9;	/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	text-decoration: none !important;
}
a:hover {
	color: #00A3D9;			/*マウスオン時の文字色*/
	text-decoration: underline !important;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}



/*containerブロック
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;	/*サイトの最大幅*/
	padding: 0;	/*上下、左右へのボックス内の余白*/
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	overflow: hidden;
	height: 120px;	/*ブロックの高さ*/
	border-top: 20px solid #228B22;
}
/*ロゴ画像*/
header #logo img {
	width: 410px;	/*画像幅*/
	float: left;	/*左に回り込み*/
	margin-top: 27px;	/*上下のバランスをとって下さい*/
	margin-left: 20px;
}
/*スタッフ募集中バナー*/
header #banner img {
	width: 350px;	/*画像幅*/
	float: right;	/*左に回り込み*/
	margin-top: 24px;	/*上下のバランスをとって下さい*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	overflow: hidden;
	padding-bottom: 25px;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 20%;	/*メニュー幅*/
	margin-left: 0;	/*メニューの左側に空けるスペース*/
	margin-top: 0.5%;	/*メニューの上側に空けるスペース*/
	line-height: 1.6;	/*行間*/
}
#menubar li:first-child {
	margin-left: 0;	/*１つ目のメニューの左側の余白をなくす設定*/
}
#menubar li a {
	display:  block;text-decoration: none;
	background: #666666;
	color: #fff;	/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	padding: 15px 10px 15px 20px;	/*上、右、下、左へのメニュー内の余白*/
	text-align: center;
	border-right:1px solid #ddd;
}

#menubar li a:hover{
	text-decoration: none !important;
}
/*英語表記（飾り文字）*/
#menubar li a span {
	display: block;
	font-size: 10px;	/*文字サイズ*/
}
/*マウスオン時と、現在表示中メニューの設定*/
#menubar li a:hover, #menubar li.current a {
	background: #228B22;
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	min-height: calc(100vh - 370px);
}
/*背景色付きタイプ*/
#contents.bg {
	background: #000;	/*背景色*/
	padding: 2%;	/*ボックス内の余白*/
	color: #fff;	/*文字色*/
}
#contents.bg a {
	color: #fff;	/*リンクテキストの文字色*/
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: none;	/*左に回り込み*/
	width: 100%;		/*幅*/
	clear: both;
	min-height: 101%;
}

.top_img{
	width: 100%;
	text-align: center;

}
.mainimg{/*トップページメイン画像*/
	width: 95%;
	border: 10px solid #ddd;
	padding: 0 !important;
	margin-bottom: 25px;
}

.main_txt{
	margin: 0 2% 25px 2%;
}

/*h2タグの設定*/

.goaisatu{
	background-image: url(../images/aisatu_haikei.jpg);
	background-repeat: repeat-x;
	background-position:0 20px ;
	overflow: hidden;
	margin: 0 1.5% 0 1%;
}

.goaisatu h2 {
	display: inline-block;
	background-color: #fff;
	padding: 10px 10px;
	font-size: 27px;
	font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}

.goaisatu h2 span{
	font-size: 12px;
}

/*トップページフッダー　BUsiness Line*/

.line_wrap{
	width: 100%;
}

.bs_line{
	background-color: #ddd;
	overflow: hidden;
	width: 92%;
	padding: 2% 2%;
	margin: 0 auto 25px auto;

}


.bs_line p{
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	line-height: 100%;
	color: #555;
	clear: both !important;
}

.bs_line ul{
	margin: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	width: 100%;
	justify-content: center;
  align-items: center;
}

.bs_line ul a{
	height: 45px;
	border: 1px solid #ccc;
	padding: 10px 15px;
	text-decoration: none;
	background-color: #fff;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 13px 27px;
	margin-right: 15px;
	width: calc(1000px / 6);
	color: #111 !important;
}


.bs_line ul a:hover{
	background-color: #eee;
	text-decoration: none!important;
}

.bs_line ul a:last-child {
	margin-right: 0px;
}

.bs_line li{
	list-style: none;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 115%;
	height: 45px;
	padding: 0 !important;
	display: flex;
	  align-items: center;
 justify-content: flex-end;
}

/*会社概要
---------------------------------------------------------------------------*/
.tabarea{
	display: table;
	width:92%;
	margin: 5px auto 45px auto;
	border-collapse: collapse;
}

.tabrow{
	display: table-row;
	margin: 0 !important;
	padding: 0 !important;
}

.tabcell_l{
	display: table-cell;
	width: 20%;
	border-bottom: 1px solid #ccc;
	padding: 5px 15px !important;
	margin: 0 !important;
}

.tabcell_l p{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 145%;

}

.tabcell_l p:before {content:"■　"; color: #228B22; margin: 0; padding: 0;}

.tabcell_r{
	display: table-cell;
	width: 80%;	
	border-bottom: 1px solid #ccc;
	padding: 5px 15px !important;
	margin: 0 !important;
	height: auto;
	overflow: hidden;
}

/*お問合せ*/

.subtit{
	border-left: 5.5px solid #000;
	border-bottom: 1px dotted #000;
	font-size: 19px;
	font-weight: 600;
	padding: 2.8px 13px;
	margin: 40px 35px 15px 35px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.tel{
	font-size: 25px;
	font-weight: 900;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.fax{
	font-size: 20px;
	font-weight: 900;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.ac_txt{
	margin: 0 4% 10px 4%;
}

.renraku{
	border-top: 4px solid #000;
	border-bottom: 1px dotted #000;
	font-size: 19px;
	font-weight: 600;
	padding: 4px 13px;
	margin: 40px 35px 15px 35px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/*メールフォーム*/

.form-horizontal{
	padding-top: 35px !important;
	overflow: hidden;
	width: 95%;
	margin: 0 auto 45px auto;
	}

.form-group{
  display: -webkit-flex; /* Safari */
  display: flex;
	padding-bottom: 15px;
	line-height: 135% !important;
	font-size: 100%;
}

input{
	height: 28px;
}
.col-sm-3{
width: 35%;
	padding-left: 15px;
}

.col-sm-9{
	width: 65%;
}

.form_hissu{
	color: #FF2626;
	font-size: 80%;	
}
.form-control{
	width: 95%;
}

.form-control2{
	width: 10%;
}

.kiboubi{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.tenp_rei{
	clear: both;
}

.tenp_rei img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 58px !important;
}

.sample_r_s{
	clear: both;
	margin-left: 0px !important;
	padding-left: 0px !important;
	padding-top: 10px !important;	
}

.btn_wrap{
	text-align: center;
	padding-top: 20px;
}

input.btn {
	text-align: center;
	margin: 0;
	width: 78% !important;
	height: 70px;
	background-color: #ccc !important;
}

/*営業内容
---------------------------------------------------------------------------*/
.work_c{
	background-color: #ccc;
	padding: 15px 0 15px 15px;
	margin: 0 auto 25px auto !important;
	overflow: hidden;
	width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
  -webkit-box-align: stretch;
     -ms-flex-align: stretch;
        align-items: stretch;
}

.worlk_l{
	background-color: #444;
	width: 27%;
	overflow: hidden;
	float: left;
	padding: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.worlk_l div{
	background-color: #fff;
	width: 64px;
	height: 64px;	
	padding: 0;
	text-align: center;
}



.worlk_l h3{
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	line-height: 115%;
	text-align: right;
}

.worlk_r{
	width: 71.1%;
	overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.worlk_r p{
	margin: 0 15px 15px 15px;
	line-height: 125% !important;
	
	
}

.worlk_r span{
	background-color: #eee;
	margin: 0;
	padding: 5px 15px;
	display: block;
	line-height: 125%;
}

/*ボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list {
	position: relative;overflow: hidden;
	background: #fff;	/*背景色*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 20px;	/*ボックス内の余白*/
}
#main .list a {
	overflow: hidden;display: block;text-decoration: none;
	margin: -20px;	/*ボックス内の余白*/
	padding: 20px;	/*ボックス内の余白*/
}
/*背景色付きタイプの追加設定*/
#contents.bg #main .list {
	background: #000;	/*背景色*/
}
/*マウスオン時設定*/
#main .list a:hover {
	background: #000;	/*マウスオン時の背景色*/
	color: #fff;		/*マウスオン時の文字色*/
}
/*背景色付きタイプの追加設定*/
#contents.bg #main .list a:hover {
	background: #fff;	/*マウスオン時の背景色*/
	color: #333;		/*マウスオン時の文字色*/
}
/*ボックスにリンク指定がされた場合に出る「→」マーク*/
#main .list a::before {
	content: "→";	/*この文字を出す。他の文字に変えても可だが機種依存文字は化けるので使わない。*/
	position: absolute;
	right: 20px;	/*ボックスの右から20pxの場所に配置*/
	top: 20px;		/*ボックスの上から20pxの場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.5);	/*rgb指定での背景色。「0,0,0」は黒の事で「0.5」が透明度50%の事。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	width: 30px;		/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;
}
#main .list a:hover::before {
	background: #000;	/*マウスオン時の「→」マークの背景色*/
}



/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding: 10px 0;
	background-color: #228B22;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	height: 75px;
}

footer ul {
	float: right;
	margin-top: 45px;
}

footer li {
	list-style: none;
	float: left;
	margin-right: 15px;
}

footer li :before {content:"■ ";}

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

footer a:hover {
	text-decoration: underline;
	color: #dddddd;
}

footer .pr {
	display: block;
	font-size: 80%;
}

.copyft{
	max-width: 1200px;
	margin: 0 auto;
	font-size: 11px;
	color: #555555;
	padding-left: 10px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #584738;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #333;	/*下線の幅、線種、色*/
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #333;		/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*背景色付きタイプの場合の追加設定*/
#contents.bg .ta1 a {
	color: #333;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #999;	/*背景色*/
	color: #fff;	/*文字色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}

/*inputボタン
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	border-radius: 3px;
	background: #fff;
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;color: #333;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #F00;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 20px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}


.vissible-md{/*小さいパソコンで表示*/
		display: none;
}

.vissible-sm{/*PCで非表示*/
	display: none;
}

/*画面幅1200px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){

.bs_line li{
	text-align: right !important;
}
	
	
.vissible-md{/*小さいパソコンで表示*/
		display: block;
}
}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

.vissible-sm{/*スマホとタブレットで表示*/
	display: block;
}
	
.hidden-pc{/*スマホで非表示*/
	 display: none;
}
	
/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 55px !important;	/*上から36pxの場所に配置*/
	right: 3%;	/*右から3%の場所に配置*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
}
.vissible-md{/*小さいパソコンで表示*/
		display: none;
}

.hidden-sm{/*タブレット以下で非表示*/
		display: none;
}

.main_txt{
	margin: 0 0.5% 10px 0.5%;
}
/*h2タグの設定*/

.goaisatu{
	background-image: url(../images/aisatu_haikei.jpg);
	background-repeat: repeat-x;
	background-position:0 20px ;
	overflow: hidden;
	margin: 0 0 0 0;
}

.goaisatu h2 {
	display: inline-block;
	background-color: #fff;
	padding: 10px 10px;
	font-size: 27px;
	font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}

.goaisatu h2 span{
	font-size: 12px;
}

	
/*トップページフッダー　BUsiness Line*/
.line_wrap{
	width: 100%;
}

.bs_line{
	background-color: #ddd;
	overflow: hidden;
	width: 100%;
	padding: 2.5% 0;
	margin: 0 auto 25px auto;
}


.bs_line p{
	font-size: 12px;
	font-weight: 600;
	margin: 0px 0 15px 25px !important;
	padding: 0 !important;
	line-height: 100%;
	color: #555;
	clear: both !important;
}

.bs_line ul{
	margin: 0 !important;
	width: 93.5%;
	display: block !important;
	margin: 0 auto 0 auto !important;
}

.bs_line ul a{
	height: 45px;
	border: 1px solid #ccc;
	padding: 10px 15px;
	text-decoration: none;
	background-color: #fff;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px 28px;
	width: auto !important;
	display: block;
	clear: both;
	margin:0 auto 15px auto;
}

.bs_line ul a:last-child {
	margin-bottom: 0px !important;
}

.bs_line li{
	list-style: none;
	font-size: 17px;
	font-weight: 600;
	line-height: 115%;
	height: 45px;
	padding: 0 !important;
	display: flex;
	  align-items: center;
 justify-content: flex-end;

}
/*会社概要
---------------------------------------------------------------------------*/
.tabarea{
	display: table;
	width:100%;
	margin: 5px auto 45px auto;
	border-collapse: collapse;
}

.tabrow{
	display: table-row;
	margin: 0 !important;
	padding: 0 !important;
}
	
.tabcell_l{
	display: table-cell;
	width: 32%;
	border-bottom: 1px solid #ccc;
	padding: 5px 5px !important;
	margin: 0 !important;
}

.tabcell_l p{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 145%;

}

.tabcell_l p:before {content:"■ "; color: #228B22; margin: 0; padding: 0;}

.tabcell_r{
	display: table-cell;
	width: 67%;	
	border-bottom: 1px solid #ccc;
	padding: 5px 5px !important;
	margin: 0 !important;
	height: auto;
	overflow: hidden;
}
		
/*お問合せ*/

.subtit{
	border-left: 5.5px solid #000;
	border-bottom: 1px dotted #000;
	font-size: 19px;
	font-weight: 600;
	padding: 2.8px 13px;
	margin: 40px 0% 15px 0%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.tel{
	font-size: 25px;
	font-weight: 900;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.fax{
	font-size: 20px;
	font-weight: 900;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.ac_txt{
	margin: 0 1.6% 10px 1.6%;
}

.renraku{
	border-top: 4px solid #000;
	border-bottom: 1px dotted #000;
	font-size: 19px;
	font-weight: 600;
	padding: 4px 13px;
	margin: 40px 0 15px 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}	
	
/*メールフォーム*/

.form-horizontal{
	padding-top: 15px !important;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 45px auto;
	}	

	
/*営業内容
---------------------------------------------------------------------------*/
.work_c{
	background-color: #ccc;
	padding: 0 !important;
	margin: 0 auto 25px auto !important;
	overflow: hidden;
	width: 100%;
	display: block !important;
}

.worlk_l{
	background-color: #444;
	width: 100% !important;
	overflow: hidden;
	padding: 10px;
	margin: 0 0 15px 0;
	clear: both !important;
	float: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}
.worlk_l div{
	background-color: #fff;
	width: 64px;
	height: 64px;	
	padding: 0;
	text-align: center;
	float: left !important;
	margin-right: 15px;
}



.worlk_l h3{
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	line-height: 115%;
	text-align: left;
	letter-spacing: -0.5px;
}

.worlk_r{
	width: 100% !important;
	overflow: hidden;
	clear: both;
	float: none;
	display: block;
}

.worlk_r p{
	margin: 0 10px 0px 10px;
	line-height: 125% !important;
	
	
}

.worlk_r span{
	background-color: #eee;
	margin: 0;
	padding: 5px 15px;
	display: block;
	line-height: 125%;
}

	
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*スタッフ募集中バナー*/
header #banner img {
	width: 250px;	/*画像幅*/
	margin-top: 32px;	/*上下のバランスをとって下さい*/
	margin-right: 80px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	top: 106px;	/*上から125pxの場所に配置*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	width: 100%;
	z-index: 10;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 15px 10px 15px 20px;	/*上、右、下、左へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: #000;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 20px;
}
/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;	/*文字サイズ*/
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}


/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}

/*メイン画像
---------------------------------------------------------------------------*/
#mainimg {
	margin-bottom: 20px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu,.m-n {display: none;}

}



/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:750px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*スタッフ募集中バナー*/
header #banner img {
	display: none;
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
	
.vissible-sm{/*スマホで表示*/
	display: block;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 36px !important;	/*上から36pxの場所に配置*/
	right: 3%;	/*右から3%の場所に配置*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
}
	
/*containerブロック
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;	/*サイトの最大幅*/
	padding: 0;	/*上下、左右へのボックス内の余白*/
	margin: 0 auto;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
}
/*ヘッダーブロック*/
header {
	overflow: hidden;
	height: 86px;	/*ブロックの高さ*/
	border-top: 20px solid #228B22;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 270px;	/*画像幅*/
	margin-top: 22px;	/*上下のバランスをとって下さい*/
	display: block;
}

	
	
/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 16px;	/*文字サイズ*/
	line-height: 165%;	/*行間*/
}

/*h2タグの設定*/

.goaisatu{
	background-image: url(../images/aisatu_haikei.jpg);
	background-repeat: repeat-x;
	background-position:0 20px ;
	overflow: hidden;
	margin: 0 0 0 0 !important;
}

.goaisatu h2 {
	display: inline-block;
	background-color: #fff;
	padding: 10px 5px 10px 5px;
	font-size: 25px;
	font-weight: 600;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}

.goaisatu h2 span{
	font-size: 12px;
}
	
/*トップページフッダー　BUsiness Line*/
.bs_line{
	background-color: #ddd;
	overflow: hidden;
	width: 100%;
	padding: 4% 0%;
	margin: 0 0 0 0;

}


.bs_line p{
	font-size: 12px;
	font-weight: 600;
	margin: 10px 0 15px 20px !important;
	padding: 0 !important;
	line-height: 100%;
	color: #555;
	clear: both !important;
}

.bs_line ul{
	margin: 0 auto!important;
	width: 92%;
	display: block !important;
}

.bs_line ul a{
	height: 45px;
	border: 1px solid #ccc;
	padding: 10px 15px;
	text-decoration: none;
	background-color: #fff;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 15px 28px;
	width: auto !important;
	display: block;
	clear: both;
	margin:0 auto 15px auto;
}

.bs_line ul a:last-child {
	margin-bottom: 5px;
}

.bs_line li{
	list-style: none;
	font-size: 17px;
	font-weight: 600;
	line-height: 115%;
	height: 45px;
	padding: 0 !important;
	display: flex;
	  align-items: center;
 justify-content: flex-end;

}
	
/*mainコンテンツ
---------------------------------------------------------------------------*/

/*段落タグ設定*/
#main p {
	padding: 0px 10px 15px;	/*上、左右、下への余白*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	padding-right: 10px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center !important;
	padding: 10px 0;
	background-color: #228B22;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	height: 75px;
}

footer ul {
	display: none;
}

.copyft{
text-align: center;
}	
/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}

}
