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

h2 {
  color: #00469b;
  font-size: 1.75rem;
  line-height: 1em;
  margin-bottom: 0.79em;
}

#mf1 {
  margin-bottom: 5.75rem;
}
#mf1 .mf-inner {
}
#mf1 .ctxt p {
  margin-bottom: 1.75em;
}

#mf2 {
  background-color: #f3f4f5;
  padding-bottom: 5rem;
}
#mf2 .mf-frame {
  background: #fff;
  padding-bottom: 4.38rem;
}
#mf2 table {
  width: 860px;
}
#mf2 h2 {
  text-align: center;
}
#mf2 .ctxt {
  text-align: center;
  margin-bottom: 5.69rem;
}
#mf2 .ctxt p {
  margin-bottom: 3.88em;
}
#mf2 th {
  width: 13.25em;
}
#mf2 dl dt:before {
  content: '';
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  background: #00469b;
  margin-right: 0.25em;
}
#mf2 ol {
  padding-left: 2em;
  counter-reset: olnum;
}
#mf2 ol li {
  counter-increment: olnum;
  text-indent: -2em;
}
#mf2 ol li:before {
  content: counter(olnum) ".";
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
#mf2 .ib {
  display: inline-block;
}

#gmap {
  position: relative;
  padding-bottom: 34.88%;
  width: 860px;
  margin: 0 auto;
}
#gmap iframe {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}

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

  #mf1 .mf-inner {
    display: block;
  }
  #mf1 .ctxt, #mf1 .cimg {
    width: 100%;
    margin-bottom: 2rem;
  }

  #mf2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  #mf2 .mf-frame {
    padding: 4vw;
  }
  #mf2 .ctxt {
    margin-bottom: 3rem;
  }
  #mf2 .ctxt p {
    margin-bottom: 2rem;
  }
  #mf2 table {
    margin-bottom: 3rem;
  }
#mf2 .ib {
  display: inline;
}

  #gmap {
    width: 100%;
    height: 70vw;
  }
}
