/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 25 2026 | 08:45:13 */
#contact-table {
	margin:auto;
	max-width:800px;
	table-layout:fixed;
}

#contact-table th, #contact-table th::before, #contact-table td {
	border:none;
	background:#fdfdfd;
	padding:10px 5px;
}

#contact-table th {
	font-weight:500;
	text-align:right;
	width:25%;
}

#contact-table td {
	text-align:left;
	width:75%;
}

#contact-table td input, #contact-table td textarea {
	text-align:left;
	width:100%;
}

.surely {
	color:red;
	font-size:12px;
	vertical-align:top;
}

#table-submit, #table-captcha {
	max-width:400px;
	width:100%;
	margin:10px auto;
	padding:10px 10px;
}

#table-captcha input{
	width:100%;
}

#table-submit {
	margin-top:20px;
}

div.wpcf7 .wpcf7-spinner {
    display: block;
}

p#table-submit{
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#table-submit input[type="submit"]{
	font-size:1em;
	font-family:FontAwesome;
	font-weight:400;
	padding:10px 10px;
	background:var(--color_main);
	color:#ffffff;
	-webkit-transition: all .3s;
	width:100%;
}

#table-submit input[type="submit"]:hover {
	background:#ffffff;
	color:#333333;
}
