@charset "UTF-8";
/*cart
-----------------------------------------------------------*/
#cart-sec {
    padding: 10rem 0;
    font-size: 1.4rem;
    line-height: 1.75;
}
#plan h2 {
    font-size: 3.2rem;
    color: #b79440;
    text-align: center;
    margin-bottom: 3rem;
}
.ec-progress {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 6rem;
}
.ec-progress__item {
    width: 16%;
    position: relative;
}
.ec-progress__item:not(:last-child)::after {
    content: '';
    width: 160px;
    height: 2px;
    background: #b49140;
    z-index: -1;
    position: absolute;
    top: 25%;
    left: 50%; 
}
.ec-progress__number {
    font-size: 2rem;
    text-align: center;
    background: #fff;
    color: #b49140;
    border: 2px solid #b49140;
    border-radius: 50%;
    line-height: 48px;
    width: 52px;
    margin: 0 auto 2rem;
}
.is-current .ec-progress__number {
    color: #fff;
    background: #b49140;
    border: none;
    line-height: 50px;
    width: 50px;
    margin: 0 auto 2.2rem;
    }
.is-current .ec-progress__label {
    color: #b49140;
}
.is-complete .ec-progress__number {
    color: #fff;
    background: #dbc99f;
    }
.is-complete .ec-progress__label {
    color: #dbc99f;
}
.ec-progress__label {
    text-align: center;
    font-size: 1.4rem;
}
.ec-cartRole__totalText {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 6rem;
}

