/* ------------------------------------------
  entry_main
------------------------------------------ */

.entry_main {
	padding: 100px 0;
}

.entry_main_content {
	max-width: 800px;
	margin: 0 auto;
}

.entry_main_content_top {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
	color: #333;
}

@media screen and (max-width: 767px) {
	.entry_main {
		padding: 60px 0;
	}
	.entry_main_content_top {
		font-size: 14px;
		display: table;
		text-align: left;
		margin: 0 auto;
	}
}

/* ------------------------------------------
  entry_main
------------------------------------------ */

.entry_main {
	padding: 100px 0 200px;
	background-color: #fff;
}

.entry_main_content_top {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-align: center;
}

.entry_main.confirm {
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	.entry_main {
		padding: 60px 0 100px;
	}
	.entry_main_content_top {
		font-size: 15px;
		display: table;
		text-align: left;
		margin: 0 auto;
	}
}

/* ------------------------------------------
  contact_main_form
------------------------------------------ */

.contact_main_form {
	margin-top: 60px;
}

.contact_main_form table {
	display: block;
}

.contact_main_form tbody {
	display: block;
}

.contact_main_form tr {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}

.contact_main_form tr+tr {
	margin-top: 30px;
}

.contact_main_form tr.address {
	margin-top: 10px;
}

.contact_main_form tr th {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: normal;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	width: 400px;
	padding-left: 77px;
}

.contact_main_form tr th span {
	width: 62px;
	line-height: 31px;
	background: #fa0314;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.03em;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	/* border-radius: 30px; */
}

.contact_main_form tr td {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.875;
	text-align: left;
	padding-left: 10px;
	width: calc(100% - 400px);
}

.contact_main_form tr td input[type="text"],
.contact_main_form tr td input[type="emai"],
.contact_main_form tr td input[type="tel"] {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.875;
	text-align: left;
	color: #333;
	padding: 0 30px;
	height: 50px;
	width: 100%;
	background-color: #F5F5F5;
	/* border-radius: 30px; */
}

.contact_main_form tr td input[type="text"].small {
	width: 250px;
}

.contact_main_form tr td input[type="email"] {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.875;
	text-align: left;
	color: #333;
	padding: 0 30px;
	height: 50px;
	width: 100%;
	background-color: #F5F5F5;
	/* border-radius: 30px; */
}

.contact_main_form tr td textarea {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.875;
	text-align: left;
	color: #333;
	padding: 14px 30px;
	height: 300px;
	width: 100%;
	background-color: #F5F5F5;
	/* border-radius: 30px; */
}

.select {
	position: relative;
	z-index: 0;
	width: 250px;
}

.select::before {
	background-image: url(../img/entry/select_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 10px;
	position: absolute;
	right: 15px;
	top: 18px;
	width: 10px;
}

.select select {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.875;
	text-align: left;
	color: #333;
	/* padding: 0 30px; */
  padding: 0 15px;
	height: 50px;
	width: 100%;
	background-color: #F5F5F5;
	/* border-radius: 30px; */
	width: 100%;
	cursor: pointer;
}

.p_poli {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.875;
	text-align: left;
	color: #333;
	padding: 14px 30px;
	height: 300px;
	width: 100%;
	overflow-y: scroll;
	background-color: #F5F5F5;
	/* border-radius: 30px; */
}

.p_poli .p_poli_item+.p_poli_item {
	margin-top: 20px;
}

.contact_check {
	position: relative;
}

.contact_check .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	top: 0;
	background-color: #F5F5F5;
	/* border-radius: 30px; */
	left: 0;
	width: 50px;
	height: 50px;
}

.contact_check input:checked+.wpcf7-list-item-label::after {
	border-bottom: 3px solid #fa0314;
	border-left: 3px solid #fa0314;
	border-right: none;
	border-top: none;
	content: '';
	display: block;
	height: 14px;
	left: 13px;
	position: absolute;
	top: 12px;
	transform: rotate(-45deg);
	width: 22px;
}

.wpcf7-list-item-label {
	line-height: 50px;
	padding-left: 80px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	cursor: pointer;
}

label.error {
	font-size: 15px;
	display: block;
	padding-left: 0;
}

.contact_btn {
	width: 450px;
	line-height: 80px;
	background: #fff;
	display: block;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	background-color: #fa0314;
	background-image: url(../img/common/footer_main_links_lists_item_arrow.png);
	background-position: center right 30px;
	background-repeat: no-repeat;
	background-size: 11px;
	margin: 100px auto 0;
	cursor: pointer;
	transition: .3s;
}

.contact_btn:hover {
	opacity: .7;
}

.sub_contact_back+.contact_btn {
	margin-top: 16px;
}

.contact_btn.back {
	background-color: #000;
	background-image: none;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.contact {
		padding: 40px 20px;
	}
	.contact_main_top {
		font-size: 15px;
	}
	.contact_main_lists {
		margin-top: 24px;
		padding: 20px;
		display: block;
	}
	.contact_main_lists_main_item {
		font-size: 15px;
		padding-left: 14px;
	}
	.contact_main_lists_main_item::before {
		height: 11px;
		left: 0;
		top: 6px;
		width: 11px;
	}
	.contact_main_form {
		margin-top: 40px;
	}
	.contact_main_form tr {
		display: block;
	}
	.contact_main_form tr+tr {
		margin-top: 20px;
	}
	.contact_main_form tr.address {
		margin-top: 20px;
	}
	.contact_main_form tr th {
		font-size: 15px;
		width: 100%;
		display: flex;
		padding: 0;
		justify-content: flex-start;
	}
	.contact_main_form tr th span {
		font-size: 13px;
		width: 40px;
		line-height: 24px;
		position: static;
		transform: none;
		margin-right: 20px;
	}
	.contact_main_form tr td {
		font-size: 15px;
		padding-left: 0;
		width: 100%;
		margin-top: 6px;
		display: block;
	}
	.contact_main_form tr td input[type="text"] {
		width: 100%;
		height: 35px;
		font-size: 15px;
		padding: 10px 20px;
	}
	.contact_main_form tr td input[type="email"] {
		width: 100%;
		height: 35px;
		font-size: 15px;
		padding: 10px 20px;
	}
	.contact_main_form tr td textarea {
		height: 100px;
		padding: 10px 20px;
	}
	.select {
		width: 200px;
	}
	.select::before {
		background-image: url(../img/entry/select_arrow.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		height: 10px;
		position: absolute;
		right: 15px;
		top: 12px;
		width: 10px;
	}
	.select select {
		font-size: 14px;
		padding: 0 20px;
		height: 35px;
	}
	.contact_check_main {
		line-height: 35px;
		padding-left: 60px;
		font-weight: bold;
		font-size: 15px;
		letter-spacing: 0.05em;
		text-align: left;
		cursor: pointer;
	}
	.contact_check .contact_check_main a {
		font-size: 15px;
		line-height: 15px;
	}
	.contact_check .contact_check_main::before {
		width: 35px;
		height: 35px;
	}
	.contact_check input:checked+.contact_check_main::after {
		border-bottom: 2px solid #fa0314;
		border-left: 2px solid #fa0314;
		height: 12px;
		left: 8px;
		position: absolute;
		top: 6px;
		transform: rotate(-45deg);
		width: 18px;
	}
	label.error {
		font-size: 12px;
	}
	.contact_btn {
		margin: 20px auto 0;
		width: 100%;
		line-height: 50px;
		font-size: 24px;
	}
	.sub_contact_back+.contact_btn {
		margin-top: 10px;
	}
}