@charset "UTF-8";
/* --------------------------------------------
   新築をお考えの方へ
-------------------------------------------- */
/* 新築をお考えの方へ */
.conceptWrap_newbuild {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("../../images/mct_bg_concept_newbuild.png") no-repeat;
  background-size: cover;
}

.conceptText_newbuild {
  color: #231815;
}

.fc-custom {
  color: #b40d23;
}

.zehTitle_newbuild {
  padding-bottom: 25px;
  background: url("../../images/mct_img_zeh_line_newbuild.png") no-repeat center bottom;
}

.gionCnt_newbuild {
  position: relative;
  width: 1045px;
  max-width: 100%;
  height: 628px;
  margin-right: auto;
  margin-left: auto;
  background: url("../../images/mct_bg_gion_newbuild.jpg") no-repeat;
}

.gionCnt_newbuild_img {
  position: absolute;
  bottom: 21%;
  left: 6%;
}

.gionText_newbuild {
  color: #6a3906;
}

.goodList_wrap {
  padding-top: 26px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #e5edd8;
}

.goodList li {
  width: 691px;
  max-width: 100%;
  margin-bottom: 13px !important;
  margin-left: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 9px;
  background-color: #fff;
  font-size: 21px;
  font-weight: bold;
  list-style: none !important;
}

.goodList li::before {
  display: inline-block;
  margin-right: 10px;
  line-height: 100%;
  vertical-align: middle;
  content: url("../../images/mct_icon_check_newbuild.png");
}

a.zeh_btn {
  display: block;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 3px;
  background-color: #006934;
  color: #fff;
  text-align: center;
}

a.zeh_btn:hover {
  text-decoration: none;
}

@media screen and (max-width: 1900px) {
  /* 新築をお考えの方へ */
}

@media screen and (max-width: 1700px) {
  /* 新築をお考えの方へ */
}

@media screen and (max-width: 1540px) {
  /* 新築をお考えの方へ */
}

@media screen and (max-width: 1260px) {
  /* 新築をお考えの方へ */
}

@media screen and (max-width: 1024px) {
  /* 新築をお考えの方へ */
  .gionCnt_newbuild {
    height: 57vw;
    background-size: contain;
  }
  .gionCnt_newbuild_img {
    position: absolute;
    bottom: 21%;
    left: 6%;
  }
  .gionCnt_newbuild_img img {
    width: 27vw;
  }
}

@media screen and (max-width: 768px) {
  /* 新築をお考えの方へ */
  .gionCnt_newbuild {
    height: 54vw;
  }
  .gionCnt_newbuild_img img {
    width: 26vw;
  }
  .goodList li {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  /* 新築をお考えの方へ */
  .goodList_wrap .seismicImg img {
    width: 50%;
  }
  .goodList li {
    font-size: 16px;
  }
  .gionCnt_newbuild_img_sp {
    position: relative;
  }
  .gionCnt_newbuild_img_sp img {
    margin-bottom: 20px;
  }
  .gionCnt_newbuild_link_sp {
    position: absolute;
    right: 0;
    bottom: 5%;
    left: 0;
    width: 73%;
    margin-right: auto;
    margin-left: auto;
  }
}