body:not(.home):not(.front-page) .flow_timeline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
body:not(.home):not(.front-page) .flow_timeline ul {
  padding: 0;
}
body:not(.home):not(.front-page) .flow_timeline li {
  list-style-type: none;
}
body:not(.home):not(.front-page) .flow_timeline dd {
  margin-left: 0;
}
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: #f3f3f3;
  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: #c69b57;
  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: #213a78;
  border-radius: 50%;
  left: -4px;
}
body:not(.home):not(.front-page) .flow_inner > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #213a78;
  position: absolute;
  left: 5px;
}
body:not(.home):not(.front-page) .flow_inner > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #213a78;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
body:not(.home):not(.front-page) .u_bg {
  background: #f3f3f3;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
body:not(.home):not(.front-page) .indent {
  text-indent: -1em;
  padding-left: 1em;
}
body:not(.home):not(.front-page) .price {
  text-align: right;
  color: red;
  font-size: 22px;
}/*# sourceMappingURL=under_add.css.map */