@charset "UTF-8";
/*
    Template: swell
    Theme Name: SpotlightWP_C
    Theme URI: https://spotlight-web.com
    Description: SpotlightWP_Cの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO Spotlight
    Author URI: https://spotlight-web.com

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


/* reCAPTCHAの保護マークの調節 */
.grecaptcha-badge {
bottom: 10px;
right: 10px;
	/* 85%縮小は0.85 */
transform: scale(0.50);
	/* 透過60%は0.6 */
opacity: 0.0;
}