/*************************************************************

カート

*************************************************************/
.ec-cartRole .ec-cartRole__cart{
    margin: 0;
}

/* --------------------------
プログレスバー
-----------------------------*/
.ec-progress .is-complete .ec-progress__number{
    background: var(--DenkichiRed);
}
.ec-progress .ec-progress__label{
    font-size: clamp(10px, 2vw, 12px);
}

/* --------------------------
商品欄
-----------------------------*/
.ec-cartRole .ec-cartRole__totalText{
    padding: 0 20px;
}
.ec-progress .is-complete .ec-progress__label{
    color: var(--DenkichiRed);
}
.ec-cartHeader,.ec-cartHeader .ec-cartHeader__label{
    background: #F9F9F9;
}
/* --------------------------
金額
-----------------------------*/
.ec-cartRole .ec-cartRole__actions{
    width: 40%;
    margin-right: 0;
}
.ec-cartRole .ec-cartRole__totalAmount{
    color: var(--DenkichiRed);
}

.ec-cartRole #form_cart{
    margin-top: 10px;
}

@media screen and (max-width:767px){
    .ec-cartRole #form_cart{
        padding: 0;
    }
    .ec-cartRole .ec-cartRole__actions{
        width: 100%;
    }
    .ec-cartRow .ec-cartRow__delColumn{
        min-width: 20px;
    }
    .ec-cartRow .ec-cartRow__img{
        min-width: 80px;
        margin: 0 auto;
    }
    .ec-cartRow .ec-cartRow__amountColumn{
        min-width: 70px;
        padding-left: 10px;
    }
    .ec-cartRow .ec-cartRow__contentColumn{
        display: flex;
        flex-direction: column;
    }
    .ec-cartRow .ec-cartRow__summary{
        width: 100%;
    }
    .ec-cartRow .ec-cartRow__summary a,
    .ec-cartRole__total span {
        white-space: normal;
    }
}

/*************************************************************

shopping

*************************************************************/
.ec-orderRole{
    color: var(--MainFontColor);
}
.ec-rectHeading h1, .ec-rectHeading .h1,
.ec-rectHeading h2, .ec-rectHeading .h2,
.ec-rectHeading h3, .ec-rectHeading .h3,
.ec-rectHeading h4, .ec-rectHeading .h4,
.ec-rectHeading h5, .ec-rectHeading .h5,
.ec-rectHeading h6, .ec-rectHeading .h6{
    font-size: clamp(16px, 4vw, 24px);
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    margin-top: 50px;
    border-bottom: solid 1px #8C8C8C;
    background: none;
    padding: 0 0 10px 25px;
}
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel{
    color: var(--DenkichiRed);
}

/* クーポン */
.shopping-coupon .shopping-coupon-item{
    background: #fdfdfd;
    padding: 10px;
    margin: 5px 0;
    border: 2px solid #f5f5f5;
    border-radius: 3px;
    display: flex;
    align-items: baseline;
}
.shopping-coupon .ec-errorMessage{
    color: var(--DenkichiRed);
}
.shopping-coupon .shopping-coupon-button{
    background: var(--DenkichiRed);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

/* ポイントの矢印ボタン */
.ec-orderPayment input[type="number"]::-webkit-outer-spin-button,
.ec-orderPayment input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

/*************************************************************

shopping/complete

*************************************************************/
.ec-cartCompleteRole,.ec-customerRole{
    color: var(--MainFontColor);
}
#page_shopping_complete .ec-reportHeading h2::before{
    display: none;
}
#non_member_register_button{
    text-align: center;
    background: var(--DenkichiRed);
    color: #fff;
    width: 100%;
    padding: 20px 0;
    transition: .3s;
    border-radius: 5px;
    font-weight: 700;
    height: auto;
    line-height: normal;
    display: flex;
    justify-content: center;
    border: none;
}
#non_member_register_button:hover {
    opacity: .5;
}
.ec-cartCompleteRole .ec-off3Grid__cell{
    width: 100%;
    margin: 0;
}
.ec-cartCompleteRole{
    margin: 50px auto;
}
.ec-cartCompleteRole .ec-reportDescription{
    text-align: left;
    max-width: 800px;
    margin: 0 auto ;
}
.ec-cartCompleteRole form{
    max-width: 800px;
    margin: 30px auto;
    text-align: left;
}
.ec-cartCompleteRole h2{
    border-bottom: none;
    padding: 0;
}
.ec-cartCompleteRole + .ec-cartCompleteRole{
    border-top: 1px solid;
}
/*************************************************************

shopping login

*************************************************************/
#page_shopping_login .shopping_entry{
    margin-bottom: 20px;
}
#page_shopping_login .shopping_entry .head{
    border: solid 1px #2A3137;
    background: #2A3137;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    border-radius: 5px 5px 0 0;
}
#page_shopping_login .shopping_entry h2{
    display: inline-block;
    position: relative;
    padding-left: 50px;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
#page_shopping_login .shopping_entry h2::before{
    content: "";
    background: url(/html/user_data/assets/img/common/ICO_registarFooter.svg) no-repeat left top;
    width: 45px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
#page_shopping_login .shopping_entry .contents{
    border: solid 1px #2A3137;
    border-radius: 0 0 5px 5px;
    padding: 10px 10px 20px;
}

#page_shopping_login .ec-guest{
    height: auto;
    padding: 0;
    background: none;
    margin: 0;
}
#page_shopping_login .ec-guest .ec-guest__actions a{
    max-width: 240px;
    margin: 0 auto;
}
#page_shopping_login .ec-grid3 .ec-grid3__cell2{
    width: 60%;
}

#page_shopping_login .ec-grid3 .ec-grid3__cell{
    width: 40%;
}
@media screen and (max-width:767px){
    #page_shopping_login .shopping_entry{
        display: none;
    }
    #page_shopping_login .ec-grid3 .ec-grid3__cell2,
    #page_shopping_login .ec-grid3 .ec-grid3__cell{
        width: 100%;
    }
    #page_shopping_login div.moreBT,
    #page_shopping_login .ec-guest .ec-guest__actions{
        padding: 0 13%;
    }
    #page_shopping_login .moreBT a,
    #page_shopping_login .ec-guest .ec-guest__actions a{
        max-width: none;
        width: 100%;
    }
    #page_shopping_login .ec-guest{
        width: 100%;
    }
}