@charset "UTF-8";

/* 
Theme Name:follot-web
Author: Coobal co.ltd.
Author URI: http://www.coobal.co.jp/
Description: official follot-web theme.
Version: 0.1
*/

/* ===== reCAPTCHA v3 バッジ =====
   Google の api.js が動的に挿入する要素。インラインstyleに z-index が入らず
   固定ヘッダー等の下に潜り込むため、全テーマ共通で指定する。
   このファイルは各子テーマが 'parent-style' として読み込んでいる。 */
.grecaptcha-badge {
  z-index: 999;
}