@charset "UTF-8";

  a.button.js-login-url{
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
  a.button.js-login-url:hover {
  background: #fff;
  color: #333;
}
  a.button.js-login-url::before {
  border-color: transparent #fff;
}
  a.button.js-login-url:hover::before {
  border-color: transparent #333;
}
@media screen and (max-width: 767.9px) {
  div.box-image.img-scroll {
    overflow: scroll;
  }
  div.box-image.img-scroll img {
    max-width: max-content;
  }
  div.button_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  div.button_box a{
    max-width: 400px;
  }
  div.button_box a span{
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  p.text-message.text-large {
    font-size: 24px;
  }
  div.box-image.img-scroll {
    padding: 0;
  }
  div.button_box {
    text-align: center;
  }
  div.button_box a span{
    font-size: 14px;
  }
}
