@charset "UTF-8";
/* 乳酸菌アミノゼリー */

.nyusankin_jelly__routine_note {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5625;
  text-align: center;
  margin: 15px 0 0;
}

.nyusankin_jelly__routine_note em {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  /* text-decoration: underline; */
  border-bottom: 1px solid CurrentColor;
  line-height: 1.1;
}
.nyusankin_jelly__routine_note strong {
  font-size: 1.3125em;
  font-weight: bold;
  line-height: 1;
}

/* 商品の特徴 */
.product_feature {
  margin-bottom: 75px;
}

.product_feature_inner {
  /*  */
}

.product_feature_inner > img {
  display: block;
  width: 100%;
  height: auto;
}

/* アップセル */
.nyusankin_jelly_upsell {
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 40px;
  padding: 0 15px;
}

.nyusankin_jelly_upsell__content {
  display: block;
  padding: 25px 15px 35px;
  border: 1px solid #ddd7cb;
  background-image: url(../img/bg_upsell.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nyusankin_jelly_upsell__content p {
  line-height: 1.4615;
}

.nyusankin_jelly_upsell__lead {
  display: block;
  margin: 0 0 30px;
}

.nyusankin_jelly_upsell__lead em,
.nyusankin_jelly_upsell__lead strong {
  color: #e60510;
  font-weight: bold;
}

.nyusankin_jelly_upsell__nav {
  display: block;
}
.nyusankin_jelly_upsell__nav p {
  display: block;
  margin: 0 0 15px;
}

.nyusankin_jelly_upsell__nav__btn {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 0 auto;
  padding: 20.5px 10px;
  border-radius: 10px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff !important;
  background: #e56570;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(12, 2, 5, 0.25);
  box-shadow: 0px 3px 3px 0px rgba(12, 2, 5, 0.25);
}
.nyusankin_jelly_upsell__nav__btn:hover {
  opacity: 0.7;
}
