@charset "utf-8";

/* 新規登録画面 */
.agreement .errorMessage {
  text-align: center;
}
.previewBox {
  display: inline-block;
  width: 15rem;
  margin-left: 1rem !important;
  border: none !important;
}
.previewBox.filePreview {
  width: 100%;
}
.previewBox.filePreview label {
  margin-left: 2rem;
}
