@charset "utf-8";

.shop_alphabet_col {
	display:flex;
    flex-wrap: wrap;
}

.shop_alphabet_col li {
	padding:0 5px;
	border-right:1px solid #ddd;
	font-size:14px;
}
.shop_alphabet_col li:last-child {
	border-right:0px;
}

h5 {
	font-size:18px;
	font-weight:bold;
}
.shop_col {
	display:flex;
	flex-wrap:wrap;
}
.shop_col li {
	width:31%;
	margin:0 3.5% 15px 0;
	font-size:14px;
}
.shop_col li:nth-child(3n) {
	margin:0 0 15px 0;
}
.shop_col li a {
	display:flex;
	align-items: center;
}
.shop_col li a i {
	display:block;
	width:50px;
	height:50px;
	background-size:cover;
	background-position:center center;
	margin:0 10px 0 0;
}

@media screen and (max-width: 767px){
	.shop_col {
		justify-content: space-between;
	}
	.shop_col li {
		width:46%;
		margin:0 0 15px 0;
	}
}
@media screen and (max-width: 480px){
	.shop_col li {
		width:48%;
	}
}