@charset "UTF-8";
/* contactForm7 send display */
.sent_space{
  display: none;
  }
  .sent .sent_space{
    display: none;
    width: 320px;
    margin: 20px auto 20px;
    padding: 30px 3px;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 92%;
    color: #3c88d9;
    border-top: 1px solid #3c88d9;
    border-bottom: 1px solid #3c88d9;
    border-left: none;
    border-right: none;
}

div.wpcf7-response-output {
  display: none !important;
  padding: 30px 3px;
  text-align: center;
  }
  /* error text */
  div.wpcf7-spam-blocked,
  div.wpcf7-validation-errors{
    display: none;
    border-top: 1px solid #F69;
    border-bottom: 1px solid #F69;
    border-left: none;
    border-right: none;
    letter-spacing: 0.2em;
    font-size: 92%;
    color: #f69;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 320px;
    margin: 10px auto 20px;
  }
  /* send icon circle */
  table.mailform tr td.srBtn span.ajax-loader {
    width: 16px !important;
    height: 16px;
    margin: 0px auto !important;
  }
  /* forget text input */
  table.mailform tr td textarea{
    text-align: left;
  }
  /* misstake input */
  .wpcf7 span.wpcf7-not-valid-tip {
    display: none;
  }
  .wpcf7 .wpcf7-not-valid {
    background: #FEF7FA !important;
}
/* contactForm7 send display end */

/* reCAPTCHA none display */
.grecaptcha-badge {
  opacity: 0;
}
/* reCAPTCHA none display end */