/* line 22, custom_form.scss */
.js-custom_form-invalid {
  border: 2px solid #f75555;
}
/* line 29, custom_form.scss */
.js-custom_form-caution-position {
  position: relative;
}
/* line 33, custom_form.scss */
.js-custom_form-caution-position:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -15px;
  left: 20px;
  border: 10px solid transparent;
  border-bottom-color: #ff5d21;
  z-index: 1;
}
/* line 46, custom_form.scss */
.js-custom_form-caution-position:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -13px;
  left: 20px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  z-index: 1;
}
/* line 60, custom_form.scss */
.js-custom_form-caution-content {
  position: absolute;
  top: 4px;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #ff5d21;
  font-size: 11px;
  font-size: 1.1rem;
  color: #000;
  z-index: 1;
}
