@charset "UTF-8";
/* 追加CSS */
/* ===============================================
# 修正 2025.11.6
=============================================== */
html body #front_sec06 .ftr_banner {
  margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  html body #front_sec06 .ftr_banner {
    margin-top: 20px;
  }
}
html body #front_sec06 .ftr_banner:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.side_fix .site {
    background: #F9CA23;
}