@charset "utf-8";

/* カスタマイズ用CSS */



/* product_detail
------------------------------*/
.ec-productRole .ec-productRole__tags {
  margin-bottom: 0;
}

.product-code-default {
  font-weight: bold;
}

.ec-productRole .ec-productRole__description {
  margin: 0 0 16px;
  padding: 0 0 16px;
}

.ec-productRole .ec-productRole__description table {
  margin-bottom: 16px;
  width: 100%;
}

.ec-productRole__description td {
  border-bottom: 1px dotted #ccc;
  padding: 16px 0;
}

.ec-productRole__description td .-head,
.ec-caution .-head {
  font-size: 1.2em;
}

.ec-productRole__description td .-detail {
  font-weight: bold;
}

.ec-productRole__description {
  border-bottom: 1px dotted #ccc;
  margin-top: 16px;
  padding: 16px 0;
}

.ec-caution {
  padding: 0 0 16px;
}

.ec-modal + .ec-productRole__description {
  border-top: 1px dotted #ccc;
  border-bottom: 0;
}

@media screen and (max-width:768px){
  .ec-productRole__description {
    border-bottom: 1px dotted #ccc;
    margin-top: 16px;
    padding: 16px 0;
  }

  .ec-productRole .ec-productRole__price {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 6px;
  }

  .ec-productRole .ec-productRole__description {
    margin: 0 0 14px;
    padding: 0 0 14px;
  }

  .ec-productRole .ec-productRole__description table {
    margin-bottom: 14px;
  }

  .ec-caution {
    padding: 0;
  }

  .ec-modal + .ec-productRole__description {
    border-top: 1px dotted #ccc;
    border-bottom: 0;
    padding-top: 14px;
  }
}


/* products_list
------------------------------*/
.price02-default {
  font-weight: bold;
}


/* shopping
------------------------------*/
.ec-orderDelivery__address-caption {
  background: #F3F3F3;
  margin: 20px 0 0;
  padding: 20px 10px;
}

.ec-orderDelivery__address-caption .-head {
  font-size: 18px;
  font-weight: bold;
}

.ec-orderDelivery__address-caption .-body {
  font-size: 14px;
}

.ec-orderDelivery__address-caption .-caution {
  font-size: 14px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

@media screen and (max-width:768px){
  .ec-orderDelivery__address-caption {
    margin: calc(20*100vw/375) 0 0;
    padding: calc(10*100vw/375);
  }

  .ec-orderDelivery__address-caption .-head {
    font-size: calc(16*100vw/375);
  }

  .ec-orderDelivery__address-caption .-body {
    font-size: calc(12*100vw/375);
  }

  .ec-orderDelivery__address-caption .-caution {
    font-size: calc(12*100vw/375);
  }
}