.form-field .img {
  width: 500px;
  height: 500px;
  overflow: scroll;
  border: 1px solid #ccc; /* 枠線は視認性向上のため、必要に応じて */
}

#image {
  display: block; /* 画像がインライン要素のデフォルトの挙動を防ぐ */
  max-width: none; /* 画像がコンテナに収まるように縮小されるのを防ぐ */
}

#crop-btn {
  text-align: center;
  width: 180px;
  margin-top: 20px;
  padding: 5px;
  border: 1px solid #333;
  cursor: pointer;
}
