@charset "utf-8";
/* CSS Document */
.heath-content {
  padding: 0 20px;
}
.heath-content .header {
  border-radius: 0;
  line-height: 2;
  margin: 0 -20px;
  padding: 0 10px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.year-control{
  width: 46px;
}
