@charset "UTF-8";
/* CSS Document */
footer {
  padding: 30px 0 30px 0;
	background-color: #053050;
	color:#fff;
	font-family: futura-pt, sans-serif;
font-weight: 300;
font-style: normal;  
}
footer .left{
	display: inline-block;
	width: 70%;
	padding: 50px 0 50px 100px;
}
footer .left .footer_logo{
	display: inline-block;
	vertical-align: top;
}
footer .left .footer_logo img{
	width: 100px;
	padding-right: 50px;
}
footer .left .company{
	width: 70%;
	display: inline-block;
}
footer  .left .company h2{
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	letter-spacing: 2px;
	font-weight: 500;
}
footer  .left .company ul{
 list-style: none;
	padding: 0;
	margin: 0;
	margin: -20px 0 0 0;
}
footer  .left .company ul li{
 list-style: none;
	padding: 0 0 5px 0;
 line-height: 25px;
	letter-spacing: 1px;
	font-size: 12px;
}
footer .nav{
	display: inline-block;
  margin: 0;
  padding: 0;
		width: 20%;
		height: 40px;
		text-align: left;
		position: relative;
}
footer .nav ul{
  list-style: none;
}
footer .nav ul li a {
font-family: futura-pt, sans-serif;
font-weight: 300;
font-style: normal;  
	display: inline-block;
  margin: 0 0 20px 0;
		padding: 0 20px 0 0;
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
}
.page-top {
    font-family: futura-pt,sans-serif;
font-weight: 400;
font-style: normal;
    position: fixed;
    right: 15px;
    bottom: 20px;
    height: 60px;
    text-decoration: none;
    font-weight: 100;
    transform: rotate(90deg);
    font-size: 100%;
    line-height: 1.5rem;
    color: #e6d741;
    padding: 0 0 0 45px;
    border-top: solid 1px;
				z-index: 9998;
}
.page-top a{
    color:#e6d741;
				letter-spacing: 1px;
}
.page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
.fo_sp_btn{
display: none;
}
@media screen and (max-width:1050px) {

footer {
  padding: 30px 0 30px 0;
	background-color: #053050;
	color:#fff;
	font-family: futura-pt, sans-serif;
font-weight: 300;
font-style: normal;  
	font-size: 14px;
	display: flex;
flex-direction: column;
}
footer .left{
	display: block;
	width: 100%;
	padding: 180px 10% 0;
	box-sizing: border-box;
	font-size: 14px;
	order: 2;
	
}
footer .left .footer_logo{
	display: block;
	vertical-align: top;
		border-top: 1px solid #fff;
	padding-top: 40px;
}
footer .left .footer_logo img{
	width: 80px;
	padding-right: 50px;
}
footer .left .company{
	width: 100%;
	display: block;
}
footer  .left .company h2{
	padding-bottom: 20px;
	border-bottom: 0px solid #fff;
	letter-spacing: 2px;
	font-weight: 500;
}
footer  .left .company ul{
 list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	margin: -20px 0 0 0;
}
footer  .left .company ul li{
 list-style: none;
	padding: 0 0 5px 0;
 line-height: 25px;
	letter-spacing: 1px;
		font-size: 13px;
}
footer .nav{
	display: block;
  margin: 0;
  padding: 0 0 0 10%;
	box-sizing: border-box;
		width: 100%;
		height: 40px;
		text-align: left;
		position: relative;
		order: 1;

}
footer .nav ul{
  list-style: none;
	padding: 0;
}
footer .nav ul li a {
font-family: futura-pt, sans-serif;
font-weight: 300;
font-style: normal;  
	display: block;
  margin: 0 0 20px 0;
		padding: 0 0px 0 0;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
}
.page-top {
    font-family: futura-pt,sans-serif;
font-weight: 400;
font-style: normal;
    position: fixed;
    right: 15px;
    bottom: 20px;
    height: 60px;
    text-decoration: none;
    font-weight: 100;
    transform: rotate(90deg);
    font-size: 100%;
    line-height: 1.5rem;
    color: #e6d741;
    padding: 0 0 0 45px;
    border-top: solid 1px;
				z-index: 9998;
}
.page-top a{
    color:#e6d741;
				letter-spacing: 1px;
}
.page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
.fo_sp_btn{
display: none;
}
.page-top {
    bottom: 70px;
}
		}