@charset "UTF-8";

.pwa-contact{
  /* 必要ならページ固有の余白や最大幅をここで */
}

.pwa-contact__title{
  font-size: 18px;
  font-weight: 900;
  margin: 8px 0 6px;
  text-align: center;
}

.pwa-contact__lead{
  font-size: 12px;
  line-height: 1.7;
  opacity: .75;
  margin: 0 0 12px;
  text-align: center;
}

/* reCAPTCHAの上下間隔 */
.pwa-contact .g-recaptcha{
  margin-top: 4px;
}

/* 送信中の見た目（任意） */
.pwa-btn[disabled]{
  opacity: .6;
  cursor: not-allowed;
}