@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,Area_main_img
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,item_nav_sub
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}





body {
	margin:0;
	
  /* フォントの種類を指定 */
	/* font-family: -apple-system, BlinkMacSystemFont, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; */
	/* 字間(プロポーショナルメトリクス)を指定 */
	/* font-feature-settings: "palt"; */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	
	/*font-family:font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; */
	
	
	background-image:url("../img/bg_img1.jpg");
	background-repeat:no-repeat;
	background-position: center top;
	background-size: cover;
	
	
}




small {
	height: 40px;
	line-height: 40px;
	color: rgb(10,10,10,1.00);
}

.mincho {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}

h1, h2, h3, h4, dl {
    margin: 0;
}


.font_bold {
	font-weight: bold;
	
}

.txt_justify {
  display: flex;
  justify-content: space-between;
}

.txt_small {
	font-size: 0.6em;
}

.w_60 {
	width: 60px;
}
.w_80 {
	width: 80px;
}
.w_100 {
	width: 100px;
}
.w_120 {
	width: 120px;
}
.w_140 {
	width: 140px;
}


h2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}


.bg-slider {
	background-position:center top;
	background-size: cover;
}


/*
.msg_main {
	width: 100%;
	padding-top: 30%;
	text-align: center;
}
*/


.FS_14 {
	font-size: 14px;
}
.FS_18 {
	font-size: 18px;
}
.FS_22 {
	font-size: 22px;
}

.FS_28 {
	font-size: 28px;
}
.FS_32 {
	font-size: 32px;
	line-height: 32px;
}
.FS_36 {
	font-size: 36px;
	line-height: 36px;
}


.LH_40 {
	line-height: 40px;
}

.FC_WHITE {
	color: white;
}

.FC_LGREEN {
	color:lightgreen;
}


.FC_DSGREEN {
	color: darkslategray;
}



#page_title {
	font-size: 32px;
	font-weight: bold;
	margin: 60px 0;
	
	background:rgba(115,0,1,1.00);
	box-shadow: 0px 0px 0px 5px rgba(115,0,1,1.00);
	border: dashed 2px white;
	padding: 0.2em 0.5em;
}

.page_subtitle {
	font-size: 28px;
	font-weight: bold;
	padding: 10px 0 20px;
}




#title_name {
	color: rgba(0,0,0,1.00);
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	margin-top: 100px;
}

.form_login {
	margin: 10px auto;
}

.tbl_login {
	margin: 10px auto;
	
}






.text_red {
	color:red;
}

.text_bold {
	font-weight: bold;
}



.news_title2 {
	color: black;
	margin-top: 40px;
	text-align: center;
}

.kyuzin_list, 
.Shisetsu_list {
	text-align: center;
	margin: 10px auto;
	color: black;
	background-color: whitesmoke;
}



.kyuzin_list th,
.Shisetsu_list th {
	text-align: center;
	background-color:#004E04;
	color: white;
	line-height: 40px;
	height: 40px;
}
.kyuzin_list td,
.Shisetsu_list td{
	line-height: 30px;
	height: 50px;
}

#tbl_Kyuzin_Add,
#tbl_Kyuzin_Edit {
	text-align: center;
	margin: 10px auto;
	background-color: whitesmoke;	
}




#tbl_Kyuzin_Add th,
#tbl_Kyuzin_Edit th{
	/* background-color:palegreen; */
	background-color:#3EFF96;
	line-height: 30px;
	height: 40px;
}
#tbl_Kyuzin_Add td,
#tbl_Kyuzin_Edit td {
	background-color:#D6FFE8;
	line-height: 20px;
}

#tbl_Kyuzin_Add INPUT,
#tbl_Kyuzin_Add textarea,
#tbl_Kyuzin_Edit INPUT,
#tbl_Kyuzin_Edit textarea
{
	margin: 10px 0;
}




#tbl_Kyuzin_Del {
  text-align: center;
	margin: 10px auto;
}



.form_kyuzin,
.form_ShisetsuList {
	text-align: center;
	margin: 10px auto;
	color: black;
}




.tbl_msg {
	margin: 10px auto;
	color: black;
	text-align: center;
}

.tbl_msg td{
	width: 100%;
	text-align: center;
}






.form_kyuzin th,
.form_ShisetsuList th {
  	border: 1px solid #ccc;
}
.form_kyuzin td,
.form_ShisetsuList td {
  	border: 1px solid #ccc;
}