.ec-cartRole .ec-cartRole__cart {
    width: 100%;
}
.ec-cartTable {
    border-top: none;
    display: table;
    width: 100%;
}
.ec-cartHeader {
    display: table-row;
    width: 100%;
    background: #F4F3F0;
}
.ec-cartHeader .ec-cartHeader__label {
    display: table-cell;
    padding: 16px;
    text-align: center;
    background: #F4F3F0;
    overflow-x: hidden;
    font-weight: bold;
    font-size: 1.6rem;
}
.ec-cartRow {
    display: table-row;
    font-size: 1.4rem;
}
.ec-cartRow .ec-cartRow__delColumn {
    border-bottom: 1px dotted #ccc;
    text-align: center;
    display: table-cell;
    width: 14%;
    vertical-align: middle;
}
.ec-cartRow .ec-cartRow__contentColumn {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    display: table;
    width: 100%;
}
.ec-cartRow .ec-cartRow__img {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    padding-right: 10px;
}
.ec-cartRow .ec-cartRow__summary {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    font-weight: bold;
    width: calc(100% - 120px);
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
    margin-bottom: 5px;
    line-height: 1.75;
}
.ec-cartRow .ec-cartRow__amountColumn {
    display: table-cell;
    border-bottom: 1px dotted #ccc;
    vertical-align: middle;
    text-align: center;
    width: 20%;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
    display: block;
    margin-bottom: 10px;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    justify-content: center;
    display: block;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
    cursor: default;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton {
    margin: 0 2px;
    display: inline-block;
    border: 2px solid #c9c9c9;
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 40px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon img, 
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon img,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton__icon img {
    display: block;
    margin-left: -0.4em;
    width: .8em;
    height: .8em;
    position: absolute;
    top: 28%;
    left: 50%;
}
.ec-cartRow__amountUpButton__icon {
    margin: 0 2px;
    display: inline-block;
    border: 2px solid #c9c9c9;
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 40px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon img {
    display: block;
    margin-left: -0.4em;
    width: .8em;
    height: .8em;
    position: absolute;
    top: 28%;
    left: 50%;
}
.ec-cartRow .ec-cartRow__subtotalColumn {
    display: table-cell;
    border-bottom: 1px dotted #ccc;
    text-align: right;
    width: 16.66666667%;
}
.ec-cartRole .ec-cartRole__actions {
    width: 20%;
    float: right;
    text-align: right;
}
.ec-cartRole .ec-cartRole__total {
    padding: 15px 0 30px;
    font-weight: bold;
    font-size: 16px;
}
.ec-cartRole .ec-cartRole__totalAmount {
    font-size: 24px;
}
.ec-cartRole .ec-cartRole__totalAmount {
    margin-left: 30px;
    color: #de5d50;
    font-size: 16px;
}
.ec-blockBtn--action {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #DE5D50;
    border-color: #DE5D50;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 2rem;
}
.ec-blockBtn--cancel {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #525263;
    border-color: #525263;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
}
.ec-icon img {
    width: 20px;
    height: 20px;
}
#form_cart::after {
    clear: both;
    content: '';
    display: block;
}



.ec-grid3 {
    display: flex;
}
.ec-grid3 .ec-grid3__cell2 {
    width: 66.66667%;
    position: relative;
    min-height: 1px;
}
.ec-login {
    margin: 0 16px;
    padding: 60px 13%;
    height: auto;
    background: #F3F4F4;
}
.ec-login .ec-login__icon {
    text-align: center;
}
.ec-login .ec-icon {
    margin-bottom: 10px;
}
.ec-login .ec-login__input {
    margin-bottom: 40px;
}
.ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 1rem;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.ec-checkbox label {
    display: inline-block;
}
.ec-grid2 {
    display: flex;
}
.ec-grid2 .ec-grid2__cell {
    width: 50%;
}
.ec-login .ec-login__actions {
    color: #fff;
}
.ec-blockBtn--cancel {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #525263;
    border-color: #525263;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
}
.ec-login .ec-login__link {
    margin-left: 20px;
    margin-top: 5px;
}
.ec-link {
    color: #0092C4;
    text-decoration: none;
    cursor: pointer;
}
.ec-grid3 .ec-grid3__cell {
    width: 33.33333%;
}
.ec-guest {
    height: 100%;
    margin: 0 16px;
    display: table;
    padding: 13%;
    box-sizing: border-box;
    background: #F3F4F4;
}
.ec-guest .ec-guest__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.ec-guest .ec-guest__inner p {
    margin-bottom: 16px;
}
.ec-guest .ec-guest__actions {
    display: block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.ec-guest .ec-guest__actions a {
    color: inherit;
    text-decoration: none;
}
.ec-off1Grid .ec-off1Grid__cell {
    width: 83.33333%;
    position: relative;
    min-height: 1px;
    margin-left: 8.33333%;
}
.ec-borderedDefs {
    width: 100%;
    border-top: 1px dotted #ccc;
    margin-bottom: 16px;
}
.ec-borderedDefs dl {
    padding: 15px 0 4px;
    display: flex;
    border-bottom: 1px dotted #ccc;
    margin: 0;
    flex-wrap: wrap;
}
.ec-borderedDefs dt {
    padding-top: 14px;
    width: 30%;
}
.ec-label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}
.ec-required {
    display: inline-block;
    margin-left: .8em;
    vertical-align: 2px;
    color: #DE5D50;
    font-size: 12px;
    font-weight: normal;
}
.ec-borderedDefs dd {
    width: 70%;
    line-height: 3;
}
.ec-halfInput input[type='text'] {
    margin-left: 15px;
    width: 45%;
}
.ec-off4Grid {
    display: flex;
}
.ec-off4Grid .ec-off4Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 33.33333%;
        width: 33.33333%;
}
.ec-halfInput {
    display: flex;
}
.ec-zipInput span {
    display: inline-block;
    padding: 0 5px 0 3px;
    margin-left: 5px;
}
.ec-zipInput input {
    display: inline-block;
    text-align: left;
    width: auto;
    max-width: 8em;
    font-size: 16px;
}
.ec-zipInputHelp {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 16px;
    vertical-align: baseline;
    line-height: 0;
}
.ec-input select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-select select, .ec-birth select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 3px;
}
.ec-telInput {
    display: block;
    width: 100%;
}
.ec-telInput input {
    display: inline-block;
    width: 26%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 3px;
}
.ec-select {
    display: inline-block;
    width: auto;
    background-color: #f8f8f8;
}
.ec-birth select {
    display: inline-block;
    width: auto;
    margin: 0 0 10px;
    background-color: #f8f8f8;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}


.ec-orderRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
    display: flex;
    margin-top: 0;
}   
.ec-orderRole .ec-orderRole__detail {
    padding: 0 16px;
    width: 66.66666%;
}
.ec-orderAccount {
    margin-bottom: 4rem;
}

.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
    background: #F3F3F3;
    padding: 8px 12px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.ec-orderAccount .ec-orderAccount__change {
    display: inline-block;
    margin-left: 10px;
    float: right;
}
.ec-inlineBtn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #525263;
    background-color: #F5F7F8;
    border-color: #ccc;
}
.ec-orderDelivery .ec-orderDelivery__title {
    padding: 16px 0 17px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}
