@charset "UTF-8";
/*================================================
フッター専用CSS
================================================*/
@media (max-width: 767px) {

.footer {
	z-index: 100;
	position: relative;
	color: #999;
}

.footer a:hover {
	text-decoration: underline;
}

.footer > .centering-contents {
	max-width: 1000px;
}

.footer-inner a {
	color: #fff;
}


.footer-inner {
	width:100%;
	margin: 0 auto;
	padding: 23px 0 30px;
}


.footer-corp-nav {
	font-size: 1.2rem;
	line-height: 2.3;
	text-align: center;
}

.footer-corp-nav a {
	text-decoration: none;
}

.footer-brand-info {
	margin: 32px auto;
}

.footer-brand-info ul {
	margin: 0;
	padding: 40px 0 0;
}

.footer-brand-info ul:after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: "";
}

.footer-brand-info li {
	position: relative;
	width: 8.820160366%;
	height: 42px;
	margin: 0 1.832760595% 25px 1.947308132%;
	float: left;
}

.footer-brand-info li.speedo {
	width: 9.621993127%;
}

.footer-brand-info li.aps {
	margin: 0 0.572737686% 25px 2.290950744%;
}

.footer-brand-info li.ccc {
	margin: 0 1.718213058% 25px 0.458190148%;
}

.footer-brand-info li.nw {
	margin: 0 1.603665521% 25px 2.290950744%;
}

.footer-brand-info li.alite {
	margin-bottom: 0;
}

.footer-brand-info li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 73px;
	height: auto;
}



.footer-brand-info .more-txt a:hover {
	text-decoration: none;
}

.footer-brand-info-btn {
	position: relative;
	width: 230px;
	margin: 0 auto !important;
}


.footer-brand-info-btn span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	display: block;
	height: 30px;
	border: solid 1px #999;
	border-radius: 5px;
	font-size: 1.2rem;
	line-height: 30px;
	text-align: center;
}

.footer-brand-info-btn span:hover {
	text-decoration: none;
}

.footer-brand-info-btn span.arrow::after {
	-webkit-transform: rotate(135deg);
	-webkit-transition: all .3s ease;
	right: 10px;
	transform: rotate(135deg);
	transition: all .3s ease;
}

.footer-brand-info-btn span.active.arrow::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


	.footer-brand-info {
		margin: 20px auto 27px auto;
	}
	.footer-brand-info ul {
		margin: 0 -1.492537313% 22px;
		padding: 40px 0 0;
	}
	.footer-brand-info li {
		position: relative;
		width: 30.434782608%;
		height: 42px;
		margin: 0 1.449275362% 15px;
		float: left;
	}
	.footer-brand-info li.speedo {
		width: 30.434782608%;
	}
	.footer-brand-info li.aps, .footer-brand-info li.ccc {
		margin: 0 1.449275362% 15px;
	}
	.footer-brand-info li.nw, .footer-brand-info li.alite {
		margin: 0 1.449275362%;
	}


.footer-nav-list {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	word-spacing: 0;
}

.footer-nav-list > li {
	display: inline-block;
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
}

.footer-nav-list > li + li {
	position: relative;
}

.footer-nav-list > li + li::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #999;
	content: "|";
}

.footer-nav-list > li > a {
	display: block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 2.3;
	text-decoration: none;
}



	.footer-nav-list > li {
		display: block;
		margin: 0;
		height: 25px;
		line-height: 25px;
	}
	.footer-nav-list > li + li::before {
		display: none;
	}
	.footer-nav-list > li > a {
		font-size: 11px;
		line-height: 1.5;
	}


.footer-info {
	margin: 15px 0 0;
	color: #999;
	font-size: 1rem;
}

@font-face {
font-family: "Goldwin Grotesk Pre";
font-weight: normal;
src: url("/static/common/fonts/GoldwinGroteskPre-Regular.woff2")  format("woff2"),
		url("/static/common/fonts/GoldwinGroteskPre-Regular.otf")   format("opentype");
}

.footer-info-inner {
	text-align: center;
	padding: 0;
	height: auto;
	font-size: 16px;
}

.footer-info-inner.footer_woff2 small {
	font-family: "Goldwin Grotesk Pre" !important;
}


	.footer-info {
		margin: 30px 0 0;
	}


.page__footer a {
	color: inherit;
	font-family: inherit;
}
.footer {
	color: #999;
}
.footer-brand-info-btn span {
	display: block;
	height: 30px;
	border: solid 1px #999;
	border-radius: 5px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}


.footer-brand-info-btn a{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		display: block;
		height: 36px;
		border-radius: 5px;
		line-height: 36px;
		text-align: center;
		border: 1px solid #fff;
		color: #fff !important;
}
.footer-brand-info-btn a:hover {
	text-decoration: none;
}

.footer-brand-info > div {
	border-bottom: none;
}

.footer-brand-info .more-txt a:after {
	background: #CFD2D8!important;
}
.footer-brand-info .brand-open {
	margin: 0 20px;
	padding: 0 0 20px;
	border-bottom: solid 1px;
	color: inherit;
	border-color: #CFD2D8!important;
}
.page footer.footer .footer-inner .footer-sitemap .footer-nav-list li+li:before, .page footer.footer .footer-inner .footer-sitemap .footer-nav-list li a {
		color: #999!important;
}

/* .footer-navi */
/* .footer-sns */





/*テキストリンク*/
.more-txt {
	text-align: center;
}

.more-txt a {
	display: inline-block;
	line-height:1.6;
}

.more-txt a::after {
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(66, 90, 108, 0.4);
	content: "";
}

.more-txt a:hover::after {
	opacity: 0;
}

.more-txt a::after {
	position: relative;
	top: -3px;
}

.page__footer {
		z-index: 20;
		position: relative;
		background-color: #000;
}

.page__footer .section_checkitem .common_title {
		font-size: 16px;
		text-align: center;
		padding: 21px 0 13px;
		line-height: 21px;
		border-bottom:none;
}
.section_checkitem{
	padding:0;
	margin:0;
	background:#fff;
	border-top: 1px solid #CCCCCC;


}


}





