.facilityTab_link {
  background-color: #f19aa2;
  border-radius: 22px;
  width: 173px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: #fff;
  margin-top: 2em;
  padding-inline: 1.2em;
  position: relative;
  text-decoration: none;
}

.facilityTab_link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='15'%3E%3Cg data-name='PDFアイコン (1)'%3E%3Cpath data-name='長方形 83' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M2.5.5h10v14h-10z'/%3E%3Cpath data-name='長方形 84' fill='%23f19aa2' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M.5 5.5h9v4h-9z'/%3E%3Cg data-name='グループ 98' fill='%23fff'%3E%3Cpath data-name='パス 286' d='M2.089 6.277h.78c.527 0 .931.183.931.745 0 .543-.408.787-.918.787h-.318v.844h-.475Zm.761 1.156c.328 0 .484-.138.484-.411s-.174-.369-.5-.369h-.27v.78Z'/%3E%3Cpath data-name='パス 287' d='M4.177 6.277h.652a1.188 1.188 0 0 1 .026 2.376h-.677ZM4.8 8.27c.443 0 .72-.238.72-.815s-.276-.8-.72-.8h-.147V8.27H4.8Z'/%3E%3Cpath data-name='パス 288' d='M6.448 6.277h1.464v.395h-.989v.619h.844v.4h-.844v.963h-.475Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
}
