@charset "UTF-8";
.smtOn{
	display: none;
}
.boldItem{
  font-weight: bold;
}
.catalog_box .catalog-list{
	list-style: none;
	padding-left: 0;
}
.catalog_box .catalog-list .list-item{
	width: 20%;
}	

@media screen and (max-width: 896px){
	.pcOn{
		display: none;
	}
	.smtOn{
		display: block;
	}
	.catalog_box .catalog-list .list-item{
		width: 80%;
		margin: auto;
	}	
}