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

/* .nose_hikaku-about
================================================ */
.nose_hikaku-about-use-imgwrap {
  display: flex;
  justify-content: center;
}
.nose_hikaku-about-use-imgbox {
  width: 48%;
  max-width: 263px;
}
.nose_hikaku-about-use-imgbox:nth-of-type(n+2) {
  margin-left: 15px;
}
@media all and (min-width: 768px) {
  .nose_hikaku-about-use-imgbox {
    width: auto;
    max-width: none;
  }
  .nose_hikaku-about-use-imgbox:nth-of-type(n+2) {
    margin-left: 40px;
  }
}

/* .nose_hikaku-column
================================================ */
.nose_hikaku-column__inner {
  border: solid 5px rgb(var(--border));
  padding: 15px;
}
@media all and (min-width: 768px) {
  .nose_hikaku-column__inner {
    border: solid 10px rgb(var(--border));
    padding: 50px;
  }
}
@media all and (min-width: 768px) {
  .nose_hikaku-column-head-area.c-set01.is-img-left {
    grid-template-columns: 300px 1fr;
  }
}
.nose_hikaku-column-head-area__img {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .nose_hikaku-column-head-area__img {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
  }
}
@media all and (min-width: 768px) {
  .nose_hikaku-column-head-area__txt {
    justify-self: start;
    align-self: center;
  }
}
.nose_hikaku-column-head-area__head {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .nose_hikaku-column-head-area__head {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.nose_hikaku-column-head-area__head-sub {
  font-size: 1.6rem;
  font-weight: normal;
}
@media all and (min-width: 768px) {
  .nose_hikaku-column-head-area__head-sub {
    font-size: 2rem;
  }
}

/* .nose_hikaku-flow
================================================ */
.nose_hikaku-flow-img-box {
  width: auto;
}
.nose_hikaku-flow-img-list {
  display: flex;
  justify-content: center;
}
.nose_hikaku-flow-img-list__item:nth-of-type(n+2) {
  margin-left: 10px;
}
@media all and (min-width: 768px) {
  .nose_hikaku-flow-img-list__item:nth-of-type(n+2) {
    margin-left: 20px;
  }
}

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