#contact {
	width: 810px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    margin-bottom: 30px;
}
.ttl-page {
	text-align: center;
	margin-top: 2rem;
	color: #182042;
	border-bottom: 1px solid #182042;
	padding-bottom: 0.75rem;
}
.content-header + * {
	margin-top: 1rem;
}
form {
	margin-top: 1rem;
}
.formT {
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.formT tr th {
	background-color: #eee;
	padding: 1rem;
	border-top: 1px solid #ccc;
	width: 30%;
}
.formT tr th .form-item {
	display: flex;
	justify-content: space-between;
}
.formT tr th .form-item .required {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 12px;
	padding: 2px 0.5rem;
	height: 20px;
	border-radius: 4px;
	background-color: #E4152F;
}
.formT tr td {
	padding: 1rem;
	border-top: 1px solid #ccc;
}
.formT tr td p {
	font-size: 14px;
	line-height: 21px;
}
.formT tr td input {
	width: 50%;
	min-height: 1.5rem;
}
#message {
	display: block;
	width: 100%;
	height: 140px;
	line-height: 1.5;
}
.btn {
	margin-top: 1.25rem;
	display: flex;
	justify-content: center;
}
.btn input {
	font-size: 18px;
	line-height: 1;
	padding: 0.75rem 2rem;
	border: none;
	color: #fff;
	background-color: #4B5EA8;
	border-radius: 21px;
	font-weight: bold;
	transition: opacity 0.3s;
}
.btn input:hover {
	opacity: 0.6;
}
.btn input + input {
	margin-left: 1rem;
}
.btn input:first-child {
	background-color: #7C7C7C;
}
.error {
	margin-top: 0.5rem;
}
.error li {
	color: #E4152F;
	font-size: 16px;
	line-height: 24px;
}
.error li + li {
	margin-top: 0.25rem;
}