.step-list{
  display: flex;
  justify-content: center;
  margin: 56px 0 0 !important;
}
.step-list .step-list__item{
  display: inline-block;
  width: 25%;
  margin: 0;
  text-align: center;
}
.step-list .step-list__step_1{
  color: #c03 !important;
}
.step-list .step-list__step{
  position: relative;
  color: #525252;
}
.step-list .step-list__item:nth-child(n + 2) .step-list__step::after{
  content: "";
  position: absolute;
  bottom: 20px;
  left: -50%;
  display: block!important;
  width: 100%;
  height: 1px;
  background: #F3F3F3;
}
.bootstrap .step-list__step{
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
}
.step-list__step_1 .step-list__step-num{
  background: #c03;
  color: #fff;
}
.step-list__step-num{
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #525252;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.bootstrap .step-list__img{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
  margin: 32px 0 0;
}
.bootstrap .step-list__link{
  margin: 24px 0 0;
  font-size: 18px;
  text-align: center;
}
.step-list__detail{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  font-weight: bold;
  font-size: 20px;
}
.step-list__detail a{
  text-decoration: underline;
}
.step-list__detail a:hover{
  opacity: .7;
}
.top-margin{
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .step-list{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .step-list .step-list__item{
    width: 50%;
  }
  .step-list .step-list__item:nth-child(3) .step-list__step::after{
    display: none!important;
  }
  .step-list .step-list__item:nth-child(n + 3){
    margin-top: 40px;
  }
  .step-list__step-text{
    font-size: 14px;
  }
  .step-list__step-num{
    font-size: 18px;
  }
  .bootstrap .step-list__img{
    margin-top: 16px;
    height: 91px;
  }
  .step-list__img img{
    width: auto;
    height: 100%;
  }
  .step-list__item--02 .step-list__img img{
    height: 82px;
  }
  .step-list__item--03 .step-list__img img{
    height: 70px;
  }
  .step-list__item--04 .step-list__img img{
    height: 86px;
  }
  .bootstrap .step-list__link{
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 16px;
  }
  .bootstrap .step-list__link:nth-child(2){
    min-height: 78px;
  }
  .step-list__detail{
    padding-bottom: 32px;
    font-size: 17px;
  }
  .top-margin{
    margin-bottom: 64px !important;
  }
}

/* ページ内アンカーリンク */
.quotation__anchor-link__list{
  font-size: 18px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  counter-reset: number 0;
  margin: 32px 0px 48px !important;
  justify-content: space-between;
}
.quotation__anchor-link__item{
  width: 28%;
  border: 1px solid #e5e5e5;
  position: relative;
}
.quotation__anchor-link__item::after{
  content: "";
  width: 0;
  height: 0;
    border-left: 15px solid #575757;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  top: 30%;
  display: block;
  position: absolute;
  right: -47px;

}
.quotation__anchor-link__item:nth-child(3)::after,.quotation__anchor-link__item:nth-child(6)::after{
  content: none;
}
.quotation__anchor-link__item a{
  position: relative;
  display: block;
  padding: 8px 10px 15px 40px;
  height: 76px;
  align-items: center;
  align-content: center;
}
.quotation__anchor-link__item a::before{
    counter-increment: number 1;
    content: counter(number) ". ";
    position: absolute;
    top: 22px;
    left: 18px;
}
.quotation__anchor-link__item span::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 39%;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #575757 #575757;
  transform: rotate(-45deg);
  display: inline-block;
}
@media screen and (max-width: 768px){
  .quotation__anchor-link__list{
    flex-direction: column;
    gap: 20px;
  }
  .quotation__anchor-link__item{
    width: 100%;
  }
  .quotation__anchor-link__item::after{
    content: none;
  }
}

/* main */
.bootstrap .screen-shot{
  border: 1px solid #f3f3f3;
}
.bootstrap .flow-text{
  margin-top: 32px !important;
}
.quotation__h3{
  font-weight: bold !important;
  margin-top: 48px !important;
  font-size: 24px !important;
}
.quotation__img-title{
  margin-bottom: 0px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  margin-top: 48px !important;
}
.quotation__h4{
  margin-top: 48px !important;
  font-weight: bold !important;
  font-size: 20px !important;
}
.flow_step2{
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
.flow_step2__img{
  width: 20%;
}
.flow_step2 p{
  font-size: 18px;
  font-weight: bold;
}
.quotation__list{
  font-size: 18px !important;
  margin-top: 32px !important;
}
#quotation_finish .indent{
  margin-left: 3rem;
  text-indent: -3rem;
}
#quotation_finish .flow-text__mt0{
  margin-top: 0px !important;
  font-size: 18px !important;
}
#quotation_finish .flow-text__mt0 img{
  transform: translateY(-4px);
}
@media screen and (max-width: 768px){
  .flow_step2{
    flex-direction: column;
    gap: 20px;
  }
  .flow_step2__img{
    width: 50%;
  }
  #quotation_finish .indent{
    margin-left: 0px;
    text-indent: 0px;
  }
  #quotation_finish .flow-text__mt0{
    font-size: 16px !important;
  }
}