/* ================================================
   事例資料ダウンロードフォームページ
   ================================================ */

.case-dl-form .contact-page-title-l {
  font-size: 2rem;
}

.case-dl-form .contact-content-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.case-dl-form .contact-content-left-side {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 68%;
          flex: 1 1 68%;
  max-width: none;
  margin-right: 0;
}

.case-dl-form .contact-formrun-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  width: 28% !important;
  max-width: 28%;
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.case-dl-label {
  display: inline-block;
  background-color: #EEF6FA;
  color: #007ED1;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}

.case-dl-company {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 20px;
  font-weight: 500;
}

.case-dl-cover {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.case-dl-cover img {
  width: 100%;
  height: auto !important;
  display: block;
}

.case-dl-points {
  margin-bottom: 0;
}

.case-dl-form-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0A2540;
  margin-bottom: 8px;
  text-align: center;
}

.case-dl-form-desc {
  font-size: 0.88rem;
  color: #666;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.7;
}

/* ダウンロードページ */
.case-dl-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  text-align: center;
}

.case-dl-thanks__message {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0A2540;
  line-height: 1.7;
}

.case-dl-thanks__sub {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.7;
}

.case-dl-thanks__btn {
  margin-top: 8px;
  white-space: normal;
  padding: 16px 22px 16px 44px;
  text-align: center;
  font-size: 0.9rem;
}
