@charset "UTF-8";

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

/* transition */
.l-footerArea__Logo_jp a,
.l-footerArea__navi--link p a,
.l-footerArea__navi_title a,
.l-footerArea__navi_list li a,
.l-footerArea__pagetop{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.l-footerArea{
	width: 100%;
	background: #faf0e6;
	position: relative;
}

.l-footerArea__footerAreaContents{
	width: 96%;
	margin: 0px auto;
	display: block;
	padding: 60px 0px;
	position: relative;
}

.l-footerArea__companyInfo{
	width: 200px;
	float: left;
	color:#666;
	font-size:92%;
	line-height:1.6;
	margin-bottom: 50px;
}

.l-footerArea__Logo_jp{
	width: 200px;
	height: auto;
}

.l-footerArea__Logo_jp .footer-logoimg{
	width: 200px;
	height: auto;
	margin-bottom:20px;
}

.l-footerArea__Logo_jp a:hover{
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
}




.l-footerArea__naviArea{
	width: 860px;
	float: right;
}

@media only screen and (max-width: 1140px) { 

.l-footerArea__naviArea{
	width: 100%;
	float: right;
	margin: 0 auto; /* 内容のセンタリング */
display: block;
}

}
 
 
.l-footerArea__navi{
	float: left;
	
}

.l-footerArea__navi--company{
	width: 210px;
}

.l-footerArea__navi--productsolservice{
	width: 160px;
}




.l-footerArea__navi--recruit{
	width: 125px;

	
	
}

.l-footerArea__navi--other{
	width: 180px;
margin-left: 60px;
	/*float: right;*/
}


.l-footerArea__navi--link{
	width: 180px;
}



.l-footerArea__navi_title{
	
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 0.2px;
}

.l-footerArea__navi_title-current{
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 0.2px;
}

.l-footerArea__navi_title a{
	color:#777;
	text-decoration: none;
}

.l-footerArea__navi_title a:hover{
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
}

.l-footerArea__navi_list{
	list-style: none;
	margin: 10px 0px 10px -38px;
		
}

.l-footerArea__navi_list li{
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0.2px;

}

.l-footerArea__navi_list li a:hover{
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
}

.l-footerArea__navi--other p{
	margin: 10px 0px 0px 0px;
}

.l-footerArea__navi--other p:nth-child(1){
	margin: 0px 0px 0px 0px;
}



.l-footerArea__navi_list li a:before{
	width: 6px;
	height: 10px;
	content: "";
	display: inline-block;
	background: url("../img/share/obj_next_type1.png") no-repeat;
	background-size: 6px 10px;
	margin: 0px 4px 0px 0px;
	
}

.l-footerArea__navi_list li a{
	color: #666;
	text-decoration: none;
	
}

.l-footerArea__navi--link p a:hover{
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
}

.l-footerArea__pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	font-size: 0px;
	line-height: 0;
	border-radius: 4px;
	background: rgba(0,0,0,0.6);
	z-index: 2000;
}

.l-footerArea__pagetop:hover{
	cursor: pointer;
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
}

.l-footerArea__pagetop:after{
	width: 16px;
	height: 8px;
	display: block;
	content: "";
	background: url("../img/share/obj_up_type1.png") no-repeat;
	background-size: 16px 8px;
	margin: 20px auto 0px auto;
}

.l-footerArea__copyright{
	font-size: 1.1rem;
	font-size: 11px;
	line-height: 1.4;
	color: #7d848c;
	margin: 40px 0px 0px 0px;
	letter-spacing: 0.2px;
}

/* --------------------------------------------------------------------- */
/* sp */
/* --------------------------------------------------------------------- */

