/* for https://christina-clinic.com/price/ */

/* even */
/* f8f8f8 */

/* .price_box th, .price_box td, .price_box tr {
  background: none !important;
} */
.nunder_mv.price {background: #fff !important;}
.nunder_mv.price p {color:#000 !important;}
.nunder_mv.price .jp {margin-bottom:0 !important;}
.nunder_price02 {background: #fff;padding-bottom:100px;}
.nunder_price02 .price_box+.price_box {margin-top: 100px;}
#nunder .nunder_mv.price .inner>div .en::before, #nunder .nunder_mv.price .inner>div .en::after {background: #000;}

.price_box table tr:nth-child(2n),
.price_box table tr:nth-child(2n) th,
.price_box table tr:nth-child(2n) td {
  background: none;
}

.price_box table td {
  border-right: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  font-size: 16px;
  text-align: center;
}

.price_box .bg {
  background: #f8f8f8 !important;
}

.price_box table {
  border-bottom: 0;
}

.price_box table tr:last-child td {
  border-bottom: 0;
}

.price_box table:last-of-type tr:last-child td {
  border-bottom: 2px solid #e8e8e8;
}

.price_box h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.price_box .tuujou,
.price_box .syokai {
  position: relative;
  padding-top: 52px !important;
}

.price_box .tuujou::before,
.price_box .syokai::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #b4a390;
  font-size: 18px;
  font-weight: normal;
  padding: 0 !important;
  line-height: 1.8;
}

.price_box .syokai::before {
  content: "初回価格";
}

.price_box .tuujou::before {
  content: "通常価格";
  color: #000;
  background: #e8e8e8;
}

.price_box table.botox tr td:nth-child(2),
.price_box td:last-child {
  font-weight: bold;
  font-size: 20px;
}

.price_box .otoku::after {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.price_treatment_title_box01 {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #797979;
}

.price_treatment_title_box01 h3 {
  /* width: 70%; */
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  flex-grow: 1;
}

.price_treatment_link01 {
  background: #000;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 20px;
  min-width: 130px;
  margin-left: 20px;
}

.price_treatment_link01 span::after {
  content: url("../img/price_treatment_link01_arrow.png");
  padding-left: 10px;
}

.price_treatment_link01:hover {
  opacity: .6;
}

.price_box table.botox tr td:nth-child(1) {
  white-space: nowrap;
}

.price_box table.botox tr td:nth-child(2) {
  font-weight: bold;
}

.price_box table.botox tr:nth-child(1) td:nth-child(2)::before {
  border: none;
}

.note_price {
  font-size: 14px;
}

.price_box .price_deco {
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  padding: 3px 24px;
  margin-top: 10px;
}

.stitle--flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupon_txt01 {
  font-size: 16px;
  margin-left: 20px;
  padding: 5px 20px 5px;
  background: #f75391;
  border-radius: 60px;
  color: #fff;
  line-height: 1.0;
  font-size: 14px;
  font-weight: bold;
}


@media (max-width: 767px) {
  .stitle--flex {
    flex-direction: column;
  }

  .coupon_txt01 {
    margin-left: 0;
    font-size: 18px;
    margin-top: 10px;
  }

  .price_box .botox .price_box_text01 {
    font-size: 20px !important;
  }

  .note_price {
    font-size: 18px;
  }

  .price_box .otoku::after {
    margin-top: 5px;
  }

  #nunder .nunder_price table td,
  .price_box table td {
    font-size: 22px;
  }

  .price_box table.botox tr td:nth-child(2),
  .price_box td:last-child {
    font-size: 26px;
  }

  .price_box .tuujou::before,
  .price_box .syokai::before {
    font-size: 20px;
  }

  .price_box h2 {
    font-size: 26px;
  }

  .price_treatment_title_box01 h3 {
    font-size: 22px;
  }
}


/* for mens */
.price_box--mens table td {border-bottom: 1px solid #ccc !important;}


