@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/main_1.jpg");
	background-repeat:no-repeat;
	background-position: center top;
	*/
	
}




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;
	
}




.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;
}
*/



#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;
}

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



.tbl_news_list th{
	text-align: center;
	background-color:#5B426E;
	color: white;
	line-height: 40px;
	height: 40px;
}
.tbl_news_list td{
	line-height: 40px;
	height: 40px;
}

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


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


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



.form_news {
	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;
}






.tbl_news_list th {
  border: 1px solid #ccc;
}
.tbl_news_list 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;
}


/*
.item_main, .item_main_single {
	color:#000000;
	margin-bottom: 60px;
}


.item_main h2, .item_main_single h2 {
	padding: 0.4em 0.5em;
	color: #494949;
	background: #f4f4f4;
	border-left: solid 5px #A30002;
	border-bottom: solid 3px #d7d7d7;
	
	margin: 40px 30px 20px;
	max-width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;

}
*/





.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_harf {
	width: 50%;
	float: left;
}

.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;
} 

.p_title1 {
	font-size: 28px;
	font-weight: bold;
}

.p_title2 {
	font-size: 22px;
	font-weight: bold;
	padding: 20px 0 10px 0;
}

.p_title3 {
	font-size: 22px;
	font-weight: bold;
}

.p_title4 {
	font-size: 24px;
	font-weight: bold;
}


.bc_company {
	background-image:url("../img/menu_company.png");
	background-position: center left;
	background-repeat: no-repeat;
	height:100%;
	width:120px;
	margin: 80px auto;
	background-size:contain;
	padding-left: 100px;
}

.bc_sokuryo {
	background-image:url("../img/menu_sokuryo.png");
	background-position: center left;
	background-repeat: no-repeat;
	height:100%;
	width:120px;
	margin: 80px auto;
	background-size:contain;
	padding-left: 100px;
}

.bc_recruit {
	background-image:url("../img/menu_recruit.png");
	background-position: center left;
	background-repeat: no-repeat;
	height:100%;
	width:120px;
	margin: 80px auto;
	background-size:contain;
	padding-left: 100px;
}

.bc_uav {
	background-image:url("../img/menu_uav.png");
	background-position: center left;
	background-repeat: no-repeat;
	height:100%;
	width:120px;
	margin: 80px auto;
	background-size:contain;
	padding-left: 100px;
}

.bc_d-nohin {
	background-image:url("../img/menu_d-nohin.png");
	background-position: center left;
	background-repeat: no-repeat;
	height:100%;
	width:120px;
	margin: 80px auto;
	background-size:contain;
	padding-left: 100px;
}

.bc_zumen-print {
	background-image:url("../img/menu_print.png");
	background-position: center left;
	background-repeat: no-repeat;
	height:100%;
	width:120px;
	margin: 80px auto;
	background-size:contain;
	padding-left: 100px;
}

.bc_inquiry {
	background-image:url("../img/menu_inquiry.png");
	background-position: center left;
	background-repeat: no-repeat;
	height:100%;
	width:180px;
	margin: 80px auto;
	background-size:contain;
	padding-left: 100px;
}

.bc_privacy {
	background-image:url("../img/menu_privacy.png");
	background-position: center left;
	background-repeat: no-repeat;
	height:100%;
	width:200px;
	margin: 80px auto;
	background-size:contain;
	padding-left: 100px;
}



.text_info {
	font-size: 18px;
	line-height: 30px;
	margin: 0 80px;
	
}


.text_info ul {
	list-style: square;
	margin-left: 40px;
	text-indent: -5px;
}

.text_info ol {
	list-style:decimal;
	margin-left: 40px;
	text-indent: -5px;
}

.text_info h4 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 80px 0px 10px;
}


.text_info dl {
	margin-bottom: 10px;
}

.text_info dt {
	margin-top: 10px;
	font-size: 1em;
	font-weight: bold;
}
.text_info dd {
	margin-left: 1em;
	margin-bottom: 30px;
}

.text_info2 {
	line-height: 30px;
	margin: 0 80px;
	
}

.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: 800px;
	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;
  border: 1px solid #C7C7C7;
  padding: 10px;
	margin-left: -10px;
}



/*
.company_box_left {
	float: left;
	width: 300px;
}
*/


