@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts p {
	font-size: 1.4em;
	margin-bottom: 30px;
}

#conts table td {
	font-size: 1.4em;
	line-height: 1.5;
}
#conts table td input[type="text"],
#conts table td input[type="email"]{
	width: 100%;
	height: 40px;
}
#conts table td .mwform-tel-field input[type="text"]{
	width: 70px;
}
#conts table td textarea{
	width: 100%;
	height: 140px;
}
#conts .submit {
	clear: both;
	text-align: center;
	margin-top: 20px;
}

/*-- add 2025/10/27 --*/
#conts table td > p {
	font-size: 1em;
	margin-bottom: 0;
}
#conts table td input[type="tel"] {
	width: auto;
	height: 40px;
}
#conts .turnstile_box {
	text-align: center;
}
#conts .turnstile_box > p {
	margin-bottom: 4px;
}
.wpcf7-spinner {
    display: block !important;
}
.wpcf7-response-output {
	display: block;
	margin: 24px 0;
	padding: 12px !important;
	text-align: center;
	font-size: 1.4em;
	background-color: rgba(255, 0, 0,.06);
	border: 2px solid #ff0000 !important;
	color: #ff0000;

}
.wpcf7-turnstile {
	text-align: center;
	margin-top: 15px;
}
