.Cta--blue-top.fv{
  margin-bottom: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.Cta--blue-top.fv:after{
  display: none;
}

.Cta--blue-top .cta-lead{
  font-size: clamp(18px,32px,36px);
  text-align: left;
}

.Cta--blue-top .cta-sub{
  font-size: clamp(18px,20px,22px);
  text-align: left;
  margin-top: .25em;
}

.kantan-icon{
  width: 150px !important;
}

#form-top .form_block dl dd {
    padding: 0;
    flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  #form-top .form_block dl dd {
    padding: 0;
    flex-wrap: wrap;
    }
    .Cta--blue-top .cta-lead{
      font-size: clamp(18px,24px,28px);
      text-align: left;
    }

    .Cta--blue-top .cta-sub{
      font-size: clamp(15px,18px,20px);
      text-align: left;
      margin-top: .25em;
    }
}
.address_block{
  gap: 0;
}
.address_block > div.item {
  margin-right: 10px;
}
.address_block > div.item:nth-of-type(1) {
  margin-right: 20px;
}
.step-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 948px;
  margin: 0 auto .5em;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.step-block {
  display: flex;
  align-items: center;
  width: 25%;
  box-sizing: border-box;
}

.step-block-last {
  display: flex;
  align-items: center;
  width: 25%;
  box-sizing: border-box;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #2540a7;
  color: #ffffff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
}

.step-text {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.step-dot {
  flex: 1;
  height: 0;
  border-bottom: 3px dotted #b0c4de;
  margin: 0 12px;
}

@media screen and (max-width: 767px) {
  .step-container {
    display: none;
  }
  	.form_block b{
		font-size:14px;
	}
  .stepform__btn button.form_btn{
    margin-top: 0;
  }
  .inner_flex{
    display: flex;
    justify-content: space-between;
  }

  .inner_flex .item{
    width:calc(98% / 2);
  }
  .stepform__btn button.form_btn{
    flex-direction: column;
    padding: .5em !important;
    margin-top: 1em;
    overflow:  inherit !important;
        border-bottom: 2px solid #c21c00 !important;
  }
  .stepform__btn button.form_btn .free{
    background: #fff;
    color:#de2304 !important;
    line-height: 1.0;
    padding:.2em .2em .3em;
    display: inline-block;
    margin-right: 10px;
  }
  button.form_btn .toptext{
    padding: .25em !important;
  }
  button.form_btn .toptext{
    margin-top: -30px !important;
  }
}
@media screen and (min-width: 768px) {
  .stepform__btn button.form_btn{
    flex-direction: column;
    padding: .5em !important;
    margin-top: 1em;
    overflow:  inherit !important;
        border-bottom: 2px solid #c21c00 !important;
  }
  .stepform__btn button.form_btn .free{
    background: #fff;
    color:#de2304 !important;
    line-height: 1.0;
    padding:.2em .2em .3em;
    display: inline-block;
    margin-right: 10px;
  }
  button.form_btn .toptext{
    padding: .25em !important;
  }
  button.form_btn .toptext{
    margin-top: -30px !important;
  }
}