.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;
}









.bc_d-nohin_cd {
	background-image:url("../img/d-nohin/d-nohin_1.jpg");
	background-position: center right;
	background-repeat: no-repeat;
	
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: -20px;
	margin-right: -20px;
	background-size:contain;
	
}






.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_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: 110px;
	float: left;
}
.area_news dd {
	margin-left: 130px;
	margin-right: 20px;
}

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


.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;
}




















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








.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_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;
*/
	}

	.container_sub {
		margin: 20px auto 20px;
		/* width: 100%; */
		width: 260px;

		display: grid;
		display: -ms-grid;

		grid-template-columns: 1fr;
		grid-template-rows: 1fr;

			-ms-grid-columns: 1fr;
			-ms-grid-rows: 1fr;

	}











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

.container_footer {
	margin: 0 auto;
	max-width: 380px;
	
}



.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_nav_sub {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
	-ms-grid-column: 3;
	-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: 4;

    grid-column: 1 / 3;
}



.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;
	
}




.item_nav_m_1 {
	
	position:relative;
	
	text-align: center;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	
	-ms-grid-column: 1;
    -ms-grid-row: 1;

	background-color:#ffffff;
	border: solid #005B04 1px;
	background-image: url("../img/menu_sokuryo_s.png");
	background-position: center center;
	background-repeat: no-repeat;

}


.item_nav_m_1 a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.item_nav_m_2 {
	
	position:relative;
	
	text-align: center;
	height:200px;
	width: 200px;
	margin: 0 auto;
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	
	-ms-grid-column: 2;
    -ms-grid-row: 1;
	
	background-color:#ffffff;
	border: solid #005B04 1px;
	background-image: url("../img/menu_uav_s.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.item_nav_m_2 a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.item_nav_m_3 {
	
	position:relative;
	
	text-align: center;
	height:200px;
	width: 200px;
	margin: 0 auto;
	grid-column: 3 / 4;
	grid-row: 1 / 2;
	
	-ms-grid-column: 3;
    -ms-grid-row: 1;
	
	background-color:#ffffff;
	border: solid #005B04 1px;
	background-image: url("../img/menu_d-nohin_s.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.item_nav_m_3 a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.item_nav_m_4 {
	
	position:relative;
	
	text-align: center;
	height:200px;
	width: 200px;
	margin: 0 auto;
	grid-column: 4 / 5;
	grid-row: 1 / 2;
	
	-ms-grid-column: 4;
    -ms-grid-row: 1;
	
	background-color:#ffffff;
	border: solid #005B04 1px;
	background-image: url("../img/menu_recruit_s.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.item_nav_m_4 a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
















.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;

	border-left: solid darkgreen 3px;
	
}
.containerR {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
	
	-ms-grid-column: 3;
    -ms-grid-row: 1;
	
}
*/
.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;
}















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

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


.item_header_company h1{
	margin: 24px 0 10px 20px;
	font-size: 28px;
	line-height: 40px;
	color: black;
}

.menu_print {
	background-image: url("../img/menu_print.png");
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin: 20px 0 20px 20px;
	padding-left: 70px;
}
.menu_company {
	background-image: url("../img/menu_company.png");
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin: 20px 0 20px 20px;
	padding-left: 70px;
}
.menu_recruit {
	background-image: url("../img/menu_recruit.png");
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin: 20px 0 20px 20px;
	padding-left: 70px;
}
.menu_inquiry {
	background-image: url("../img/menu_inquiry.png");
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin: 20px 0 20px 20px;
	padding-left: 70px;
}






.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: 60px;
	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:#808080;
	background-image:url("../img/back_img_s.png");
	background-position: center top;
	background-repeat: repeat;
}

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

#footer_nav {
    color: rgba(10,10,10,1.00);
    /* background-color:#AAC906; */
	background-color:#321700;
}

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




.item_nav {
	margin-top: 10px;
  grid-column: 1 / 4;  
  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,0.4);
	background-image: url("../img/back_img_s_50.png");
	background-position: center center;
	background-repeat: repeat;
}



.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);
}

.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;
}








.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;
}