.tbl_contact {
	margin: 10px auto;
	color: black;
	text-align: center;
}

.tbl_contact th{
	text-align: right;
	border: 1px solid #ccc;
  	padding: 10px;
	margin-left: -10px;
}

.tbl_contact td {
  border: 1px solid #ccc;
  padding: 10px;
	margin-left: -10px;
}

.tbl_contact_btn {
	margin: 20px auto;
	color: black;
	text-align: center;
}

#tbl_contact_c {
	text-align: center;
}



.mail_midashi {
	max-width: 600px;
	margin: 0px auto;
	line-height: 24px;
}




.Err {
	color:red;
	font-weight: bold;
}



.mail_text {
	margin: 10px auto;
	color: black;
	text-align: center;
	line-height: 32px;
}



#news_title {
	font-size: 32px;
	font-weight: bold;
	margin: 60px 0;
	
	background:rgba(25,50,255,1.00);
	box-shadow: 0px 0px 0px 5px rgba(25,50,255,1.00);
	border: dashed 2px white;
	padding: 0.2em 0.5em;
}



/*
.box_gaiyo {
	margin-bottom: 60px;
}
*/

.float_crear {
	float: none;
	clear: left;

}

.disp_pc {
	display:block;
}


.disp_sp {
	display:none;
}



.text_white {
	color: white;
}
.text_black {
	color: black;
}

.text_left{
    text-align: left;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}

.container {
  color: #ecf0f1;
  /* font-size: 2.0rem; */
}

.mgn_b20 {
	margin-bottom: 20px;	
}

.mgn_b40 {
	margin-bottom: 40px;
}

.mgn_b60 {
	margin-bottom: 60px;
}

.mgn_b100 {
	margin-bottom: 100px;
}





.container > * {
  /* padding: 10px; */
}

.header {
  /* background-color: #2ecc71; */
}

.main {
  /* background-color: #3498db; */
  height: auto;
}

.aside {
  /* background-color: #f1c40f; */
}

.nav {
  /* background-color: #e74c3c; */
}


.img_full {
	width: 100%;
	margin: 20px 0;
}

.img_full img {
	width: 100%;
}

.img_full_2 {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}

.img_full_2 img {
	margin: 0 auto;
}


.img_800 {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}

.img_800 img {
	max-width: 800px;
}

.img_600 {
	width: 100%;
	margin: 20px 0;
	text-align: center;
}

.img_600 img {
	max-width: 600px;
}

#p_midashi {
	height:80px;
	line-height: 80px;
	font-size: 28px;
} 


.text_indent {
	text-indent: 1em;
}


.company_name {
	font-size: 18px;
	height:30px;
	margin-top: 10px;
	line-height: 30px;
	padding-right: 0px;
}

.daihyo_name {
	background-image:url("../img/daihyo_name.png");
	background-position: center right;
	background-repeat: no-repeat;
	/* width:80px; */
	height:40px;
	line-height: 40px;
	font-size: 16px;
	background-size:contain;
	padding-right: 140px;
	margin-bottom: 40px;
	/* margin: 0 0 100px; */
}



.recruit_ymd {
	margin: 0px 80px;
	width: 800px;
	text-align: right;
}


.tbl_company {
	width: 1000px;
	line-height: 24px;
	margin: 20px auto;
}

/* テーブルの設定 */
.tbl_company th {
  background: #d8e9e5;
  border: 1px solid #C7C7C7;
  padding: 10px;
	margin-left: -10px;
  color: #348b76; 
}
.tbl_company td {
  background: #fff;
	color: darkslategray;
  border: 1px solid #C7C7C7;
  padding: 10px;
	margin-left: -10px;
}


.tbl_recruit {
	width: 94%;
	line-height: 24px;
	margin: 20px 1% 0 2%;
	float: left;
	margin-right: 3%;
	margin-left: 3%;
}

/* テーブルの設定 */
.tbl_recruit th {
  background-color:#4B635D;
  border: 1px solid #C7C7C7;
  padding: 10px;
  margin-left: -10px;
  color: #FFF; 
}
.tbl_recruit td {
  background: #fff;
	color: darkslategray;
  border: 1px solid #C7C7C7;
  padding: 10px;
	margin-left: -10px;
}



.company_box_info {
	text-align: right;
	margin-top: 20px;
}


