div#wgct_alert.completion_box #wdgctToCheckout{ display:none; }

.haisou-memo {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.text-center{ text-align:center; }
.select_destination_wrap {
    max-width: 680px;
    margin: 30px auto;
}
dl.area-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
dt.area-box__ttl {
    width: 30%;
    background: #FF0000;
    color: #FFF;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
i.icon-must {
    margin-right: 10px;
    background: #FFF;
    color: #FF0000;
    padding: 2px 5px;
    font-style: normal;
}
dd.area-box__body {
    width: 70%;
    background: #FFF;
    padding: 15px;
}
ul.select-list {
    display: flex;
    gap: 30px;
}
li.select-list__item {
    width: calc(50% - (30px / 2 * 1));
}
select.select-box {
    border: 1px solid;
    padding: 5px;
    width: 100%;
}

div#min_delivery_box {
    margin-top: 30px;
    height: 0;
    overflow: hidden;
    background: #FFF;
    transition: all .5s;
}
div#min_delivery_box.active {
    padding: 15px;
    height: unset;
}
span#delivery_chiiki ,span#free_min_price{
    font-weight: bold;
}
span#check_shipping {
    margin: 15px 0;
    display: block;
    color: #7a0b4f;
    cursor: pointer;
}

/**/
#wc_cart #cart .upbutton {
	font-size: 18px!important;
	font-weight: bold;
}
