/* 人間ドックお問い合わせフォーム（Snow Monkey Forms）
-------------------------------------------------------------------*/

.smf-form .smf-label {
  padding: 2px 0;
}

.smf-item__label .smf-item__label__text {
  font-weight: bold;
}

.smf-form .smf-radio-button-control {
  align-items: flex-end;
}

.smf-form .smf-item__description {
  color: red;
  font-size: 12px;
  font-weight: bold;
}

.smf-form .smf-checkbox-control {
  align-items: center;
}

.smf-form .smf-checkbox-control__control {
  margin-top: 0;
}