/* 複数会場表記 */
#sct4 h2:nth-of-type(1)::before {
  background-image: url(https://tochi-fes.jp/parts/ver2/venue/icon_1.png);
}
#sct4 h2:nth-of-type(2)::before {
  background-image: url(https://tochi-fes.jp/parts/ver2/venue/icon_2.png);
}
#sct4 h2:nth-of-type(3)::before {
  background-image: url(https://tochi-fes.jp/parts/ver2/venue/icon_3.png);
}
#sct4 h2:nth-of-type(4)::before {
  background-image: url(https://tochi-fes.jp/parts/ver2/venue/icon_4.png);
}
#sct4 h2:nth-of-type(5)::before {
  background-image: url(https://tochi-fes.jp/parts/ver2/venue/icon_5.png);
}
#sct4 h2:nth-of-type(6)::before {
  background-image: url(https://tochi-fes.jp/parts/ver2/venue/icon_6.png);
}
#sct4 h2:nth-of-type(7)::before {
  background-image: url(https://tochi-fes.jp/parts/ver2/venue/icon_7.png);
}
#sct4 h2:nth-of-type(8)::before {
  background-image: url(https://tochi-fes.jp/parts/ver2/venue/icon_8.png);
}
#sct4 h2:nth-of-type(9)::before {
  background-image: url(https://tochi-fes.jp/parts/ver2/venue/icon_9.png);
}
#sct4 h2:nth-of-type(10)::before {
  background-image: url(https://tochi-fes.jp/parts/ver2/venue/icon_10.png);
}
/* //複数会場表記 */