@charset "Shift_JIS";

/* クーポン染み出し */
.jlnpc-coupon-wrapper.jlnpc-changeClaims {
  position: relative;
  width: 308px;
  height: auto;
}

.jlnpc-coupon-wrapper.jlnpc-changeClaims::after {
  position: absolute;
  bottom: -5px;
  left: 126px;
  display: block;
  content: '';
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.jlnpc-coupon-wrapper.jlnpc-changeClaims::before {
  position: absolute;
  bottom: -7px;
  left: 124px;
  display: block;
  content: '';
  border-top: 8px solid #e0dbd7;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.jlnpc-coupon-wrapper.jlnpc-changeClaims.jlnpc-changeClaims--double {
  width: 344px;
}

.jlnpc-coupon-wrapper.jlnpc-changeClaims .jlnpc-coupon-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 28px;
  padding: 4px 8px;
  line-height: normal;
  text-align: left;
  background: #fff url('/dp/d/dpcom/dpcomcs/common/image/icon_coupon_combind_enhance24_pc.svg') no-repeat;
  background-position: 5px 50%;
  background-size: 20px auto;
  border: solid 1px #e0dbd7;
  border-radius: 4px;
}

.jlnpc-coupon-wrapper.jlnpc-changeClaims .jlnpc-coupon-price {
  position: relative;
  top: 2px;
  display: block;
  margin-left: 24px;
  font-size: 10px;
  line-height: 15px;
  color: #3b1800;
}

.jlnpc-coupon-wrapper.jlnpc-changeClaims .jlnpc-coupon-price i {
  font-style: normal;
  color: #fc0d1c;
}

.jlnpc-coupon-wrapper.jlnpc-changeClaims .jlnpc-coupon-price a {
  position: absolute;
  top: 49%;
  right: 0;
  color: #1558ce;
  text-decoration: none !important;
  transform: translateY(-49%);
}

.jlnpc-coupon-wrapper.jlnpc-changeClaims .jlnpc-coupon-price a:hover {
  color: #e78a13;
}

.jlnpc-coupon-link {
  position: absolute;
  top: 49%;
  right: 0;
  font-weight: bold;
  color: #1558ce;
  transform: translateY(-49%);
}

.jlnpc-coupon-link.jlnpc-coupon-link--acquired {
  font-weight: normal;
}

.jlnpc-coupon-wrapper.jlnpc-changeClaims .jlnpc-coupon-price a:hover {
  color: #e78a13;
}

.jlnpc-coupon-double {
  top: 0;
}

.jlnpc-coupon-number {
  position: absolute;
  top: 50%;
  left: 26px;
  font-size: 11px;
  color: #e77611;
  transform: translateY(-50%);
}

.jlnpc-coupon-wrapper.jlnpc-changeClaims .jlnpc-coupon-inner.jlnpc-coupon-double .jlnpc-coupon-price {
  margin-left: 35px;
}

.jlnpc-coupon-total {
  font-weight: bold;
  color: #fc0d1c;
}

.jlnpc-coupon-price__emphasizeText {
  font-size: 12px;
  font-weight: bold;
  color: #fc0d1c;
}