.head-p-icon {
  position: relative;
  padding-left: 26px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .055em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .head-p-icon {
    padding-left: calc(26 / 1744 * 100vw);
    font-size: clamp(14px, calc(22 / 1744 * 100vw), 22px)
  }
}
@media screen and (max-width:1024px) {
  .head-p-icon {
    padding-left: calc(26 / 1024 * 100vw);
    font-size: clamp(14px, calc(22 / 1024 * 100vw), 22px)
  }
}
@media screen and (max-width:750px) {
  .head-p-icon {
    padding-left: calc(42 / 750 * 100vw);
    font-size: clamp(14px, calc(34 / 750 * 100vw), 34px)
  }
}
.head-p-icon::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #ffc80a;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .head-p-icon::before {
    top: calc(9 / 1744 * 100vw);
    width: calc(16 / 1744 * 100vw);
    height: calc(16 / 1744 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .head-p-icon::before {
    top: calc(9 / 1024 * 100vw);
    width: calc(16 / 1024 * 100vw);
    height: calc(16 / 1024 * 100vw)
  }
}
@media screen and (max-width:750px) {
  .head-p-icon::before {
    top: calc(12 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw)
  }
}