.inner {
  width: 90%;
  max-width: 980px;
  margin: auto;
}

@media (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

@media (max-width: 1179px) {
  .top-title-wrap {
    padding-left: 1em;
  }
}

@media (max-width: 767px) {
  .top-title-wrap {
    display: none;
  }
}

.main_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .main_content {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.main_content ul {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.main_content li {
  padding-bottom: 1.5em;
}

@media (max-width: 767px) {
  .main_content li {
    padding-bottom: 0;
  }
}

.main_content a {
  font-size: 14px;
  color: #4D4D4D;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .main_content a {
    display: block;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    border-top: 1px solid #ccc;
  }
}

.main_content a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/Arrow.png") center center/contain;
  width: 5px;
  height: 8px;
}

@media (max-width: 767px) {
  .main_content a::before {
    height: 0;
  }
}

.main_content a:hover {
  text-decoration: underline;
}

.link_top {
  font-weight: 700;
}

@media (max-width: 767px) {
  .link_top {
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .site_map_sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-reception {
    margin-top: 0;
  }
}
/*# sourceMappingURL=site_map.css.map */