@charset "utf-8";
/***************************************************
information
	filename : app_article.css;
***************************************************/

/* ** article01 start ** */
/****************** 幅・基本指定 ******************/
:root {
/* 基本テキスト指定 */
  --app-articleBox-cr: #000; /* テキスト色 */
  --font-articleBox: clamp(1.4rem, 1.6vw, 1.6rem); /* フォントサイズ */
  --font-articleBox-gy: 1.4; /* 行間 */

/* 画面幅 */
  --app-articleBox-width: 100%; /* コンテンツ基本幅 */
  --app-articleArea-width: 800px; /* コンテンツ基本幅(エディタ用) */
}
@media screen and (max-width: 600px) {
	:root {
	  --app-articleBox-width: 95%; /* コンテンツ基本幅 */
	  --app-articleArea-width: 95%; /* コンテンツ基本幅(エディタ用) */
	}
}
/* ** article01 end ** */

/* ** article02 start ** */
/****************** メインビジュアル（システム登録反映） ******************/
:root {
/*** コンテンツ詳細メインビジュアル ***/
  --app-conVisualArea-mg: 0 auto 2.0rem auto; /* マージン */
  --app-conVisualArea-pd: 0; /* パディング */
}
/* ** article02 end ** */

/* ** article0301 start ** */
/****************** 詳細ページメインタイトル ******************/
:root {
}
/* ** article0301 end ** */

/* ** article0302 start ** */
/****************** H2 本文基本タイトル ******************/
:root {
}
/* ** article0302 end ** */

/* ** article0303 start ** */
/****************** H3 本文基本タイトル ******************/
:root {
}
/* ** article0303 end ** */

/* ** article0304 start ** */
/****************** H4 本文基本タイトル ******************/
:root {
}
/* ** article0304 end ** */

/* ** article0305 start ** */
/****************** H5 本文基本タイトル ******************/
:root {
}
/* ** article0305 end ** */

/* ** article0306 start ** */
/****************** H6 本文基本タイトル ******************/
:root {
}
/* ** article0306 end ** */

/* ** article0401 start ** */
/****************** 本文基本テキスト ******************/
:root {
}
/* ** article0401 end ** */

/* ** article0501 start ** */
/****************** 本文基本リスト ******************/
:root {
}
/* ** article0501 end ** */

/* ** article0601 start ** */
/****************** 本文基本テーブルタグ ******************/
:root {
/* テーブル要素共通 */
  --app-articleTableTh-txt: #000; /* テキスト色 */
  --app-articleTableTd-txt: #000; /* テキスト色 */
  --app-articleTable-brd: 1px solid #cdcdcd; /* ボーダー指定 */
}
/* ** article0601 end ** */

/* ** article0701 start ** */
/****************** 本文画像埋め込み ******************/
:root {
}
/* ** article0701 end ** */

/* ** article0801 start ** */
/****************** preタグ基本設定 ******************/
:root {
  --app-preBox-rod: 0.3em; /* 角丸 */
  --app-preBox-txt: #fff; /* テキスト色 */
  --app-preBox-brd: inhelit; /* ボーダー指定 */
  --app-preBox-bg: #2e2e2e; /* 背景色 */
  --font-preBox: clamp(1.4rem, 1.6vw, 1.6rem);/* フォントサイズ */
}
/* ** article0801 end ** */

/* ** article0901 start ** */
/****************** dlタグ基本設定 ******************/
:root {
  --app-dlBox-rod: 0.3em; /* 角丸 */
  --app-dlBox-txt: #000; /* テキスト色 */
  --app-dlBox-brd: inhelit; /* ボーダー指定 */
  --app-dlBox-bg: inhelit; /* 背景色 */
  --app-dlBox-dl-brd: 1px dotted #cdcdcd; /* ボーダー指定 */
}
/* ** article0901 end ** */

/* ** article1001 start ** */
:root {
  --app-capBox-rod: 0.3em; /* 角丸 */
  --styleBgAngle-brd: 1px solid #bababa; /* ボーダー指定 */

/* ブラック */
  --styleBgBrk-txt: #fff; /* テキスト色 */
  --styleBgBrk-bg: #323232; /* 背景色 */
  --styleBgBrk-brd: 1px solid #1d1d1d; /* ボーダー指定 */

/* グレー */
  --styleBgGry-txt: #000; /* テキスト色 */
  --styleBgGry-bg: #ececec; /* 背景色 */
  --styleBgGry-brd: 1px solid #bababa; /* ボーダー指定 */

/* ブラウン */
  --styleBgBrn-txt: #000; /* テキスト色 */
  --styleBgBrn-bg: #d9d5bf; /* 背景色 */
  --styleBgBrn-brd: 1px solid #c5be9b; /* ボーダー指定 */

/* イエロー */
  --styleBgYel-txt: #000; /* テキスト色 */
  --styleBgYel-bg: #fff8d1; /* 背景色 */
  --styleBgYel-brd: 1px solid #eee5b4; /* ボーダー指定 */

/* ブルー */
  --styleBgBlu-txt: #000; /* テキスト色 */
  --styleBgBlu-bg: #dfeef2; /* 背景色 */
  --styleBgBlu-brd: 1px solid #bad6dd; /* ボーダー指定 */

/* ピンク */
  --styleBgPnc-txt: #000; /* テキスト色 */
  --styleBgPnc-bg: #f9e4e3; /* 背景色 */
  --styleBgPnc-brd: 1px solid #e9c6c4; /* ボーダー指定 */

/* グリーン */
  --styleBgGrn-txt: #000; /* テキスト色 */
  --styleBgGrn-bg: #dff4de; /* 背景色 */
  --styleBgGrn-brd: 1px solid #c5dfc4; /* ボーダー指定 */

}
/* ** article1001 end ** */
