/**
 * Inquiry pages styles
 * お問い合わせ関連ページ用スタイル
 */

/* ==========================================================================
   Breadcrumb
   ========================================================================== */

.inquiry-breadcrumb {
  margin-bottom: 24px;
}

.inquiry-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #666;
}

.inquiry-breadcrumb .breadcrumb-separator {
  margin: 0 8px;
}

.inquiry-breadcrumb a {
  color: #4ABAA4;
  text-decoration: none;
}

.inquiry-breadcrumb a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Common - Inquiry Form Pages
   ========================================================================== */

.inquiry-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.inquiry-alert-warning {
  background-color: #FEF3C7;
  border: 1px solid #F59E0B;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 24px;
  text-align: center;
  color: #92400E;
}

.inquiry-alert-warning .alert-icon {
  margin-right: 8px;
}

.inquiry-page-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.inquiry-form-description {
  margin-bottom: 24px;
  line-height: 1.8;
}

.inquiry-form-description p {
  margin-bottom: 8px;
}

.inquiry-form-description p:last-child {
  margin: 0;
}

/* ==========================================================================
   Document Page (資料ダウンロードページ)
   ========================================================================== */

.document-header {
  text-align: center;
  margin-bottom: 40px;
}

.document-header h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.document-header p {
  color: #666;
  margin: 0;
}

.document-left-column {
  padding-right: 40px;
}

.document-intro {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.document-section {
  margin-bottom: 24px;
}

.document-section-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.entry-content .document-list {
  list-style: none;
  padding: 10px;
  margin: 0;
  line-height: 2;
}

.document-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: none;
}

.document-footer-note {
  font-size: 14px;
  color: #666;
}

.document-footer-note a {
  color: #4ABAA4;
}

/* ==========================================================================
   Thanks Pages (サンクスページ)
   ========================================================================== */

.thanks-content {
  text-align: center;
  padding: 80px 20px;
}

.thanks-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

.thanks-title--large-margin {
  margin-bottom: 32px;
}

.thanks-text {
  color: #666;
  line-height: 2;
}

.thanks-text--margin-bottom {
  margin-bottom: 32px;
}

.thanks-text--margin-bottom-sm {
  margin-bottom: 24px;
}

/* ==========================================================================
   Download Page Buttons (資料請求サンクスページ)
   ========================================================================== */

.download-button-wrapper {
  margin-bottom: 40px;
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4ABAA4;
  color: white;
  padding: 16px 48px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.download-button:hover {
  background-color: #3EA693;
  color: white;
  text-decoration: none;
}

.download-button-icon {
  margin: 0 8px 0 0;
  width: 24px;
  height: 24px;
  border: none;
}

.consultation-button {
  display: inline-block;
  background-color: white;
  color: #4ABAA4;
  padding: 16px 48px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #4ABAA4;
}

.consultation-button:hover {
  background-color: #4ABAA4;
  color: white;
  text-decoration: none;
}
