/*
Theme Name: aimama
Theme URI: https://aimama.jp/
Author: prezy
Description: My first theme
Version: 1.0
*/

/* ======= 全体の基本設定 ======= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    text-align: center;
}

/* Google reCAPTCHA のバッジを非表示 */
.grecaptcha-badge {
    visibility: hidden;
}
