:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --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: 243,243,243;
  --blue: 16,120,237;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

@media all and (min-width: 768px) {
  .safe-effort .c-toggle01__head {
    padding-bottom: 0;
  }
}

/* .safe-effort_thought
================================================ */
.safe-effort_thought__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.safe-effort_thought-area__head {
  line-height: 1.4;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .safe-effort_thought__name {
    font-size: 1.4rem;
  }
}
.safe-effort_thought__txt {
  width: 65%;
}
.safe-effort_thought__img {
  width: 30%;
}
@media all and (min-width: 768px) {
  .safe-effort_thought-area__head {
    font-size: 2.2rem;
  }
  .safe-effort_thought__txt {
    width: 700px;
  }
  .safe-effort_thought__img {
    width: 200px;
  }
}