@charset "UTF-8";
/* 追加CSS */

/* ===============================================
# 2026.03.02 修正
=============================================== */
.side_fix .side-img {
  list-style: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side_fix .side-img img {
  width: 300px;
  height: 80px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side_fix .side-img:hover {
  -webkit-transform: translateX(-219px);
          transform: translateX(-219px);
}