/* フルオーダーゼッケン申込ページ */
.fullorder-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}

.fullorder-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
}

.fullorder-intro {
  margin-bottom: 24px;
  color: #444;
  line-height: 1.7;
}

.fullorder-form .purchase-form-group {
  margin-bottom: 20px;
}

.fullorder-size-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.fullorder-size-inputs input {
  width: 80px;
}

.fullorder-price-block {
  margin: 24px 0;
  padding: 16px;
  background: #f5f5f5;
  border-radius: 6px;
}

.fullorder-price-label {
  margin: 0 0 4px 0;
  font-size: 14px;
  color: #666;
}

.fullorder-price-value {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #0d47a1;
}

.fullorder-price-note {
  margin: 8px 0 0 0;
  font-size: 12px;
  color: #666;
}

.fullorder-hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 28px 0;
}

.fullorder-section-title {
  font-size: 18px;
  margin-bottom: 16px;
}

.fullorder-disclaimer {
  margin: 16px 0 24px;
  padding: 12px;
  background: #fff8e1;
  border-radius: 4px;
  font-size: 13px;
  color: #5d4e37;
}

.fullorder-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.fullorder-actions .purchase-btn {
  min-width: 140px;
}
