: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-sub-img
================================================ */
.l-sub-img.has-bg {
  background-image: url(../img/mv01_sp.jpg);
}
@media all and (min-width: 768px) {
  .l-sub-img.has-bg {
    background-image: url(../img/mv01_pc.jpg), linear-gradient(90deg, #fef0e9 0%, #fde1dd 100%);
  }
}

/* .eye-method
================================================ */
.eye-method__table {
  table-layout: fixed;
  width: 100%;
}
.eye-method__table thead th:nth-child(1) {
  width: 16%;
}
.eye-method__table thead th:nth-child(2) {
  background-color: #d0e39a;
  color: #449d3f;
}
.eye-method__table thead th:nth-child(3) {
  background-color: #f598ab;
  color: #bf2362;
}
.eye-method__table thead th:nth-child(4) {
  background-color: #94bee5;
  color: #066da9;
}
.eye-method__table tbody {
  text-align: center;
}
@media all and (max-width: 767px) {
  .eye-method__table tbody th {
    font-size: 1.2rem;
    text-align: center;
  }
}
.eye-method__downtime {
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  .eye-method__downtime {
    font-size: 3.6rem;
  }
}
.eye-method__downtime.is-circle {
  font-size: 1.7rem;
}
@media all and (min-width: 768px) {
  .eye-method__downtime.is-circle {
    font-size: 2.4rem;
  }
}