@charset "UTF-8";

.c5-step-orange {
  color: #f5683a;
}

.c5-step dd {
  margin: 0;
}

.c5-step .c5-step__change {
  cursor: pointer;
}

.c5-step--hide {
  color: #2f353d;
  display: none;
}

.c5-coupon {
  background: #e4e7ec;
  margin: 20px auto 0 auto ;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 639px) {
  .c5-coupon {
    margin: 10px auto 0 auto ;
    padding: 10px;
  }
}

.c5-coupon .c5-coupon__caution{
  text-align: center;
}

.c5-coupon__cell {
  padding: 5px 5px 0 5px;
}

.c5-coupon__block {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .c5-coupon__block {
    display: block;
    text-align: center;
  }
  .c5-coupon__block2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.c5-bg__gray {
  padding: 20px;
  background-color: #e4e7ec;
}

.c5-check .s5-secondaryButtonV3.s5-secondaryButtonV3--full {
  background-color: transparent !important;
  cursor: default;
  color: #2f353d !important;
  border-width: 1px;
  border-color: #959595;
}

.c5-check .s5-secondaryButtonV3.s5-secondaryButtonV3--full:hover {
  background-color: #e4e7ec !important;
  color: #2f353d !important;
}

.c5-check .s5-secondaryButtonV3.s5-secondaryButtonV3--full:hover:before {
  opacity: 1 !important;
}

.c5-check .s5-secondaryButtonV3--full {
  display: block !important;
  width: 100% !important;
  background-color: #2d75c7 !important;
  cursor: default;
  color: #FFF !important;
  padding: 8px 0;
  border-style: solid;
  border-width: 1px;
  border-color: #2d75c7;
}

.c5-info__signIn--btn a:hover {
  color: #ffffff;
}
