@charset "UTF-8";

/*------パーツ右下アイコン追加 足跡5つ 茶色------*/
#footprints_icon2 + section::after {
    width: 239px;
    height: 40px;
    right: 5%;
    background-repeat: space;
    background-size: 40px auto;
}
@media screen and (max-width: 900px){
  #footprints_icon2 + section::after {
      width: 208px;
      background-size: 35px auto;
  }
}