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

.REQUEST{background: #F2714A;}
.REQUEST span{color: white;}
/*PC・SP*/

h2::after { display: none; }
.sp {display: none;}
@media screen and (max-width: 740px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 640px){


#footer strong a{align-items: center;}
/* #footer strong a img{height: 24px;} */

}