@charset "UTF-8";

.form-contents-outer {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.form-input-items {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 768px) {
	.form-input-items {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.form-button-items {
	padding: 60px 0 20px;
	text-align: center;
}

@media (min-width: 768px) {
	.form-input-items .required::before {
		content: "必須";
		display: inline-block;
		margin-right: 0.25em;
		color: #e76e55;
		font-size: 13px;
		font-weight: 700;
	}
}

@media (max-width: 767.98px) {
	.form-input-items .required::after {
		content: "必須";
		display: inline-block;
		margin-left: 0.25em;
		color: #e76e55;
		font-size: 13px;
		font-weight: 700;
	}
}

.formparts-input,
.formparts-textarea,
.formparts-select,
.formparts-button {
	border-image-repeat: stretch !important;
}

.formparts-button {
	margin-bottom: 20px;
	min-width: 200px;
	font-size: 1.25rem;
	font-weight: 600;
}




.error-items .error_messe {
	margin: 1rem 0;
	text-align: left;
}
.error-items .error_messe .field-name {
	display: inline-block;
	color: #e76e55;
	font-weight: 700;
}

@media (min-width: 576px) {
	.error-items .error_messe {
		font-size: 1.25rem;
		text-align: center;
	}
}


.formTable {
	margin-right: auto;
	margin-left: auto;
}

/* .formTable tr {
	border-bottom: 1px solid #fff;
} */

.formTable tbody tr:last-of-type {
	border-bottom-style: none;
}

.formTable th,
.formTable td {
	padding: 0.5rem 1rem;
}

.formTable th {
	font-weight: 400;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.formTable td {
	text-align: left;
}

@media (max-width: 767.98px) {
	.formTable-outer {
		width: 100%;
		max-width: 640px;
	}
	.formTable {
		display: block;
	}
	.formTable tbody {
		display: block;
	}
	.formTable tr {
		display: block;
		margin-bottom: 20px;
	}
	.formTable th,
	.formTable td {
		display: block;
		padding: 0;
	}
	.formTable th {
		text-align: left;
		font-size: 13px;
	}
}



