* {
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    touch-action: manipulation;
}

html {
    margin: 0;
    height: 100%;
    background-color: #f2f2f2;
}

body {
    margin: 0;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #f2f2f2;
}

table {
    font-size: 1rem;
    margin: 0 auto;
    border-collapse: collapse;
}

p {
    margin: 0;
}

p.indent {
    text-indent: -1em;
    margin-left: 1em;
}

input, textarea, button, select {
	font-size: 1rem;
	max-width: 95%;
}

input, textarea, select {
    user-select: auto;
    -webkit-user-select: auto;
    color: #0A3F03;
}

input:-webkit-autofill, input:-webkit-autofill:first-line {
    font-size: 1rem !important;
    line-height: inherit;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
} */
input[type="time"] {
    position: relative;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

input[type="radio"], input[type="checkbox"] {
	transform: scale(1.25);
	margin-left: 0.5em;
	margin-right: 0.5em;
	position: relative;
	top: -2.5px;
    accent-color: #22a93c;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: button;
    padding: 0px 16px;
}

input[type="text"], input[type="number"], input[type="password"], input[type="file"], input[type="date"], input[type="time"], textarea {
    padding: 12px;
    font-size: inherit;
    background-color: #ffffff;
    border-radius: 12px;
	border: 1px solid #4D4D4D;
}

#reset-fast input[type="text"] {
	width: 130px;
}

#goal input[type="number"] {
    padding: 0;
}

#reset-fast .reset-fast-sec-text {
	margin-left: 5px;
    font-size: 0.9rem;
}

#reset-fast .reset-fast-min-text {
	margin-left: 5px;
    font-size: 0.9rem;
}

.reset-stap-num-wrapper {
	margin-left: 8px;
  	margin-right: auto;
}

#reset-steps input[type="text"] {
    padding: 12px;
    font-size: inherit;
    background-color: #ffffff;
    border-radius: 12px;
	border: 1px solid #4D4D4D;
	height: 56px;
  	position: relative;
}

#reset-steps .reset-stap-num-text {
  	margin-left: 10px;
    font-size: 0.9rem;
}

#reset-work input[type="time"] {
    padding: 4px;
    font-size: inherit;
    background-color: #ffffff;
    border-radius: 12px;
	border: 1px solid #4D4D4D;
}

#reset-steps .reset-stap-num-text {
  	margin-left: 10px;
    font-size: 0.9rem;
}

.update-data-ja{
    text-align: left;
    color: #333;
    font-size: 24px;
    float: left;
]}

.calendar-icon::before{
    content: "";
    background-size: contain;
    background-image: url(../img/kenkou-info_calender-icon.png);
    background-repeat: no-repeat;
    padding-right: 10%;
}


.update-data-ja input[type="date"] {
  	background:#22cf3d;
  	color: #fff;
    font-weight: bold;
  	border-radius: 0;
    padding: 0;
    border: none;
    font-size: 0.8rem;
}

.update-data-button {
    position: relative;	
  	text-align: center;
	background:#22cf3d;
    font-weight: bold;
  	color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 12px 0;
	appearance: none;
	font-size: 0.8rem;
	width: 100%;
	min-width: fit-content;
	max-width: 330px;
  	border-radius: 8px;
    margin: 0 !important;
}

.settings-date-dev{
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
}

.update-data-button input[type="date"]{
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
}

input[type="date"]::-webkit-datetime-edit{
  display: none;
}

input[type="date"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
    -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
}:

::placeholder {
    color: #a3a3a3;
    font-size: 1rem;
    font-weight: normal;
}

/* Safari */
::-webkit-full-page-media, :future, :root button {
    padding: 5px 16px;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::file-selector-button {
    font-size: 1rem;
}

input:disabled {
    color: #888888;
}

input:disabled + span {
    color: #c6c6c6;
}

button:disabled {
    opacity: 0.5;
    cursor: auto;
}

::-webkit-scrollbar {
    height: 5px !important;
    width: 5px !important;
    background: #ccc !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    background: #666 !important;
}

hr {
    color: #eeeeee;
    background-color: #eeeeee;
    border-color: #eeeeee;
    border-style: none;
    width: 100%;
    height: 1px;
}

a:link, a:visited, a:hover, a:active { 
    text-decoration: none; 
}
