@charset "UTF-8";

/* =======================================
	footer.css
======================================= */

footer {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;	
	margin: 0 auto;
	padding: 0;
	background: #fff;
	}

.footer_container {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;	
	margin: 0 auto;
	padding: 50px 0;
	background: #111;
	}

.footer_innerblock {
	position: relative;
	width: 1280px;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	}

.footer_innerblock p {
	font-size: 0.75em;
	font-weight: 400;
	color: #606060;
	}

/*
footer .col ul {
	padding: 0;
	}

footer ul li {
	position: relative;
	margin-bottom: 0.5em;
	padding: 0 0 0.3em 1.3em;
	border-bottom: 1px dotted #aaa;
	}

footer ul li::after,
footer ul li::before {
	display: block;
	content: '';
	position: absolute;
	}

footer ul li::after {
	top: 0.55em;
	left: 0.1em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
	}

footer ul li::before {
	z-index: 2;
	top: 0.83em;
	left: 0.35em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
*/


.footerlink {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}

.footerlink ul {
	list-style: none;
	font-family: "Noto Sans Japanese";
	font-size: 0.875em;
	line-height:1.5em;
	font-weight: 200;
	letter-spacing: .08em;
	padding: 30px 0px;
	}

.footerlink ul li {
	display: inline-block;
	position: relative;
	}

.footerlink ul li:after {
	content: "/";
	text-align: center;
	}

.footerlink ul li:last-child:after {
	content: none;
	}

.footerlink ul li a {
	display: inline-block;
	padding: 0 0.5em;
    color: #aaa;
	text-decoration: none;
	}

.footerlink ul li a:after {
	position: absolute;
	content: "";
	display: block;
	width: 85%;
	height: 2px;
	bottom: -.4em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	margin: 0 0 0 -0.4em;
	padding: 0;
	opacity: 0.7;
	}

.footerlink ul li a:hover:after {
	background: #aaa;
	opacity: 0.7;
	bottom: -.8em;
	}

#footer_logo {
	position: relative;
	width: 160px;
	height: auto;
	margin: 0 auto;
	}

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

	.footer_innerblock {
		max-width: 90%;
		}
	}

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

	footer .col {
		margin: 0 0 0 3.2%;
		}
/*
	footer .col ul {
		padding: 0;
		}
*/
	}

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

/*
	footer .col ul {
		padding: 0 0.5em;
		}
*/
	}

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

	.footer_innerblock {
		max-width: 100%;
		}

	.footer_container {
		padding: 30px 0 10px;
		}
/*
	footer .col ul {
		padding: 0em 2em;
		}
*/
	}

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

	.footerlink ul li a {
		padding: 0;
		}

	.footerlink ul li a:after {
		width: 90%;
		margin: 0 0 0 -0.2em;
		}
/*
	footer .col ul {
		padding: 0em 25px;
		}
*/
	}

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

	.footerlink ul {
		letter-spacing: .02em;
		}
	}