/*---------------------------------------
	fixed vpn css
---------------------------------------*/
#service-source-link-text {
  padding: 0;
  text-align: center;
}

#service-source-link-text a {
  background-color: #002060;
  color: #fff !important;
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 0.5em 2.0em;
  text-decoration: none;
  position: relative;
}

#service-source-link-text a::before {
  background-image: url("/content/dam/nttcom/hq/cmn/img/arrow-right-accent.svg");
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  width: 18px;
  height: 30px;
  background-size: 100% 100%;
}

#service-source-link-text a:visited {
  color: #fff !important;
}

#service-source-link-text a:hover {
  color: #fff !important;
  opacity: 0.75;
}

.c-article > #service-source-link-text {
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
	#service-source-link-text a {
	  font-size: 22px;
	}
	#service-source-link-text a::before {
	  width: 12px;
	  height: 20px;
	}
}

.main .only-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .main .only-pc {
    display: none;
  }
}