/**
 * Contact Form 7 add confirm - 確認画面スタイル
 *
 * オリジナル: contact-form-7-add-confirm v5.1 (Eyeta Co.,Ltd.)
 *
 * #773 https://ryuky1572.backlog.jp/view/KBR_DGM-236
 */
.wpcf7c-elm-step2 {}
.wpcf7c-elm-step3 {}
.wpcf7 .ajax-loader{}

.wpcf7c-hide {display: none;}
.wpcf7c-force-hide {display: none !important;}
.wpcf7c-conf {
    opacity: 0.5 !important;
    pointer-events: none;
}

/* 確認画面の送信・修正ボタンの余白調整 */
.wpcf7-form .wpcf7-submit {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
.wpcf7-form .wpcf7-back {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
.wpcf7-form p:has(.wpcf7-submit),
.wpcf7-form p:has(.wpcf7-back) {
    margin: 0 !important;
    padding: 0 !important;
}
