/* -------------
PRODUCT PAGE
-------------- */
.main_nav ul {
  filter: drop-shadow(0px 0px 10px rgba(209,201,182,0.7));
}
.main_nav .contant_icon {
  filter: drop-shadow(0px 0px 10px rgba(209,201,182,0.7));
}
.head_wrap {
  margin-bottom: 100px;
}
#flow .title_area {
  background: url(../img/flow/flow_title.png)no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
}

.flow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow_list {
  padding-left: 0;
}
.flow_list > li {
  list-style-type: none;
  position: relative;
  padding-left: 60px;
}
.flow_list > li:not(:last-child) {
  padding-bottom: 40px;
}
.flow_list > li .icon {
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #EF9907;
  color: #fff;
  position: absolute;
  left: 0;
}
.flow_list > li:not(:last-child)::before {
  content: '';
  background: #EF9907;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow_list > li dl dt {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.8;
}
.flow_list > li dl dd {
  margin-left: 0;
  line-height: 1.8;
}