/*
Theme Name: GENESIS-child
Description: WordPressテーマ「GENESIS」の自作子テーマです。
Template: genesis_tcd103
Version: 1.12.3
Text Domain: tcd-genesis
*/


/* reCAPTCHAバッジを左下に配置 */

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}