.p-info-table__dl {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #005BAB;
}
.p-info-table__dt {
  color: #005BAB;
}
.p-info-table__link {
	display:block;
  position: relative;
}
.p-info-table__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(/media/images/column/arrow_blue.svg) no-repeat;
}