/*
Theme Name: Lightning Child 
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/

.wpforms-entry-preview-label {
    background: #f2f5fa !important;
    font-weight: bold !important;
    color: #000 !important;
}

.wpforms-field-layout .wpforms-field-label {
    padding: 15px 0 0 0 !important;
    margin: 0 !important;
    font-size: 16px !important;
}

.wpforms-field-layout .wpforms-field-label:before {
    display: none !important;
}

.wpforms-page-next,
.wpforms-submit {
    color: #fff !important;
    border-radius: 100px !important;
    background: #cc1d2a !important;
    width: 40% !important;
    margin: 0 auto !important;
    display: block !important;
}

.wpforms-page-prev {
    color: #fff !important;
    border-radius: 100px !important;
    background: #707379 !important;
    width: 30% !important;
    margin: 0 auto !important;
    display: block !important;
}

.wpforms-page-next:hover,
.wpforms-submit:hover {
    background: #cc1d2a !important;
}