@charset "UTF-8";
.subPage {
  background-image: url("/img/sitemap/h2_bg.jpg");
  background-position: center;
  background-size: cover;
}

.inner {
  width: 95%;
  max-width: 1000px;
  margin: 30px auto 50px;
  overflow: hidden;
}

.map {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 1.2em;
}
.map a {
  color: #0083cf;
}
.map a:hover {
  color: #BF1820;
}
.map .soto {
  padding-left: 10px;
}
.map .soto:before {
  content: "●";
  color: #BF1820;
  padding-right: 10px;
  font-size: 1.3em;
}
.map .soto .b_con {
  font-size: 1em;
}
.map .soto .b_con li {
  padding-left: 30px;
}
.map .soto .b_con li:before {
  content: "●";
  color: #3C98B0;
  padding-right: 10px;
  font-size: 1em;
}

@media screen and (max-width: 640px) {
  .map {
    width: 100%;
    float: none;
  }
}
