@charset "UTF-8";
/* 商品のお届け方法・送料 */
/* contents area */
.free {
  display: inline-block;
  position: relative;
  margin: 0 0 1.5em;
}
.free:after {
  content: "";
  position: absolute;
  display: block;
  right: -35px;
  top: 0;
  width: 19px;
  height: 100%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.free__ttl {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}
.free__price {
  display: inline-block;
  margin: 0 0 1em;
  padding: 0.1em 0.3em;
  background: #f5f5eb;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}
.free__price:last-child {
  margin: 0;
}
.free sup {
  font-size: 10px;
}
.free .nocharge {
  position: absolute;
  right: -45px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  font-size: 16px;
  line-height: 1.75em;
}
.free .zero {
  width: 47px;
  height: auto;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
  .free {
    font-size: 3.7333333333vw;
    margin: 0.8em 0 1.5em;
  }
  .free:after {
    right: -8vw;
    width: 5vw;
    border-top: 0.4vw solid #000;
    border-right: 0.4vw solid #000;
    border-bottom: 0.4vw solid #000;
  }
  .free__ttl {
    font-size: 3.7333333333vw;
  }
  .free__price {
    margin: 0 0 0.7em;
    font-size: 3.7333333333vw;
  }
  .free sup {
    font-size: 2vw;
  }
  .free .nocharge {
    right: -10vw;
    font-size: 3.7333333333vw;
    line-height: 2em;
  }
  .free .zero {
    width: 10.5333333333vw;
  }
}
