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

.pg-general .wrap-rss .c-ttl-middleBlock {
  margin-top: 45px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-rss .c-ttl-middleBlock {
    margin-top: 45px;
    margin-bottom: 20px;
  }
}

.pg-general .wrap-rss .c-ttl-smallBlock {
  margin-top: 35px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .pg-general .wrap-rss .c-ttl-smallBlock {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}

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

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

.pg-general .wrap-rss .links {
  line-height: 1.8;
  font-size: 1.4rem;
}

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

.pg-general .wrap-rss .links ul li {
  margin-bottom: .25em;
}

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

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

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

.pg-general .wrap-rss .c-snsLinkSet {
  margin-top: 40px;
}
