: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) {
  #menu_saggy_thermacool_cpt .l-container {
    padding-top: 0;
  }
}

/* .menu_saggy_thermacool_cpt-reason
================================================ */
.menu_saggy_thermacool_cpt-reason-mechanism-list {
  display: flex;
  justify-content: space-between;
}
.menu_saggy_thermacool_cpt-reason-mechanism-list__item {
  width: 48%;
}
.menu_saggy_thermacool_cpt-reason-mechanism-list__item-head-navy, .menu_saggy_thermacool_cpt-reason-mechanism-list__item-head-lightblue {
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  padding: 0.5em 1em;
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .menu_saggy_thermacool_cpt-reason-mechanism-list__item-head-navy, .menu_saggy_thermacool_cpt-reason-mechanism-list__item-head-lightblue {
    font-size: 1.8rem;
  }
}
.menu_saggy_thermacool_cpt-reason-mechanism-list__item-head-navy {
  background-color: #003584;
}
.menu_saggy_thermacool_cpt-reason-mechanism-list__item-head-lightblue {
  background-color: #57cee8;
}
.menu_saggy_thermacool_cpt-reason-mechanism-list-navy-img, .menu_saggy_thermacool_cpt-reason-mechanism-list-lightblue-img {
  box-sizing: border-box;
}
.menu_saggy_thermacool_cpt-reason-mechanism-list-navy-img {
  border: 2px solid #003584;
}
.menu_saggy_thermacool_cpt-reason-mechanism-list-lightblue-img {
  border: 2px solid #57cee8;
}
.menu_saggy_thermacool_cpt-reason-catch-list {
  display: grid;
  gap: 10px;
}
@media all and (min-width: 768px) {
  .menu_saggy_thermacool_cpt-reason-catch-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.menu_saggy_thermacool_cpt-reason-catch-list__item {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  padding: 10px;
}
@media all and (min-width: 768px) {
  .menu_saggy_thermacool_cpt-reason-catch-list__item {
    font-size: 2rem;
    padding: 15px;
  }
}

/* .menu_saggy_thermacool_cpt-effect
================================================ */
.menu_saggy_thermacool_cpt-effect-mechanism-list {
  display: flex;
  justify-content: space-between;
}
.menu_saggy_thermacool_cpt-effect-mechanism-list__item {
  width: 48%;
}
.menu_saggy_thermacool_cpt-effect-mechanism-list__item-head-navy, .menu_saggy_thermacool_cpt-effect-mechanism-list__item-head-lightblue {
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  padding: 0.5em 1em;
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .menu_saggy_thermacool_cpt-effect-mechanism-list__item-head-navy, .menu_saggy_thermacool_cpt-effect-mechanism-list__item-head-lightblue {
    font-size: 1.8rem;
  }
}
.menu_saggy_thermacool_cpt-effect-mechanism-list__item-head-navy {
  background-color: #003584;
}
.menu_saggy_thermacool_cpt-effect-mechanism-list__item-head-lightblue {
  background-color: #57cee8;
}
.menu_saggy_thermacool_cpt-effect-mechanism-list-navy-img, .menu_saggy_thermacool_cpt-effect-mechanism-list-lightblue-img {
  box-sizing: border-box;
}
.menu_saggy_thermacool_cpt-effect-mechanism-list-navy-img {
  border: 2px solid #003584;
}
.menu_saggy_thermacool_cpt-effect-mechanism-list-lightblue-img {
  border: 2px solid #57cee8;
}
.menu_saggy_thermacool_cpt-effect-catch-list {
  display: grid;
  gap: 10px;
}
@media all and (min-width: 768px) {
  .menu_saggy_thermacool_cpt-effect-catch-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.menu_saggy_thermacool_cpt-effect-catch-list__item {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #ffffff;
  padding: 10px;
}
@media all and (min-width: 768px) {
  .menu_saggy_thermacool_cpt-effect-catch-list__item {
    font-size: 2rem;
    padding: 15px;
  }
}

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