:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 171,94,173;
  --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: 242,238,246;
  --beige: 242,238,230;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 195,129,203;
  --light_purple: 250,244,255;
  --pink_purple: 203,75,138;
  --blue: 87 129 234;
  --yellow: 255 183 3;
  --beauty_main: 233,83,131;
  --beauty_light_pink: 252,229,237;
  --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) {
  #contents_first_price .l-container {
    padding-top: 0;
  }
}

/* .contents_first_price-summary
================================================ */
.contents_first_price-summary__head {
  border-top: double;
  border-bottom: double;
  border-color: #C4A181;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #9D642D;
  position: relative;
  padding-left: 3.8em;
}
.contents_first_price-summary__head::before {
  content: "";
  background: url(/contents_first_price/img/icon_example01.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (min-width: 768px) {
  .contents_first_price-summary__head {
    margin-bottom: 40px;
    font-size: 3rem;
    padding-left: 3.2em;
  }
  .contents_first_price-summary__head::before {
    width: 79px;
    height: 79px;
  }
}
.contents_first_price-summary__box:nth-child(2) .contents_first_price-summary__head:before {
  background: url(/contents_first_price/img/icon_example02.png) no-repeat;
  background-size: contain;
}

/* .contents_first_price-summary-case
================================================ */
@media all and (max-width: 767px) {
  .contents_first_price-summary-case {
    margin: 0 -15px;
  }
}
.contents_first_price-summary-case__inner {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
@media all and (min-width: 768px) {
  .contents_first_price-summary-case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}