@charset "UTF-8";
/*---------------------------------------
	winactor 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;
  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;
	}
}


.contact_bt_second {
  background-color: #002060 !important;
  bottom: 85px !important;
  border-radius: 10px;
  border: 2px solid #000 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 2px;
          box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 2px;
  font-family: FrutigerNeueLTW10-Bold, "Frutiger Neue W01 Bd", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Helvetica, sans-serif;
  letter-spacing: 0.15em;
  padding: 12px 24px;
  position: fixed;
  right: 20px;
  z-index: 970;
}

.contact_bt_second a {
  color: #fff !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 10px 0 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contact_bt_second a::before {
  background-image: url("/content/dam/nttcom/hq/cmn/img/arrow-right-accent.svg");
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 13px;
  margin: auto;
  content: "";
  width: 6.409px;
  height: 9.561px;
  background-size: 100% 100%;
}

.contact_bt_second a:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 480px) {
  .contact_bt_second {
    left: 20px;
  }
}