/* CSS Document */
@charset "utf-8";
.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #2daa12;
  color: #fff;
  text-align: center;
  width: 15em;
    height: 7em;
}
.stepbar .stepbarwrap .steptitle .stepcircle2 {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #A86E12;
  color: #fff;
  text-align: center;
  width: 10em;
    height: 10em;
  margin-left: 10px;
    width: 15em;
    height: 7em;
}
.stepbar .stepbarwrap .steptitle .stepcircle3 {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #1B650A;
  color: #fff;
  text-align: center;
  width: 10em;
    height: 8em;
    width: 30em;
    border-radius: 10px;
}

.stepbar .stepbarwrap .steptitle .stepcircle span, .stepbar .stepbarwrap .steptitle .stepcircle2 span {
  display: inline-block;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
  top: 2.5em;
  top: 1.3em;
}
.stepbar .stepbarwrap .steptitle .stepcircle span, .stepbar .stepbarwrap .steptitle .stepcircle2 span {
  display: inline-block;
  line-height: 1.5em;
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
  top: 2.5em;
  top: 1.0em;
}
.stepbar .stepbarwrap .steptitle .stepcircle3 span {
  display: inline-block;
  line-height: 1.5em;
  font-size: 1.2em;
  position: relative;
  top: 2.0em;
}

.stepbar .stepbarwrap .steptitle .stepsquare {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 10em;
  width: 12em;
    height: 10em;
    width: 30em;
    height: 4em;
    border-radius: 10px;
    border: #2daa12 solid 2px;
    background: #fff;
    color: #000;
}
.stepbar .stepbarwrap .steptitle .stepsquare2 {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background: #A86E12;
  color: #fff;
  text-align: center;
  width: 10em;
  width: 12em;
  width: 14em;
    height: 10em;
    height: 4.5em;
    border-radius: 10px;
    border: #2daa12 solid 2px;
    background: #fff;
    color: #000;
}
.stepbar .stepbarwrap .steptitle .stepsquare3 {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #1B650A;
  color: #fff;
  text-align: center;
  width: 10em;
  width: 14em;
    height: 10em;
        margin-left: 150px;
        margin-left: 85px;
        margin-left: 25px;
    height: 4.5em;
    border-radius: 10px;
    border: #2daa12 solid 2px;
    background: #fff;
    color: #000;
}

.stepbar .stepbarwrap .steptitle .stepsquare span {
  display: inline-block;
  line-height: 1.5em;
  font-size: 1em;
  position: relative;
  top: 1.2em;
}
.stepbar .stepbarwrap .steptitle .stepsquare2 span {
  display: inline-block;
  line-height: 1.5em;
  font-size: 1em;
  position: relative;
  top: 0.9em;
}
.stepbar .stepbarwrap .steptitle .stepsquare3 span {
  display: inline-block;
  line-height: 1.5em;
  font-size: 1em;
  position: relative;
  top: 1.4em;
}
.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  height: calc(8em);
  background-color: #2daa12;
  position: absolute;
  top: 1em;
  left: 1.5em;
  top: 4em;
  left: 4.2em;
  left: 16.5em;
  z-index: -1;
      width: 30px;
}
.stepbar .stepbarwrap .stepline2 {
  width: 1px;
  height: calc(100% + 1em);
  height: calc(8em);
  background: #A86E12;
  position: absolute;
  top: 1em;
  left: 1.5em;
  top: 4em;
  left: 24em;
  left: 32.5em;
  z-index: -1;
      width: 30px;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 100%;
  }
  .stepbar .stepbarwrap .stepline{
      left: 16em;
  }
  .stepbar .stepbarwrap .stepline2{
  	left: 31.5em;
  }
}

@media screen and (max-width: 700px) {
  .stepbar .stepbarwrap .stepline{
      left: 12.5em;
  }
  .stepbar .stepbarwrap .stepline2{
  	left: 28.5em;
  }
}

@media screen and (max-width: 480px) {
  .stepbar .stepbarwrap .stepline{
      left: 5em;
  }
  .stepbar .stepbarwrap .stepline2{
  	left: 17em;
  }
  .stepbar .stepbarwrap .steptitle{
  width: 100%;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle{
  width: 100%;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle2{
  width: 100%;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle3{
  width: 100%;
  }
}