.tsuki-form-wrap {
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.tsuki-form-section {
  background: #fff;
  border: 1px solid #e0e6f0;
  border-radius: 12px;
  padding: 28px 32px;
  margin-bottom: 24px;
}

.tsuki-form-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a6fb5;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #3b82f6;
}

.tsuki-form-row {
  margin-bottom: 20px;
}

.tsuki-form-row:last-child {
  margin-bottom: 0;
}

.tsuki-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #2c3a56;
  margin-bottom: 6px;
}

.tsuki-required {
  display: inline-block;
  background: #e85a1b;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: middle;
}

.tsuki-optional {
  display: inline-block;
  background: #9ca3af;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: middle;
}

.tsuki-form-wrap input[type="text"],
.tsuki-form-wrap input[type="email"],
.tsuki-form-wrap input[type="tel"],
.tsuki-form-wrap textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #d0d8e8;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  color: #2c3a56;
  background: #f9fafb;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.tsuki-form-wrap input[type="text"]:focus,
.tsuki-form-wrap input[type="email"]:focus,
.tsuki-form-wrap input[type="tel"]:focus,
.tsuki-form-wrap textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
  outline: none;
  background: #fff;
}

.tsuki-form-wrap textarea {
  min-height: 120px;
  resize: vertical;
}

.tsuki-autofill-notice {
  padding: 10px 14px;
  background: #eff6ff;
  border: 1px solid #93c5fd;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #1d4ed8;
  margin-top: 6px;
}

.tsuki-zip-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tsuki-zip-wrap .wpcf7-form-control-wrap {
  max-width: 160px;
}

.tsuki-zip-btn {
  padding: 11px 18px;
  background: #1a6fb5;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  font-family: inherit;
}

.tsuki-zip-btn:hover {
  background: #1558a0;
}

.tsuki-zip-hint {
  font-size: 12px;
  color: #9ca3af;
  margin: 5px 0 0;
}

.tsuki-form-wrap .tsuki-select,
.tsuki-form-wrap select {
  width: 100%;
  padding: 11px 38px 11px 14px;
  border: 1.5px solid #d0d8e8;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  color: #2c3a56;
  background: #f9fafb;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.tsuki-form-wrap .tsuki-select:focus,
.tsuki-form-wrap select:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
  outline: none;
  background-color: #fff;
}

.tsuki-photo-hint {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 16px;
}

.tsuki-photo-hint-title {
  font-weight: 700;
  color: #1d4ed8;
  margin: 0 0 8px;
  font-size: 15px;
}

.tsuki-photo-hint p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #374151;
}

.tsuki-dropzone {
  border: 2px dashed #93c5fd;
  border-radius: 10px;
  background: #f8fbff;
  transition: border-color 0.2s, background 0.2s;
  overflow: hidden;
  margin-bottom: 8px;
}

.tsuki-dropzone.drag-over {
  border-color: #3b82f6;
  background: #eff6ff;
}

.tsuki-dropzone-inner {
  padding: 36px 20px;
  text-align: center;
  cursor: pointer;
}

.tsuki-dropzone-icon {
  font-size: 32px;
  margin-bottom: 10px;
  color: #93c5fd;
}

.tsuki-dropzone-text {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
}

.tsuki-file-list {
  padding: 0 16px;
}

.tsuki-file-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid #e0e6f0;
  font-size: 13px;
  color: #374151;
}

.tsuki-file-item-name {
  flex: 1;
}

.tsuki-file-remove {
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  font-size: 16px;
  padding: 0 4px;
  line-height: 1;
}

.tsuki-file-remove:hover {
  color: #ef4444;
}

.tsuki-form-wrap input[type="file"] {
  font-size: 13px;
  color: #6b7280;
  margin-top: 8px;
}

.tsuki-consent-section {
  background: #f4f7fb;
  border-color: #d0d8e8;
  text-align: center;
}

.tsuki-consent-lead {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 16px;
  line-height: 1.7;
}

.tsuki-consent-lead a {
  color: #1a6fb5;
  text-decoration: underline;
  font-weight: 700;
}

.tsuki-consent-wrap .wpcf7-list-item {
  margin: 0;
}

.tsuki-consent-wrap .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #2c3a56;
  cursor: pointer;
}

.tsuki-consent-wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #1a6fb5;
  cursor: pointer;
}

.tsuki-submit-wrap {
  text-align: center;
  margin-top: 8px;
}

.tsuki-submit-wrap input[type="submit"] {
  display: inline-block;
  padding: 16px 56px;
  background: linear-gradient(135deg, #ff6b35 0%, #e85a1b 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(232, 90, 27, 0.38);
  transition: all 0.22s;
}

.tsuki-submit-wrap input[type="submit"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(232, 90, 27, 0.45);
}

@media (max-width: 600px) {
  .tsuki-form-section {
    padding: 20px 16px;
  }
  .tsuki-zip-wrap {
    flex-wrap: wrap;
  }
  .tsuki-zip-wrap .wpcf7-form-control-wrap {
    max-width: 100%;
  }
  .tsuki-submit-wrap input[type="submit"] {
    padding: 14px 32px;
    font-size: 15px;
    width: 100%;
  }
}
.tsuki-submit-wrap {
  text-align: center;
  margin-top: 24px;
  overflow: visible;
}

.tsuki-submit-wrap .wpcf7-submit {
  display: inline-block;
  width: auto;
  max-width: 320px;
  padding: 16px 56px;
  background: linear-gradient(135deg, #ff6b35 0%, #e85a1b 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(232, 90, 27, 0.38);
  transition: all 0.22s;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
}

.tsuki-submit-wrap .wpcf7-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(232, 90, 27, 0.45);
}