@charset "utf-8";

/* **********************************************************
	footer
********************************************************** */
footer {
	background-color: #252525;
}

footer .footer__link {
	background-color: #151515;
	padding: 15px 10px;
}

footer .footer__link .link__block {
	display: table;
	width: 100%;
}

footer .footer__link .link__logo {
	display: table-cell;
	vertical-align: middle;
}

footer .footer__link .link__logo dl {
	display: table;
	font-size: 0;
	line-height: 0;
}

footer .footer__link .link__logo dt {
	display: table-cell;
	vertical-align: middle;
	width: 122px;
}

footer .footer__link .link__logo dt img {
	width: 90%;
	height: auto;
}

footer .footer__link .link__logo dd {
	display: table-cell;
	vertical-align: middle;
}

footer .footer__link .link__logo dd ul {
	display: table;
}

footer .footer__link .link__logo dd li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

footer .footer__link .link__logo dd li a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

footer .footer__link .link__logo dd li a span {
	display: none;
}

footer .footer__link .link__info {
	display: table-cell;
	vertical-align: middle;
}

footer .footer__link .link__info dl {
	display: table;
	float: right;
}

footer .footer__link .link__info dt {
	color: #ffffff;
	display: table-cell;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
	vertical-align: middle;
}

footer .footer__link .link__info dd {
	display: table-cell;
	vertical-align: middle;
}

footer .footer__link .link__info dd ul {
	display: table;
}

footer .footer__link .link__info dd li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

footer .footer__link .link__info dd li.tel {
	font-size: 0;
	line-height: 0;
}

footer .footer__link .link__info dd li.tel img {
	width: 176px;
	height: auto;
}

footer .footer__link .link__info dd li.btn {
	width: 137px;
}

footer .footer__link .link__info dd li.btn img {
	display: none;
}

footer .footer__link .link__info dd li.btn a {
	background: url(/common/images/btn_mail.png) no-repeat;
	color: #ffffff;
	display: block;
	font-size: 10px;
	font-size: 1.1rem;
	text-align: center;
	line-height: 30px;
	padding-left: 15px;
}

footer .footer__link .link__info dd li.btn a:hover {
	background: url(/common/images/btn_mail_on.png) no-repeat;
	text-decoration: none;
}

footer .footer__company {
	padding: 30px 10px;
}

footer .footer__company .company__block {
	color: #ffffff;
	display: table;
	width: 100%;
}

footer .footer__company .company__text {
	display: table-cell;
	vertical-align: top;
}

footer .footer__company .company__text .copy {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}

footer .footer__company .company__text ul {
	display: table;
	margin: 10px 0 20px 0;
}

footer .footer__company .company__text li {
	display: table-cell;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: top;
	padding-right: 50px;
}

footer .footer__company .company__icon {
	display: table-cell;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	width: 78px;
}

footer .footer__copy {
	border-top: 1px solid #3a3a3a;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 10px;
}

footer .footer__copy .mdl__inner {
	text-align: right;
}

footer .footer__copy a {
	background: url(/common/images/arw_next.png) left center no-repeat;
	float: left;
	color: #ffffff;
	padding-left: 15px;
}

footer .footer__copy a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ****************************
	@media
**************************** */
@media (min-width: 641px) and (max-width: 999px) {
	footer .footer__link .link__info dt {
		display: none;
	}
}

