@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


.grecaptcha-badge {
    opacity: 0.3 !important; /* 0 に近いほど透明、1 が通常 */
    transition: opacity 0.3s ease;
}

/* ページトップボタンを指定して移動 */
    #pagetop.c-fixBtn {
        position: relative;
        bottom: 60px; /* 上に移動させる量 */
    }