:root {
  --orange: #ff5c00;
  --ink: #243242;
}

body {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: var(--ink);
}

.content.pad {
  padding: 20px 16px 40px;
}

.full {
  width: 100%;
}

.mt {
  margin-top: 14px;
  width: 100%;
}

.lead {
  font-weight: 800;
  font-size: 1.15rem;
  margin: 8px 0 16px;
}

.hint {
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.6;
  margin-top: 14px;
}

.error {
  color: #b91c1c;
  font-weight: 700;
  margin-top: 12px;
}

.center-box {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-btn {
  background: #06c755 !important;
}

.danger {
  color: #b91c1c;
}

.preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.preview img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 12px;
}

.amount {
  font-weight: 800;
  color: var(--orange);
}

ons-toolbar {
  --background-color: #fff;
  --text-color: var(--ink);
}

ons-fab {
  background: var(--orange);
}
