.c-top24GSArea {
  background-color: var(--e-global-color-secondary);
  padding: 80px 0 60px;
}
.c-top24GSArea .n2-ss-slider .n2-ss-item-image-content img {
  height: 80px;
  width: auto;
}
.c-top24GSArea .n2-ss-align {
  margin: 0 auto;
}
.c-top24GSArea .n2-ss-align .n2-ss-layers-container .n2-ss-layer.n2-ow > .n2-ss-layer.n2-ow {
  height: 100%;
}
.c-top24GSArea .n2-ss-align .n2-ss-section-main-content {
  position: relative;
}
.c-top24GSArea .n2-ss-align .n2-ss-section-main-content::before {
  content: "";
  display: block;
  width: 70%;
  height: 120px;
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: -1;
  background-image: url(/cmn/images/top/gs_sponsor.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .c-top24GSArea .n2-ss-align .n2-ss-section-main-content::before {
    height: 80px;
    width: 85%;
    bottom: 20px;
  }
}
.c-top24GSArea .c-link--arrow::after {
  content: "";
  background-image: url(/_pl_img/ico_new_tab_01.svg);
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background-repeat: no-repeat;
  border: none;
  transform: none;
  transition: none;
}
.c-top24GSArea .c-link--arrow:hover::after {
  transform: none;
}

.top-gsArea {
  padding: 40px 0;
}

.top-gsArea-inner-title {
  font-size: 1.8rem;
  font-weight: 600;
}

.top-gsArea-inner {
  padding: 0 120px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .top-gsArea-inner {
    padding: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 1199px) {
  .top-gsArea-inner {
    width: -moz-max-content;
    width: max-content;
  }
}
.top-gsArea-inner + .top-gsArea-inner {
  margin-top: 10px;
}

.top-gsArea-title div {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.top-gsArea-foot-text {
  line-height: 1.5;
}
.top-gsArea-foot-text > .c-link-text {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
}

@media screen and (min-width: 500px) and (max-width: 1199px) {
  .top-gsArea-body-text div {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=top_gsArea.css.map */