/*
Theme Name: lignting-child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
*/
      /* Contact Form 7 カスタムCSS */
        form.wpcf7-form {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            border-radius: 8px;
            font-family: 'Noto Sans JP', Arial, sans-serif;
        }
        .wpcf7-form-control-wrap {
            display: block;
        }
        .wpcf7-form label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            color: #333333;
            font-size: 1rem;
        }
        .wpcf7-form label span.required,
        .wpcf7-form span.required,
        span.required {
            color: #e74c3c !important;
            font-size: 0.8rem !important;
            margin-left: 3px !important;
            font-weight: bold !important;
        }
        .wpcf7-text,
        .wpcf7-email,
        .wpcf7-tel,
        .wpcf7-textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 0.9rem;
            box-sizing: border-box;
            background-color: #ffffff;
        }
        .wpcf7-textarea {
            height: 120px;
            resize: vertical;
        }
        
        /* プライバシーポリシー用のスタイル */
        .privacy-policy-section {
            margin-top: 20px;
            margin-bottom: 20px;
            padding: 15px;
            background-color: #f8f9fa;
            border-radius: 4px;
        }
        .privacy-policy-section label {
            font-weight: bold;
            color: #333333;
            margin-bottom: 10px;
        }
        .privacy-checkbox-wrapper {
            display: flex;
            align-items: center;
            margin-top: 0px;
        }
        .wpcf7-checkbox {
            margin-right: 8px;
        }
        .privacy-policy-text {
            font-size: 0.9rem;
            color: #555555;
        }
        .privacy-policy-link {
            color: #67B99A;
            text-decoration: underline;
            cursor: pointer;
            transition: color 0.3s;
        }
        .privacy-policy-link:hover {
            color: #67B99A;
        }
        
        .wpcf7-submit {
            background-color: #f78da7 !important;
            color: #ffffff;
            padding: 12px 30px;
            border: none !important;
            border-radius: 4px;
            font-size: 1.3rem !important;
            cursor: pointer;
            margin-top: 10px;
            transition: background-color 0.3s;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
        .wpcf7-submit:hover {
            background-color: #5aa085;
        }
        .wpcf7-form p {
            margin-bottom: 0px;
        }
        .wpcf7-not-valid {
            border-color: #e74c3c !important;
        }
        .wpcf7-response-output {
            margin-top: 15px;
            padding: 10px;
            border-radius: 4px;
        }
        .wpcf7-mail-sent-ok {
            background-color: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }
        .wpcf7-validation-errors {
            background-color: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }

/* ラジオボタンのレイアウト */
.wpcf7-radio .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}




        @media screen and (max-width: 500px) {
            form.wpcf7-form {
                margin: 10px;
                padding: 15px;
            }
			
		#submit-button input[type=submit]{
font-size:1.4rem !important;
			}
            
            #submit-button .wpcf7-submit {
                font-size: 1.5rem !important ;
            }
            
            .privacy-checkbox-wrapper {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .wpcf7-checkbox {
                margin-bottom: 5px;
            }
        }

@media screen and (max-width: 500px) {
    #submit-button {
        font-size: 1.5rem !important;
        padding: 15px 40px !important;
        margin-top: 2rem !important;
        -webkit-text-size-adjust: none !important;
        -moz-text-size-adjust: none !important;
        -ms-text-size-adjust: none !important;
        text-size-adjust: none !important;
    }
}


/* wpcf7-list-itemの左余白を削除 */
.wpcf7-list-item {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
