/*
Theme Name: Lightning Child 
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/

.repeater-wrapper span {
    font-weight: bold !important;
}

.repeater-border {
    border: 1px solid #6db854 !important;
    height: 1px !important;
    background: #6db854 !important;
}

form[id*="wpforms-form-"] .wpforms-field-divider h3 {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.wpforms-divider-green {
    padding: 10px !important;
    background-color: #6db854 !important;
    border-radius: 3px !important;
}

.button-2 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 250px !important;
    margin: 0 auto !important;
    padding: .9em 2em !important;
    border: none !important;
    border-radius: 25px !important;
    background-color: #2589d0 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 1em !important;
}

.button-2:disabled {
    background-color: #cccccc !important;
    cursor: not-allowed !important;
}

.button-2:hover:not(:disabled) {
    background-color: #1579c0 !important;
}

.wpforms-hidden-field {
    display: none !important;
}

/* Square郵便番号フィールドを非表示 */
.sq-input-wrapper.postal-input-wrapper {
    display: none !important;
}

.attendanceList {
    margin: 20px 0 !important;
    padding: 25px !important;
    background: #f8f9fa !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #e9ecef !important;
}

.attendanceList h3 {
    color: #2c3e50 !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    font-size: 1.3em !important;
    font-weight: 600 !important;
    position: relative !important;
}

.attendanceList h3::after {
    content: '' !important;
    position: absolute !important;
    bottom: -3px !important;
    left: 0 !important;
    width: 60px !important;
    height: 3px !important;
    background: #4a90e2 !important;
}

.attendanceList .attendee {
    background: white !important;
    padding: 18px !important;
    margin-bottom: 15px !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #edf2f7 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.attendanceList .attendee:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.attendanceList .attendee:last-child {
    margin-bottom: 0;
}

.attendanceList .attendee-name {
    font-size: 1.2em;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e2e8f0;
}

.attendanceList .attendee-kana {
    font-size: 0.95em;
    color: #718096;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.attendanceList .attendee-school {
    font-size: 0.95em;
    color: #4a5568;
    display: flex;
    align-items: center;
    gap: 8px;
}

.attendanceList .attendee-school span {
    background: #6db854;
    color: white;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 0.85em;
    font-weight: 500;
}

input#wpforms-1084-field_81 {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.message {
    background-color: #e8f5e9 !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    margin: 15px 0 !important;
    color: #2e7d32 !important;
    font-size: 1em !important;
    line-height: 1.5 !important;
    border: 1px solid #c8e6c9 !important;
}

.no-message,
.ng-message,
.error-message {
    background-color: #ffebee !important;
    padding: 15px 20px !important;
    border-radius: 8px !important;
    margin: 15px 0 !important;
    color: #c62828 !important;
    font-size: 1em !important;
    line-height: 1.5 !important;
    border: 1px solid #ffcdd2 !important;
}