@charset "UTF-8";
.is-error {
	color: #f00;
}

@media screen and (max-width:767px) {
  .is-error {
    margin: 0;
  }
}