.content
{
	margin: 20px;
	text-align: center;
	line-height: 22px;
}

.button_link
{
	padding: 68px 0;
	background: #FFF no-repeat bottom center;
	background-size: cover;
	box-shadow: 4px 4px 0px 0px rgba(85, 134, 206, 0.2);
	font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	font-size: 22px;
	color: var(--col-curebell);
	border-radius: 6px 16px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	margin: 20px;
}

.form
{
	margin: 0 200px;
}

.input_row
{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.input_col
{
	flex: 1 0 0%;
}

textarea.ui_text
{
	height: 160px;
}

.required
{
	color: #d52a2a;
}

.error
{
	margin-top: 5px;
	color: #d52a2a;
}

.error:empty
{
	margin-top: 0;
}

.button
{
	text-decoration: none;
	display: inline-block;
	border-color: transparent;
	border-radius: 25px;
	background-color: #1E469B;
	color: #FFF;
	font-weight: 700;
	height: 48px;
	padding: 10px 24px;
	border: 3px solid #1E469B;
}

.submit_button
{
	border-color: transparent;
	border-radius: 25px;
	background-color: #1E469B;
	color: #FFF;
	font-weight: 700;
	height: 48px;
	padding: 0 24px;
	border: 3px solid #1E469B;
}

@media screen and (max-width: 640px)
{
	h1
	{
		font-size: 22px;
	}

	.button_link
	{
		width: 40%;
		font-size: 18px;
		margin: 10px;
	}

	.form
	{
		margin: 0 26px 0 20px;
	}
}
