@charset "UTF-8";
/* 

テーマのデザイン設定

 */
/* Google reCAPTCHA */
.grecaptcha-badge {
  z-index: 8990 !important;
  bottom: 80px !important;
}

@media all and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 70px !important;
  }
}
@media all and (max-width: 579px) {
  .grecaptcha-badge {
    bottom: 50px !important;
  }
}
@media all and (max-height: 479px) {
  .grecaptcha-badge {
    bottom: 10px !important;
  }
}
