.arrow-heading {
 position:
 relative;
 padding-right: 75px !important;
 padding-bottom: 12px !important;
 padding-top: 2px !important;
 margin-block: 30px !important;
 font-weight: bold;
 font-size: 0.9rem;
 width: fit-content;
}
.arrow-heading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 3px;
  bottom: 0;
  height: 3px;
  background-color: #0062c2;
}
.arrow-heading::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #0062c2;
  transform: skewX(47deg);
  transform-origin: bottom right;
}


footer #download-document{
  position: fixed;
  right: 0;
  top: 147px;
  z-index: 999;
}

footer #download-document a{
  display:block;
}

footer #download-document img{
  width: 156px;
  height: auto;
  border:none;
  transition: 0.3s ease;
}

/* hoverで画像切替 */
footer #download-document a:hover img{
  content: url("/business/download/copiers/v3upd/img/bnr_download_on.png");
}

/* SP */
@media only screen and (max-width: 599px) {
  footer #download-document{
    right: 0;
    bottom: 450px;
  }

  footer #download-document img{
    width: 80px;
  }
}