: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
================================================ */
@media all and (max-width: 767px) {
  #laser_body .l-container {
    padding-top: 0;
  }
}

/* .laser_body-compare
================================================ */
.laser_body-compare__box {
  display: flex;
}
@media all and (max-width: 767px) {
  .laser_body-compare__box {
    justify-content: space-between;
    align-items: stretch;
  }
}
.laser_body-compare__color {
  color: #3FC8E4;
}
@media all and (max-width: 767px) {
  .laser_body-compare__list {
    width: 47%;
  }
}
.laser_body-compare__list:nth-child(n+2) .laser_body-compare__head {
  background: #3FC8E4;
}
@media all and (max-width: 767px) {
  .laser_body-compare__list li:nth-child(n+2) {
    margin-top: 0.5em;
  }
}
.laser_body-compare__head {
  background: rgb(var(--main));
  text-align: center;
  color: #fff;
  line-height: 1.1;
  padding: 0.5em;
  font-weight: 600;
}
.laser_body-compare__txt {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 0.5em;
}
.laser_body-compare__price .c-table01 tbody tr:nth-child(3) td:last-child span {
  font-size: 2em;
}
.laser_body-compare__price .c-table01 tbody th {
  width: 33%;
}
.laser_body-compare__price .c-table01 tbody td {
  text-align: center;
}
.laser_body-compare__price .c-table01 tbody td span {
  font-size: 1.2em;
  line-height: 1.1;
}
@media all and (max-width: 767px) {
  .laser_body-compare__price .c-table01 tbody td {
    font-size: 1.3rem;
  }
}

/* .laser_body-cycle
================================================ */
@media all and (max-width: 767px) {
  .laser_body-cycle__list li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media all and (min-width: 768px) {
  .laser_body-cycle__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .laser_body-cycle__list li {
    width: 22%;
  }
}
.laser_body-cycle__img {
  border: 1px solid rgb(var(--border));
}
@media all and (max-width: 767px) {
  .laser_body-cycle__img {
    padding: 1em;
  }
}
@media all and (min-width: 768px) {
  .laser_body-cycle__img {
    height: 120px;
    padding: 1em 0;
  }
}