/* hulft30th download CSS */

html {
  height: 100%;
}
body {
  background-color: #F57300;
  height: 100%;
}
main {
  margin-top: 0 !important;
}
.download-page {
  color: #fff;
  padding: 50px 35px;
  text-align: center;
}
.download-page h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.download-page .text-note {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 30px;
}
.download-page figure {
  margin: 40px auto 0;
  max-width: 400px;
}
.download-page .button-close {
  margin: 50px auto 0;
  width: 100px;
}
.download-page .button-close input {
  background-color: #F5A000;
  border-radius: 50px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  height: 36px;
  width: 100%;
}