@charset "utf-8";
/* CSS Document */

.catSrc-ttl {
    padding: 0;
    line-height: 1.4;
    text-align: center;
    color: #444444;
    font-size: 34px;
    display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-bottom: 50px;
}

.catSrc-ttl span {
    background: linear-gradient(transparent 70%, #cae1bb 70%);
	display: inline-block;
}

.catSrc_lst {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 100px;
	padding: 0 15px;
	justify-content: start;
	align-items: center;
}
.catSrc_lst li {
	width: 130px;
	margin: 40px 31px;
	text-align: center;
}
/*
.catSrc_lst li:nth-child(-n+5) {
	margin-top: 0;
}
.catSrc_lst li:nth-child(5n) {
	margin-right: 0;
}
*/
.catSrc_lst li a {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 150px;
}
.catSrc_lst li a:hover {
	color: #90c31f;
}
.catSrc_lst li a:before {
	content: "";
	position: absolute;
	display: block;
	width: 130px;
	height: 130px;
	top: 0;
	left: 50%;
	margin-left: -65px;
	z-index: 10;
	border-radius: 100px;
}
.catSrc_lst li.cat1 a:before {
	background: url("/assets/img/cat_search01.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat2 a:before {
	background: url("/assets/img/cat_search02.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat3 a:before {
	background: url("/assets/img/cat_search03.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat4 a:before {
	background: url("/assets/img/cat_search04.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat5 a:before {
	background: url("/assets/img/cat_search05.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat6 a:before {
	background: url("/assets/img/cat_search06.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat7 a:before {
	background: url("/assets/img/cat_search07.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat8 a:before {
	background: url("/assets/img/cat_search08.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat9 a:before {
	background: url("/assets/img/cat_search09.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat10 a:before {
	background: url("/assets/img/cat_search10.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat11 a:before {
	background: url("/assets/img/cat_search11.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat12 a:before {
	background: url("/assets/img/cat_search12.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat13 a:before {
	background: url("/assets/img/cat_search13.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li.cat14 a:before {
	background: url("/assets/img/cat_search14.png") no-repeat center center;
	background-size: 100% auto;
}
.catSrc_lst li a:hover:before {
	opacity: 0.7;
}
.farmerlist_ttl {
	text-align: center;
	margin-bottom: 40px;
}
.farmerlist-ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}
.farmerlist-txt {
	font-size: 17px;
	line-height: 1;
}
.farmerlist-txt span {
	color: #f8a624;
}
.center-slick li .farmers_detail_type_list li {
	margin: 0;
	/*width: 10%;*/
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 7px;
	padding: 5px 10px !important;
	border: solid 1px #dbdbdb;
	background-color: #f5f5f5;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
}
.center-slick li .farmers_detail_type_list.delivery_type li {
	width: 25%;
}
.center-slick li .farmers_detail_type_list li {
	background-color: #fff2cc;
	border: none;
	border-radius: 20px;
}
.center-slick li .farmers_detail_type_list li a {
	color: #7f6000;
}
.size_l {
	font-size: 26px;
	color: #E40D11;
}
.js-more {
	display: flex;
	align-items: center;
	height: 480px;
	color: #628bff;
	text-decoration: underline;
	font-size: 16px;
}
@media screen and (max-width: 900px) {
    .catSrc-ttl {
        margin-bottom: 20px;
    }
	.catSrc_lst {
		margin-top: 0;
		margin-bottom: 80px;
		padding: 0 20px;
	}
	.catSrc_lst li {
		width: 65px;
		margin: 20px 12px;
	}
    /*
	.catSrc_lst li:nth-child(-n+5) {
		margin-top: 30px;
	}
	.catSrc_lst li:nth-child(5n) {
		margin-right: 25px;
	}
	.catSrc_lst li:nth-child(-n+4) {
		margin-top: 0;
	}
	.catSrc_lst li:nth-child(4n) {
		margin-right: 0;
	}
    */
	.catSrc_lst li a {
		font-size: 15px;
		padding-top: 80px;
	}
	.catSrc_lst li a:before {
		width: 65px;
		height: 65px;
		margin-left: -33px;
	}
	.farmerlist_ttl {
		margin-bottom: 20px;
	}
	.farmerlist-ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.farmerlist-txt {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	.slick-box > ul:not(.slick-slider) {
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 40px;
	}
	.slick-box > ul > li:not(.slick-slide) {
		padding: 0 10px;
	}
}