.ec-orderDelivery .ec-orderDelivery__change {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.ec-orderRole .ec-borderedList {
    margin-bottom: 20px;
    border-top: 1px dotted #ccc;
}
.ec-borderedList li {
    border-bottom: 1px dotted #ccc;
}
.ec-imageGrid {
    display: table;
    width: 100%;
}
.ec-imageGrid .ec-imageGrid__img {
    display: table-cell;
    padding: 10px;
    width: 100px;
}
.ec-imageGrid .ec-imageGrid__content {
    vertical-align: middle;
    display: table-cell;
}
.ec-orderDelivery .ec-orderDelivery__address {
    margin: 10px 0 18px;
}
.ec-orderDelivery,
.ec-orderPayment,
.ec-orderConfirm {
    margin-bottom: 4rem;
}
.ec-input textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea, .ec-select textarea, .ec-birth textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 3px;
}
.ec-orderConfirm textarea {
    width: 96%;
    height: 100px;
}
.ec-totalBox .ec-totalBox__spec {
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 8px;
}
.ec-totalBox .ec-totalBox__spec dt {
    font-weight: normal;
    text-align: left;
}
.ec-totalBox .ec-totalBox__spec dd {
    text-align: right;
}
.ec-totalBox .ec-totalBox__total {
    border-top: 1px dotted #ccc;
    padding: 8px 0;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}
.ec-totalBox .ec-totalBox__price {
    margin-left: 16px;
    font-size: 16px;
    font-weight: bold;
}
.ec-totalBox .ec-totalBox__taxLabel {
    font-size: 14px;
}
.ec-totalBox .ec-totalBox__taxRate {
    font-size: 12px;
}
.ec-totalBox .ec-totalBox__paymentTotal {
    padding: 8px 0;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}
.ec-orderRole .ec-orderRole__summary {
    width: 33.33333%;
    padding: 0 16px;
}
.ec-totalBox {
    background: #F3F3F3;
    padding: 16px;
    margin-bottom: 16px;
}
.txt-center {
    text-align: center;
}
.announce {
    text-align: center;
    line-height: 1.75;
    margin-bottom: 6rem;
}

.ec-cartRole__progress .ec-navlistRole__item::before {
    content: '>';
    display: inline-block;
    margin-right: 5px;
}
.ec-cartRole__progress .ec-navlistRole__item.active{
    color: #b49140;
}
.ec-cartRow__dateColumn,
.ec-cartRow__numberColumn,
.ec-cartRow__statesColumn,
.ec-cartRow__detailColumn {
    display: table-cell;
    border-bottom: 1px dotted #ccc;
    width: 20%;
    padding: 20px 10px;
    text-align: center;
}
.ec-cartRow__detailColumn a {
    color: #b49140;
}


