@charset "utf-8";

.vBox_arr.arr_center > li:not(:last-child)::after{
  left: 50%;
  transform: translateY(-50%);
}