@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
/*==================
footer
==================*/
footer{
    position: relative;
	text-align: center;
	letter-spacing: 0.1em;
	color:  #000;
	font-size: 80%;
	font-family:"Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #f7d222;
}
footer a{
	color:  #000;
}

footer a:hover{
	opacity:0.7;
}

footer p{
	padding: 1em;
	vertical-align: middle;
	border-bottom: 1px solid #ffffff;
}

footer .footerBanner img{
	margin-bottom: 5px;
	width: 32%;
	max-width: 200px;
}

footer .footerCopy{
	border: none;
}

footer .banner_app{
    max-width: 600px;
    width: 60%;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    footer{
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 480px) {
}