@charset "UTF-8";
/* ============================================================
   受託開発（ODM）ページ  Excelデザイン再現用CSS  ※PC専用・単独読み込み
   Main red : #980A00 / Label maroon : #7c2226 / Light pink : #f8ecea
   ============================================================ */

/* ---- コンテナ ---- */
.odm_page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px 60px;
  font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #222;
}
.odm_page img { max-width: 100%; height: auto; }

/* ============================================================
   1. ページタイトル（レンチアイコン + 下線）
   ============================================================ */
.odm_page h1 {
  font-size: 26px;
  font-weight: bold;
  color: #1a1a1a;
  padding: 6px 0 14px 40px;
  margin: 30px 0 40px;
  border-bottom: 2px solid #333;
  position: relative;
}
.odm_page h1::before {
  content: "🔧";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 24px;
  transform: scaleX(-1);
}

/* ============================================================
   2. メインビジュアル
   ============================================================ */
.odm_picture { margin: 0 0 24px; }
.odm_picture img { display: block; width: 100%; }


/* ============================================================
   4. 赤枠ブロック（● 受託開発（ODM） / ● カスタム対応）
   ============================================================ */

.h2_type span.type02 {
	width:120px!important;
}
.odm_block01 {
  border: 3px solid #980A00;
  margin: 0 0 20px;
}
/* 赤帯見出し */
.odm_block01 > .title,
.odm_block01 h2.title {
  background: #980A00;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 12px 20px;
	border:none;
}
.odm_block01 .inner { padding: 0; }
.odm_block01 .title02 {
  color: #980A00;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 20px 16px 0;
}

/* 赤丸3つ */
.odm_block01 > ul,
.odm_block01 .inner > ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 30px 16px;
  flex-wrap: wrap;
}
.odm_block01 > ul > li,
.odm_block01 .inner > ul > li {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #980A00;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 「相談ください！」 */
.odm_block01 > p,
.odm_block01 .inner > p {
  color: #980A00;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0 16px 16px;
}

/* ============================================================
   5. 赤丸ビュレットの特徴リスト
   ============================================================ */
.odm_list { margin: 0 0 40px; }
.odm_list ul { list-style: none; margin: 0; padding: 0; }
.odm_list ul li {
  position: relative;
  padding: 6px 0 6px 26px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
.odm_list ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #980A00;
}
.odm_list .red { color: #980A00; }

/* ============================================================
   6. セクション見出し（赤帯）
   ============================================================ */
.odm_title03 {
  background: #980A00;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0;
  padding: 10px 50px 10px 18px;
	border:none;
	display: inline-block;
}

/* ============================================================
   7. 実例ブロック
   ============================================================ */
.odm_wrapper { margin: 0 0 40px; }

/* 実例タイトル（赤字・薄ピンク帯 + 赤左ライン） */
.odm_title01 {
  color: #980A00;
  font-size: 16px;
  font-weight: bold;
  background: #fbeae4;
  border: 1.5px solid #980A00;
  border-left-width: 6px;
  margin: 0 0 14px;
	text-align: left;
  padding: 10px 16px;
}

/* 画像 + テーブル 2カラム */
.inner_table {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  align-items: start;
}
.inner_table > picture { display: block; }
.inner_table > picture img {
  width: 100%;
	height:auto;
}


.inner_table dl {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: stretch;
	
}
.inner_table dl:last-child {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	dt {
		border-bottom:none;
	}
}
.inner_table dt {
  background: #ddd;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 6px;
	border-bottom: solid 1px #fff;
	
}
.inner_table dd {
  background: #fff;
  border: 1px solid #ddd;
	border-bottom:none;
  margin: 0;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.55;
}

/* 外部リンク行 */
.odm_wrapper > p.mt10 {
  margin: 12px 0 0;
  font-size: 13px;
}
.odm_wrapper > p.mt10 a { color: #0058a3; }

/* ============================================================
   8. 過去の開発実績リスト
   ============================================================ */

.odm_list02 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.odm_list02 ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.9;
  break-inside: avoid;
}
.odm_list02 p.mt10 {
  margin: 12px 0 0;

  font-weight: bold;
}

/* ============================================================
   余白ユーティリティ（既存クラス上書き）
   ============================================================ */
.odm_page .mb40 { margin-bottom: 40px; }
.odm_page .mb60 { margin-bottom: 60px; }
.odm_page .mb30 { margin-bottom: 30px; }
.odm_page .mt10 { margin-top: 10px; }