@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: https://lightning.nagoya/ja/
Template: lightning
*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="select"],
.wpcf7 textarea
{
	float : none; 
	margin: 0 auto;
	width: 600px;
	max-width: 100%;
	color: #554562;
	background-color:rgba(255, 255, 255, 0.5);;
	border: 1px solid #8e8694;
	border-radius: 0.5em;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.wpcf7 label {
	font-weight: normal !important;
}