/*
Theme Name: ISSUE Child
Theme URI: https://tcd-theme.com/tcd106/
Template: issue_tcd106
Author: TCD
Author URI: https://tcd-theme.com/
Description: WordPress theme "ISSUE" is a template for recruitment websites. It features memorable animations and rich leading line design, and it has options to produce staff introductions, dialogue contents, interview articles, and so on.
Version: 1.7.1.1742524962
Updated: 2025-03-21 11:42:42

*/


/* ============================================================
   資料ダウンロードページ用スタイル
   ============================================================ */

/* 横スクロール防止 */
.dl-hero,
.dl-worries,
.dl-profile,
.dl-form-section,
.dl-section,
.dl-worries__grid,
.dl-form-wrap {
  box-sizing: border-box;
  max-width: 100%;
}
.dl-hero,
.dl-worries,
.dl-profile,
.dl-form-section {
  overflow-x: hidden;
}
:root {
  --dl-primary: #e63224;
  --dl-primary-dark: #c0291e;
  --dl-text: #333333;
  --dl-bg-light: #fafafa;
  --dl-border: #e0e0e0;
}

/* ヒーロー */
.dl-hero {
  background-color: var(--dl-primary);
  color: #fff;
  padding: 60px 40px;
  text-align: center;
  margin-bottom: 0;
}
.dl-hero__label {
  font-size: 13px;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  opacity: 0.85;
}
.dl-hero__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
.dl-hero__sub {
  font-size: 14px;
  margin-bottom: 32px;
  opacity: 0.85;
}

/* ボタン */
.dl-btn {
  display: inline-block;
  background: #fff;
  color: var(--dl-primary);
  font-size: 16px;
  font-weight: 700;
  padding: 18px 40px;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.dl-btn:hover { opacity: 0.85; color: var(--dl-primary); }

/* セクション共通 */
.dl-section {
  padding: 60px 20px;
  max-width: 800px;
  margin: 0 auto;
}
.dl-section__label {
  text-align: center;
  font-size: 12px;
  color: var(--dl-primary);
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}
.dl-section__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--dl-primary);
}

/* お悩みセクション */
.dl-worries { background: var(--dl-bg-light); }
.dl-worries__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 680px;
  margin: 0 auto;
}
.dl-worry-item {
  background: #fff;
  border: 2px solid var(--dl-border);
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

/* 資料でわかることセクション */
.dl-contents__list {
  list-style: none;
  padding: 0;
  max-width: 620px;
  margin: 0 auto !important;
  text-align: center;
}
.dl-contents__list li {
  padding: 16px 20px;
  margin-bottom: 14px;
  background: var(--dl-bg-light);
  font-size: 15px;
  line-height: 1.7;
  list-style: none;
}

/* プロフィールセクション */
.dl-profile { background: var(--dl-bg-light); }
.dl-profile__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.dl-profile__photo {
  margin: 0 auto 20px;
}
.dl-profile__photo img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.dl-profile__name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}
.dl-profile__role {
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
}
.dl-profile__desc {
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
}

/* フォームセクション - 既存コンタクトページのスタイルを踏襲 */
.dl-form-section { background: #fff; }

/* フォームコンテナ：既存 /contact/ と同じ padding・背景 */
#wpcf7-f3fbdda8-o1 {
  margin: 0 auto !important;
  padding: 80px 100px 100px;
  border: none;
  background: #f8f8f8;
  font-size: 16px;
  max-width: 800px;
}

/* チェックボックスを縦並びに */
#wpcf7-f3fbdda8-o1 .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}

/* スマホ：フォームの padding を縮小 */
@media (max-width: 800px) {
  #wpcf7-f3fbdda8-o1 {
    padding: 40px 24px 60px;
  }
}

/* スピナーの幅リセット */
.wpcf7-spinner {
  width: auto;
}

/* レスポンシブ */
@media (max-width: 640px) {
  .dl-hero { padding: 48px 24px; }
  .dl-hero__title { font-size: 26px; }
  .dl-worries__grid { grid-template-columns: 1fr; }
}
