@charset "UTF-8";
/*日本語*/
/*---------------------------------------------------------
初期状態
----------------------------------------------------------*/
/*
.nece select{
	background:#ffe3e3;
}
.nece label{
	background:#ffe3e3;
}
.nece textarea {
	background:#ffe3e3;
}
*/
.tbox.on {
  background: #fff;
}

input.boxNotValid,
textarea.boxNotValid {
  background-color: #FDD;
  border: 1px solid #c00;
}

/*
select.boxValid,
input.boxValid,
textarea.boxValid{
	background:#fff !important;
}
.boxValid label{
	background:transparent !important;
}
*/
.boxValid + img {
  margin-left: 5px;
}

.err_fukidashi {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #db6369;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  padding: 8px 10px;
  line-height: 1.1;
  z-index: 999;
  white-space: nowrap;
}

.err_fukidashi:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 5%;
  width: 0;
  height: 0;
  border-top: 10px solid #db6369;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.has-single-input:has(input:focus) .err_fukidashi {
	display: none;
}

.err_notFullfilled {
  text-align: center;
  color: #c00;
}