@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/

.REQUEST{background: #333;}
.REQUEST span{color: white;}
/*PC・SP*/
.pc{display: block;}
.sp{display: none;}


@media screen and (max-width: 640px){
/*PC・SP*/
.pc{display: none;}
.sp{display: block;}

#footer .pc{display: none;}
#footer .sp{display: flex;justify-content: center;}
#footer strong a{align-items: center;}
#footer strong a img{height: 24px;}

}