: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;
}

/* #mainImg
================================================ */
@media all and (max-width: 767px) {
  #petit_hy_nose .l-container {
    padding-top: 0px;
  }
}

/* .c-summary01
================================================ */
@media all and (min-width: 768px) {
  .c-summary01.is-2columns + .c-note01 {
    width: 706px;
    margin-inline: auto;
  }
}

/* .petit_hy_nose-about
================================================ */
.petit_hy_nose-about__list {
  position: relative;
}
.petit_hy_nose-about__list:before {
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media all and (max-width: 767px) {
  .petit_hy_nose-about__list:before {
    border-top: 30px solid rgb(var(--main));
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    top: 46%;
  }
}
@media all and (min-width: 768px) {
  .petit_hy_nose-about__list:before {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid rgb(var(--main));
  }
}
@media all and (max-width: 767px) {
  .petit_hy_nose-about__list li:nth-child(n+2) {
    margin-top: 68px;
  }
}
@media all and (min-width: 768px) {
  .petit_hy_nose-about__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 750px;
    margin: auto;
  }
  .petit_hy_nose-about__list li {
    width: 300px;
  }
}

/* .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;
  }
}