.mainArea01 h2 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  padding: 30px 0;
  background-color: #5a5a5a;
}

@media screen and (max-width: 767px) {
  .mainArea01 h2 {
    font-size: 24px;
  }
}

.mapArea01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .mapArea01 {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }
}

.mapArea01 .mapContent01 {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .mapArea01 .mapContent01 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.mapArea01 .mapContent01:nth-child(odd) {
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  .mapArea01 .mapContent01:nth-child(odd) {
    margin: 0;
  }
}

.mapArea01 .mapContent01:not(:nth-last-child(-n+2)) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mapArea01 .mapContent01:not(:nth-last-child(-n+2)) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mapArea01 .mapContent01:not(:last-child) {
    margin-bottom: 15px;
  }
}

.mapArea01 .mapContent01 h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .mapArea01 .mapContent01 h3 {
    font-size: 16px;
  }
}

.mapArea01 .mapContent01 h3 a {
  display: block;
}

.mapArea01 .mapContent01 .linkList01 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .mapArea01 .mapContent01 .linkList01 {
    font-size: 14px;
  }
}

.mapArea01 .mapContent01 .linkList01 li {
  margin-bottom: 10px;
}

.mapArea01 .mapContent01 .linkList01 a {
  padding: 0 5px;
  display: block;
  position: relative;
}

.mapArea01 .mapContent01 .linkList01 a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}
