@charset "UTF-8";
/*
Theme Name: WEST Theme
Author: 
Author URI: 
Version: 1.0
*/

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}
.wpcf7-response-output {
  text-align: center;
}

.grecaptcha-badge {
  display: none;
  bottom: 115px!important;
  z-index: 50;
}
.page-id-17 .grecaptcha-badge,
.page-id-21 .grecaptcha-badge {
  display: block;
}
  @media screen and (max-width: 999px) {
    .grecaptcha-badge {
      bottom: 20vw!important;
    }
  }