@charset "UTF-8";

.intro {
}

.intro_txt {
}

.desired_detail {
}

.desired_detail_wrap {
	margin-bottom: 25px;
}

.desired_detail_hd {
	width: fit-content;
	min-width: 370px;
	margin-bottom: 15px;
	padding: 9px 18px;
	background: var(--mcolor);
	line-height: 1;
}

.desired_detail_cnt {
	display: flex;
	flex-flow: wrap;
	gap: 10px;
}

.desired_detail_cnt label {
	align-items: center;
	gap: 4px;
	width: 150px;
	padding: 6px 11px;
	background: #f7f7f7;
}

.desired_detail_cnt label:has(input[type="checkbox"]:checked) {
	background: var(--mcolor);
}

.num_of_p_cnt {
}

.num_of_p_cnt_detail {
	display: flex;
	align-items: center;
	gap: 7px;
}

.num_of_p_cnt_detail span {
}

.num_of_p_cnt_detail span input {
	width: 100px;
}

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

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

	.intro_txt {
	}

	.desired_detail {
	}

	.desired_detail_wrap {
	}

	.desired_detail_hd {
		min-width: 100%;
		padding: 10px 12px;
	}

	.desired_detail_cnt {
	}

	.desired_detail_cnt label {
		width: fit-content;
		padding: 6px 8px;
	}

	.desired_detail_cnt label:has(input[type="checkbox"]:checked) {
	}

	.num_of_p_cnt {
	}

	.num_of_p_cnt_detail {
	}

	.num_of_p_cnt_detail span {
	}

	.num_of_p_cnt_detail span input {
		width: 40px;
	}

	.wpcf7-list-item {
		margin: 0 0 0 3px !important;
	}
}
