/* assets/css/page-thanks.css
   thanks.php (完了ページ) 専用 */

.confirmation-message {
  max-width: 480px;
  margin: 50px auto;
  padding: 32px 24px;
  background: #fff;
  border: 1px solid #cce4f6;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: left;
}
.confirmation-message h2 {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0073aa;
}
.confirmation-message p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
@media (max-width: 600px) {
  .confirmation-message {
    margin: 24px 24px;
    padding: 24px 24px;
  }
  .confirmation-message h2 {
    font-size: 1.4rem;
  }
  .confirmation-message p {
    font-size: 0.95rem;
  }
}
