@charset "utf-8";
/* CSS Document */

footer{
	overflow: hidden;
	box-sizing: border-box;
	width:100%;
	padding: 10.47vw 12.44% 5.741vw 6.22%;
}

footer a{
	color: #000000;
}

footer .footer_container--left{
	float: left;
}

footer .footer_container--left .logo{
	display: block;
	width: 6.5409vw;
}

footer .footer_container--left .logo img{
	width: 100%;
}

footer .footer_container--left h1{
	line-height: 131.25%;
	font-size: 1.171vw;
	margin: 1.193vw 0 1.8vw;
}

footer .footer_container--left p{
	line-height: 142.86%;
	font-size: 1.025vw;
}

footer .footer_container--right{
	position: relative;
	float: right;
	width: 63.28%;
	margin-top: 1.977vw;
}

footer .footer_container--right .gnav{
	-webkit-display:flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	line-height: 131.25%;
	width: 78.24%;
	font-size: 1.171vw;
}

footer .footer_container--right small{
	position: absolute;
	font-size: 1.025vw;
	top: 12.8vw;
	right: 0;
}

@media screen and (max-width:767px){
	
	footer{
		position: relative;
		width: 100%;
		padding: 60px 4.5584% 55.58px;
	}
	
	footer .footer_container--left{
		overflow: hidden;
		float: none;
		width: 100%;
	}
	

	footer .footer_container--left .logo{
		width: 21.8955vw;
		margin-bottom: 13.29px;
	}

	footer .footer_container--left h1{
		line-height: 27px;
		font-size: 16px;
		margin-bottom: 19.29px;
	}
	
	footer .footer_container--left p{
		line-height: 21px;
		font-size: 14px;
		margin-bottom: 19.29px;
	}
	
	footer .footer_container--left .phone_num{
		margin-bottom: 35.42px;
	}

	footer .footer_container--left .phone_num p{
		margin-bottom: 0;
	}
	
	footer .footer_container--right{
		overflow: hidden;
		position: static;
		float: none;
		width: 80%;
		top: 0;
		left: 0;
		z-index: 3;
	}

	footer .footer_container--right .gnav{
		overflow: hidden;
		float: none;
		-webkit-display:block;
		display:block;
		width: 100%;
		margin-bottom: 60.42px;
	}
	
	footer .footer_container--right .gnav li{
		float: left;
		line-height: 19px;
		font-size: 14px;
		font-weight: bold;
		height: 19px;
		padding-bottom: 19px;
	}
	
	footer .footer_container--right .gnav li:nth-child(2){
		margin-left: 33px;
	}
	
	footer .footer_container--right .gnav li:nth-child(3){
		margin-left: 24px;
	} 
	
	footer .footer_container--right .gnav li:nth-child(4){
		clear: left;
		padding-bottom: 0;
	}
	
	footer .footer_container--right .gnav li:last-child{
		margin-left: 35px;
		padding-bottom: 0;
	} 
	
	

	footer .footer_container--right small{
		position: static;
		display: block;
		clear: both;
		line-height: 14px;
		font-size: 10px;
		height: 14px;
		width: 100%;
	}
	
}