/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* 問い合わせフォームのデザイン調整 */
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 40px;
}

.wpcf7 .wpcf7-form center input.wpcf7-form-control.has-spinner.wpcf7-submit, .wpcf7 .wpcf7-form center span.wpcf7-spinner {
	position: relative;
	left: 36px;
}

.spacer40 {
	height: 40px;
}

span.recaptcha-txt {
    color: #909090;
}