.formError .formErrorContent{
	font-weight: bold;
}

.formError + label.check-label:after{
	border: 2px solid #C93C3C !important;
}

input:has(+ .formError),
textarea:has(+ .formError),
select:has(+ .formError) {
	border: 2px solid #C93C3C !important;
}

.not_filled{
	text-align: center;
	color: #C93C3C;
	font-weight: bold;
	margin-top: 5px;
}

#prefecture_jp{
	display: none;
}

.hidden-check{
	display: none;
}

.page-contact .indent{
	text-indent: -1em;
	padding-left: 1em;
	display: inline-block;
}

.page-contact .underline{
	text-decoration: underline;
}

input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
  
  
input[type="date"]::-webkit-inner-spin-button{
	-webkit-appearance: none;
}

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

input[type="date"]{
	position: relative;
}