/*日吉　中央寄せデバイスボタン／デバイスTOPページ需給ボタン　丸ごとアプリケーションボタン*/
.jukyu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  width: 30%;
  height: 40px;
  transition: 0.3s;
  background-color: #0288d1;
  margin:auto;/*中央*/
}
.jukyu-button:hover {
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .jukyu-button {
   width: 100%;
  }
 }