.fs28nosp {
  font-size: 28px !important;
}

.fs24nosp {
  font-size: 24px !important;
}

.fs23nosp {
  font-size: 23px !important;
}

.fs20nosp {
  font-size: 20px !important;
}

.fs18nosp {
  font-size: 18px !important;
}

.fs16nosp {
  font-size: 16px !important;
}

.fs14nosp {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.fs13nosp {
  font-size: 13px !important;
  font-weight: 300 !important;
}

.fs11-600nosp {
  font-size: 11px !important;
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.eng-num {
  font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', Roboto, 'Segoe UI', Arial, Meiryo, sans-serif !important;
}

body, p, span {
  font-weight: 400;
  letter-spacing: 0.15em;
}

input::placeholder {
  font-size: 14px;
  text-indent: 5px;
}
input::-webkit-input-placeholder {
  font-size: 14px;
  text-indent: 5px;
}

.formStepItem {
  transform: scaleY(0.9);
  transform-origin: center; /* 上下中央を基準に縮小 */
}