.ec-addressRole .ec-addressRole__actions {
    margin-top: 32px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
.ec-addressList .ec-addressList__item {
    display: table;
    width: 100%;
    position: relative;
}
.ec-addressList .ec-addressList__item:not(:first-child) {
    border-top: 1px dotted #ccc;
}
.ec-addressList .ec-addressList__item .ec-radio {
    display: table-cell;
    vertical-align: middle;
}
.ec-addressList .ec-addressList__item .ec-radio input {
}
.ec-addressList .ec-addressList__item.new_address {
    border-top: 2px solid #ccc;
}
.ec-addressList .ec-addressList__item.new_address .ec-addressList__address {
    width: 95.5% !important;
}
.ec-addressList .ec-addressList__remove {
    vertical-align: middle;
    padding: 16px;
    text-align: center;
}
.ec-addressList .ec-addressList__remove .ec-icon img {
    width: 1em;
    height: 1em;
}
.ec-addressList .ec-addressList__address {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
    margin-right: 4em;
    width: 80%;
}
.ec-addressList .ec-addressList__action {
    position: relative;
    vertical-align: middle;
    text-align: right;
    top: 27px;
    padding-right: 10px;
}
.ec-inlineBtn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #525263;
    background-color: #F5F7F8;
    border-color: #ccc;
}
.ec-change-btn {
    text-align: center;
    margin-bottom: 2rem;
}
.changeBtn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #525263;
    background-color: #F5F7F8;
    border-color: #ccc;
    width: 30%;
    margin: 2rem auto; 
}
.ec-point input {
    display: block;
    width: 40%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
#cart-sec {
    padding: 3rem 0;
}
.ec-progress__label {
    font-size: 1rem;
    line-height: 1.4;
}
.ec-progress__number {
    font-size: 1.2rem;
    line-height: 28px;
    width: 32px;
    margin: 0 auto 1rem;
}
.is-current .ec-progress__number {
    margin: 0 auto 1rem;
}
.is-current .ec-progress__number {
    line-height: 34px;
    width: 34px;
}
.ec-progress__item:not(:last-child)::after {
    width: 60px;
    top: 20%;
}
.ec-progress {
    margin-bottom: 2rem;
}
.ec-cartRole__totalText {
    margin-bottom: 2rem;
}
.ec-cartHeader {
    display: none;
}
.ec-cartRow .ec-cartRow__subtotalColumn {
    display: none;
}
.ec-cartRow .ec-cartRow__delColumn {
    width: 10%;
    margin-right: 2%;
}
.ec-cartRow .ec-cartRow__img {
    width: 30%;
    padding-right: 2%;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
    line-height: 1.4;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a,
.ec-cartRow__unitPrice {
    font-size: 1rem;
}
.ec-cartRow .ec-cartRow__amountColumn {
    width: 12%;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
    font-size: 1.0rem;
    margin-bottom: 0;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton {
    margin: 0 2px;
    display: inline-block;
    border: 2px solid #c9c9c9;
    border-radius: 50%;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    cursor: pointer;
    line-height: 20px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background: #fff;
}
.ec-cartRow__amountUpButton__icon {
    margin: 0 2px;
    display: inline-block;
    border: 2px solid #c9c9c9;
    border-radius: 50%;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    cursor: pointer;
    line-height: 20px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton {
    margin: 0 2px;
    display: inline-block;
    border: 2px solid #c9c9c9;
    border-radius: 50%;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    cursor: pointer;
    line-height: 20px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    background: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon img, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon img, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton__icon img {
    display: block;
    margin-left: -0.4em;
    width: .5em;
    height: .5em;
    position: absolute;
    top: 20%;
    left: 66%;
}
.ec-cartRole .ec-cartRole__actions {
    width: 100%;
    float: none;
    text-align: right;
}
.ec-grid3 {
    display: block;
}
.ec-grid3 .ec-grid3__cell2 {
    width: 100%;
}
.ec-login {
    margin: 0 0 30px 0;
    padding: 20px 13% 20px 5%;
    height: auto;
    background: #F3F4F4;
}
.ec-login .ec-login__input {
    margin-bottom: 10px;
}
.ec-checkbox label {
    font-size: 1.2rem;
}
.ec-grid2,
.ec-grid3 .ec-grid3__cell {
    display: block;
    width: 100%;
}
.ec-grid2 .ec-grid2__cell {
    width: 108%;
}
.ec-login .ec-login__link {
    margin-left: 0;
    margin-top: 10px;
    font-size: 1.2rem;
}
.ec-guest {
    height: 100%;
    margin: 0;
    display: table;
    padding: 20px 5% 20px 5%;
    box-sizing: border-box;
    background: #F3F4F4;
}
.ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-select input, .ec-birth input {
    display: block;
    width: 96%;
    height: 34px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 1rem;
}
.ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
    margin-left: 0;
}
.ec-addressList .ec-addressList__address {
    font-size: 1.2rem;
}
.ec-inlineBtn {
    padding: 3px 6px;
    font-size: 1.2rem;
}
.ec-borderedDefs dl {
    padding: 0px 0 10px;
    display: block;
}
.ec-borderedDefs dt {
    width: 100%;
}
.ec-borderedDefs dd {
    width: 100%;
    line-height: 1.75;
}
.ec-halfInput {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ec-halfInput input[type='text'] {
    margin-left: 0;
    width: 44%;
}
.ec-zipInput {
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.ec-zipInput a {
    color: #b49140;
    text-decoration: underline;
}
.ec-zipInput span {
    font-size: 1.2rem;
}
.ec-zipInputHelp {
    line-height: 2.75;
}
.ec-telInput input {
    width: 21.5%;
    font-size: 1.2rem;
}
.ec-off4Grid .ec-off4Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 0;
    width: 100%;
}
.ec-label {
    font-size: 1.2rem;
}
.ec-input select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-select select, .ec-birth select {
    font-size: 1.2rem;
}
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
    font-size: 1.4rem !important;
}
.changeBtn {
    width: 100%;
}
.ec-orderDelivery__address {
    font-size: 1.2rem;
}
.ec-orderConfirm textarea {
    font-size: 1.2rem;
}
.ec-cartRole__progress .ec-navlistRole__item {
    font-size: 1.2rem;
}
.ec-cartRow__dateColumn, .ec-cartRow__numberColumn, .ec-cartRow__statesColumn, .ec-cartRow__detailColumn {
    font-size: 1.2rem;
    vertical-align: middle;
}
}

















