@charset "UTF-8";

/*------パーツ 足跡1つ 茶色------*/
#footprints_icon2 + div::after {
    background-position: 95% 100%;
    background-size: 100px auto;
}
@media screen and (max-width: 900px){
  #footprints_icon2 + div::after {
    background-position: 95% 98%;
    background-size: 80px auto;
  }
}