@charset "utf-8";
/* フッタエリア */
footer {
	position: relative;
	background-color: #272727;
}

footer .container {
	max-width: 1000px;
}

footer .footer-menu {
	padding: 55px 0px 0px;
}

#footer-menu-about-aneros {
	width: 23%;
}

#footer-menu-categories {
	width: 20%;
}

#footer-menu-our-products {
	width: 34%;
}

#footer-menu-our-products .col {
	float: left;
	width: 49%;
	margin-right: 2%;
	padding: 0;
}

#footer-menu-our-products .col_last {
	margin-right: 0;
}

#footer-menu-knowledge {
	width: 15%;
	margin-right: 0;
}

footer .footer-menu-box {
	margin-bottom: 30px;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}

footer .footer-menu-box h4 {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 12px;
	border-bottom: 1px solid #3b3b3b;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: normal;
}

footer .footer-menu-box a {
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}

footer .footer-menu-box a:hover{
	color: #e3252a;
}

footer .footer-main {
	background-color: rgb(45, 45, 45);
	padding-bottom: 22px;
	border-top: 1px solid #3a3a3a;
}

footer .footer-main .guarantee-icons-box {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer .footer-main .divider-small-border {
	border-bottom: 1px solid #3b3b3b;
	margin: 0px auto 46px auto;
	width: 77%;
}

footer .footer-main .guarantee-icons-box {
	width: 46%;
	margin-right: 2%;
}

footer .footer-main .guarantee-icons-box .payment-methods {
	width: 100%;
}

footer .footer-main .guarantee-icons-box .payment-methods img {
	width:225px;
	max-width: 100%;
}

footer .footer-main .guarantee-icons-box div {
	margin-right: 2%;
	margin-top: 40px;
}

footer .footer-main .guarantee-icons-box .guarantee-icons img {
	margin: 0;
}

footer .block-subscribe {
	width: 48%;
	margin-bottom: 0px;
	margin-top:20px;
}

footer .block-subscribe p {
	font-size: 18px;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
	color: #fff;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	line-height: 34px;
}

footer .block-subscribe .newsletter-input-wrap {
	width: 100%;
}

footer .block-subscribe .actions {
	width: 100%;
	float: left;
	margin: 0;
}

footer .block-subscribe .actions button {
	background: #5a5a5a;
	line-height: 24px;
	color: #fff;
	padding: 10px 0;
	font-size: 12px;
	letter-spacing: 0px;
	box-shadow: 0 -2px rgb(0 0 0 / 10%) inset;
	-moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 -2px rgb(0 0 0 / 10%) inset;
	-o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
	width: 100%;
	border: 0;
}

footer .footer-bottom {
	padding: 20px 0px;
	font-size: 12px;
	background-color: #1f1f1f;
	border-top: 1px solid #3a3a3a;
	color: #777;
}

footer .footer-bottom .copyright {
	color: #9d9fa2;
	font-size: 12px;
	line-height: 22px;
	float: left;
	margin-right: 10px;
}

footer .footer-bottom .social-links {
	float: right;
	margin-left: auto;
}

footer .footer-bottom .social-links span.phone-number {
	width: auto;
	margin-right: 30px;
	line-height: 31px;
	color: #ffffff;
}

footer .footer-bottom #social {
	float: right;
}

footer ul li:first-child {
	margin-left: 0;
}

footer .footer-bottom #social li {
	margin-left: 20px;
	display: inline-block;
	margin: 0 8px 8px;
}

footer .footer-bottom #social li a:hover {
	color: #ff0000;
}

footer .footer-bottom #social li a {
	color: #666666;
	font-size: 20px;
	width: auto;
}

#to-top:hover {
	background: #ff0000;
}

#to-top {
	display: block;
	position: fixed;
	text-align: center;
	right: 33px;
	bottom: -30px;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	z-index: 10000;
	height: 29px;
	width: 29px;
	background-color: #444;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}

#to-top .fa {
	line-height: 29px!important;
	width: 29px!important;
	height: 29px!important;
	font-size: 14px!important;
	top: 0px!important;
	left: 0px!important;
	text-align: center!important;
	background-color: transparent!important;
}

@media only screen and (max-width: 999px) {
	div.container {
		max-width: 85%;
	}
	#footer-menu-about-aneros, #footer-menu-categories, #footer-menu-our-products, #footer-menu-knowledge {
		width: 49%;
	}
	footer .footer-menu-box {
		margin-right: 1%;
	}
	#footer-menu-knowledge {
		margin-right: 0;
	}
	#footer-menu-our-products .col {
		margin: 0;
		float: none;
		width: 100%;
	}
	footer .footer-main .guarantee-icons-box {
		width: 100%;
	}
	footer .block-subscribe {
		width: 100%;
	}
	footer .block-subscribe p {
		line-height: 1.2em;
		font-size: 16px;
	}
	footer .footer-main .guarantee-icons-box div {
		margin-bottom: 30px;
	}
	footer .footer-main .guarantee-icons-box div.guarantee-icons {
		margin-right: auto;
		margin-left: auto;
	}
	footer .flexbox {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer .footer-bottom .flexbox {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	footer .footer-bottom .social-links {
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	footer .footer-menu .flexbox {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#footer-menu-about-aneros, #footer-menu-categories, #footer-menu-our-products, #footer-menu-knowledge {
		width: 100%;
	}
	footer .footer-bottom #social {
		float: none;
	}
}
