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

footer {
	width: 100%;
	box-sizing:border-box;
	padding: 30px;
}
footer > ul {
	display: flex;
	flex-wrap: wrap;
}
footer > ul > li {
	font-size: 13px;
	text-align: center;
}
footer > ul > li:nth-of-type(2n){
	width: 1%;
}

footer > ul.en > li:nth-of-type(1){
	width: 8%;
}
footer > ul.en > li:nth-of-type(3){
	width: 8%;
}
footer > ul.en > li:last-of-type {
	width: 67%;
	text-align: right;
}

footer > ul.jp > li:nth-of-type(1){
	width: 12%;
}
footer > ul.jp > li:nth-of-type(2n){
	width: 2%;
}
footer > ul.jp > li:nth-of-type(3){
	width: 10%;
}
footer > ul.jp > li:nth-of-type(5){
	width: 10%;
}
footer > ul.jp > li:nth-of-type(5){
	width: 14%;
}
footer > ul > li:nth-of-type(5){
	width: 10%;
}
footer > ul.jp > li:last-of-type {
	width: 68%;
	text-align: right;
}
	@media only screen and (max-width: 750px) {
		footer {
			padding: 10px;
		}
		footer > ul.en > li:nth-of-type(1){
			width: 29%;
			font-size: 3.5vw;
		}
		footer > ul.en > li:nth-of-type(3){
			width: 24%;
			font-size: 3.5vw;
		}
		footer > ul.en > li:nth-of-type(5){
			width: 45%;
			font-size: 3.5vw;
		}
		
		footer > ul.jp > li:nth-of-type(1){
			width: 32%;
			font-size: 3vw;
		}
				footer > ul.jp > li:nth-of-type(3){
			width: 32%;
			font-size: 3vw;
		}
				footer > ul.jp > li:nth-of-type(5){
			width: 32%;
			font-size: 3vw;
		}
		footer > ul.jp > li:nth-of-type(7){
			width: 50%;
			font-size: 3vw;
		}
		footer > ul.en > li:last-of-type,
		footer > ul.jp > li:last-of-type{
			width: 100%;
			font-size: 3.5vw;
			text-align: center;
			margin-top: 10px;
		}
	}
