@charset "euc-jp";
.l-main.shopkeeper .titleColor {margin-bottom: 0.85em; margin-top: 0;}
.l-main.shopkeeper .c-tbl-list__td p:last-child{margin-bottom: 0;}
.l-main.shopkeeper .c-tbl-list__td a{text-decoration: none;}
.l-main.shopkeeper .c-tbl-list__td a:hover{text-decoration: underline;}

@media print, screen and (min-width: 768px) {
    .l-main.shopkeeper .c-tbl-list__td small{font-size: 1.5rem;}
    .l-main.shopkeeper .u-container .u-contents{padding-top: 50px; padding-bottom: 50px;}
    .l-main.shopkeeper .u-container .u-contents:first-child{padding-top: 40px;}
    .l-main.shopkeeper .u-container .u-contents:last-child{padding-bottom: 120px;}
}
@media screen and (max-width: 767px) {
    .l-main.shopkeeper .u-container .u-contents{padding-top: 70px; padding-bottom: 0;}
    .l-main.shopkeeper .c-tbl-list__td small{font-size: 1.4rem;}
    .l-main.shopkeeper .u-container .u-contents:first-child{padding-top: 0;}
    .l-main.shopkeeper .u-container .u-contents:last-child{padding-bottom: 70px;}
}

/* ====================================================
支払い方法について
==================================================== */
#payment{}

/* ====================================================
配送・送料について
==================================================== */
.c-tbl-list .deliveryName{align-items: center;}
.c-tbl-list .deliveryName .c-tbl-list__td{font-weight: 700;}
.c-tbl-list .deliveryName .img img{vertical-align: middle;}

@media print, screen and (min-width: 768px) {
    .c-tbl-list .deliveryName .c-tbl-list__td{font-size: 1.6rem;}
    .c-tbl-list .deliveryName .img img{max-width: 84px;}
}
@media screen and (max-width: 767px) {
    .c-tbl-list .deliveryName .c-tbl-list__td{font-size: 1.5rem;}
    .c-tbl-list .deliveryName .img img{max-width: 60px;}
}


/* deliveryList
-------------------------------------*/
.deliveryList{
    border: 1px solid #B3D2CF;
}
.deliveryList > dt{
    padding: 0.5em 15px;
    font-size: 1.4rem;
    background: #B3D2CF;
    margin: 0;
}
.deliveryList > dd{
    padding: 1em 15px;
    font-size: 1.5rem;
    margin: 0;
}
.deliveryList + *{
    margin-top: 1em;
}

/* dotTitleList
-------------------------------------*/
.dotTitleList > dt,
.dotTitleList > dd{
    font-size: 1.5rem;
    padding-left: 1em;
    line-height: 1.6;
    margin: 0;
}
.dotTitleList > dt{
    position: relative;
    font-weight: bold;
    margin: 0;
}
.dotTitleList > dt:before{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
*+ .dotTitleList{
    margin-top: 1em;
}

/* deliveryBox
-------------------------------------*/
.deliveryBox{
    border: 1px solid #B3D2CF;
    padding: 20px;
}
.deliveryBox p{margin-bottom: 0;}
.deliveryBox p + p,
.deliveryBox + *{
    margin-top: 1em;
}


/* ====================================================
特定商取引法に基づく表記
==================================================== */