/* カートページ */
.block-cart--order-btn {
    background-image: url(/img/usr/cart_me.png);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 70px;
}

.block-cart--order-btn-gift {
    background-image: url(/img/usr/cart_you.png);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 70px;
}

.block-cart--procedure-container .block-cart--order input {
    color: transparent !important;
}

.btn-primary.block-cart--order-btn-gift {}

/* ECトップページ */
.custom_category_item {
    width: 160px;
}

/* お問い合わせページ */
.block-inquiry h2 {
    font-weight: bold;
}

.inquiry_faq {
    margin-bottom: 65px;
}

.inquiry_faq_btn {
    display: block;
    margin: 0 auto;
    width: 250px;
    font-weight: bold;
    padding: 20px;
    border: 4px solid #000;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

/* ページカテゴリー */
.block-pagecategory-page-list--page {
    width: 23%;
    margin-left: 10px;
    margin-bottom: 20px;
}

.block-pagecategory-page-list--page-caption a {
    text-decoration: none;
}

/* 商品・買いもの　カテゴリ部分 */
.custom_category_item_main {
    font-size: 14px;
}

