@charset "UTF-8";
.sec-step-01 {
  max-width: 1028px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .sec-step-01 {
    padding: 0 16px;
  }
}

.list-step-wrap {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.list-step-01 .list-step-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .list-step-01 .list-step-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0;
  }
}

.list-step-01 .list-step-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 110px;
  width: 1px;
  height: -webkit-calc( 100% + 2px);
  height: calc( 100% + 2px);
  background-color: #003894;
}

@media screen and (max-width: 768px) {
  .list-step-01 .list-step-item::before {
    left: 25px;
  }
}

.list-step-01 .list-step-item:first-child::before {
  top: 50%;
}

@media screen and (max-width: 768px) {
  .list-step-01 .list-step-item:first-child::before {
    top: 40px;
  }
}

.list-step-01 .list-step-item:last-child::before {
  top: auto;
  bottom: 50%;
}

@media screen and (max-width: 768px) {
  .list-step-01 .list-step-item:last-child::before {
    bottom: -webkit-calc(100% - 40px);
    bottom: calc(100% - 40px);
  }
}

.list-step-01 .list-step-item:not(:last-child) {
  border-bottom: 1px dotted #d2d2d2;
}

.list-step-01 .list-step-item .step-icon {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #003894;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .list-step-01 .list-step-item .step-icon {
    width: 50px;
    height: 50px;
  }
}

.list-step-01 .list-step-item .step-icon .txt-step {
  color: #fff;
  font-size: 12px;
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  /* will be removed later */
}

@media screen and (max-width: 768px) {
  .list-step-01 .list-step-item .step-icon .txt-step {
    font-size: 9px;
  }
}

.list-step-01 .list-step-item .step-icon .num-step {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  /* will be removed later */
}

@media screen and (max-width: 768px) {
  .list-step-01 .list-step-item .step-icon .num-step {
    font-size: 16px;
  }
}

.list-step-01 .list-step-item .step-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .list-step-01 .list-step-item .step-detail {
    padding: 8px 0 8px 15px;
  }
}

.list-step-01 .list-step-item .step-detail .step-title {
  color: #003894;
  font-size: 22px;
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  /* will be removed later */
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .list-step-01 .list-step-item .step-detail .step-title {
    font-size: 17px;
  }
}

.list-step-01 .list-step-item .step-detail .step-text {
  font-size: 16px;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .list-step-01 .list-step-item .step-detail .step-text {
    font-size: 14px;
    line-height: 1.65;
  }
}

.list-step-01 .list-step-item .step-detail .step-link {
  color: #003894;
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  /* will be removed later */
  text-decoration: underline;
}

.list-step-01 .list-step-item .step-detail .step-link:hover {
  text-decoration: none;
}

.list-step-01 .list-step-item.step-01 .step-icon {
  background-color: #87aad9;
}

.list-step-01 .list-step-item.step-02 .step-icon {
  background-color: #719ad1;
}

.list-step-01 .list-step-item.step-03 .step-icon {
  background-color: #6290cf;
}

.list-step-01 .list-step-item.step-04 .step-icon {
  background-color: #4a7fc8;
}

.list-step-01 .list-step-item.step-05 .step-icon {
  background-color: #3672c3;
}

.list-step-01 .list-step-item.step-06 .step-icon {
  background-color: #2362b8;
}

.list-step-01 .list-step-item.step-07 .step-icon {
  background-color: #1353ab;
}

.list-step-01 .list-step-item.step-08 .step-icon {
  background-color: #003894;
}
