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

@media screen and (max-width: 767px) {
  .pg-general .wrap-404 .c-wysiwyg {
    margin-bottom: 25px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.pg-general .wrap-404 .c-wysiwyg p {
  margin-bottom: 1em;
}

.pg-general .wrap-404 .c-wysiwyg ul {
  margin-bottom: 1em;
  list-style: disc;
  margin-left: 2em;
}

.pg-general .wrap-404 .c-wysiwyg ul li {
  margin-bottom: .5em;
}

.pg-general .wrap-404 .c-wysiwyg ul li:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

.pg-general .wrap-404 .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-404 .links ul li a:hover {
  text-decoration: underline;
}

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