@charset "UTF-8";

/* 共通フォント（.fb_design 配下のみ適用） */
.fb_design p, .fb_design span, .fb_design figcaption {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

/* TOP画像 */
.fb_design .mv {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fb_design .mv img {
  width: 100%;
  height: auto;
  display: block;
}

/* 中央ラッパー */
.fb_inner, .fb_design_cont {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  box-sizing: border-box;
}

/* オレンジ枠部分 */
.download-instructions {
  border: 2px solid #ff9326;
  background-color: #faeddf;
  padding: 20px 30px;
  margin: 10px auto 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 850px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

.download-instructions p {
  font-size: 16px;
  color: #b28850;
  margin-bottom: 15px;
}

.download-instructions ol {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding-left: 20px;
  list-style: none;
}

.download-instructions li {
  font-size: 16px;
  color: #59493f;
  margin-bottom: 8px;
}

.fb_design ul, .fb_design ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tekiyo {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* 製品・旧製品タイトル */
.seihin {
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  background-color: #ff9326;
  padding: 10px 20px;
  margin-top: 50px;
  margin-bottom: 15px;
  border-radius: 0px;
}

.seihin .small-text {
  font-size: 16px;
  color: #ffffff;
}

.footmark {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

/* シートカバー名称 */
.fb_ttlWrap {
  text-align: center;
  margin-bottom: 20px;
}
.fb_ttlWrap span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #b28850;
  margin: 10px 0;
}
.fb_ttlWrap p.fb_top {
  font-family: "Arial Black", sans-serif;
  font-size: 14px;
  color: #59493f;
  line-height: 1;
  display: inline-block;
  padding: 20px;
}
.fb_ttlWrap p, .fb_ttlWrap h4 {
  max-width: 800px;
  margin: 0 auto 10px;
}

/* 製品グリッド（2列） */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 20px;
}

.product-grid figure {
  background: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}

.product-grid img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

/* ダウンロードボタン */
.download-btn {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 12px;
  background-color: #b28850;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
}

.download-btn:hover {
  background-color: #8c6737;
}

/* spacer figure（「その他の製品」の空 figure） */
.product-grid .fb-spacer {
  visibility: hidden;
  background: transparent !important;
  box-shadow: none;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .fb_ttlWrap,
  .fb_design_cont {
    padding-left: 16px;
    padding-right: 16px;
  }

  .download-instructions {
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px 12px;
  }

  .download-instructions p { font-size: 15px; margin-bottom: 10px; }
  .download-instructions li { font-size: 14px; }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-grid img { width: 100%; }

  .product-grid .fb-spacer { display: none; }

  .seihin { font-size: 18px; margin-top: 30px; padding: 8px 16px; }
  .seihin .small-text { font-size: 12px; display: block; margin-top: 4px; }

  .tekiyo { font-size: 16px; }
  .fb_ttlWrap p, .fb_ttlWrap h4 { font-size: 14px; }
}
