.form__table {
	width: 100%;
	text-align: left;
	border-top: solid 1px #ACA8A5;
	margin-bottom: 75px;
	border-collapse: collapse;
}

@media (max-width: 599px) {
	.form__table {
		margin-right: 0;
		margin-bottom: 45px;
	}
}

.form__table p {
	margin: 0px;
	padding: 0px;
}

.form__table--th {
	text-align: left;
	padding-right: 5px;
	width: 100%;
	background: #F5F5F5;
	border: solid 1px #ACA8A5;
}

@media screen and (min-width: 1200px) {
	.form__table--th {
		width: 25%;
	}
}

.form__table--th span {
	display: inline-block;
}

.form__table--th span:first-child {
	margin-right: 5px;
}

.form__table--td {
	border: solid 1px #ACA8A5;
	vertical-align: middle;
	background-color: #fff;
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.form__table--td {
		width: auto;
	}
}

.form__table--td, .form__table--th {
	padding: 20px;
	display: block;
	border-top: none;
	box-sizing: border-box;
}

@media (max-width: 599px) {
	.form__table--td, .form__table--th {
		padding: 5px;
	}
}

@media screen and (min-width: 1200px) {
	.form__table--td, .form__table--th {
		display: table-cell;
	}
}

.form tr:first-child th {
	border-top: 1px solid 1px #CCCCCC;
}

.form__bt {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background-color: #292F84;
	padding: 30px 0px;
	text-align: center;
}

.form__block {
	display: block;
}

.form__gr {
	margin-bottom: 5px;
}

.form__qa {
	margin-bottom: 15px;
}

.td__inner {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.td__inner .form__gr {
	width: 100%;
}

.form__w2 .form__gr {
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.form__w2 .form__gr {
		width: 50%;
	}
}

.form__w4 .form__gr {
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.form__w4 .form__gr {
		width: 25%;
	}
}

.form__w3 .form__gr {
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.form__w3 .form__gr {
		width: 33%;
	}
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	border: solid 1px #292F84;
	background-color: #fff;
	color: #292F84;
	font-size: 16px;
	margin: auto;
}

.form__btn--back, .form__btn--submit, .form__btn--confirm {
	width: 100%;
	display: flex;
	margin: 0 auto;
	padding: 2.5rem;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	transition: 1s all;
	cursor: pointer;
	margin-right: 15px;
}

@media (max-width: 599px) {
	.form__btn--back, .form__btn--submit, .form__btn--confirm {
		margin-right: 0px;
		margin-bottom: 15px;
	}
}

.form__btn--back:hover, .form__btn--submit:hover, .form__btn--confirm:hover {
	opacity: 0.8;
	background-color: #292F84;
	color: #fff;
}

.wpcf7c-btn-back {
	margin-right: 30px;
}

@media (max-width: 599px) {
	.wpcf7c-btn-back {
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

.th__inner {
	display: flex;
	align-items: center;
}

.item__name {
	margin-right: 5px;
}

.item__haveto {
	font-size: 12px;
	padding: 2px 5px;
	line-height: 1;
	background: #C95564;
	color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color], textarea {
	color: #333333;
	border: 1px solid #ACA8A5;
	border-radius: 3px;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px;
}

textarea {
	width: 100%;
}

.form__text {
	vertical-align: middle;
	padding: 2em;
}

@media (max-width: 1200px) {
	.form__text {
		width: 100%;
	}
}

.text-xs-center {
	margin-top: 30px;
}

.wpcf7-response-output {
	background-color: #fff;
}

.wpcf7-checkbox .wpcf7-list-item {
	display: block;
	margin: 0 0 0 0em;
}

/* .page-id-338 .c-postContent td, .page-id-338 .c-postContent th {
	padding: 1.5em;
}

@media (max-width: 599px) {
	.page-id-338 .c-postContent td, .page-id-338 .c-postContent th {
		display: block;
	}
} */

.bt__area {
	display: flex;
	justify-content: center;
}

@media (max-width: 599px) {
	.bt__area {
		margin-right: 0px;
		flex-direction: column;
		margin-bottom: 15px;
	}
}

#contactForm .inputError {
	border: solid 1px #da322a;
	background-color: rgba(255, 0, 0, 0.08);
	padding: 15px;
	text-align: center;
	margin-bottom: 15px;
	color: #da322a;
}
/* #contactForm .inputError ul li {
  line-height: 100%;
  margin: 0px 0px 8px -60px;
  color: #da322a;
} */
#contactForm .inputError,
#contactForm .confirmNotice {
  display: none;
}
#contactForm input.error,
#contactForm textarea.error {
  border: solid 1px #da322a;
  background-color: rgba(255,0,0,0.08);
}
#contactForm p.error {
  color: #da322a;
}
