.app_footer {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.foot_all {
		width: 100%;
	}
	.pc_footer {
		display: none;
	}
	.app_footer {
		display: block;
	}
	.app_footer span {
		color: white;
	}
	.app_footer span a {
		color: white;
	}
	.app_footer {
		text-align: center;
		padding: 2%;
	}
	.app_footer div {
		line-height: 30px;
	}
	.app_footer div:last-child img {
		text-align: center;
		width: 25%;
	}
}