/*+基本設定：*/
table,ul{
    margin-bottom: 0;
}

ul{
    color: black;
}

img{
    height: fit-content;
}

h4,h5{
    font-weight: normal;
    color: black;
    margin-bottom: 0;
}

/*+税抜表示初期設定 default_excl_tax*/
.default_excl_tax .div_flex{
    justify-content: space-between;
}

.default_excl_tax .div_flex p{
    width: 47%;
}

.default_excl_tax .div_flex img{
    width: 
    45%;
}
.default_excl_tax .div_1{
    margin-bottom: 2em;
}

.default_excl_tax .div_2 > p:last-of-type{
    width: 100%;
    padding-left: 5%;
    margin-top: 1em
}

.default_excl_tax .div_2 .ul_flex{
    width: 85%;
    display: flex;
    margin: 0 auto;
}

.default_excl_tax .div_2 .ul_flex ul{
    width: 25%;
    list-style-type: disc;
    padding-left: 0;
}

.default_excl_tax .div_2 .ul_flex ul li{
    line-height: 2em;
}

/*+店舗間自動移動設定 store_auto_transfer*/
.store_auto_transfer .div_flex{
    margin-bottom: 1.5em;
}

.store_auto_transfer .div_flex p{
    width: 45%;
}

.store_auto_transfer .div_flex img{
    width: 45%;
}

.store_auto_transfer table{
    width: 95%;
    margin: 0 auto;
}

.store_auto_transfer table th{
    width: 15%;
}

.store_auto_transfer table th p{
    width: fit-content;
    text-align: left;
    margin: 0 auto;
}