#mainvis {
  background-image: url("../img/property/mv.jpg");
}

#mf-about {
  padding-bottom: 0;
}
#mf-about .chklist {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#mf-about .enjp + span{
left: calc(50%  - 320px);
}

#mf-about .chklist li:nth-of-type(1){
  background: url("../img/property/ic1.png") left center/2.18em no-repeat;
}
#mf-about .chklist li:nth-of-type(2){
  background: url("../img/property/ic2.png") left center/2.18em no-repeat;
}
#mf-about .chklist li:nth-of-type(3){
  background: url("../img/property/ic3.png") left center/2.18em no-repeat;
}


#mf-about .last {
  padding: 0.8em 0.5em 1em;
  margin-bottom: 100px;
}
#mf-about .last:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00469b transparent transparent transparent;
  border-width: 26px 14px;
  bottom: -69px;
  left: 0;
  right: 0;
  margin: auto;
}

#mf2 {
  padding-bottom: 3.88rem;
}
#mf2 .enjp .lato {
  margin-bottom: 0;
}
#mf2 .cbox {
  margin-bottom: 65px;
}
#mf2 .cbox-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
#mf2 .cimg, #mf2 .ctxt {
  width: 48.0392156863%;
  margin-left: 10px;
  margin-right: 10px;
}
#mf2 img {
  width: 100%;
}
#mf2 .ctxt {
  display: flex;
  flex-direction: column;
}
#mf2 h3 {
  font-size: 1.75rem;
  line-height: 1em;
  color: #00469b;
  margin-bottom: 0.5em;
}
#mf2 h3 + p {
  height: 1em;
  flex-grow: 1;
  margin-bottom: 1.13rem;
}
#mf2 dl {
  border: solid 1px #00469b;
  padding: 20px 30px 20px;
  position: relative;
}
#mf2 dl:after{
content: "他";
position: absolute;
bottom: 20px;
right: 20px;
}
#mf2 dt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 8.7em;
  top: -0.7em;
  margin: auto;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1em;
  color: #00469b;
  background: #fff;
  padding: 0 0.5em;
  white-space: nowrap;
  text-align: center;
}
#mf2 dd {
  column-count: 2;
  font-size: 1.06rem;
  line-height: 1.76em;
}
#mf2 .cbox:nth-of-type(even) .cbox-inner {
  flex-direction: row-reverse;
}
#mf2 h2 {
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.71em;
  color: #00469b;
  margin: 2.75em auto 1.57em;
}

#mf-point {
  padding-bottom: 67px;
  margin-bottom: 84px;
}
#mf-point .enjp {
  margin-bottom: 2.44rem;
}
#mf-point .enjp .lato {
  margin-bottom: 0;
}
#mf-point h3 {
  min-width: 28.75rem;
}
#mf-point .cbox {
  padding-bottom: 2.63rem;
}
#mf-point h2 {
  font-size: 2.25rem;
  line-height: 1.06em;
  color: #fff;
  background: #00469b;
  padding: 0.78em 0.5em 1.17em;
  margin-top: 53px;
  text-align: center;
  position: relative;
}
#mf-point h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00469b transparent transparent transparent;
  border-width: 26px 14px;
  top: -39px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 850px) {
  #mainvis {
    background-image: url("../img/property/mvs.jpg");
  }

  #mf-about .chklist {
    width: auto;
  }
  #mf-about .last {
    margin-bottom: 13.33vw;
  }
  #mf-about .last:before {
    border-width: 5.2vw 2.8vw;
    bottom: -15vw;
  }

  #mf2 .cbox {
    margin-bottom: 8.67vw;
  }
  #mf2 .cbox-inner {
    display: block;
  }
  #mf2 .cimg, #mf2 .ctxt {
    width: auto;
  }
  #mf2 .cimg {
    margin-bottom: -3rem;
  }
  #mf2 .ctxt {
    display: block;
  }
  #mf2 h3 {
    font-size: 1.4rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0.2em;
    background: #00469b;
    color: #fff;
    padding: 0 0.5em;
  }
  #mf2 h3 + p {
    height: auto;
    margin-bottom: 2rem;
  }
  #mf2 dl {
    padding: 4vw;
  }
  #mf2 dd {
    column-count: 1;
    text-align: center;
  }
  #mf2 h2 {
    font-size: 1.44rem;
    margin-top: 3rem;
  }

  #mf-point {
    padding-bottom: 8vw;
    margin-bottom: 10.67vw;
  }
  #mf-point h3 {
    min-width: inherit;
    font-size: 1.2rem;
  }
  #mf-point h3 + p {
    text-align: left;
  }
  #mf-point .cbox {
    padding-bottom: 1rem;
  }
  #mf-point h2 {
    font-size: 1.2rem;
    line-height: 1.3em;
    margin-top: 7.07vw;
  }
  #mf-point h2:before {
    border-width: 3.47vw 3.73vw;
    top: -5.2vw;
  }
}
