@charset "utf-8";


/*  #lf_header
--------------------------*/
#lf_header{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	border-top: 5px solid #FF0000;
	background-image: url(../images/bg_hf.png);
	background-repeat: repeat;
}
#lf_header_in{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#lf_header_in:after{
	content: "";
	display: block;
	clear: both;
}


/*  #lf_gNav_head
--------------------------*/
#lf_gNav_head{
	float: left;
}
#lf_gNav_head_in{
	padding-left: 0px;
	padding-right: 0px;
}
#lf_logo_wrap{
	padding-top: 20px;
	padding-bottom: 16px;
}


#lf_gNav_toplink{
	position: absolute;
	right: 20px;
	top: 0;
	background-color: #C9C4C4;
	border-radius: 0 0 6px 6px;
	padding-left: 8px;
	padding-right: 8px;
}
#lf_gNav_toplink:after{
	content: "";
	display: block;
	clear: both;
}
#lf_gNav_toplink > li{
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 34px;
}
#lf_gNav_toplink > li .lf_txt{
	font-size: 100%;
	padding-left: 10px;
	position: relative;
}
#lf_gNav_toplink > li .lf_txt:before{
	content: "";
	display: block;
	width: 6px;
	height: 13px;
	background-image: url(../images/arrow_r01.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 2px;
}

#lf_gNav_toplink > li a{
	-webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
}
#lf_gNav_toplink > li a:hover{
	opacity: .6;
}





/*  #lf_gNav_body
--------------------------*/
#lf_gNav_body{
	float: right;
}


#lf_gNav{
	padding-right: 20px;
}
#lf_gNav_in{
	padding-top: 35px;
}
#lf_gNav_in > ul{
	padding-top: 20px;
}
#lf_gNav_in > ul:after{
	content: "";
	display: block;
	clear: both;
}
#lf_gNav_in > ul > li{
	float: left;
	padding-left: 16px;
}


#lf_g_nav_btn{
	display: none;
}
#lf_g_nav{
	display: none;
}
#lf_overlay {
  display: none;
}




/*  #lf_footer
--------------------------*/
#lf_footer{
	width: 100%;
	text-align: left;
	border-top: 5px solid #ff0000;
	background-image: url(../images/bg_hf.png);
	background-repeat: repeat;
	position: relative;
}
#lf_footer_top{
	width: 100%;
	position: relative;
	z-index: 2;
}

#lf_f_nav{
	width: 100%;
}
#lf_f_nav_in{
	width: 100%;
}
#lf_f_nav_upper{
	width: 100%;
}
#lf_f_nav_upper .lf_f_nav_left{
	width: 100%;
	border-bottom: 1px solid #426cdb;
}
.lf_f_nav_left_wrap{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

#lf_pagetop{
	position: absolute;
	right: 40px;
	top: 0;
	-webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
}
#lf_pagetop:hover {
	opacity: .8;
}
#lf_pagetop i{
	width: 80px;
	height: 80px;
	border-left: 1px solid #426cdb;
	border-right: 1px solid #426cdb;
	display: block;
	-webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
}
#lf_pagetop i:before{
	content: "";
	display: block;
	width: 56px;
	height: 32px;
	background-image: url(../images/arrow01.png);
	background-repeat: no-repeat;
	position: absolute;
  top: 50%;
  left: 50%;
	-moz-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
	-webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
#lf_pagetop:hover i:before{
	-moz-transform:translate(-50%,-80%);
  -webkit-transform:translate(-50%,-80%);
  -ms-transform:translate(-50%,-80%);
  transform:translate(-50%,-80%);
}

#lf_f_nav_upper .lf_f_nav_right{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#lf_f_nav_upper .lf_f_nav_right:after{
	content: "";
	display: block;
	clear: both;
}
#lf_f_nav_upper .lf_f_top_block{
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}
#lf_f_nav_upper .lf_f_top_block > li{
	padding-top: 9px;
	padding-bottom: 9px;
}
#lf_f_nav_upper .lf_f_top_block > li .lf_txt{
	font-size: 125%;
	color: #fff;
	font-family: "ヒラギノ丸ゴ Pro W4";
}
#lf_f_nav_upper .lf_f_top_block > li a{
	-webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
}
#lf_f_nav_upper .lf_f_top_block > li a:hover{
	opacity: .6;
}


#lf_footer_btm{
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 28px;
	z-index: 1;
}
#lf_footer_btm_in{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	text-align: right;
}
#lf_copyright{
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	color: #fff;
  font-size: 134%;
}




