@charset "UTF-8";
@import url("set.css");
@import url("print.css");
/*@import url("inview.css");*/
/*@import url("toggle_menu.css");*/


/* Scroll Navi Part */

#totop {
  position: fixed;
  right: 25px;
  bottom: 30px;
  display: none;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.6s ease;
  cursor: pointer;
}

#totop img {
  width: 65px;
  height: auto;
  transition: transform 0.3s ease;
}

#totop:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}