: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
================================================ */
#petit_volift .l-container {
  padding-top: 0;
}

/* .petit_volift-mainimg
================================================ */
.petit_volift-mainimg {
  background: #9979bb;
}

/* .petit_volift-partsList
================================================ */
@media all and (min-width: 768px) {
  .petit_volift-partsList .c-set01__area-img img {
    max-width: 400px;
  }
}

/* .petit_volift-feature
================================================ */
.petit_volift-feature__box {
  border: 1px solid rgb(var(--border));
}
.petit_volift-feature__head {
  display: flex;
  align-items: stretch;
}
.petit_volift-feature__head li {
  background: #855AB4;
  color: #fff;
  width: 50%;
  line-height: 1.5;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .petit_volift-feature__head li {
    font-size: 1.2rem;
  }
}
.petit_volift-feature__head li span {
  font-size: 1.3rem;
  display: block;
}
.petit_volift-feature__head li:nth-child(2) {
  background: #F78EC9;
}
@media all and (min-width: 768px) {
  .petit_volift-feature__head li span {
    font-size: 1.3em;
  }
}
.petit_volift-feature__link {
  font-size: 1.6rem;
  padding: 0.5em;
  border-bottom: 1px solid rgb(var(--border));
}
@media all and (min-width: 768px) {
  .petit_volift-feature__link {
    font-size: 2rem;
  }
}
.petit_volift-feature__body {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.petit_volift-feature__body li {
  width: 50%;
  padding: 15px;
}
.petit_volift-feature__body li:nth-child(2) {
  border-left: 1px solid rgb(var(--border));
}
@media all and (max-width: 767px) {
  .petit_volift-feature__body li {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 768px) {
  .petit_volift-feature__body li {
    padding: 30px;
  }
}
@media all and (min-width: 768px) {
  .petit_volift-feature__point {
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 767px) {
  .petit_volift-feature__point {
    padding-top: 30px;
  }
  .petit_volift-feature__point-list {
    position: relative;
  }
  .petit_volift-feature__point-list::before {
    content: "";
    background: url(/petit_volift/img/icon_baloon01.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 40px;
    position: absolute;
    top: -40px;
    left: -20px;
  }
}
.petit_volift-feature__bubble {
  position: relative;
}
@media all and (min-width: 768px) {
  .petit_volift-feature__bubble {
    margin-right: 2em;
  }
}
@media all and (min-width: 768px) {
  .petit_volift-feature__bubble:before {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #855AB4;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.petit_volift-feature__bubble span {
  background: #855AB4;
  color: #fff;
  border-radius: 4rem;
  padding: 0.5em;
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 1.1;
}
@media all and (max-width: 767px) {
  .petit_volift-feature__bubble span {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  .petit_volift-feature__bubble span {
    padding: 1.5em;
    font-size: 20px;
  }
}
.petit_volift-feature .c-list-basic01 .c-list-basic01__item span {
  background: linear-gradient(to top, rgb(var(--main), 30%) 0%, rgb(var(--main), 30%) 50%, transparent 50%);
}

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