.shop-list {
    margin:50px 0px;
}

.shop-list ul {
    width: 100%;
}

.shop-list ul li{
    width: 100%;
    border-top: solid 1px #dcdcdc;
    padding:  10px 0;
    /* vertical-align:  middle; */
}

.shop-list ul li:first-child {
    border-top: none;
}

.shop-list ul li > div{
    display: table-cell;
}

.shop-list ul li > div:first-child {
    vertical-align: top;
}

.shop-list .shop-icon {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 70px;
    display: inline-block;
    border: solid 1px #dcdcdc;
    border-radius:  5px;
}

.shop-list .shop-icon:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.shop-list .shop-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.shop-list ul li span {
    font-weight:  bold;
    font-size:  15px;
    line-height: 25px;
}

.shop-list ul li span:after {
    content: '\f08e';
    font-family: "FontAwesome";
    right: 7%;
    top: 0;
    margin-left:  3px;
    display:  inline-block;
}

.shop-text p {
    font-size: 12px;
    line-height:  12px;
    margin-top: 10px;
}

.shop-text .tel,
.shop-text .fax {
    margin-top:  12px;
    display: inline-block;
    position:  relative;
    padding: 0 5px 0 15px;
    line-height:  11px;
}


.shop-text .up-product {
    /*display: inline-block;*/
    display: none;
}

.shop-text .up-product p {
    position: relative;
    margin-top:  0;
    padding: 0 5px 0 17px;
    line-height: 16px;
}

.shop-text .tel:before {
    content: '\f2a0';
    display: block;
    position:  absolute;
    left: 0px;
    font-family: FontAwesome;
    transform: rotate(-45deg);
}

.shop-text .fax:before {
    content: '\f1ac';
    display: block;
    position:  absolute;
    left: 0px;
    font-family: FontAwesome;
}

.shop-text .up-product a {
    background-color: #dcdcdc;
    text-decoration:  none;
    display: block;
    border-radius: 3px;
}

.shop-text .up-product p:before {
    content: '\f0fe';
    display: inline;
    position:  absolute;
    left: 2px;
    font-family: FontAwesome;
    color: white;
    font-size: 12px;
}

.back-bt {
    text-align: center;
    border-top:  solid 1px #dcdcdc;
    padding: 50px 0;
}

.back-bt a {
    text-decoration: none;
    border-bottom:  2px solid #dcdcdc;
}

.back-bt p {
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    display: inline;
    line-height:  0px;
}

@media screen and (max-width:980px){
    .shop-list {
        padding: 0 15px;
    }
}

@media screen and (max-width:768px){
    .shop-list ul li span {
        font-size: 13px;
        line-height: 20px;
    }

    .shop-text p {
        font-size: 11px;
        line-height:  15px;
    }

    .shop-text .fax {
        margin-top: 8px;
    }
}

@media screen and (max-width: 414px){
    .shop-text .tel, .shop-text .fax {
        display: block;
    }

    .shop-text .up-product {
        margin-top: 15px;
        /*display:  block;*/
        text-align:  center;
    }

    .shop-text .up-product p {
        padding-left: 15%;
    }

    .shop-text .up-product p:before {
        left: 25%;
    }
}