@charset "utf-8";
/* step ***************************************************/
.step-cntList {
  display: flex;
  flex-wrap: wrap;
  row-gap: 66px;
  column-gap: 1px;
  position: relative;
}
.step-cntList::after {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 1px;
  height: 100%;
  border-left: dashed 2px rgba(171, 116, 73, 0.22);
  z-index: -10;
}
.step-cntBox {
  width: 100%;
}
.step-cntBoxLast {
  background: #fff;
}
.step-cntList .h2-styleC {
  position: relative;
  line-height: 1.2;
  padding-left: 48px;
  box-sizing: border-box;
  background: #fff;
}
.step-cntList .h2-styleC::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 0.65em;
  color: #ab7449;
  font-weight: bold;
}
.step-cntList .h2-styleC::before {
  content: "";
  position: absolute;
  top: 61px;
  left: 1px;
  width: 15px;
  height: 15px;
  background: url("../img/step-arw.png") no-repeat center;
  background-size: cover;
}
.step-cntDesc {
  padding-left: 48px;
  box-sizing: border-box;
}
.step-cntDesc p a {
  color: #4087f9;
}
.step-cntDescNotice {
  margin-top: 4px;
}
.step-cntDescNotice p {
  color: #999;
  font-size: 0.9em;
  position: relative;
  padding-left: 1.2em;
}
.step-cntDescNotice p::after {
  content: "※";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.step-noticeCard {
  background: #faf9f5;
  padding: 24px 32px;
  box-sizing: border-box;
  margin-top: 72px;
}
/* number */
#step-cntBox_1::after {
  content: "01";
}
#step-cntBox_2::after {
  content: "02";
}
#step-cntBox_3::after {
  content: "03";
}
#step-cntBox_4::after {
  content: "04";
}
#step-cntBox_5::after {
  content: "05";
}
#step-cntBox_6::after {
  content: "06";
}
#step-cntBox_7::after {
  content: "07";
}
#step-cntBox_7::before {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .step-cntList {
    row-gap: 48px;
  }
  .step-cntList .h2-styleC {
    padding-left: 36px;
  }
  .step-cntList .h2-styleC::after {
    font-size: 0.65em;
    left: 1.5px;
  }
  .step-cntList .h2-styleC::before {
    top: 44px;
    left: 2.5px;
    width: 12px;
    height: 12px;
  }
  .step-cntDesc {
    padding-left: 36px;
  }
  .step-cnt p {
    line-height: 1.5;
  }
  .step-cntDescNotice {
    margin-top: 4px;
  }
  .step-cntDescNotice p::after {
    top: 10px;
  }
  .step-noticeCard {
    padding: 16px 24px;
    margin-top: 54px;
  }
}

@media only screen and (max-width: 468px) {
  .step-cntList {
    row-gap: 36px;
  }
  .step-cntList .h2-styleC {
    padding-left: 32px;
  }
  .step-cntDesc {
    padding-left: 32px;
  }
  .step-cntList .h2-styleC::before {
    top: 40px;
  }
  .step-noticeCard {
    padding: 16px 20px;
    margin-top: 48px;
  }
}
