#footer {
	width: 100%;
	padding: 40px 0 80px;
	background: rgba(255, 255, 255, .8);
}
@media all and ( max-width: 480px ) {
	#footer {
		width: 100%;
		padding: 6.25% 0 9.4%;
		background: #fff;
	}
}

	.koeilink {
		width: 100%;
		margin: 0 0 40px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: -.4em;
		text-align: center;
	}
		.koeilink li {
			display: inline-block;
			height: 40px;
			padding: 0 40px;
			line-height: 1.4;
			letter-spacing: normal;
			vertical-align: middle;
		}
		.koeilink li:not(:last-child) {
			padding: 0 42px 0 40px;
			background: url(../common/img/footer_separator01.png) no-repeat 100% 0;
		}
		.koeilink li span {
			font-size: 12px;
		}
		.koeilink a {
			color: #000;
			text-decoration: none;
		}
		.koeilink a:hover {
			opacity: .6;
		}
	@media all and ( max-width: 480px ) {
		.koeilink {
			width: 81.25%;
			margin: 0 auto 6.25%;
		}
			.koeilink li {
				display: block;
				width: 100%;
				padding: 0;
				font-size: 12px;
				font-size: 1.2rem;
				text-align: center;
				background-image: url(../common/img/footer_separator01.png), url(../common/img/footer_separator01.png);
				background-repeat: no-repeat;
				background-position: left top, right top;
				background-size: auto auto;
			}
			.koeilink li:not(:last-child) {
				margin: 0 0 3.8%;
				padding: 0;
				background-image: url(../common/img/footer_separator01.png), url(../common/img/footer_separator01.png);
				background-repeat: no-repeat;
				background-position: left top, right top;
				background-size: auto auto;
			}
			.koeilink li p {
				display: table;
				width: 100%;
				height: 40px;
			}
			.koeilink li a {
				display: table-cell;
				width: 100%;
				height: 40px;
				vertical-align: middle;
			}
			.koeilink li span {
				font-size: 10px;
				font-size: 1.0rem;
			}

	}

	.sns {
		width: 100%;
		height: 40px;
		margin: 0 0 40px;
		letter-spacing: -.4em;
		text-align: center;
	}
		.sns li {
			display: inline-block;
			width: 40px;
			letter-spacing: normal;
		}
		.sns li:not(:last-child) {
			margin: 0 20px 0 0;
		}
			.sns li a:hover {
				opacity: .6;
			}
			.sns li img {
				width: 100%;
			}
	@media all and ( max-width: 480px ) {
		.sns {
			margin: 0 0 6.25%;
		}
	}

	.reguration {
		width: 100%;
		margin: 0 0 40px;
		letter-spacing: -.4em;
		text-align: center;
	}
		.reguration li {
			display: inline-block;
			height: 74px;
			letter-spacing: normal;
			vertical-align: top;
		}
		.reguration li:not(:last-child) {
			margin: 0 40px 0 0;
		}
	@media all and ( max-width: 480px ) {
		.reguration {
			width: 90.6%;
			margin: 0 auto 6.25%;
		}
			.reguration li {
				height: auto;
			}
			.reguration li:nth-child(1) {
				width: 10%;
			}
			.reguration li:nth-child(2) {
				width: 14.8%;
			}
			.reguration li:nth-child(3) {
				width: 25.8%;
			}
			.reguration li:nth-child(4) {
				width: 19.1%;
			}
			.reguration li:nth-child(5) {
				width: 6.4%;
			}
			.reguration li:not(:last-child) {
				margin: 0 5.8% 0 0;
			}
	}
	
	#footer p {
		color: #000;
		font-size: 12px;
		line-height: 1.6;
		text-align: center;
	}
		#footer p.sp {
			display: none;
		}
		.attention {
			margin: 0 0 20px;
		}
	@media all and ( max-width: 480px ) {
		#footer p {
			font-size: 10px;
			font-size: 1.0rem;
			line-height: 1;
		}
		#footer p.sp {
			display: block;
		}
		#footer p.pc {
			display: none;
		}
			.attention {
				width: 100%;
				margin: 0 0 5.6%;
			}
			.copyright {
				width: 100%;
			}
	}