.recaptcha {
  margin: 20px 0;
}

.g-recaptcha > div {
  margin: 0 auto;
}

.payment-form.mobile{
  display: none;
}
.mobile table{
  margin-top: -1px;
}
.mobile table select{
  width: 100%;
}
.mobile .submit-frame {
  margin: 15px;
}

/* ----------  - 767  ---------- */
@media only screen and (max-width: 767px) {
  .payment-form.mobile{
    display: block;
  }
  .payment-form.pc{
    display: none;
  }


}

@media only screen and (max-width: 479px) {
  .header {
    position: relative;
    height: 58px;
  }

  .page .main-content {
    margin: 0 auto 0;
    padding: 30px 0 !important;
  }

  .g-recaptcha {
    margin: 20px 0;
    -webkit-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    -o-transform: scale(0.77);
    transform: scale(0.77);
  }
}