.footer_company dl {
    display: table;
    width: 100%;
}
.footer_companydt, .footer_company dd {
    display: table-cell;
    vertical-align: middle;
}
.footer_company dt {
    float: left ;
    clear: left ;
    margin-right: 0.5em ;
    width: 80px ;
	margin-bottom: 10px;
}

.footer_company dd {
    float: left ;
    margin-left: 0.5em ;
	margin-bottom: 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;
}





.bk_d-nohin1 {
	background-image: url("../img/d-nohin/d-nohin_1.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	width: 100%;
}









/*
.parenthesis {
  position: relative;
  width: 100%;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 50px;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  left: 0;
  border-left: 2px solid #555;
}
.parenthesis::after {
  right: 0;
  border-right: 2px solid #555;
}
*/


/*
.parenthesis {
	padding: 20px 50px;
	position: relative;
}

.parenthesis::before, .parenthesis::after {
	display: block;
	font: normal normal 5rem 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	
	position: absolute;
	line-height: 0;
}

.parenthesis::before {
	content: '(';
  left: 0;
  border-left: 2px solid #555;
  border-radius: 8px 0 0 8px;
}
.parenthesis::after {
	content: ')';
  right: 0;
  border-right: 2px solid #555;
  border-radius: 0 8px 8px 0;
}

@media all and (-ms-high-contrast: none){
	.parenthesis::before {
		content: '(';
		top: 60%;
		left: 0;
	}

	.parenthesis::after {
		content: ')';
		top: 60%;
		right: 0;
	}
}
*/



.parenthesis {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  left: 0;
  border-left: 2px solid #999;
  border-radius: 8px 0 0 8px;
}
.parenthesis::after {
  right: 0;
  border-right: 2px solid #999;
  border-radius: 0 8px 8px 0;
}



.parenthesis_fit {
  position: relative;
  max-width: 330px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis_fit::before,
.parenthesis_fit::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis_fit::before {
  left: 0;
  border-left: 2px solid #999;
  border-radius: 8px 0 0 8px;
}
.parenthesis_fit::after {
  right: 0;
  border-right: 2px solid #999;
  border-radius: 0 8px 8px 0;
}













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
























@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: 32px;
	}

	
	.container_main {
		margin: 0 auto 20px;
		width: 90%;
/*
		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;
	}

	

	.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_keieirinen0.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	

	
	#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;
	}

	.gaiyo_sub dt {
		float: left ;
		clear: none;
		width: 80px ;
	}

	.gaiyo_sub dd {
		clear: none;
	}
	
	
	#syokudo {
		margin-top:-80px;
		padding-top:80px;
	}
	
	
	
	
	.area_privacy dt {
		margin: 0;
		padding: 0;
		font-size: 18px;
		line-height: 20px;
		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: 14px;
		line-height: 18px;
		margin-left: 0px;
		margin-bottom: 40px;
	}


	.area_news {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}
		
	
	.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;
	}
	
	
	
	
	
	
	.item_nav_m_1 {	
		height: 200px;
		width: 90%;
		margin: 0 auto;
		/* background-image: url("../img/menu_sokuryo_s.png"); */
		background-position: center center;
		background-size: contain;
	}



	.item_nav_m_2 {
		height: 200px;
		width: 90%;
		margin: 0 auto;
		/* background-image: url("../img/menu_uav_s.png"); */
		background-position: center center;
		background-size: contain;
	}



	.item_nav_m_3 {
		height: 200px;
		width: 90%;
		margin: 0 auto;
		/* background-image: url("../img/menu_d-nohin_s.png"); */
		background-position: center center;
		background-size: contain;
	}


	.item_nav_m_4 {
		height: 200px;
		width: 90%;
		margin: 0 auto;
		/* background-image: url("../img/menu_recruit_s.png"); */
		background-position: center center;
		background-size: contain;
	}
	
	
	
	/*
	.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%;
	}
	
	
	
	.recruit_ymd {
		margin: 0px auto;
		width: 80%;
		text-align: right;
	}
	
	

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

	
	
	
	
}


@media screen and (max-width: 560px) {
	
	
	.luxbar-brand{
		font-size: 18px;
		line-height: 40px;
	}
	
	.luxbar-brand img {
		/* width: 280px; */
		height: 18px;
	}
	
	
	
	.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%;
	}
	
	
}