@charset "utf-8";

/* imgMvArea */
.imgMvArea {
  background-image: url(/sonaeru/souzoku/images/mv.jpg);
}
@media screen and (max-width: 767px) {
  .imgMvArea {
    background-image: url(/sonaeru/souzoku/images/mv_sp.jpg);
  }
}

/* inheritNoti */
.inheritNoti {
  background: #EDFFE9;
}

.inheritNoti .catetop-inner {
  padding: 57px 0 65px;
}

.inheritNoti_ttl {
  color: #d80c18;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.inheritNoti_inner {
  background: #fff;
  padding: 22px 30px 24px;
  margin-bottom: 22px;
}

.inheritNoti_ttl01 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
}

.inheritNoti_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inheritNoti_img {
  margin-right: 20px;
}

.inheritNoti_phone {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.inheritNoti_time {
  font-size: 18px;
  color: #d80c18;
  text-align: center;
  border: 1px solid #d80c18;
  padding: 8px 55px;
  line-height: 1.5;
  margin: 3px 0 9px;
}

.inheritNoti_link {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.inheritNoti_link > a.icon_blank {
  color: #000;
}

.inheritNoti .notes_list_b {
  margin: 7px 0 12px;
  text-align: center;
}

.notes_list_b li {
  text-indent: 0;
  margin-left: 0;
}

.inheritNoti_txt01 {
  text-align: center;
}

.inheritNoti_txt02 {
  text-align: center;
}

.mvLink .normal_link.dp_flex a {
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .inheritNoti {
    background: #EDFFE9;
    line-height: 1.5;
  }
  .inheritNoti .catetop-inner {
    padding: 23px 19px;
  }

  .inheritNoti_ttl {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .inheritNoti_inner {
    padding: 20px 14px 22px;
    margin-bottom: 20px;
  }

  .inheritNoti_ttl01 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 13px;
  }

  .inheritNoti_phone {
    font-size: 24px;
  }

  .inheritNoti_time {
    font-size: 16px;
    padding: 8px 6px;
    margin: 5px 0 9px;
  }

  .inheritNoti_img {
    margin-right: 12px;
    flex-basis: 19%;
  }

  .inheritNoti_link {
    font-size: 16px;
    margin-top: 12px;
  }

  .inheritNoti .notes_list_b {
    text-align: left;
    margin: 12px 0 12px;
  }

  .inheritNoti_txt01 {
    text-align: left;
  }

  .inheritNoti_txt02 {
    text-align: left;
  }
}

/* flow_anchor-wrap */
.flow_anchor-wrap {
  display: flex;
  justify-content: space-between;
}

.flow_anchor > p {
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  line-height: 1.5;
}

.flow_anchor {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.flow_anchor:hover {
  opacity: .7;
}

.flow_anchor + .flow_anchor::before {
  content: '';
  position: absolute;
  top: 34%;
  left: -15%;
  border-left: 13px solid #038535;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media screen and (max-width: 767px) {
  .flow_anchor-wrap {
    flex-direction: column;
  }

  .flow_anchor {
    display: flex;
    align-items: center;
  }

  .flow_anchor-img {
    max-width: 131px;
    margin-right: 20px;
  }

  .flow_anchor > p {
    text-align: left;
    margin-top: -16px;
    font-size: 18px;
  }

  .flow_anchor + .flow_anchor {
    margin-top: 25px;
  }

  .flow_anchor + .flow_anchor::before {
    display: none;
  }
}

/* loam_step_wrap */
#flow .loam_step_wrap {
  counter-reset: stepNum;
}

#flow .loam_step_wrap .border_box {
  position: relative;
  margin-bottom: 80px;
}

#flow .loam_step_wrap .border_box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -58px;
  transform: translateX(-50%);
  width: 68px;
  height: 30px;
  background: url(../images/homeloanstep_arrow.svg) no-repeat center center;
  background-size: 100 auto;
}

#flow .loam_step_wrap .border_box:last-of-type {
  margin-bottom: 0;
}

#flow .loam_step_wrap .border_box:last-of-type::after {
  display: none;
}

#flow .loam_step_wrap .cate_heading03 span::before {
  content: "STEP" counter(stepNum);
  counter-increment: stepNum;
  display: inline-block;
  padding: 0.3em 0.6em;
  color: #ffffff;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1;
  border-radius: 4px;
  background: #038535;
}

@media screen and (min-width: 768px) {
  #flow .loam_step_wrap .cate_heading03 span::before {
    margin-right: 1em;
  }
}

@media screen and (max-width: 767px) {
  #flow .loam_step_wrap .cate_heading03 span {
    position: relative;
    display: block;
    padding-top: 1.5em;
  }

  #flow .loam_step_wrap .cate_heading03 span::before {
    position: absolute;
    top: 0em;
    left: 50%;
    transform: translateX(-50%);
  }
}