.company_box_img {
	/* 
	background-image: url("../img/back_img_s_50.png");
	background-position: center center;
	background-repeat: repeat;
	 */
	margin-top: 30px;
	height: 200px;
	background-image:url("../img/daihyo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}


.area_keieirinen {
	font-size: 1.1em;
	line-height: 2em;
	padding: 50px 5% 60px;
	/* 
	background-image: url("../img/back_img_s_50.png");
	background-position: center center;
	background-repeat: repeat;
	 */
	
	background-image:url("../img/daihyo_keieirinen1.jpg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto contain;
}

.area_keieirinen dt {
	float: left;
	font-weight: bold;
	margin: 0 1em 0 0;
}

.area_keieirinen dd {
	padding-left: 4em;
}





.btn_entry {
	margin: 100px auto;
}






.footer_company {
	margin: 40px 0;
}
.footer_title{
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}
.footer_FB {
	margin: 40px 0;
}

.w_100per {
	width: 100%;
}



.container_full {
  margin: 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
}

.container960 {
  margin: 0 auto;
  max-width: 960px;
}



.w_100per {
	width: 100%;
}



.main_img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}

.Area_bosyu {
	width: 100%;
	margin-top: 20px;
}
.Area_bosyu_L {
	float: left;
	width: 45%;
}
.Area_bosyu_L img {
	margin-top: 100px;
	width: 100%;
}
.Area_bosyu_R {
	float: left;
	width: 40%;
	margin:	3%;
	padding: 2%;
	background-color: white;
}


.bosyu_midashi {
	font-size: 2em;
	line-height: 2.2em;
	font-weight: bold;
	color: rgba(255,103,0,1.00);
}
.li_bosyu {
	list-style-type: circle;
	font-size: 1.2em;
	/* font-weight: bold; */
	line-height: 1.3em;
	margin-left: 5%;
}


.Area_main_img {
	
	width: 100%;
	/* height: 480px; */
	height: 400px;
	padding-top: 50%;
	margin: 0 auto;
	box-sizing: border-box;
    background: url("../img/hazimari.png") center center no-repeat;
    background-size: cover;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	
}

.news_title {
	margin: 20px 20px 10px;
}


.news_text {
	line-height: 32px;
	font-size: 16px;
	margin: 20px;
}



.area_news dt {
	margin-left: 20px;
	width: 120px;
	float: left;
}
.area_news dd {
	margin-left: 150px;
	margin-right: 20px;
}

.area_news {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}


.area_news a{
	font-weight: bold;
	color: blue;
}



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



.area_news table {
	margin: 20px 30px;
}

.area_news table caption {
	font-weight: bold;
}
.area_news table th {
	font-weight: normal;
	text-indent: 1em;
}
.area_news table td {
	text-indent: 1em;
}

.area_news_ss {
	text-align: center;
}





.map_img {
	width: 90%;
	margin: 40px auto;
}













.menu_list {
	color: black;
	font-size: 24px;
	line-height: 40px;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}










/* ====================
  グリッドコンテナ
==================== */
.container_header {
	margin: 0px auto 0;
	padding-top: 10px;
  	max-width: 1200px;
		
    display: grid;
    display: -ms-grid;
	
	grid-template-columns: 90px 210px 1fr 140px 160px;
    grid-template-rows: 100px 100px;
	
	-ms-grid-columns: 90px 210px 1fr 140px 160px;
	-ms-grid-rows: 100px 100px;
	
}








.container_m_nav {
	margin: -140px auto 0;
	padding-top: 40px;
	padding-bottom: 40px;
  	max-width: 1200px;
	background-color: rgb(255,255,255,0.6);
	background-image: url("../img/back_img_s_50.png");
	background-position: center center;
	background-repeat: repeat;
    
    display: grid;
	display: -ms-grid;
	/*
	grid-template-columns: 1fr 200px 1fr 200px 1fr 200px 1fr 200px 1fr;
    grid-template-rows: 200px;
	-ms-grid-columns: 1fr 200px 1fr 200px 1fr 200px 1fr 200px 1fr;
	-ms-grid-rows: 200px;
	*/
	grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
	
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: 1fr;
}


.container_main {
	margin: 0 auto 20px;
	padding-top: 30px;
	max-width: 1200px;
	display: grid;
    display: -ms-grid;
	
	grid-template-columns: 1fr 40px 460px;
	grid-template-rows: 1fr;
	
	-ms-grid-columns: 1fr 40px 460px;
	-ms-grid-rows: 1fr;

}















.container_f_nav {
	margin: 0 auto;
	max-width: 1200px;
}

.container_footer {
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}



.item_nav_sub li {
	float:left;
	padding: 10px 10px;
	text-align: center;
	/* font-weight: bold; */
	color: rgb(10,10,10,1.00);
}
.item_nav_sub li a{
	color: rgb(10,10,10,1.00);
}

.item_nav_sub_li:last-child {
	color: rgba(255,255,255,1.00);
	background-color:darkgreen;
	margin-left: 10px;
}

.item_nav_sub_li:last-child a {
	color: rgba(255,255,255,1.00);
}








/* ====================
  グリッドアイテム
==================== */
.item_header_title {
    grid-column: 1 / 2;
	grid-row: 1 / 2;
	-ms-grid-column: 1;
    -ms-grid-row: 1;
}
.item_header_company {
    grid-column: 2 / 3;
	grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

.item_header_midashi {
    grid-column: 3 / 4;
	grid-row: 1 / 2;
	-ms-grid-column: 3;
    -ms-grid-row: 1;
}

.item_nav_sub {
	grid-column: 5 / 6;
	grid-row: 1 / 2;
	-ms-grid-column: 5;
	-ms-grid-row: 1;
}
.item_nav_sub:last-child {
	color: rgba(255,255,255,1.00);
	background-color:darkgreen;
}



.item_header1{
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}


.item_header2{
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}


.item_nav{
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column-span: 5;

    grid-column: 1 / 5;
}



.item_aside {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}
.item_main {
	-ms-grid-column: 2;
	-ms-grid-row: 1;
}



.item_main_single {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 2;

    grid-column: 1 / 3;
	
}












.menu_title {
	padding-top: 16px;
	font-weight: bold;
	color: darkslateblue;
	font-size: 1.5em;
}
.menu_info_w {
	font-size: 1em;
	line-height: 24px;
	margin: 26px 16px 10px;
	color: white;
	font-weight: bold;
	text-align: left;
}
.menu_info_g {
	font-size: 0.9em;
	line-height: 20px;
	margin: 20px 18px 10px;
	color:#002D00;
	font-weight:bold;
	text-align: left;
}

.containerL {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	
	-ms-grid-column: 1;
    -ms-grid-row: 1;
}
.containerM {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	
	-ms-grid-column: 2;
    -ms-grid-row: 1;
	
	/* background-color:darkgreen; */
	border-left: solid darkgreen 3px;
	
}
.containerR {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
	
	-ms-grid-column: 3;
    -ms-grid-row: 1;
	
}








.zigyo_box {
	width: 100%;
}


.box_kyuzin {
	
	/*
	width: 205px;
	height: 180px;
	*/
	width: 360px;
	height: 300px;
	
	float: left;
	margin: 17px;
	z-index: 1;
}

.box_kyuzin img {

	z-index: -1;
}

.ShisetsuName {
	height:60px;
	font-size: 18px;
	line-height: 22px;
	background-color: rgba(87,64,56,0.7);
	margin-top: 14px;
	padding-top: 10px;
/* 	margin-top:-150px; */
	color: white;
}

.BosyuInfo {
	height:120px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top:80px;
	padding-top: 6px;
	background-color:rgba(0,82,24,0.4);
	color: white;
	
}

.BosyuInfo td{
	font-weight: bold;
	text-indent: 0.5em;
	line-height: 22px;
}


.news_box {
	border: dashed 2px #FDC14D;
	width: 90%;
	height: 99%;
}

.item_header_title {
	margin: 10px 0 0px 0px;
}

.item_header_company h1{
	margin: 30px 0 10px 0px;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	color: darkslategray;
}


.item_header_midashi h2{
	margin: 30px 0 10px 0px;
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	color: darkslategray;
	text-align: center;
}






.footer_left {
	max-width: 600px;
	grid-column: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}
.footer_right {
	max-width: 600px;
	grid-column: 2;
	grid-row: 1;
	-ms-grid-column: 2;
	-ms-grid-row: 1;
}



.footer_center {
	margin: auto;
	max-width: 480px;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	 -ms-grid-column-span: 2;

    grid-column: 1 / 3;
}












.color_orange {
	color: rgba(242,150,0,1.00);
}

.color_darkglay {
	color: rgba(44,44,44,1.00);
}


.item_header1 {
    /* color: rgba(242,150,0,1.00); */
    /* background-color:rgba(255,0,4,1.00); */
    /* height: 180px; */
}

.item_header1 a{
    text-decoration: none;
    font-weight: bold;
    color: rgba(242,150,0,1.00);
}


#footer_top {
	margin-top: 42px;
	height: 100px;
	width: 100%;
	background-image: url("../img/glass.png");
	background-position: bottom center;
	background-repeat: repeat-x;
}

footer {
    color: rgba(10,10,10,1.00);
    /* background-color:#AAC906; */
	background-color:darkslategray;
	padding-top: 60px;
	padding-bottom: 10px;
}

footer a{
    text-decoration: none;
    font-weight: bold;
    color: rgba(10,10,10,1.00);
}


.item_nav {
	margin-top: 10px;
  grid-column: 1 / 7;  
  display: flex;
  justify-content: space-around;
	/* text-decoration: none; */
	font-weight: bold;
	/* color: rgba(255,255,255,1.00); */
	color: rgba(10,10,10,1.00);
	/* background-color: rgb(255,255,255,1); */
	background-color: white;
	
}



.item_nav > a {
  display: flex;
  align-items: center;
	/* text-decoration: none;
	/* font-weight: bold;
	/* color: rgba(255,255,255,1.00); */
	color: rgba(10,10,10,1.00);
}

.item_nav > a:hover{
    /* text-decoration: none; */
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	
}


.nav_f {
  display: flex;
  justify-content: space-around;
	text-decoration: none;
	font-weight: bold;
	color: rgba(10,10,10,1.00);
	padding-top: 20px;
	height: 20px;
	line-height: 20px;
}

.nav_f > a {
  display: flex;
  align-items: center;
	text-decoration: none;
	font-weight: bold;
	color: rgba(10,10,10,1.00);
}





.bc_Red {
    background-color: rgba(255,0,4,1.00);
}

.bc_DarkGray {
    background-color: rgba(0,0,0,1.00);
}

.header_info{
	/* width: 1200px; */
	max-width: 1200px;
	height:30px;
	line-height: 30px;
	margin: 0 auto;
    font-size: 14px;
	color: #FFFFFF;
}




.midashi_L {
	background-image: url("../img/midashi_L_img.png");
	background-position: left center;
	background-repeat: no-repeat;
	height: 60px;
	width: 100%;
	border-bottom: solid 1px darkgreen;
	text-indent: 2em;
	text-align: left;
	color: darkslategray;
	font-weight: bold;
	font-size: 28px;
	line-height: 60px;
	margin: 20px 0 0 0;
	padding-top: 10px;
}



.header_title{
	float: left;
	font-size: 36px;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	margin-top: 10px;
}

.header_contact {
	float: right;
	height: 100px;
	margin-top: 10px;
}





.gaiyo_sub dl {
    display: table;
    width: 100%;
}
.gaiyo_sub dd {
    display: table-cell;
    vertical-align: middle;
}
.gaiyo_sub dt {
    float: left ;
    clear: left ;
    margin-right: 0em ;
    width: 100px ;
	margin-bottom: 0px;
}

.gaiyo_sub dd {
    float: left ;
    margin-left: 0em ;
	margin-bottom: 0px;
}



.work_area {
	margin-bottom: 60px
}


.work_box {
	float: left;
	margin-right: 5%;
	width: 45%;
}

.work_title {
	width: 100%;
	height: 80px;
	text-align: center;
}

.work_img {
	width: 100%;
	max-width: 400px;
}

.work_img2 {
	width: 100%;
	max-width: 800px;
}


.work_box2 {
	float: left;
	margin-right: 5%;
	width: 90%;
}

.work_title2 {
	width: 100%;
	height: 80px;
	text-align: left;
}


.banner_area {
	max-width: 800px;
	margin: 0 auto;
}


#syokudo {
	margin-top:-20px;
	padding-top:20px;
}
















.font_bold {
	font-weight: bold;
}

.area_PLeft_20 {
	padding-left: 20px;
}
.area_PLeft_40 {
	padding-left: 40px;
}


.area_company dt {
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.area_company dd {
	margin: 0;
	padding: 0;
	margin-left: 200px;
	margin-bottom: 10px;
}












.area_privacy dt {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 24px;
	height: auto;
	font-weight: bold;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.area_privacy dd {
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-left: 0px;
	margin-bottom: 40px;
}

.area_privacy ul {
	list-style: initial;
	margin-left: 40px;
}




.area_ninsyo {
	list-style: circle;
	margin-left: 20px;
}

#map_access {
	margin-right: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}






/* TOPへ戻るボタン */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: red;
  opacity: 0.6;
  border-radius: 50%;
	z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
	z-index: 999;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
	z-index: 999;
}



.float_L {
	float: left;
}
.float_R {
	float: right;
}

.float_clear {
	clear: left;
}



a img {
    border-style:none;
}



a {
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	
}






.privacy dt {
	font-size: 16px;
}

.privacy dd {
	font-size: 14px;
	line-height: 20px;
	margin-right: 60px;
}

.privacy_info {
	margin: 40px 60px 40px 20px;
	font-size: 18px;
	line-height: 24px;
}



.privacy {
	margin: 20px auto;
	font-weight: normal;
}










@media screen and (max-width: 1200px) {
	
	.container_header {
		/*
		grid-template-columns: 150px 1fr 200px;
		-ms-grid-columns: 150px 1fr 200px;
		*/

		width: 100%;
		grid-template-columns: 90px 210px 1fr 140px 160px;
		-ms-grid-columns: 90px 210px 1fr 140px 160px;

	}
	

}
























@media screen and (max-width: 960px) {
	
	
	a:hover{
		text-decoration: none;
		filter:alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;

	}
	
	
	.disp_pc {
		display:none;
	}
	.disp_sp {
		display:block;
	}
	
	body {
		margin-top: 60px;
	}


	.padding_L80 {
		padding-left: 40px;
	}
	

	.luxbar-brand{
		font-size: 28px;
		line-height: 40px;
	}
	
	.luxbar-brand img {
		/* width: 280px; */
		height: 40px;
		display: block;
		float: left;
	}
	
	

	

	.bosyu_midashi {
		font-size: 1.5em;
	}	
	
	
	
	
	
	.item_header_midashi h2{
		font-size: 36px;
	}

	
	.container_main {
		margin: 0 auto 20px;
		width: 100%;

		display: grid;
		display: -ms-grid;

		grid-template-columns: 1fr;
		grid-template-rows: 1fr 40px 1ft;

			-ms-grid-columns: 1fr;
			-ms-grid-rows: 1fr 40px 1ft;

	}
	
	.containerL {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		-ms-grid-column: 1 / 2;
		-ms-grid-row: 1 / 2;
;
	}
	
	.containerM {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		-ms-grid-column: 1 / 2;
		-ms-grid-row: 2 / 3;
		
		border-left: none;
		
	}
	
	.containerR {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
		-ms-grid-column: 1 / 2;
		-ms-grid-row: 3 / 4;
	}
	
	
	.item_aside {
		display:none;
	}
	.item_main {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	
	
	.container_footer {
		width: 100%;
	}
	.footer_left {
		width: 100%;
		margin: 0 auto;
		grid-column: 1;
		grid-row: 2;
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}
	.footer_right {
		width: 100%;
		margin: 0 auto;
		grid-column: 1;
		grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	
	
	.item_main h2, .item_main_single h2 {
		margin: 40px 10px 20px;
	}

	.fh_100 {
		height: 80px;
	}
	
	.fw_100 {
		padding-left: 20px;
		width: 100px;
	}
	.fw_220 {
		width: 180px;
	}
	.FS_32 {
			font-size: 20px;
	}
	.FS_22 {
			font-size: 14px;
	}
	.FS_18 {
		font-size: 12px;
	}
	
	
	#page_title {
		width: 80%;
		font-size: 24px;
		font-weight: bold;
		margin: 80px auto 20px;
		text-align: center;
	}
	
	.page_subtitle {
		font-size: 20px;
		font-weight: bold;
		margin: 10px 0 20px;
	}

	
	
	
	.midashi_L {
		height: auto;
		text-indent: 3em;
		font-size: 18px;
		line-height: 20px;
		margin: 20px 0 0 0;
		padding-top: 10px;
	}
	
	
	
	.gaiyo_sub dt {
		float: left ;
		clear: none;
		width: 80px ;
	}

	.gaiyo_sub dd {
		clear: none;
	}
	
	
	#syokudo {
		margin-top:-80px;
		padding-top:80px;
	}
	
	
	
	
		
	
	.news_title {
		margin: 10px;
		padding: 10px;
	}

	
	.news_text {
		line-height: 24px;
		font-size: 14px;
		margin: 10px;
	}
	
	
	
	.text_info {
		font-size: 16px;
		line-height: 36px;
		margin: 0 20px;

	}
	
	
	
	
	
	
	.menu_title {
		padding-top: 16px;
		font-size: 1.2em;
	}
	
	
	
	
	
	
	
	
	
	.news_box {
		max-width: 90%;
		height: 99%;
		margin: 0 5%;
	}
	
	
	
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	

	.tbl_company {
		width: 90%;
	}
	.tbl_company th,
	.tbl_company td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	
	
	.tbl_recruit {
		width: 90%;
		margin: 40px auto;
		float: none;
	}
	.tbl_recruit th,
	.tbl_recruit td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	.tbl_recruit th {
		text-align: left;
	}
	

	
	
	
	

	.tbl_mail {
		width: 100%;
	}
	.tbl_contact {
		width: 90%;
	}
	.tbl_contact th,
	.tbl_contact td {
		border-bottom: none;
		display: block;
		width: 100%;
		text-align: left;
	}
	

	
	.Area_bosyu_L {
		float: none;
		width: 100%;
	}
	
	.Area_bosyu_L img{
		margin: 40px auto;
		width: 80%;
	}
	
	
	.Area_bosyu_R {
		float: none;
		width: 90%;
		margin:	3%;
		padding: 2%;
		background-color: white;
	}
	
	
	.kyuzin_list {
		width: 100%;
	}
}


@media screen and (max-width: 560px) {
	
	
	.luxbar-brand{
		font-size: 20px;
		line-height: 40px;
	}
	
	.luxbar-brand img {
		/* width: 280px; */
		height: 40px;
		display: block;
		float: left;
	}
	
	
	.midashi_L {
		height: 30px;
		text-indent: 2.5em;
		font-size: 16px;
		line-height: 32px;
		margin: 20px 0 0 0;
		padding-top: 10px;
	}

	
	
	.item_main h2, .item_main_single h2 {
		margin: 40px 10px 20px;
		height: 30px;
		line-height: 30px;
		font-weight: bold;
		font-size: 16px;
	}
	
	.padding_L80 {
		padding-left: 0px;
	}
	
	.main_midashi {
		margin-right: 10px;
	}
	
	.box_service{
		width: 100%;
	}
	
	.service {
		float: none;
		margin: 20px auto;
	}
	
	
	.area_main {
		margin-left: 10px;
	}
	.area_main dd{
		margin-right: 10px;
	}


	.tbl_car_img_sp {
		display: block;
		width: 100%;
	}
	.tbl_car_img_sp img{
		width: 100%;
	}
	
	.tbl_car_img {
		width: 0px;
		display: none;
	}
	.tbl_car_midashi {
		width: 100px;
		text-align: right;
		
	}
	.tbl_car_info {
		width: 400px;
	}
	
	
	.Area_main_img {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: url("../img/hazimari.png") center center no-repeat;
		background-size: cover;
		width: 400px;
		height: 240px;
		padding-top: 60%;
	}
	
	.menu_title {
		padding-top: 20px;
		font-size: 1.1em;
	}
	
	.item_nav_m_1 {	
		height: 140px;		
	}
	.item_nav_m_2 {	
		height: 140px;		
	}
	.item_nav_m_3 {	
		height: 140px;		
	}
	.item_nav_m_4 {	
		height: 140px;		
	}
	
	.img_600 img {
		max-width: 100%;
	}
	
	

	.fh_100 {
		height: 60px;
	}
	
	.fw_20 {
		width: 0px;
	}
	.fw_100 {
		padding-left: 2px;
		width: 30px;
	}
	.fw_220 {
		width: 40%;
	}
	.fw_240 {
		width: 50%;
	}
	
	.FS_32 {
			font-size: 18px;
	}
	.FS_22 {
			font-size: 12px;
	}
	.FS_18 {
		font-size: 10px;
	}

	
	
	.bosyu_midashi {
		font-size: 1.2em;
	}	
	

	
}





	
@media screen and (max-width: 410px) {
	
	.box_kyuzin {

		width: 100%;
		height: auto;

		float: none;
		margin: 0;
		z-index: 1;
		
		background-position: center center;
		background-size: cover;
			
	}
	
	
	.tbl_company img {
		width: 100%;
	}
	
}
	
	