@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width:  640px) and (max-width: 999px) {
  .preorder .c-button-box {
    padding-bottom: 15px;
  }
  .preorder .c-button-box .btn {
    width: 19em;
    padding: 3px 16px 8px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }
}
.preorder .c-button-box .btn .c-button-box__caption {
  margin: 0;
  line-height: 16px;
  color: inherit;
}
.preorder .c-button-box__title {
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 8px;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .preorder .c-button-box__title {
    font-size: 12px;
  }
}
.c-button-box__link {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 18px;
}
.c-button-box__link a {
  color: #424242 !important;
}
.c-button-box__link a:hover {
  color: #eb1c23 !important;
}
@media screen and (max-width: 639px) {
  .c-button-box__link a {
    display: inline-block;
    width: 197px;
  }
}
.c-button-box__caption {
  text-align: center;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-button-box__caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c-button-box__caption::before,
.c-button-box__caption::after {
  content: "—";
  display: inline-block;
  margin: 0 0.25em;
}
.c-button-box__button {
  background-color: #1485c6;
  border-color: #1485c6;
  font-size: 22px;
}
.c-button-box__button:disabled {
  background-color: #959595;
  border-color: #959595;
  cursor: not-allowed;
}
.c-button-box__button:hover {
  background-color: #0f6698;
  border-color: #0f6698;
}
.c-button-box__button:active,
.c-button-box__button:focus {
  background-color: #0f6698;
  border-color: #0f6698;
}

