@charset "UTF-8";
/* CSS Document */

/* ====================================================
add_20220823
==================================================== */

.hdLink {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  z-index: 9999;
}

.hdLink a {
  display: block;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
padding: 10px 12px;
height: 210px;
width: 40px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  font-style: normal;
  background: #000;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
.hdLink {
  top: 30%;
}
}