.product-list__fav-items {
  margin-top: 10px;
    width: 10%;
    margin-left: 90%;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


#list-box{
    background: url(https://www.consacrez-kai.jp/shared/img/access/company_bg.png) repeat top center;
    border: solid 1px #CC9900;
    margin: 30px auto 0;
}
#list-box h3{
	margin: 20px 0 5px 15px;
    font-weight: bold;
}


.category-list li a{
	background: url(https://www.consacrez-kai.jp/shop-system-img/btn_bg.jpg) repeat;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 0.5);
	padding:0.7em 1em 0.7em 2em !important;
    display: block;
    color: #fff;
    font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
    font-weight: bold;
    font-size: 15px;
	position:relative;
}
.category-list li a:before{
	content:">";
	position:absolute;
	left: 1em;
    top: 0.7em;
}
.category-list li a:hover{
	text-decoration:none;
	opacity:0.8;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}


@media (max-width: 768px) {
.productlist-unit{
		width:49%;
	padding:1%;
	margin:0 auto;
	/*height:auto !important;*/
}


}




#contents h2 {
    font-size: 23px;
}