/*  .lf_bottom_wrap
--------------------------*/
.lf_bottom_wrap{
	width: 100%;
}
.lf_bottom_wrap_in{
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
	padding-top: 34px;
	padding-bottom: 34px;
	padding-left: 33px;
	padding-right: 33px;
}
.lf_bottom_area{
	width: 100%;
}
.lf_bottom_area ul{
	width: 100%;
	max-width: 835px;
	margin: 0 auto;
}
.lf_bottom_area ul:after{
  content: "";
	display: block;
	clear: both;
}
.lf_bottom_area ul li{
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 20%;
	max-width: 167px;
	text-align: center;
}
.lf_bottom_area ul li a{
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.lf_bottom_area ul li a:hover{
	opacity: .8;
}










/*==================================================

	Media Queries for window size under767px

====================================================*/
@media screen and (max-width: 767px) {

	/* #lf_header(under 767px)
	--------------------------*/
	#lf_header{
		position: fixed;
		left: 0;
		top: 0;
		border-top: 2px solid #FF0000;
	}
	#lf_header_in{
		min-width: 320px;
	}
	#lf_gNav_head_in{
		padding-left: 0px;
		padding-right: 0px;
	}
	#lf_logo_wrap{
		padding-top: 7px;
		padding-bottom: 7px;
	}
	#lf_logo img{
		width: 175px;
	}

	#lf_gNav_toplink{
		display: none;
	}
	#lf_gNav_body{
		display: none;
	}

	#lf_g_nav_btn{
		display: block;
    position: fixed;
    right: 15px;
    top: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
		z-index: 200;
	}
	#lf_g_nav_btn .icon-menu-sp{
		display: inline;
	}
	#lf_g_nav_btn .icon-close-sp{
		display: none;
	}
	.icon-menu-sp:before {
    content: "";
		display: block;
		width: 45px;
		height: 45px;
		background-image: url(../images/common/menu_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.icon-close-sp:before {
    content: "";
		display: block;
		width: 45px;
		height: 45px;
		background-image: url(../images/common/menu_close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.lf_nav_open #lf_g_nav_btn .icon-menu-sp{
		display: none;
	}
	.lf_nav_open #lf_g_nav_btn .icon-close-sp{
		display: inline;
	}

	.lf_nav_open #lf_overlay {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
		background-color: #f1f1f1;
    background-image: url(../images/common/bg.jpg);
		background-repeat: repeat;
    width: 100%;
    height: 120%;
		z-index: 90;
	}
	.lf_nav_open #lf_g_nav {
    display: inline;
	}
	#lf_g_nav{
		width: 100%;
		position: fixed;
		top: 85px;
		left: 0px;
		z-index: 100;
	}
	#lf_g_nav_in{
		width: 100%;
	}
	#lf_g_nav_upper{
		width: 100%;
	}
	#lf_g_nav_upper > ul{
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	#lf_g_nav_upper > ul > li{
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#lf_g_nav_upper > ul > li .lf_txt{
		display: block;
	}



	/*  .lf_under(under 767px)
	--------------------------*/
	.lf_under .lf_sec_header{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.lf_under .lf_sec_header .lf_sec_ttl{
	  padding-left: 0px;
	  padding-right: 0px;
	}
	.lf_under .lf_sec_header .lf_sec_ttl .lf_txt{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		display: block;
	}
	.lf_under .lf_sec_header .lf_sec_ttl .lf_txt .lf_pc{
		display: none;
	}
	.lf_under .lf_sec_header .lf_sec_ttl .lf_txt .lf_sp{
		display: inline;
		width: 320px;
	}



	.lf_under #lf_about .lf_sec_header .lf_sec_ttl .lf_txt{
		background-color: #E63D3D;
	}
	.lf_under #lf_vision .lf_sec_header .lf_sec_ttl .lf_txt{
		background-color: #5BBC14;
	}
	.lf_under #lf_business .lf_sec_header .lf_sec_ttl .lf_txt{
		background-color: #009DFF;
	}
	.lf_under #lf_oem .lf_sec_header .lf_sec_ttl .lf_txt{
		background-color: #EB359E;
	}
	.lf_under #lf_recruit .lf_sec_header .lf_sec_ttl .lf_txt{
		background-color: #FA710D;
	}
	.lf_under #lf_contact .lf_sec_header .lf_sec_ttl .lf_txt{
		background-color: #848484;
	}
	.lf_under #lf_policy .lf_sec_header .lf_sec_ttl .lf_txt{
		background-color: #848484;
	}
	.lf_under #lf_sitemap .lf_sec_header .lf_sec_ttl .lf_txt{
		background-color: #848484;
	}
	.lf_under #lf_news .lf_sec_header .lf_sec_ttl .lf_txt{
		background-color: #009dff;
	}



	/* #lf_footer(under 767px)
	--------------------------*/
	#lf_footer{
		border-top: 2px solid #ff0000;
		background-image: none;
		background-color: #00008b;
	}
	.lf_f_nav_left_wrap{
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 7px;
		padding-bottom: 7px;
		min-width: 320px;
	}
	#lf_f_logo img {
		width: 134px;
	}

	#lf_pagetop{
		right: 15px;
	}
	#lf_pagetop i{
		width: 70px;
		height: 70px;
	}
	#lf_pagetop i:before{
		width: 28px;
		height: 16px;
		background-size: 28px 16px;
	}

	#lf_f_nav_upper .lf_f_nav_right{
		min-width: 320px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 0px;
	}
	#lf_f_nav_upper .lf_f_top_block{
		padding-left: 15px;
		padding-right: 15px;
	}
	#lf_f_nav_upper .lf_f_top_block > li .lf_txt{
		font-size: 117%;
	}


	#lf_footer_btm{
		position: relative;
		right: 0;
		bottom: 0;
	}
	#lf_footer_btm_in{
		min-width: 320px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#lf_copyright{
	  font-size: 100%;
	}




}