@media only screen and (max-width: 1100px){

.l-footerArea{
	width: 100%;
	background: #f2f2f2;
}

.l-footerArea__footerAreaContents{
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	position: relative;
}

.l-footerArea__Logo_jp .footer-logoimg{
	width: 200px;
	height: auto;
	
	margin: 0 auto; /* 内容のセンタリング */
display: block;
text-align: center;
	margin-bottom:20px;
}

.l-footerArea__companyInfo{
	width: 100%;
	float: none;
}

.l-footerArea__Logo_jp{
		width: 100%;
	height: 14px;
	margin: 24px auto 50px auto;
}

.footer-ad{
	
	margin: 0 auto; /* 内容のセンタリング */
display: block;
text-align: center;
}



.l-footerArea__Logo_jp a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.l-footerArea__Logo_1924{
	width: 77px;
	height: 48px;
	margin: 18px auto 0px auto;
}


.l-footerArea__naviArea{
	width: 100%;
	float: none;
	border-top: 1px dotted #434e59;
	margin: 24px auto 0px auto;
}

.l-footerArea__navi{
	float: none;
}

.l-footerArea__navi--company{
	width: 100%;
}

.l-footerArea__navi--productsolservice{
	width: 100%;
}

.l-footerArea__navi--recruit{
	width: 100%;
}

.l-footerArea__navi--other{
	width: 100%;
	margin: 0 auto; /* 内容のセンタリング */
display: block;
}


.l-footerArea__navi--link{
	width: 100%;
}



.l-footerArea__navi_title{
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: -3px;
}

.l-footerArea__navi_title a:before{
	width: 16px;
	height: 16px;
	content: "";
	display: inline-block;
	background: url("../img/share/obj_next_type2.png") no-repeat;
	background-size: 16px 16px;
	margin: -3px 6px 0px 0px;
	vertical-align: middle;
}

.l-footerArea__navi_title-current{
	color:#777;
	text-decoration: none;
	padding: 12px 15px;
	display: block;
	border-bottom: 1px dotted #434e59;
	background-color: #ccc;
	margin-bottom:0px;
}

.l-footerArea__navi_title a{
	color:#777;
	text-decoration: none;
	padding: 12px 0px 12px 25px;
	margin:0px;
	display: block;
	border-bottom: 1px dotted #434e59;
}

.l-footerArea__navi_title a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}



.l-footerArea__navi_list{
	list-style: none;
	margin: 0px;
	padding:0px;
}

.l-footerArea__navi_list li{
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 1.7;
	padding:0px;
	border-bottom: 1px dotted #434e59;
}

/*.l-footerArea__navi_list li:first-child{
	font-size: 1.3rem;
	font-size: 13px;
	line-height: 1.0;
	
	border-bottom: 1px dotted #434e59;
}
*/


.l-footerArea__navi_list li a{
	display: block;
	padding: 10px 26px;
}


.l-footerArea__navi_list li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.l-footerArea__navi--other p{
	margin: 0px 0px 0px 0px;
}

.l-footerArea__navi--other p:nth-child(1){
	margin: 0px 0px 0px 0px;
}

.l-footerArea__navi--other p:nth-child(3){
	margin: 0px 0px 0px 0px;
}

.l-footerArea__navi_list li a:before{
	width: 6px;
	height: 10px;
	content: "";
	display: inline-block;
	background: url("../img/share/obj_next_type1.png") no-repeat;
	background-size: 6px 10px;
	margin: 0px 4px 0px 0px;
}

.l-footerArea__pagetop{
	position: relative;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 40px;
	font-size: 0px;
	line-height: 0;
	border-radius: 0px;
	background: #2b2b2d;
	border-bottom: 1px solid #353535;
}

.l-footerArea__pagetop:hover{
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.l-footerArea__pagetop:after{
	width: 16px;
	height: 8px;
	display: block;
	content: "";
	background: url("../img/share/obj_up_type1.png") no-repeat;
	background-size: 16px 8px;
	margin: 16px auto 0px auto;
}

.l-footerArea__navi_banner{
	margin: 15px;
}

.l-footerArea__navi--link p a:hover{
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.l-footerArea__copyright{
	font-size: 1.1rem;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	color: #7d848c;
	margin: 20px 0px 0px 0px;
}


}







