@charset "utf-8";
/* CSS Document */
.cat-button{
	max-width: 880px;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 70px;
}
.cat-button ul{
	width: 90%;
	display: flex;
	margin: auto;
}
.cat-button li{
	width: 22.5%;
	list-style-type: none;
	margin-left: 3%;
	margin-right: 2%;
}

@media screen and (min-width: 767px){
.cat-button img{
	width: 80%;
}
	.cat-button{
	max-width: 880px;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 70px;
}
.cat-button ul{
	width: 80%;
	display: flex;
	margin: auto;
}
.cat-button li{
	width: 20%;
	list-style-type: none;
	margin-left: 3%;
	margin-right: 2%;
}
}