@charset "utf-8";

/*------------------------------------------------------------
estimate
------------------------------------------------------------*/
#main .pageTitle {
  margin-bottom: 63px;
}

#main .headLine04 {
  font-weight: normal;
}

/*
#main .comBox p {
  margin-bottom: 29px;
  font-size: 1.6em;
  line-height: 1.75;
}

#main .comBox ul {
  margin-bottom: 56px;
}

#main .comBox li {
  padding-left: 1em;
  font-size: 1.6em;
  line-height: 1.75;
  text-indent: -1em;
}

#main .comBox .note {
  font-size: 1.5em;
  margin-bottom: 26px;
}

#main .comBox .note:last-child {
  margin-bottom: 0;
}
*/

.estimateFlowList {
  width: 540px;
  margin: 25px auto;
}
.estimateFlowItem {
  width: 100%;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.estimateFlowItem:not(:last-of-type) {
  margin-bottom: 40px;
}
.itemText {
  width:  calc(280px - 30px);
  height: calc(100% - 30px);
  background-color: #006896;
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: center;
  padding:20px 15px 10px;
}
.itemTitle {
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.itemNo {
  color: #fff;
  font-size: 87px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding-bottom: 10px;
}

#main p.itemDetails {
  color: #fff;
  font-size: 15px;
}
.itemImg {
  width: 260px;
  height: 200px;
  background-color: #47b8ca;

}
.itemImg > img {
  width: 100%;
  height: 100%;
}


.areaMap {
  margin-top: 100px;
}
.areaQrcodeList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.areaQrcodeItem {
  width: 311px;
}
.areaQrcodeItem h4 {
  color: #fff;
  width: 100%;
  height: 70px;
  text-align: center;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.areaQrcodeItem .qrcodeImg {
  width: 100%;
  margin: 0;
}
.areaQrcodeItem .qrcodeImg > img {
  width: 100%;
  height: auto;
}

.areaMapImg {
  margin: 55px 0;
}
.areaMapImg  > img {
  width: 100%;
  height: auto;
}

.area-nii .areaQrcodeItem:nth-of-type(1) h4 {
  background-color: #00a5a0;
}
.area-nii .areaQrcodeItem:nth-of-type(2) h4 {
  background-color: #ed6a00;
}
.area-nii .areaQrcodeItem:nth-of-type(3) h4 {
  background-color: #006896;
}
.area-goda .areaQrcodeItem:nth-of-type(1) h4 {
  background-color: #d8435d;
}
.area-goda .areaQrcodeItem:nth-of-type(2) h4 {
  background-color: #5884ac;
}
.area-goda .areaQrcodeItem:nth-of-type(3) h4 {
  background-color: #75be53;
}

@media all and (min-width: 768px) and (max-width: 1024px) {}



@media screen and (max-width: 767px) {
  .estimateFlowList {
    width: 100%;
  }
  .estimateFlowItem {
    width: 280px;
    height: auto;
    display: block;
    margin: auto;
  }
  .itemText {
    height:180px;
    padding-top: 25px;
  }
  .itemImg {
    width: 280px;
    height: 215.32px;
  }
  .areaQrcodeList {
    margin: 15px 0;
  }
  .areaQrcodeItem {
    width: calc(100% / 3 - 7.5px);
  }
  .areaQrcodeItem h4 {
    height: 40px;
    font-size: 14px;
  }
  .areaQrcodeItem .qrcodeImg {
    width: 100%;
    margin: 0;
  }
  .areaQrcodeItem .qrcodeImg > img {
    width: 100%;
    height: auto;
  }

  .areaMapImg {
    margin: 55px 0;
  }
  .areaMapImg  > img {
    width: 100%;
    height: auto;
  }

  .area-nii .areaQrcodeItem:nth-of-type(1) h4 {
    background-color: #00a5a0;
  }
  .area-nii .areaQrcodeItem:nth-of-type(2) h4 {
    background-color: #ed6a00;
  }
  .area-nii .areaQrcodeItem:nth-of-type(3) h4 {
    background-color: #006896;
  }
  .area-goda .areaQrcodeItem:nth-of-type(1) h4 {
    background-color: #d8435d;
  }
  .area-goda .areaQrcodeItem:nth-of-type(2) h4 {
    background-color: #5884ac;
  }
  .area-goda .areaQrcodeItem:nth-of-type(3) h4 {
    background-color: #75be53;
  }

}
