/*23.11.14 ショップリスト フッター*/
.p_footer__category-item-details h4 {
    margin: 10px 0 5px 0;
    font-size: 13px;
}
.p_footer__category-item-details ul {
    margin-bottom: 25px;
}
.p_footer__category-item-shoplist ul li {
    width: 50%;
    padding: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
.p_footer__category-item-details h4 {
    padding: 10px 0 0 20px;
}
}