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

/* .eye_megashira01-feature
================================================ */
.eye_megashira01-feature .u-inner02 {
  counter-reset: num;
}
.eye_megashira01-feature .eye_megashira01-feature-box__head {
  font-size: 1.8rem;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  .eye_megashira01-feature .eye_megashira01-feature-box__head {
    padding-left: 45px;
    font-size: 2.4rem;
  }
}
.eye_megashira01-feature .eye_megashira01-feature-box__head::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: num;
  content: counter(num);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgb(var(--main));
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .eye_megashira01-feature .eye_megashira01-feature-box__head::before {
    top: 3px;
    font-size: 2rem;
    width: 35px;
    height: 35px;
  }
}

/* .eye_megashira01-attend
================================================ */
.eye_megashira01-attend .eye_megashira01-attend-feature {
  counter-reset: num;
}
.eye_megashira01-attend .eye_megashira01-attend-feature__head {
  position: relative;
  padding-left: 23px;
  margin-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  .eye_megashira01-attend .eye_megashira01-attend-feature__head {
    padding-left: 34px;
  }
}
.eye_megashira01-attend .eye_megashira01-attend-feature__head::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: num;
  content: counter(num);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgb(var(--main));
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .eye_megashira01-attend .eye_megashira01-attend-feature__head::before {
    top: 3px;
    width: 24px;
    height: 24px;
    font-size: 1.6rem;
  }
}

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