#bgImg {
  background: url(../images/bg_index01.png) no-repeat right center, #5a90d0;
}

.mapList {
  margin-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .mapList {
    margin-bottom: 48px;
  }
}

.mapList li {
  border-bottom: 1px solid #cccccd;
  padding-left: 16px;
  position: relative;
}

.mapList li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-top: 1px solid #006cff;
  border-right: 1px solid #006cff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
}

.mapList li:first-child {
  border-top: 1px solid #cccccd;
}

.mapList li a {
  display: block;
  padding: 12px 0;
}
