body {
  background: #ffffff;
}
.l-main {
  width: 100%;
  height: 589px;
  background-image: url(../img/coverage3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 108px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.l-main .title {
  font-size: 33px;
  margin-bottom: 75px;
}
.l-main .msg {
  font-size: 19px;
}
.l-main .msg span {
  margin-right: 52px;
}
.l-main .map {
  width: 654px;
  height: 348px;
  background-image: url(../img/coverage2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0px);
}
.l-bottom {
  width: 100%;
  height: 30px;
  background: #ffffff;
}
@media screen and (max-device-width: 1025px) {
  .l-main .title {
    margin-bottom: 75px;
  }
  .l-main .msg span {
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .l-main .map {
    width: 87.2vw;
    height: 46.4vw;
  }
}
