.sort li:nth-child(2) a {
	background: #348845;
	color: #fff;
}

.sort2 a:nth-child(1) {
	background: #348845;
	color: #fff;
}

.fsLi {
	width: 100%;
	padding: 25px 40px;
	border-bottom: 1px solid #ddd;
}

.fsLi:hover{
    background-color: #fafdfb;
}

.fsLi_time {
	line-height: 1;
	color: #333;
	position: relative;
	width: 100%;
}

.fsLi_time .fh {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
}

.fsLi_time .jh01 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fsLi_time .jh02 {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fsLi.active .jh02 {
	opacity: 0;
}

.fsLi_box {
	display: none;
	width: 100%;
	margin-top: 1.8vw;
}

.fsLi_box .item_cen {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.fsLi_item {
	width: 28%;
	margin-right: 8%;
	position: relative;
	display: flex;
	padding-bottom: 2vw;
}

.fsLi_item::after {
	content: '';
	width: 0;
	height: 4px;
	background-color: #348845;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s;
}

.fsLi_item:hover:after {
	width: 100%;
}

.item_lr {
	width: calc(100% - 25px);
	padding-right: 20px;
}

.item_lr a {
	display: block;
	line-height: 1.2;
	color: #333;
}

.item_lr a:hover {
	color: #198c4a;
}

.item_format {
	line-height: 1;
	color: #999;
	margin-top: 15px;
}

.item_ri {
	width: 25px;
}

.item_ri a {
	width: 20px;
	height: 27px;
	display: block;
	overflow: hidden;
}

.item_ri a:hover {
	color: #198c4a;
}

.item_ri a svg {
	width: 20px;
	height: 100%;
}

.has-more-than-three .fsLi_item:not(:last-child) {
	margin-bottom: 1.8vw;
}

.fsLi.active {
	background-color: #fafdfb;
	padding-bottom: 0;
}

.jsText a {
	color: #348845;
	width: 185px;
	display: block;
	margin: 0 auto;
	height: 50px;
	border: 1px solid #348845;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
	transition: 0.5s;
}

.jsText a:hover {
	background: #348845;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.fsLi_item:nth-child(3n) {
		margin-right: 0%;
	}
}


@media only screen and (max-width: 769px) {
	.page1 .dowBox a {
		padding: 15px 20px;
	}

	.fsLi {
		padding: 15px;
	}

	.fsLi_item {
		width: 100%;
		margin-right: 0;
		padding-bottom: 20px;
		margin-top: 25px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 769px) {
    .sort2 .fnt_18{
        width: 100%;
    }
}
