@charset "UTF-8";
/*
 * common/css/footer.css
 */


/* # =================================================================
   # フッター
   # ================================================================= */

footer {
	width: 100%;
	background: #FFFFFF;
	border-top: 1px solid #000000;
}
footer .btn_contact .icon_mail {
	width: 15px;
	height: auto;
	position: absolute;
	top: 19px;
	left: 15px;
}
.footer_link_list li {
	height: 15px;
	line-height: 0;
	display: inline-block;
}
.footer_link_list li a {
	color: #666666;
	font-size: 13px;
	line-height: 15px;
}
.footer_link_list li a:hover {
	color: #297FC9;
}
.copyright {
	color: #666666;
}
.footer_note {
	color: #666666;
	font-size: 12px;
}
.page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
}
.page_top a {
	width: 56px;
	height: 56px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #297FC9;
	display: block;
	transition: .3s;
}	
.page_top a:hover {
	background: #ECF2F5;
}
.page_top a::before,
.page_top a::after{
	content: '';
	vertical-align: middle;
	position: absolute;
	top: 6px;
	bottom: 0;
	right: 0;
	left:0;
	margin: auto;
}
.page_top a::before {
	width: 15px;
	height: 15px;
	border-top: 1px solid #297FC9;
	border-left: 1px solid #297FC9;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media print, screen and (min-width:751px) {
	footer {
		padding: 30px 0;
		overflow: hidden;
	}
	.footer_link_list  {
		margin: 0 0 20px;
	}
	.footer_link_list li {
		margin-right: 40px;
		margin-bottom: 20px;
		position: relative;
	}
	.footer_link_list li:first-child {
		border-left: none;
		margin-left: 0;
	}
	.footer_link_list li::before {
		content: '';
		width: 1px;
		height: 100%;
		background: #CCCCCC;
		display: block;
		position: absolute;
		top: 0;
		right: -20px;
	}
	.footer_link_list li:last-child::before {
		display: none;
	}
	.copyright {
		font-size: 13px;
	}
}

@media print, screen and (max-width:750px) {
	footer {
		text-align: center;
		padding: 30px 0 20px;
	}
	.footer_link_list  {
		text-align: center;
		margin: 0 auto 30px;
	}
	.footer_link_list li {
		width: 100%;
		margin: 15px auto;
	}
	.footer_link_list li a {
		padding: 0 10px;
	}
	.copyright {
		font-size: 10px;
		text-align: center;
	}
}
