:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* l-container
================================================ */
#refresh_juvederm_volumer .l-container {
  padding-top: 0;
}

/* .refresh_juvederm_volumer-mainimg
================================================ */
.refresh_juvederm_volumer-mainimg {
  background: #dad7dd;
}

/* .refresh_juvederm_volumer-about
================================================ */
.refresh_juvederm_volumer-about-table th, .refresh_juvederm_volumer-about-table td {
  width: 50%;
}
.refresh_juvederm_volumer-about-table td.refresh_juvederm_volumer-about-table__item, .refresh_juvederm_volumer-about-table td.refresh_juvederm_volumer-about-table-volumer__item {
  vertical-align: top;
}
.refresh_juvederm_volumer-about-table thead th.refresh_juvederm_volumer-about-table-volumer__thead {
  color: #fff;
  background: #4a0055;
}
.refresh_juvederm_volumer-about-table thead th.refresh_juvederm_volumer-about-table-ultra__thead {
  color: #fff;
  background: #cfa1d6;
}
.refresh_juvederm_volumer-about-table th.refresh_juvederm_volumer-about-table-crosslink {
  text-align: center;
}
.refresh_juvederm_volumer-about-table-volumer__item {
  background-color: #fdf8f4;
}
.refresh_juvederm_volumer-about-comp__head {
  position: relative;
  padding-bottom: 28px;
}
@media all and (min-width: 768px) {
  .refresh_juvederm_volumer-about-comp__head {
    padding-bottom: 58px;
  }
}
.refresh_juvederm_volumer-about-comp__head::after {
  content: "";
  display: block;
  width: 105px;
  height: 28px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -52px;
  background: url(../img/ico_about01.png) 0 0 no-repeat;
  background-size: 100%;
}
@media all and (min-width: 768px) {
  .refresh_juvederm_volumer-about-comp__head::after {
    height: 58px;
    width: 210px;
    margin-left: -105.5px;
  }
}

/* .refresh_juvederm_volumer-merit
================================================ */
.refresh_juvederm_volumer-merit-box__top-head {
  margin-bottom: 0;
}
.refresh_juvederm_volumer-merit-box-inner {
  padding: 15px;
  background: url(../img/bg_merit01.jpg) no-repeat;
  background-position: top center;
  background-size: contain;
  background-color: #ece0c8;
  counter-reset: num;
}
@media all and (min-width: 768px) {
  .refresh_juvederm_volumer-merit-box-inner {
    padding: 30px;
    background-position: top center;
  }
}
.refresh_juvederm_volumer-merit-box {
  background-color: #ffffff;
  padding: 15px;
}
@media all and (min-width: 768px) {
  .refresh_juvederm_volumer-merit-box {
    padding: 30px;
  }
}
.refresh_juvederm_volumer-merit-box__first {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .refresh_juvederm_volumer-merit-box__first {
    margin-top: 80px;
  }
}
.refresh_juvederm_volumer-merit-box__head {
  color: rgb(var(--main));
  font-size: 1.8rem;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  .refresh_juvederm_volumer-merit-box__head {
    padding-left: 45px;
    font-size: 2.4rem;
  }
}
.refresh_juvederm_volumer-merit-box__head::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: num;
  content: counter(num);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgb(var(--main));
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .refresh_juvederm_volumer-merit-box__head::before {
    top: 0;
    width: 24px;
    height: 24px;
    font-size: 2rem;
    width: 35px;
    height: 35px;
  }
}
.refresh_juvederm_volumer-merit-box__img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 768px) {
  .refresh_juvederm_volumer-merit-box__img {
    width: 380px;
  }
}

/* .refresh_juvederm_volumer-case
================================================ */
.refresh_juvederm_volumer-case__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .refresh_juvederm_volumer-case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* .refresh_juvederm_volumer-campaign
================================================ */
.refresh_juvederm_volumer-campaign__head-txt {
  display: inline-block;
  position: relative;
}
.refresh_juvederm_volumer-campaign__head-txt::before, .refresh_juvederm_volumer-campaign__head-txt::after {
  content: "";
  background: rgb(var(--main));
  width: 2px;
  height: 55px;
  display: block;
  position: absolute;
  top: 3px;
}
@media all and (min-width: 768px) {
  .refresh_juvederm_volumer-campaign__head-txt::before, .refresh_juvederm_volumer-campaign__head-txt::after {
    height: 35px;
    top: 7px;
  }
}
.refresh_juvederm_volumer-campaign__head-txt::before {
  left: -15px;
  transform: rotate(-45deg);
}
.refresh_juvederm_volumer-campaign__head-txt::after {
  right: -15px;
  transform: rotate(45deg);
}
@media all and (min-width: 768px) {
  .refresh_juvederm_volumer-campaign__head-txt::after {
    right: -20px;
  }
}