@charset "UTF-8";
/* =====================
	家づくりの流れ
 ======================= */
.flow_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 6%;
  position: relative;
}

.flow_list_item:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ef6b00;
  position: absolute;
  left: 3.2%;
  top: 0;
  z-index: -1;
}

.flow_list_item:last-child {
  padding-bottom: 0;
}

.flow_list_item:last-child:before {
  display: none;
}

.flow_list_item .txt_box {
  width: 57.5%;
}

.flow_list_item .txt_box h3 {
  margin-bottom: 1em;
}

.flow_list_item .txt_box p {
  padding-left: 14.78261%;
}

.flow_list_item .pic {
  width: 32%;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .flow_list_item {
    padding-bottom: 30px;
  }
  .flow_list_item:before {
    left: 5.3%;
  }
  .flow_list_item .txt_box {
    width: 100%;
  }
  .flow_list_item .pic {
    width: 100%;
    padding-left: 14.78261%;
  }
}

/*# sourceMappingURL=map/flow.css.map */
