@charset "utf-8";
/* CSS Document */

a{text-decoration: none;}
img{max-width: 100%;}

.smf_pdflink {
  position: fixed;
  right: calc(50% - 700px);
  bottom: 140px;
  z-index: 200;
}
.smf_pdflink a {
  border: solid 6px #FFF;
  background-color: #C30D23;
  border-radius: 46px;
  color: #FFEB9C;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 1em 1.5em;
  font-weight: bold;
  box-shadow: 0px 0px 15px -5px #333;
}

.tss_gotop img{width: 80px;}


@media screen and (max-width: 1440px) {
  .smf_pdflink {
      right: 16px;
  }
}
@media screen and (max-width: 800px) {
  .smf_pdflink {
    bottom: 34vh;
  }
}
@media screen and (max-width: 420px) {
  .smf_pdflink {
      bottom: 175px;
  }
}