@charset "UTF-8";
/* ------------------------------------------------------------------
   mihon.css ｜ ケイ緑化有限会社（No.107）ご提案専用サンプル
   役割：提案注釈のデザインと、見本としての安全設定だけを持つ。
        現行ページの見た目は変えない（PCでの表示は現行と同じになるように）
------------------------------------------------------------------ */

/* 端末の自動ダークモードで配色が反転しないように固定する */
:root {
	color-scheme: only light;
}

body {
	background: #fff;
}

/* --- ご提案専用サンプルの注釈（ページ上下） --- */
.mh-note {
	width: 960px;
	margin: 0 auto;
	padding: 14px 18px;
	border: 1px solid #9c8f77;
	background: #fdf9ee;
	color: #4f3a14;
	font-size: 14px;
	line-height: 1.7;
	box-sizing: border-box;
}

.mh-note p {
	margin: 0;
}

.mh-note p + p {
	margin-top: 4px;
}

.mh-note strong {
	font-weight: bold;
}

.mh-note-top {
	margin-top: 12px;
	margin-bottom: 12px;
}

.mh-note-bottom {
	margin-top: 18px;
	margin-bottom: 24px;
}

/* --- スマホ用の部品（PCでは出さない） --- */

/* 画像メニューに添えた文字版 */
.mh-nav-t {
	display: none;
}

/* 画面下の電話ボタン */
.mh-telbar {
	display: none;
}

/* 文字だけの見出し画像に添えた文字版 */
.mh-it {
	display: none;
}
