@media screen and (max-width: 767px) {
  .articleGlobal .leftGroup {
    padding-bottom: 100px;
  }
}

.pg-general .wrap-sitemap .c-ttl-middleBlock {
  margin-top: 60px;
  margin-bottom: 0;
}

.pg-general .wrap-sitemap .c-ttl-smallBlock {
  margin-top: 40px;
  margin-bottom: 0;
}

.pg-general .wrap-sitemap .links {
  padding-left: 22px;
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-sitemap .links {
    margin-top: 20px;
  }
}

.pg-general .wrap-sitemap .links ul {
  -moz-columns: 2;
  columns: 2;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-sitemap .links ul {
    -moz-columns: 1;
    columns: 1;
  }
}

.pg-general .wrap-sitemap .links ul.column_1 {
  -moz-columns: 1;
  columns: 1;
}

.pg-general .wrap-sitemap .links ul.column_4 {
  -moz-columns: 4;
  columns: 4;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-sitemap .links ul.column_4 {
    -moz-columns: 2;
    columns: 2;
  }
}

.pg-general .wrap-sitemap .links ul li {
  margin-bottom: .5em;
}

.pg-general .wrap-sitemap .links ul li:last-child {
  margin-bottom: 0;
}

.pg-general .wrap-sitemap .links ul li a {
  position: relative;
  padding: 0 0 0 10px;
  color: #004c97;
  padding-left: 15px;
}

.pg-general .wrap-sitemap .links ul li a::before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent currentColor;
}

.pg-general .wrap-sitemap .links ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-sitemap .links ul li a {
    display: block;
  }
}

.pg-general .wrap-sitemap .links ul li a::before {
  top: 13px;
}
