@charset "UTF-8";

.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.flow_design03 ul {
	width: 90%;
  padding: 0;
	z-index: -99;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
	font-size: 0.8em;
	color: #424242;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #ff9e00;
  display: inline-block;
  margin-right: 0.3em;
	font-size: 0.6em;
}

.flow03 > li dl {
  padding-left: 40px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #ff9e00;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  color: #ff9e00;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}