/* カスタマイズ用CSS */
.ex-js-modal__text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.ex-js-modal__actions {
    display: flex;
    justify-content: space-evenly;
}
@media all and (-ms-high-contrast: none){
    .ex-js-modal__actions{
        display: flex;
        justify-content: space-around;
    }
}

.ex-js-modal__button {
    width: calc(40% - 16px) !important;
}

.js-modal__content.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255,255,255, 0.5);
    z-index: 1;
}

.product_review .ec-input textarea {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #333333;
    height: 100px;
    width: 100%;
}
.product_review .ec-input.error textarea {
    margin-bottom: 5px;
    border-color: #CF3F34;
    background: #FDF1F0;
}

.select-box.narrow-price {
    margin-bottom: 10px;
}

.contain-estimate {
    margin-bottom: 30px;
}

#page_product_list .search-count {
    margin-bottom: 10px;
}

.ex-change-delivery-btn {
    position: absolute;
    right: 0;
    width: 50% !important;
}

.ex-coupon-cancel-btn {
    width: 250px;
}

.js-modal.skip h2 {
    font-size: 21px;
}

.ex-reduce-tax {
    margin-top: 10px;
}

.ec-category.search-product {
    padding: 32px 0;
}


.ec-completeShopMessage {
  margin-top: 20px;
}

.ec-completeShopMessage h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

.ec-completeShopMessage__txt1 {
  line-height: 1.75;
  text-align: center;
  margin: 10px 0 20px;
}

.category_top .ex-container {
    max-width: 960px;
    flex: 1;
    margin-right: auto;
    margin-left: auto;
    padding: 32px 0;
}

.category_top .ec-shelfGrid .ec-shelfGrid__item:nth-child(2n+1), .category_top .ec-shelfGrid .ec-shelfGrid__item:nth-child(2n) {
    padding: 20px 20px 20px;
}

.lp-actionBtn {
    display: none;
}

@media (max-width: 768px) {
    .ex-js-modal__button {
        width: 40% !important;
    }
    .ec-completeShopMessage h2 {
        font-size: 1.4rem;
        font-weight: bold;
    }
    .ec-completeShopMessage__txt1 {
        text-align: left;
    }
    #page_category_top .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .search-product + h3 {
        margin-top: 40px;
    }
    #page_homepage .ec-category.search-product .ec-category__inner {
        margin-bottom: 0;
    }
}

#page_category_top .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .contents-main .ec-category {
    padding: 0;
    margin-bottom: 60px;
}
#page_category_top .ec-layoutRole .ec-layoutRole__contents .ec-layoutRole__main .search-product + h3 {
    margin-top: 57px;
}

#page_homepage .ec-category.search-product {
    padding: 0;
}
#page_homepage .ec-category.search-product .ec-category__inner {
    margin-bottom: 40px;
}

/* agreement */
.agreement-finished{
    text-align: right;
  }