@charset "utf-8";

/*
************************************************************************
* フッター
* @copyright Revolme Inc.
************************************************************************
*/
footer
{
	background-color:#0a8228;
}

footer .logo
{
	text-align:center;
}

/*
************************************************************************
* コピーライト
************************************************************************
*/
footer .copyright
{
	color:#FFFFFF;
	font-size:1.2rem;
	line-height:1;
	text-align:center;
}
/* == タブレットサイズ ==========================================================*/
@media screen and (max-width: 1400px) {
}
/* == スマートフォンサイズ ==========================================================*/
@media screen and (max-width: 640px) {
}