@charset "utf-8";
@media only screen and (min-width: 767px) {

.category4 {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}

.c4_title {
	color: #5f4137;
	border-bottom: 1px solid #5f4137;
}

.c4 {

}

.c4_inner {
	margin-top: -10px;
}

.c4_inner li a {
	color: #525263;
}

}



/******************************
	Media Query
*******************************/

@media only screen and (max-width: 767px) {

	.category4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		/* margin-top: 50px; */
	}

	.category4::after{
	  content:"";
	  display: block;
	  width:23%;
	}

	.c4_title {
		color: #5f4137;
		border-bottom: 1px solid #5f4137;
	}

	.c4 {

	}

	.c4_inner {
		margin-top: -10px;
	}

	.c4_inner li a {
		color: #525263;
	}

}
