/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* 送信ローダーの位置調整 */
.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.wpcf7-submit-block {
    position: relative;
    margin-bottom: 2em; /* 要調整(*1) */
	text-align:center;
}

.wpcf7-submit-block input[type='submit'] {
    min-width: 200px;
}

/* 送信ローダークリック時 */
.wpcf7-submit.wpcf7-active {
    pointer-events: none;
    opacity: .5;
}

/* Contactform - お問い合わせフォーム */

label{width:100%;}
div.wpcf7 .ajax-loader {display: none !important;}
div.wpcf7 { background: #fafafa; border: 1px solid #ddd; font-size: 14px; margin: 0 0 2.5em !important; padding: 0; width: 100%; }
div.wpcf7 form { margin: 1.5em 1.5em 0; }
div.wpcf7 h4 { margin-bottom:0em; font-size: 16px; background:none; }
div.wpcf7 p { margin-bottom: 1em; font-size: 16px; }
div.wpcf7 input, .wpcf7 textarea { border: 1px solid #ccc; box-sizing: border-box; line-height: 1.2; padding: 8px; width: 100%; }
div.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { border: 1px solid #ccc; max-width: 97%; padding: 8px; width: auto; }
div.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size: 14px; line-height: 1.2; }
div.wpcf7 .wpcf7-list-item { display: block; }
div.wpcf7 textarea { height: 300px; }
div.wpcf7 input:focus, .wpcf7 textarea:focus { border: 1px solid #bbb; outline: none; }
div.wpcf7 .wpcf7-submit { box-sizing: border-box; position: relative; display: block; width: 225px; height: 48px; margin: 30px auto 0; background-color: #6ec9af; cursor: pointer; border: none !important; color: #000; text-align: center; text-decoration: none; font-size: 14px; line-height: 1.5; outline: none; transition: all .3s; }

