@charset "utf-8";
.map {
  width: 69.2rem;
  background-color: #daeef8;
  margin: 4rem auto 3rem auto;
  border-radius: 3.6rem;
}

.mapTT {
  width: 68rem;
  height: 12.8rem;
  background-image: url(../img/mapTT.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 1.5rem;
  left: 1rem;
  position: relative;
  top: -0.5rem;
}

.map01 {
  width: 41.6rem;
  display: block;
  margin: 2rem auto 1rem auto;
}

.subMapTT {
  background-image: url(../img/mapBlueLine.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 1;
  padding: 1rem 0 1.8rem;
  width: 63rem;
  margin: 0 auto;
  margin-top: -1rem;
}

.lstMapLbl {
  width: 64.5rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.lstMapLbl p {
  color: #fff;
  display: inline-block;
  line-height: 7rem;
  padding: 0 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 3.5rem;
  font-size: 3.5rem;
  background-color: #1e99d4;
}

/* qa */
.qa {
  background-color: #bee3fa;
  padding: 3.5rem 6rem 7.5rem 6rem;
}

.qaTtl {
  text-align: center;
  margin-bottom: 4.5rem;
}

.qaTtl > p:first-child {
  display: inline-block;
  padding: 0 2rem 1rem 2rem;
  margin: 0 auto;
  border-bottom: 0.1rem solid #08568b;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.qaBox {
  /*    margin: 0 3rem 0 3rem;*/
}

.qaItem {
  cursor: pointer;
  margin-bottom: 3rem;
}

.qa_q {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  padding: 1.5rem 6.5rem 1.5rem 3.5rem;
  background-color: #08568b;
  min-height: 11.5rem;
  display: flex;
  align-items: center;
  border-radius: 2.8rem;
}

.qa_q::before {
  content: "";
  position: absolute;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-image: url(../img/iconQA_c.webp);
  background-size: 100% 100%;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
}

.qa_q.close::before {
  background: url(../img/iconQA.webp);
  background-size: 100% 100%;
}

.qa_a {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.7;
  color: #08568b;
  background: #fff;
  padding: 9rem 6rem 3rem 3.5rem;
  display: none;
  border-radius: 3.5rem;
  background: #fff;
  margin-top: -7rem;
}

footer {
  padding-bottom: 5rem;
}

footer p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3rem;
  width: 42rem;
  margin: 0 auto;
}

footer p a {
  text-decoration: none;
  font-weight: 500;
  color: #231815 !important;
}

.formNote {
  font-size: 2.6rem;
  font-weight: 400;
  color: #08568b;
  background-color: #e0eef8;
  margin: 0 4rem 6rem;
  padding: 2rem;
}
