﻿@charset 'utf-8';
.footer__app{
	/*padding-bottom: 0;
	*/
}
/*SPの時*/
@media only screen and (max-width: 768px) {
	.footer__app.footer__box.app_sp {
		display: block;
	}
	.footer__app.footer__box.app_pc {
		display: none;
	}
}
/*PCの時*/
@media only screen and (min-width: 769px) {
	.footer__app.footer__box.app_sp {
		display: none;
	}
	.footer__app.footer__box.app_pc {
		display: block;
		width: 100%;
		margin-bottom: 2.830189%;
	}
	.footer__brand{
		/*padding-bottom: 28px;
		width: 100%;
		margin: 0;
		*/
	}
}
