@charset "UTF-8";
/* --------------------------------------------
   家づくりの流れ
-------------------------------------------- */
/* 家づくりの流れ */
.post-559 h3 {
  display: none;
}

.box_grn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1%;
  overflow: hidden;
  border: 4px solid #008438;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
}

.box_grn img {
  width: 20%;
  float: left;
}

.box_grn .ttl {
  width: 78%;
  float: right;
  font-size: 22px;
  font-weight: bold;
}

.box_grn .txt {
  width: 78%;
  margin-top: 10px;
  float: right;
}

.box_grn .ttl span {
  padding: 5px 20px;
  background-color: #e7f3e3;
}

.flow_arrow {
  padding: 2% 4%;
  text-align: left;
}

.flow_arrow img {
  width: 60px;
  height: 50px;
}

@media screen and (max-width: 1900px) {
  /* 家づくりの流れ */
}

@media screen and (max-width: 1700px) {
  /* 家づくりの流れ */
}

@media screen and (max-width: 1540px) {
  /* 家づくりの流れ */
}

@media screen and (max-width: 1260px) {
  /* 家づくりの流れ */
}

@media screen and (max-width: 1024px) {
  /* 家づくりの流れ */
}

@media screen and (max-width: 768px) {
  /* 家づくりの流れ */
  .box_grn img {
    width: 33%;
    float: left;
  }
  .box_grn .ttl {
    width: 65%;
    font-size: 14px;
  }
  .box_grn .txt {
    width: 100%;
    float: none;
    clear: both;
    font-size: 12px;
  }
  .box_grn .ttl span {
    padding: 5px 10px;
  }
  .flow_arrow {
    text-align: center;
  }
  .flow_arrow img {
    width: 20%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  /* 家づくりの流れ */
}