@charset "UTF-8";
/* CSS Document */
.stepbar {
  padding-top: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background-image: url("img/step_bk.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.stepbar .stepbarwrap {
  margin: 2rem 0;
  position: relative;
}
.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.6em;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  top: 0.8rem;
}
.stepbar .stepbarwrap .steptitle .title {
  margin: 3rem;
  font-weight: 700;
  font-size: 1.5rem;
}
.stepbar .stepbarwrap .steptxt {
  padding-left: 2rem;
}
.stepbar .stepbarwrap .steptxt .txt {
  display: block;
  font-size: 1.5rem;
  margin-left: 2rem;
  line-height: 2rem;
}
.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 2rem);
  background-color: #000;
  position: absolute;
  top: 2.7rem;
  left: 3rem;
  z-index: -1;
}
.sho {
  font-size: 1rem;
  line-height: 2;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
@media screen and (max-width: 960px) {
  .stepbar {
    width: 100%;
  }
  .stepbar {
    margin: 0 auto;
    width: 80%;
  }
  .stepbar .stepbarwrap {
    margin: 2em 0;
    position: relative;
  }
  .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: #000;
    color: #fff;
    text-align: center;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle span {
    display: inline-block;
    line-height: 1.2em;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    top: 0.9em;
  }
  .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;
    line-height: 1.2;
  }
  .sho {
    font-size: 0.6rem;
    line-height: 1;
  }
  .stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 2rem);
    background-color: #000;
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    z-index: -1;
  }
  .stepbarwrap:last-of-type .stepline:last-of-type {
    display: none;
  }
}