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

	access.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: 25%;
    font-size: 200%;
  }
}
.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;
}
@media(max-width: 767px) {
  .contentsBody h3 {
    font-size: 200%;
  }
  .contentsBody h4 {
    font-size: 120%;
  }
  .contentsBody h4 + p {
    font-size: 90%;
  }
}
.contentsBody ul {
  display: flex;
  flex-wrap: wrap;
}
.contentsBody ul li figure {}
.contentsBody ul li figure img {}
.contentsBody ul li figure figcaption {
  margin: 1% auto 0;
}
.contentsBody ul.main {
  margin: 0 auto 5%;
  text-align: center;
}
.contentsBody ul.main li figure figcaption span {
  margin: -2% 0 0;
  display: inline-block;
  font-size: 250%;
}
.contentsBody ul.main li {
  width: calc(50% - 2%);
  margin: 0 4% 0 0;
}
.contentsBody ul.main li:nth-child(even) {
  margin: 0;
}
.contentsBody ul.sub li {
  width: 25%;
  margin: 0;
  position: relative;
}
.contentsBody ul.sub li h5 {
  position: absolute;
  left: 5%;
  top: 2%;
  color: #fff;
  font-size: 150%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.contentsBody ul.sub li figure figcaption {
  position: absolute;
  left: 5%;
  bottom: 5%;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 130%;
}
.contentsBody ul.sub li figure figcaption small {
  font-size: 60%;
}
.contentsBody ul.sub li figure figcaption span {
  margin: -32% 0 0 30px;
  display: inline-block;
  font-size: 300%;
}
.contentsBody ul.sub li p {
  display: block;
  font-size: 80%;
}
@media(max-width: 767px) {
  .contentsBody ul.main li {
    width: 100%;
    margin: 0 auto 5%;
  }
  .contentsBody ul.sub li {
    width: 50%;
    margin: 0 0 3%;
  }
  .contentsBody ul.sub li:nth-child(even), .contentsBody ul.sub li:nth-child(4n) {
    margin: 0 0 3%;
  }
  .contentsBody ul.sub li figure figcaption {
    bottom: 10%;
    font-size: 40%;
  }
  .contentsBody ul.sub li figure figcaption span {
    margin: -32% 0 0 100px;
    font-size: 500%;
  }
}
hr.imgline {
  width: 100%;
  height: 350px;
  margin: 5% auto;
  display: block;
  border: 0 none;
  background: url("../img/line.png") no-repeat center / cover;
}
@media(max-width: 767px) {
  hr.imgline {
    height: 80px;
    margin: 10% auto;
    background: url("../img/line.png") no-repeat center / 100% auto;
  }
}
.car {
  margin: 0 auto 5%;
  text-align: center
}
.car + p {
  font-size: 90%;
}
@media(max-width: 767px) {
  .car {
    margin: 5% auto 10%;
  }
  .car + p {
    font-size: 80%;
  }
}