/* SWELL+ お問い合わせフォーム（極小スタイル） */
.swell-plus-contact {
	max-width: 640px;
}
.swell-plus-contact__field {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.2em;
}
.swell-plus-contact__field label {
	margin-bottom: 0.4em;
	font-weight: 600;
}
.swell-plus-contact input[type="text"],
.swell-plus-contact input[type="email"],
.swell-plus-contact textarea {
	width: 100%;
	padding: 0.6em 0.8em;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
}
.swell-plus-contact__req {
	color: #e3342f;
	font-size: 0.9em;
}
.swell-plus-contact__consent {
	margin: 1em 0 1.4em;
}
.swell-plus-contact__submit button {
	padding: 0.7em 2.4em;
	font-size: 16px;
	cursor: pointer;
}
.swell-plus-contact__errors {
	background: #fde8e8;
	border: 1px solid #f5c2c2;
	border-radius: 4px;
	padding: 0.8em 1em;
	margin-bottom: 1.2em;
	color: #9b1c1c;
}
.swell-plus-contact__errors p {
	margin: 0.2em 0;
}
.swell-plus-contact__thanks {
	background: #e8f5e9;
	border: 1px solid #c2e0c6;
	border-radius: 4px;
	padding: 1.2em;
	color: #1b5e20;
}
/* ハニーポット：画面外へ追いやり人間には見せない */
.swell-plus-contact__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
