body:not(.home):not(.front-page) .flow_inner {
  position: relative;
}
body:not(.home):not(.front-page) .flow_inner::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #f6f6f0;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
body:not(.home):not(.front-page) .flow_inner > li {
  position: relative;
}
body:not(.home):not(.front-page) .flow_inner > li:not(:last-child) {
  margin-bottom: 60px;
}
body:not(.home):not(.front-page) .flow_inner .flowicon {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #b0bcc7;
  display: inline-block;
  margin-right: 10px;
}
body:not(.home):not(.front-page) .flow_inner > li dl {
  padding-left: 70px;
  position: relative;
}
body:not(.home):not(.front-page) .flow_inner > li dl::before, body:not(.home):not(.front-page) .flow_inner > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
body:not(.home):not(.front-page) .flow_inner > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #b0bcc7;
  border-radius: 50%;
  left: -4px;
}
body:not(.home):not(.front-page) .flow_inner > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #b0bcc7;
  position: absolute;
  left: 5px;
}
body:not(.home):not(.front-page) .flow_inner > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #b0bcc7;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
body:not(.home):not(.front-page) .column_title {
  color: #333333;
  margin: 10px 0;
}
body:not(.home):not(.front-page) .column_box p {
  line-height: 1.8;
  font-size: 14px;
}
body:not(.home):not(.front-page) .column_box img {
  height: clamp(200px, 21.9619326501vw, 230px);
}
body:not(.home):not(.front-page) #blog_list .desc {
  font-size: 14px;
  line-height: 2;
}/*# sourceMappingURL=under_add.css.map */