/* ==================================
   マイページ
=================================== */

.ec-progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5em;
    flex-wrap: wrap;
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 1px 0 0 1px;
}
@media print, screen and (min-width: 768px) {
.ec-progress {
    margin-bottom: 3em;
    padding: 0;
    flex-wrap: nowrap;
}
}

.ec-progress .ec-progress__item {
    color: #999;
    text-align: center;
    width: 50%;
    padding: 0.7em 0;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 0 1px 1px 0;
}
.ec-progress .is-complete {
    color: #00a73c;
    background: #fff;
    font-weight: bold;
}
@media print, screen and (min-width: 768px) {
.ec-progress .ec-progress__item {
    width: 25%;
}
}

.ec-progress .ec-progress__item {
    display: table-cell;
    position: relative;
    text-align: center;
    font-weight: bold;
    z-index: 10;
}

.ec-progress .is-complete .ec-progress__label {
    color: #00a73c;
}


/* =============================
   商品購入ログイン */

/* 会員ログイン */
.login_box {
    background: #FAFAFA;
    padding: 1.5em;
    border: solid 1px rgb(153, 153, 153);
}

.ec-login_title { margin-bottom: .3em;}

.form-check { display: flex;}
.form-check-label {
    font-size: 90%;
    margin-left: 0.5em;
}

.login_btn {
    padding: 0.7em 1.5em;
    background: #00A73C;
    color: #fff;
    border: 0;
    transition: all .2s ease;
}
@media print, screen and (min-width: 1025px) {
.login_btn:hover { opacity: .7;}
}

.ec-login__link a {
    font-size: 90%;
    color: #333;
}

/* ゲスト */
.guest_box {
    display: table;
    height: 100%;
    width: 100%;
    margin-top: 1em;
    background: #FAFAFA;
    padding: 1.5em;
    border: solid 1px rgb(153, 153, 153);
}
.guest_box .ec-guest__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.guest_btn {
    padding: 0.5em 1.5em;
    background: #5c5c5c;
    color: #fff;
    border: 0;
    transition: all .2s ease;
    display: inline-block;
    text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
.guest_btn:hover { opacity: .7;}
}


/* =============================
   お客様情報のご入力（ゲスト購入） */

.h-adr { width: 100%;}

/* ボタン */
.nonmember_btn { text-align: center;}
@media print, screen and (min-width: 1025px) {
.ec-off1Grid { margin-top: 2em;}
}

.member_btn01 {
    padding: 0.7em 1.5em;
    background: #00A73C;
    color: #fff;
    border: 0;
    transition: all .2s ease;
    margin-left: 1em;
}
.member_btn02 {
    padding: 0.37em 1.5em;
    background: #626262;
    color: #fff;
    border: 0;
    transition: all .2s ease;
    display: inline-block;
    text-decoration: none;
}
@media print, screen and (min-width: 1025px) {
.member_btn01:hover,.member_btn02:hover { opacity: .7;}
}