.kobudo-form {
	background: #fffdf8;
	border: 1px solid #e7ddc9;
	color: #1f2428;
	display: grid;
	gap: 1.25rem;
	padding: clamp(1.25rem, 4vw, 2rem);
}

.kobudo-form__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.kobudo-form label {
	display: grid;
	gap: 0.5rem;
	font-weight: 700;
}

.kobudo-form input,
.kobudo-form select,
.kobudo-form textarea {
	background: #fffdf8;
	border: 1px solid #e7ddc9;
	border-radius: 2px;
	color: #1f2428;
	font: inherit;
	padding: 0.85rem 1rem;
	width: 100%;
}

.kobudo-form small {
	color: #5c626a;
	font-weight: 400;
	line-height: 1.7;
}

.kobudo-form__button {
	background: #0b2442;
	border: 0;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	justify-self: start;
	padding: 0.9rem 1.35rem;
}

.kobudo-form__notice {
	background: #f4efe5;
	border-left: 3px solid #b99655;
	color: #30343b;
	line-height: 1.8;
	padding: 1rem;
}
