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

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

===========================================================================
======================================================================== */
.page-header h2 {
  position: absolute;
  top: 10%;
  left: 20%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 400%;
}
@media(max-width: 767px) {
  .page-header h2 {
    top: 80%;
    left: 30%;
    font-size: 200%;
  }
}
.contentsBody h3 {
  margin: 0 auto 3%;
  text-align: center;
  color: #66bab0;
  font-size: 300%;
}
.contentsBody h3 + p {
  margin: 0 auto 10%;
  text-align: center;
  line-height: 2;
}
@media(max-width: 767px) {
  .contentsBody h3 {
    margin: 0 auto 8%;
    font-size: 180%;
  }
  .contentsBody h3 + p {
    margin: 0 auto 10%;
    text-align: justify;
  }
}
.contentsBody ul {}
.contentsBody ul li {
  margin: 0 auto 5%;
}
.contentsBody ul li:last-child {
  margin: 0 auto;
}
.contentsBody ul li figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
.contentsBody ul li figure img {
  width: 40%;
  line-height: 0;
}
.contentsBody ul li figure figcaption {
  width: 55%;
}
.contentsBody ul li figure figcaption h4 {
  margin: 0 auto 5%;
  display: flex;
  align-items: flex-end;
  font-size: 180%;
}
.contentsBody ul li figure figcaption h4 span {
  margin: auto 2% -3% 0;
  color: #66bab0;
  font-size: 300%;
  font-weight: 700;
}
.contentsBody ul li figure figcaption p {
  line-height: 2;
}
@media(max-width: 767px) {
.contentsBody ul li {
  margin: 0 auto 10%;
}
  .contentsBody ul li figure img {
    width: 100%;
  }
  .contentsBody ul li figure figcaption {
    width: 100%;
  }
.contentsBody ul li figure figcaption h4 {
  margin: 0 auto 3%;
  font-size: 140%;
}
.contentsBody ul li figure figcaption h4 span {
  font-size: 270%;
}
.contentsBody ul li figure figcaption p {
  font-size: 90%;
}
}