.base_w {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1000px) {
  .base_w {
    width: 90%;
  }
}
.cap {
  font-size: 1.2rem;
}

.imgCap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 1rem;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

@media (max-width: 740px) {
  .cap {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.zeh-page main {
  position: relative;
  background-image: url(../../img/zeh-m/main.jpg);
  background-size: cover;
  height: 36vw;
}

@media (max-width: 740px) {
  .zeh-page main {
    height: 60vw;
  }
}
.zeh-page main img {
  width: 100%;
  height: auto;
}

.zeh-page main .base_w {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
}

.zeh-page main .base_w .catch01 {
  position: absolute;
  top: 5vw;
  left: 0;
  font-size: 2.4rem;
  line-height: 2;
  color: #fff;
  text-shadow: 0 0 10px #204372, 0 0 10px #204372, 0 0 10px #204372, 0 0 5px #204372;
}

@media (max-width: 1000px) {
  .zeh-page main .base_w .catch01 {
    font-size: 2.4vw;
  }
}
@media (max-width: 740px) {
  .zeh-page main .base_w .catch01 {
    font-size: 3vw;
  }
}
.zeh-page main .base_w .catch02 {
  position: absolute;
  bottom: 5vw;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  line-height: 2;
  color: #fff;
  text-shadow: 0 0 10px #204372, 0 0 10px #204372, 0 0 10px #204372, 0 0 5px #204372;
  padding-left: 20rem;
}

.zeh-page main .base_w .catch02::before {
  position: absolute;
  top: 2.3rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 18rem;
  height: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #204372, 0 0 10px #204372;
  box-shadow: 0 0 10px #204372, 0 0 10px #204372;
}

@media (max-width: 1000px) {
  .zeh-page main .base_w .catch02 {
    font-size: 2.4vw;
    padding-left: 7vw;
  }

  .zeh-page main .base_w .catch02::before {
    top: 2.3vw;
    width: 6vw;
    height: 1px;
  }
}
@media (max-width: 740px) {
  .zeh-page main .base_w .catch02 {
    font-size: 3vw;
    padding-left: 10vw;
  }

  .zeh-page main .base_w .catch02::before {
    top: 2.7vw;
    width: 9vw;
    height: 1px;
  }
}
.zeh-page .intro {
  padding: 8rem 0;
}

.zeh-page .intro dl dt {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 5rem;
}

@media (max-width: 740px) {
  .zeh-page .intro dl dt {
    font-size: 4.2vw;
  }
}
.zeh-page .intro dl dt img {
  height: 3rem;
  width: auto;
  margin-bottom: 0.4rem;
}

@media (max-width: 740px) {
  .zeh-page .intro dl dt img {
    height: 5vw;
  }
}
.zeh-page .intro dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 740px) {
  .zeh-page .intro dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.zeh-page .intro dl dd .txtArea {
  width: calc(60% - 1.5rem);
  font-size: 2rem;
}

@media (max-width: 740px) {
  .zeh-page .intro dl dd .txtArea {
    width: 100%;
    font-size: 4vw;
  }
}
.zeh-page .intro dl dd .txtArea .lead {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (max-width: 740px) {
  .zeh-page .intro dl dd .txtArea .lead {
    font-size: 3.2vw;
  }
}
.zeh-page .intro dl dd .imgArea {
  position: relative;
  width: calc(40% - 1.5rem);
}

@media (max-width: 740px) {
  .zeh-page .intro dl dd .imgArea {
    width: 100%;
    margin-top: 2rem;
  }
}
.zeh-page .about {
  padding: 4rem 0;
  background-color: #edf1f0;
}

.zeh-page .about dl dt {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 740px) {
  .zeh-page .about dl dt {
    font-size: 4.2vw;
  }
}
.zeh-page .about dl dt img {
  height: 3rem;
  width: auto;
  margin-bottom: 0.4rem;
}

.zeh-page .about dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 740px) {
  .zeh-page .about dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.zeh-page .about dl dd > .txtArea {
  width: calc(50% - 1.5rem);
  font-size: 2rem;
}

@media (max-width: 740px) {
  .zeh-page .about dl dd > .txtArea {
    width: 100%;
  }
}
.zeh-page .about dl dd > .txtArea .txt01 {
  font-size: 2rem;
  color: #446ea4;
  border-bottom: 1px solid #446ea4;
  padding-bottom: 1rem;
}

@media (max-width: 740px) {
  .zeh-page .about dl dd > .txtArea .txt01 {
    font-size: 4.2vw;
  }
}
.zeh-page .about dl dd > .txtArea .lead {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 740px) {
  .zeh-page .about dl dd > .txtArea .lead {
    font-size: 3.2vw;
  }
}
.zeh-page .about dl dd > .txtArea figure {
  width: 90%;
  margin: 2rem auto;
}

.zeh-page .about dl dd .imgArea {
  position: relative;
  width: calc(50% - 1.5rem);
}

@media (max-width: 740px) {
  .zeh-page .about dl dd .imgArea {
    width: 100%;
  }
}
.zeh-page .about dl.standard dd {
  padding: 3rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.zeh-page .about dl.merit dt {
  position: relative;
  z-index: 1;
}

.zeh-page .about dl.merit dt div {
  background-color: #edf1f0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.zeh-page .about dl.merit dt div span {
  background-color: #edf1f0;
  padding: 0 1rem;
  color: #446ea4;
  display: inline-block;
}

.zeh-page .about dl.merit dt::before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #446ea4;
  z-index: -1;
}

.zeh-page .about dl.merit dd .meritCatg {
  background-color: #7eabb7;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 0.5rem 0;
}

.zeh-page .about dl.merit dd .meritTtl {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.zeh-page .about dl.merit dd .lead {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  min-height: 8.4rem;
}

.zeh-page .about dl.merit dd figure {
  position: relative;
}

.zeh-page .about dl.merit dd .merit01 {
  width: calc(66.66% - 1.5rem);
}

@media (max-width: 740px) {
  .zeh-page .about dl.merit dd .merit01 {
    width: 100%;
  }
}
.zeh-page .about dl.merit dd .merit01 ul {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 740px) {
  .zeh-page .about dl.merit dd .merit01 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.zeh-page .about dl.merit dd .merit01 ul li {
  width: calc(50% - 1rem);
}

@media (max-width: 740px) {
  .zeh-page .about dl.merit dd .merit01 ul li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.zeh-page .about dl.merit dd .merit02 {
  width: calc(33.33% - 1.5rem);
}

@media (max-width: 740px) {
  .zeh-page .about dl.merit dd .merit02 {
    width: 100%;
  }
}
.zeh-page .about dl.merit dd .merit02 ul {
  padding: 1rem;
}

.zeh-page .bels {
  padding: 8rem 0;
}

.zeh-page .bels .belsWrap {
  border: 1px solid #446ea4;
  padding: 3rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media (max-width: 740px) {
  .zeh-page .bels .belsWrap {
    grid-template-columns: 1fr;
  }
}
.zeh-page .bels .belsWrap .txtArea {
  font-size: 2rem;
}

@media (max-width: 740px) {
  .zeh-page .bels .belsWrap .txtArea {
    font-size: 3.6vw;
  }
}
.zeh-page .bels .belsWrap .txtArea .lead {
  margin-top: 1rem;
  font-size: 1.4rem;
}

@media (max-width: 740px) {
  .zeh-page .bels .belsWrap .txtArea .lead {
    margin-bottom: 2rem;
    font-size: 2.8vw;
  }
}
.zeh-page .bels .belsWrap figure {
  margin-left: 2rem;
}

@media (max-width: 740px) {
  .zeh-page .bels .belsWrap figure {
    margin-left: 0;
  }
}
.zeh-page .bels .belsWrap figure figcaption {
  font-size: 1rem;
}

.zeh-roadmap__heading {
  background-color: #cb5b6c;
  padding: 2rem;
  color: #fff;
  font-size: 3rem;
  text-align: center;
}
@media (max-width: 740px) {
  .zeh-roadmap__heading {
    font-size: 2rem;
  }
}
.zeh-roadmap__img {
  max-width: 800px;
  margin-inline: auto;
}
.zeh-roadmap__img__cap {
  font-size: 1.1rem;
  text-align: right;
}
@media (max-width: 740px) {
  .zeh-roadmap__img {
    overflow: scroll;
  }
  .zeh-roadmap__img img {
    width: 150vw;
    max-width: unset;
    height: auto;
  }
}
.zeh-roadmap__detail__ttl {
  font-size: 2rem;
}
.zeh-roadmap__detail__ttl::before {
  content: "";
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  background-color: #cb5b6c;
  margin-right: 1rem;
}

.zeh-loan__heading {
  background-color: #227aa0;
  padding: 2rem;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 740px) {
  .zeh-loan__heading {
    font-size: 2rem;
  }
}
.zeh-loan__heading span {
  display: inline-block;
}
.zeh-loan__heading small {
  font-size: 0.5em;
  display: inline-block;
}
.zeh-loan__img {
  display: block;
  position: relative;
}
@media (max-width: 740px) {
  .zeh-loan__img {
    overflow-x: scroll;
  }
  .zeh-loan__img img {
    height: 45vw;
    width: auto;
    max-width: unset;
  }
}
@media (max-width: 740px) {
  .zeh-loan__img--02 img {
    width: 200%;
    height: auto;
  }
}
.zeh-loan__lead {
  font-size: 1.8rem;
  line-height: 1.8;
}
.zeh-loan__lead--center {
  text-align: center;
}
.zeh-loan__lead em {
  font-size: 1.6em;
}
.zeh-loan__lead em.red {
  color: #a12024;
}
@media (max-width: 740px) {
  .zeh-loan__lead em {
    font-size: 1.2em;
  }
}
.zeh-loan__lead i {
  background-color: #a12024;
  color: #fff;
  font-size: 0.8em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1rem;
}
.zeh-loan__lead span {
  display: inline-block;
}
.zeh-loan__lead span.red {
  color: #a12024;
}
.zeh-loan__flat35__heading {
  background-color: #d4a69e;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 1rem;
  text-align: center;
}
.zeh-loan__flat35__heading span {
  display: inline-block;
}
@media (max-width: 740px) {
  .zeh-loan__flat35__heading {
    font-size: 2rem;
  }
}
.zeh-loan__flat35__lead {
  font-size: 1.8rem;
}
.zeh-loan__flat35__img {
  position: relative;
  display: block;
}
@media (max-width: 740px) {
  .zeh-loan__flat35__img {
    overflow: scroll;
  }
  .zeh-loan__flat35__img img {
    width: 170%;
    max-width: unset;
    height: auto;
  }
}
.zeh-loan__flat35__cap {
  font-size: 1.1rem;
  line-height: 1.4;
}
.zeh-loan__cap {
  font-size: 1.1rem;
}
.zeh-loan__deduction {
  border: 1px solid #227aa0;
  padding: 2rem;
  text-align: center;
  font-size: 2rem;
}
.zeh-loan__deduction span {
  display: inline-block;
}
.zeh-loan__deduction span.red {
  font-size: 1.5em;
  color: #a12024;
}
.zeh-loan__deduction span em {
  font-size: 2em;
}
.zeh-loan__btm-cap {
  font-size: 1.1rem;
  text-align: center;
}
@media (max-width: 740px) {
  .zeh-loan__btm-cap {
    text-align: left;
  }
}
/*# sourceMappingURL=../../maps/zeh-m/style.css.map */
