.tenshoku_floating_banner {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background: #878787c3;
  line-height: 0;
}

.tenshoku_floating_banner .floating_canvas {
  max-width: 1350px;
  margin: 0 auto;
  background-color: #fff;
}

.tenshoku_floating_banner a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