@media (max-width: 640px) {
	footer {
		background-color: #151515;
	}

	footer .footer__link {
		background-color: #151515;
		padding: 10px 10px 15px 10px;
	}

	footer .footer__link .link__block {
		display: block;
		width: auto;
	}

	footer .footer__link .link__logo {
		display: block;
		vertical-align: middle;
	}

	footer .footer__link .link__logo dl {
		display: block;
		font-size: 0;
		line-height: 0;
	}

	footer .footer__link .link__logo dt {
		display: none;
	}

	footer .footer__link .link__logo dd {
		display: block;
		vertical-align: middle;
	}

	footer .footer__link .link__logo dd ul {
		display: table;
		width: 100%;
	}

	footer .footer__link .link__logo dd li {
		display: block;
		vertical-align: middle;
		padding-left: 0;
		width: 50%;
		margin: 0 auto;
	}

	/*
				footer .footer__link .link__logo dd li {
					display: table-cell;
					vertical-align: middle;
					padding-left: 0;
					width: 33.33%;
				}
				*/
	footer .footer__link .link__logo dd li a:hover img {
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	footer .footer__link .link__logo dd li a {
		border: 1px solid #5c5c5c;
		display: block;
		position: relative;
		padding: 10px;
	}

	footer .footer__link .link__logo dd li:nth-of-type(1) a {
		margin-right: 5px;
	}

	footer .footer__link .link__logo dd li:nth-of-type(2) a {
		margin-right: 5px;
	}

	footer .footer__link .link__logo dd li:nth-of-type(3) a {
		margin-left: 5px;
	}

	footer .footer__link .link__logo dd li a img {
		position: absolute;
		top: 10px;
		left: 5px;
		width: auto;
		height: 20px;
	}

	footer .footer__link .link__logo dd li a span {
		color: #ffffff;
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 20px;
		text-align: center;
		padding-left: 25px;
	}

	footer .footer__link .link__info {
		display: block;
		vertical-align: middle;
		padding-top: 20px;
	}

	footer .footer__link .link__info dl {
		display: block;
		float: none;
		text-align: center;
	}

	footer .footer__link .link__info dt {
		color: #ffffff;
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		vertical-align: middle;
	}

	footer .footer__link .link__info dd {
		display: block;
		vertical-align: middle;
		padding-top: 5px;
	}

	footer .footer__link .link__info dd ul {
		display: block;
	}

	footer .footer__link .link__info dd li {
		display: block;
		vertical-align: middle;
		padding-left: 0;
	}

	footer .footer__link .link__info dd li.tel {
		font-size: 0;
		line-height: 0;
	}

	footer .footer__link .link__info dd li.tel img {
		width: 176px;
		height: auto;
	}

	footer .footer__link .link__info dd li.btn {
		padding-top: 15px;
		width: auto;
	}

	footer .footer__link .link__info dd li.btn img {
		display: none;
	}

	footer .footer__link .link__info dd li.btn a {
		background: url(/common/images/btn_mail_sp.png) no-repeat;
		background-size: 181px 35px;
		color: #ffffff;
		display: inline-block;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		line-height: 35px;
		padding-left: 0;
		width: 181px;
	}

	footer .footer__link .link__info dd li.btn a span {
		display: block;
		padding-left: 30px;
	}

	footer .footer__link .link__info dd li.btn a:hover {
		background: url(/common/images/btn_mail_sp.png) no-repeat;
		background-size: 181px 35px;
		text-decoration: none;
	}

	footer .footer__company {
		padding: 10px 10px;
	}

	footer .footer__company .company__block {
		color: #ffffff;
		display: block;
		position: relative;
		width: 100%;
	}

	footer .footer__company .company__text {
		display: block;
		vertical-align: top;
	}

	footer .footer__company .company__text p {
		display: none;
	}

	footer .footer__company .company__text .copy {
		display: block;
		font-size: 9px;
		font-size: 0.9rem;
		line-height: 15px;
		text-align: center;
	}

	footer .footer__company .company__text ul {
		display: none;
	}

	footer .footer__company .company__icon {
		display: block;
		font-size: 0;
		line-height: 0;
		position: absolute;
		bottom: 40px;
		right: 0px;
		vertical-align: top;
		width: 39px;
	}

	footer .footer__company .company__icon img {
		width: 100%;
		height: auto;
	}

	footer .footer__copy {
		border-top: 1px solid #3a3a3a;
		background-color: #252525;
		color: #ffffff;
		font-size: 9px;
		font-size: 0.9rem;
		padding: 10px 10px;
	}

	footer .footer__copy .mdl__inner {
		text-align: right;
	}

	footer .footer__copy a {
		background: url(/common/images/arw_next_sp2.png) left center no-repeat;
		background-size: 5px 8px;
		float: left;
		color: #ffffff;
		padding-left: 10px;
	}

	footer .footer__copy a:hover {
		color: #ffffff;
		text-decoration: none;
	}
}