@charset "UTF-8";
/* CSS Document */

/* ---------- .pageLead ---------- */

.pageLead {
  padding-top: 70px;
}



/* ---------- .construction ---------- */

.construction h3 {
  margin-bottom: 40px;
}
.construction h4 {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2rem;
}
.construction figure {
  padding-bottom: 3rem;
}
.construction .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.const01, .const03, .const05 {
  background: #f6f8fa;
  padding: 70px 0;
}
.const01 h3 {
  width: 9em;
}
.const02, .const04 {
  padding: 70px 0;
}
.const02 h3 {
  width: 9em;
  letter-spacing: 0.2em;
}
.const03 h3 {
  font-size: 2.4rem;
  width: 12em;
  letter-spacing: 0;
}
.const03 .const-detail.reverse {
  margin-top: 3rem;
}
.const03 .const-detail.reverse figure {
  padding-top: 3rem;
  border-top: 1px #ccc dotted;
}
.const04 h3 {
  width: 9em;
}
.const05 {
  margin-bottom: 3rem;
}
.const05 h3 {
  width: 6em;
}



@media screen and (min-width: 750px) {

/* ---------- .construction ---------- */

  .construction h3 {
    margin-bottom: 80px;
  }
  .construction h4 {
    font-size: 2.7rem;
  }
  .construction .txt {
    font-size: 1.8rem;
  }
  .construction .const-detail {
    display: flex;
    justify-content: space-between;
  }
  .construction .const-detail.reverse {
    flex-direction: row-reverse;
  }
  .construction .const-detail figure {
    width: 40%;
    padding-bottom: 0;
  }
  .construction .const-detail .txt {
    width: 58%;
    letter-spacing: 0;
  }
  .const03 h3 {
    font-size: 3.8rem;
    width: 14em;
    letter-spacing: 0.2em;
  }
  .const03 .const-detail.reverse {
    margin-top: 7rem;
  }
  .const03 .const-detail.reverse figure {
    padding-top: 3rem;
    border-top: none;
  }



}







