@charset "utf-8";
/*
************************************************************************
 グローバルフッター
************************************************************************
*/
#global-footer-contents {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding:0.5em;
	
	background: var(--brand-color-grd);
}
#global-footer-contents .copyrights
{
	font-size:0.8em;
	line-height:1.2;
	
	color:var(--accent-font-color);
}
/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1040px) {
}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
}
