@charset "UTF-8";
.areaProd {}
.areaProd_title {}
.areaProd_title > .icon {}
.areaProd_title > b {}
.areaProd_text {
	text-align: center;
	margin-bottom: 49px;
}
.search {
	background-color: #f2f2ee;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 80px;
	font-size: 18px;
}
.search_row {
	display: flex;
	border-top: 1px solid #cccccc;
}
.search_row:first-child {
	border-top: none;
}
.search_title {
	width: 155px;
	background-color: rgba(209, 192, 165, 0.23);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: inherit;
	font-weight: normal;
}
.search_box {
	width: calc(100% - 155px);
	box-sizing: border-box;
	padding: 25px 47px;
}
.search_checkList {
	list-style: none;
	display: flex;
	margin-bottom: 5px;
}
.search_checkList > li {
	display: flex;
	align-items: center;
}
.search_checkList > li::before {
	content: "｜";
	display: block;
	margin: 0 13px;
}
.search_checkList > li:first-child::before {
	display: none;
}
.search_checkList > li:first-child {}
.search_checkList > li:last-child {}
.search_checkList > li:nth-child(2n+1) {}
.search_checkList > li:nth-child(n+3) {}
.search_checkList > li > button {
	display: block;
	padding: 5px 0;
	font-size: inherit;
}
.search_checkList > li > button::before {
	content: "";
}
.search_checkList > li > button::after {
	content: "";
}
.search_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.search_list > li {
	width: 19.2%;
	margin-left: 1%;
}
.search_list > li:first-child {}
.search_list > li:last-child {}
.search_list > li:nth-child(5n+1) {
	margin-left: 0;
}
.search_list > li:nth-child(n+6) {
	margin-top: 0.6%;
}
.search_list > li > label {
	display: block;
	margin: 0;
	position: relative;
	z-index: 1;
}
.search_list > li > label > [type="checkbox"] {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.search_list > li > label > [type="checkbox"] + b {
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 5px;
	font-weight: normal;
	transition-duration: .3s;
	transition-property: background-color, color;
	cursor: pointer;
}
.search_list > li > label > [type="checkbox"]:checked + b {
	background-color: #1fa55d;
	color: #fff;
}
.areaProd_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.areaProd_list > li {
	width: 23.5%;
	margin-left: 2%;
}
.areaProd_list > li:first-child {}
.areaProd_list > li:last-child {}
.areaProd_list > li:nth-child(4n+1) {
	margin-left: 0;
}
.areaProd_list > li:nth-child(n+5) {
	margin-top: 45px;
}
.areaProd_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.areaProd_list > li > a::before {
	content: "";
}
.areaProd_list > li > a::after {
	content: "";
}
.areaProd_fig {}
.areaProd_fig > figcaption {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 10px;
}
.areaProd_imageWrap {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.areaProd_image {
	padding-bottom: 70.1%;
	background-color: #f3f3f3;
	background-position: center center;
	background-repeat: no-repeat;
	transition-duration: 0.5s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	background-size: cover;
}
@media screen and (max-width:1199px) {
	.search {
		font-size: 16px;
	}
	.areaProd_fig > figcaption {
		font-size: 16px;
	}
}
@media screen and (min-width:1000px) {
	.search_checkList > li > button:hover {
		text-decoration: underline;
	}
	.search_list > li > label > [type="checkbox"] + b:hover {}
	.areaProd_list > li > a:hover {}
	a:hover .areaProd_image {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@media screen and (max-width:999px) {
	.areaProd {}
	.areaProd_title {}
	.areaProd_title > .icon {}
	.areaProd_title > b {}
	.areaProd_text {}
	.search {
		font-size: inherit;
		margin-bottom: 45px;
	}
	.search_row {}
	.search_row:first-child {}
	.search_title {
		width: 120px;
	}
	.search_box {
		padding: 20px 20px;
		width: calc(100% - 100px);
	}
	.search_checkList {}
	.search_checkList > li {}
	.search_checkList > li::before {}
	.search_checkList > li:first-child::before {}
	.search_checkList > li:first-child {}
	.search_checkList > li:last-child {}
	.search_checkList > li:nth-child(2n+1) {}
	.search_checkList > li:nth-child(n+3) {}
	.search_checkList > li > button {}
	.search_checkList > li > button::before {}
	.search_checkList > li > button::after {}
	.search_list {}
	.search_list > li {
		width: 23.5%;
		margin-left: 2%;
	}
	.search_list > li:first-child {}
	.search_list > li:last-child {}
	.search_list > li:nth-child(5n+1) {
		margin-left: 2%;
	}
	.search_list > li:nth-child(4n+1) {
		margin-left: 0;
	}
	.search_list > li:nth-child(n+5) {
		margin-top: 1%;
	}
	.search_list > li > label {}
	.search_list > li > label > [type="checkbox"] {}
	.search_list > li > label > [type="checkbox"] + b {}
	.search_list > li > label > [type="checkbox"]:checked + b {}
	.areaProd_list {}
	.areaProd_list > li {}
	.areaProd_list > li:first-child {}
	.areaProd_list > li:last-child {}
	.areaProd_list > li:nth-child(4n+1) {}
	.areaProd_list > li:nth-child(n+5) {
		margin-top: 25px;
	}
	.areaProd_list > li > a {}
	.areaProd_list > li > a::before {}
	.areaProd_list > li > a::after {}
	.areaProd_fig {}
	.areaProd_fig > figcaption {
		font-size: inherit;
	}
	.areaProd_imageWrap {}
	.areaProd_image {}
}
@media screen and (max-width:767px) {
	.areaProd {}
	.areaProd_title {}
	.areaProd_title > .icon {}
	.areaProd_title > b {}
	.areaProd_text {
		text-align: left;
		margin-bottom: 25px;
	}
	.search {
		margin-bottom: 25px;
	}
	.search_row {
		display: block;
		border: none;
	}
	.search_row:first-child {}
	.search_title {
		width: auto;
		height: 40px;
	}
	.search_box {
		width: auto;
		padding: 10px 15px 15px;
	}
	.search_checkList {
		justify-content: center;
		margin-bottom: 0;
		height: 40px;
	}
	.search_checkList > li {}
	.search_checkList > li::before {}
	.search_checkList > li:first-child::before {}
	.search_checkList > li:first-child {}
	.search_checkList > li:last-child {}
	.search_checkList > li:nth-child(2n+1) {}
	.search_checkList > li:nth-child(n+3) {}
	.search_checkList > li > button {
		width: 80px;
	}
	.search_checkList > li > button::before {}
	.search_checkList > li > button::after {}
	.search_list {}
	.search_list > li {
		width: 49%;
		margin-left: 2%;
	}
	.search_list > li:first-child {}
	.search_list > li:last-child {}
	.search_list > li:nth-child(5n+1) {
		margin-left: 2%;
	}
	.search_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.search_list > li:nth-child(n+3) {
		margin-top: 2%;
	}
	.search_list > li > label {}
	.search_list > li > label > [type="checkbox"] {}
	.search_list > li > label > [type="checkbox"] + b {
		height: 40px;
	}
	.search_list > li > label > [type="checkbox"]:checked + b {}
	.areaProd_list {}
	.areaProd_list > li {
		width: 48%;
		margin-left: 4%;
	}
	.areaProd_list > li:first-child {}
	.areaProd_list > li:last-child {}
	.areaProd_list > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.areaProd_list > li:nth-child(n+3) {
		margin-top: 4%;
	}
	.areaProd_list > li > a {}
	.areaProd_list > li > a::before {}
	.areaProd_list > li > a::after {}
	.areaProd_fig {}
	.areaProd_fig > figcaption {
		font-size: 12px;
		margin-top: 5px;
	}
	.areaProd_imageWrap {}
	.areaProd_image {}
}
