@charset "UTF-8";

.main {
}

.page_top {
}

.pnkz {
}

.pnkz_wrap {
}

.pnkz_list {
}

.page_top_wrap {
}

.page_top_ttl {
}

.form {
	margin-bottom: 112px;
}

.form_wrap {
}

.form_note {
	margin: 50px 0 40px;
}

.form_cnt {
	display: flex;
	padding: 48.6px 60px 89px 36px;
	border-radius: 12px;
	background: #f5f5f5;
}

.form_cnt.customer {
	margin-bottom: 47px;
}

.form_cnt_ttl {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 360px;
	height: fit-content;
}

.form_cnt_ttl span {
	color: #e2090c;
	font-weight: 600;
	font-size: 21px;
}

.form_cnt_ttl h3 {
	font-weight: bold;
	font-size: 26px;
}

.form_detail {
	width: calc(100% - 360px);
}

.form_detail_cnt {
	margin-bottom: 35px;
}

.form_detail_ttl {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 18px;
}

.required {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 18px;
	background: #e2090c;
	color: #ffffff;
	font-weight: 600;
	font-size: 11px;
}

.none-hyphen {
	color: #b2b2b2;
	font-weight: 500;
	font-size: 16px;
}

.form_detail_input {
}

.zip .form_detail_input span {
	padding-right: 15px;
	font-weight: bold;
	font-size: 18px;
}

.zip input[type="text"] {
	width: 235px;
}

.form_detail_car {
}

.form_detail_car_ttl {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

.form_detail_wrap {
	margin-bottom: 20px;
	padding: 25px 23px 38px;
	border-radius: 5px;
	background: #ffffff;
}

.form_detail_wrap:last-child {
	margin-bottom: 52px;
}

.form_submit {
	margin-top: 61px;
}

.form_submit_policy {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	margin-bottom: 28px;
}

.form_submit_policy .mwform-checkbox-field-text {
	display: none;
}

.form_submit_policy a {
	text-decoration: underline;
}

.form_submit_btn {
	position: relative;
	width: 324px;
	height: 66px;
	margin: 0 auto;
	border-radius: 9999px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.4s;
}

.form_submit_btn:hover {
	opacity: 0.6;
}

.form_submit_btn .icon-arrow-item {
	position: absolute;
	right: 29px;
	bottom: 50%;
	font-size: 20px;
	transform: translateY(50%);
}

.form_submit_btn input {
	width: 100%;
	padding: 18px 49px;
	border-radius: 9999px;
	background: #333333;
	vertical-align: middle;
}

.mw_wp_form .horizontal-item {
	margin-left: 10px;
}

input[type="checkbox"],
input[type="radio"] {
	all: revert;
	align-self: center;
	margin: 0 5px;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="telephone"],
input[type="number"],
textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 15px 12px;
	border: solid 1px #cccccc;
	border-radius: 5px;
	box-sizing: border-box;
	background: #ffffff;
	font-size: inherit;
	line-height: 1.5;
	vertical-align: middle;
	outline: none;
}

textarea {
	line-height: inherit;
	vertical-align: middle;
	resize: vertical;
}

label {
	display: inline-flex;
}

label,
select {
	cursor: pointer;
}

.form_detail.first {
	/* display: none; */
}

.form_detail.second {
	display: none;
}

.form_comp {
}

.form_comp p {
	margin-bottom: 15px;
	font-size: 20px;
}

.form_comp a {
	text-decoration: underline;
	transition: all 0.4s;
}

.form_comp a:hover {
	opacity: 0.6;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.main {
	}

	.page_top {
	}

	.pnkz {
	}

	.pnkz_wrap {
	}

	.pnkz_list {
	}

	.page_top_wrap {
	}

	.page_top_ttl {
	}

	.form {
	}

	.form_wrap {
	}

	.form_note {
		margin: 50px 0 30px;
	}

	.form_cnt {
		flex-flow: column;
		gap: 26px;
		padding: 46px 20px 53px 20px;
	}

	.form_cnt.customer {
	}

	.form_cnt_ttl {
		gap: 5px;
		width: 100%;
	}

	.form_cnt_ttl span {
	}

	.form_cnt_ttl h3 {
	}

	.form_detail {
		width: 100%;
	}

	.form_detail_cnt {
		margin-bottom: 20px;
	}

	.form_detail_ttl {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.required {
	}

	.none-hyphen {
		font-size: 14px;
	}

	.form_detail_input {
	}

	.zip .form_detail_input span {
		padding-right: 3px;
	}

	.zip input[type="text"] {
	}

	.form_detail_car {
	}

	.form_detail_car_ttl {
	}

	.form_detail_wrap {
	}

	.form_detail_wrap:last-child {
	}

	.form_submit {
	}

	.form_submit_policy {
	}

	.form_submit_policy .mwform-checkbox-field-text {
	}

	.form_submit_policy a {
	}

	.form_submit_btn {
	}

	.form_submit_btn:hover {
	}

	.form_submit_btn .icon-arrow-item {
	}

	.form_submit_btn input {
	}

	.mw_wp_form .horizontal-item {
		margin-left: 0;
	}

	input[type="checkbox"],
	input[type="radio"] {
	}

	input[type="text"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="telephone"],
	input[type="number"],
	textarea {
		padding: 12px 10px;
	}

	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 0 !important;
	}

	textarea {
	}

	label {
	}

	label,
	select {
	}
}
