@charset "UTF-8";
/* CSS Document */

/* ============================================================
   大枠
============================================================ */
.main {background: #f5f5f5;overflow: hidden;}

/* ============================================================
   recaptcha
============================================================ */
.recaptcha-pos {
  transform: scale(.7);
  display: flex;
  justify-content: center;
}

.recaptcha-pos .grecaptcha-badge {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) !important;
}
