.header__btnWrap .btn02--skyblue:nth-of-type(4) .btn02__txt::after {
  width: 16px;
  height: 14px;
  background: #fff !important;
  -webkit-mask-image: url(/img_files/common/svg/icon_partner.svg);
  mask-image: url(/img_files/common/svg/icon_partner.svg);
}

.spGnav__otherLink:nth-child(3) {
  width: 50%;
  border-top: 1px solid #e1e1e1;
}
.spGnav__otherLink:nth-child(3) .spGnav__otherLink__link {
  padding: 25px 4% 25px calc(4% + 30px);
  left: 4%;
}
.spGnav__otherLink:nth-child(3) .spGnav__otherLink__link::before {
  width: 15px;
  background: url(/img_files/common/svg/icon_books.svg) no-repeat center;
  background-size: contain;
}
.spGnav__otherLink:nth-child(4) {
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.spGnav__otherLink:nth-child(4) .spGnav__otherLink__link::before {
  background: url(/img_files/common/svg/icon_partner.svg) no-repeat center;
  background-size: contain;
  left: 8%;
}