/*641px〜PC　PC上では見えないようにする*/
@media print, screen and (min-width:481px){
	.footer_area{
		display: none;
}	
}

.footer_area {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 0;
}
.footer_area_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-right: 2%;
	padding-left: 2%;
}

.footer_area_inner img {
	width: 99.5%;
}

.footer_area_inner a:hover {
    opacity: 1;
}

.btn_form {
	padding-right: 2%;
	}

#siteBottom{
	margin-bottom: 85px;
}
