/*! ========================================================================
===========================================================================

	landplan.css
	---------------------------
	// Last modified: 20251209

===========================================================================
======================================================================== */
.page-header h2 {
  position: absolute;
  top: 20%;
  left: 25%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 400%;
}
.page-header p {
  position: absolute;
  bottom: 5%;
  right: 2%;
  color: #fff;
  font-size: 100%;
}
@media(max-width: 767px) {
  .page-header h2 {
    top: 80%;
    left: 30%;
    font-size: 200%;
  }
  .page-header p {
   bottom: 8%;
  font-size: 2vw;
}
}
.contentsBody h3 {
  margin: 0 auto 3%;
  text-align: center;
  color: #00426f;
  font-size: 300%;
}
.contentsBody h4 {
  margin: 0 auto 3%;
  text-align: center;
  font-size: 200%;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contentsBody h4 + p {
  margin: 0 auto 2%;
  text-align: center;
  line-height: 2;
}
.contentsBody figure {
  max-width: 800px;
  margin: auto;
  line-height: 0;
}
@media(max-width: 767px) {
  .contentsBody h3 {
    font-size: 200%;
  }
  .contentsBody h4 {
    font-size: 120%;
  }
  .contentsBody h4 + p {
    font-size: 90%;
  }
}