.title-style01 > .ts_inner[class*=icon][class*=-shopping]::before {
  background-image: url(/common_v14/img/icon/netshop-black.svg);
  width: calc(clamp(2.4rem, 3.125vw, 3.6rem) * 1.267);
}

#shopping_list section + section{
    margin-top: clamp(3rem, 0.1804511278rem + 7.5187969925vw, 8rem);
}

#shopping_list .list_detail h2 + div{
    padding: 0 8px;
}

#shopping_list .list_detail p{
    font-size: 1.6rem;
    margin-top: clamp(30px, 3.90625vw, 40px);
}

#shopping_list .list_detail .link_btn{
    margin-top: clamp(30px, 3.90625vw, 40px);
    text-align: center;
}

#shopping_list a.pc_logo{
    display: none;
}

#shopping_list a.sp_logo{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 20px;
    box-sizing: border-box;
    height: 190px;
}

#shopping_list section:nth-child(1) a.sp_logo img{
    height: 150px;
    width: auto;
}

#shopping_list section:nth-child(2) a.sp_logo img{
    width: 150px;
    height: auto;
}


@media only screen and (min-width: 768px) {
}



@media only screen and (min-width: 1040px) {

    #shopping_list a.sp_logo{
        display: none;
    }

    #shopping_list a.pc_logo{
        display: flex;
        align-items: center;
        justify-content: center;
        /*width: 480px;*/
        width: calc(100% - 650px);
    }

    #shopping_list section{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #shopping_list .list_detail{
        width: 650px;
        /*width: calc(100% - 480px);*/
    }

    #shopping_list .list_detail h2 br{
        display: none;
    }

    #shopping_list .list_detail h2 + div{
        padding: 0;
        margin-top: 0;
    }

    #shopping_list .list_detail p{
        font-size: 1.6rem;
    }

    #shopping_list .list_detail .link_btn{
        text-align: left;
    }

    #shopping_list section:nth-child(1) a.pc_logo img{
        height: auto;
        width: 56%;
    }

    #shopping_list section:nth-child(2) a.pc_logo img{
        width: 62%;
    }
}


@media only screen and (min-width: 1280px) {

    #shopping_list a.pc_logo{
        width: calc(100% - 800px);
    }

    #shopping_list .list_detail{
        width: 800px;
    }

}