@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


table.contactform {

}
table.contactform th {
	background-color: #e5f6f9;
}
table.contactform th span {
	display: inline-block;
	background-color: #ff0000;
	color: #fff;
	border-radius: 3px;
	padding: 0 0.5em;
	font-size: 0.75em;
	margin-left: 0.5em;
}
table.contactform td input[type="text"],
table.contactform td input[type="email"],
table.contactform td input[type="tel"] {
	width: 95%;
}
table.contactform td textarea {
	width: 95%;
}

.btn_wrap {
	display: flex;
	justify-content: center;
	margin: 1em 0;
}
.btn_wrap input {
	color: #fff;
	border-radius: 5px;
	background-color: #009be5;
	min-width: 7em;
	font-weight: bold;
	font-size: 1.2em;
}


.wpcf7-spinner {
	display: none !important;
}


@media screen and (max-width: 768px) {
	table.contactform th,
	table.contactform td {
		display: block;
	}
	table.contactform th {
		border-bottom: none;
	}
	.wpcf7-form-control.wpcf7-submit.has-spinner {
		margin: 0;
		position: relative;
		top: 0;
		left: calc((100% - 7em) / 2);
	}
}