/* 石田 ADD */
main .white {
	color: var(--white);
}
/* mss kiyoto */
.dispnone {
	display: none;
}
.formLine dd span.dispnone {
	display: none;
}
form .button_mod {
	/* background: #00913c;
	background: #adac9e; */
	background: #fffeea;
	/* border: 1px solid transparent;
	border: 1px solid #000; */
	border: 1px solid #33322d;
	border-radius: 999px;
	border-radius: 999px;
	/* color: #000; */
	color: #33322d;
	cursor: pointer;
	font-family: var(--font_sanserif02);
	/* font-size: 1rem;
	font-size: clamp(1.125rem, 0.45rem + 2.88vw, 2.25rem); */
	font-size: clamp(1.125rem, 0.5515rem + 2.3529vw, 1.875rem);
	font-weight: 600;
	font-weight: 600;
	/* line-height: 1.5rem; */
	line-height: 1.725rem;
	min-height: 50px;
	padding: 1.5rem;
	padding: 1.03125rem 1.9375rem;
	padding-bottom: 10px;
	padding-top: 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: 0.3s ease-out;
	user-select: none;
	vertical-align: middle;
	width: auto;
}