<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ãƒ†ã‚¹ãƒˆç’°å¢ƒéžè¡¨ç¤º*/
.test_set {
  /*display: none;*/
}

.test_set_on {
  display: none;
}

/*ãƒ†ã‚¹ãƒˆç’°å¢ƒéžè¡¨ç¤º*/
.button_area {
  position: fixed;
  right: 0;
  top: 315px;
  width: 70px;
  height: auto;
  z-index: 10000;
}

.button_area a {
  display: block;
  margin: 10px 0;
}

/* ã‚¹ãƒžãƒ›ç”¨ã‚¹ã‚¿ã‚¤ãƒ«ï¼ˆç”»é¢å¹…ãŒ768pxä»¥ä¸‹ã®å&nbsp;´åˆï¼‰ */
@media screen and (max-width: 768px) {
  .button_area {
    top: unset;
    bottom: 6px;
    width: 97%;
    height: 100px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .button_area a {
    display: block;
    margin: 10px 0;
    width: 48%;
    height: 100%;
  }

  .ptd-3 {
    padding-bottom: 20%;
  }
}
</pre></body></html>