@charset "UTF-8";

/* ********************************
	ページ固有設定
******************************** */

/* 共通：文字色 */
.insights .theme-color { color: #22885b; }
/* 共通BG領域 背景色 */
.insights .fill { background-color: #e8fff5; }
/* トップ：登場者 カード 背景色 */
.insights .characters__card { background: #4ca980; }
/* トップ：製品名 下線 */
.insights .products-heading__head { color: #a40000; border-bottom-color: #a40000; }
/* 下層：L字部分 線色 */
.insights .theme-contents::before { background-color: #4ca980; }
.insights .theme-contents::after { background-color: #4ca980; }
/* 下層 BG領域タイトル */
.insights .udr-heading { border-bottom-color: #c9eede; }

/* ページ固有：エネセーバ 画像 */
.insights .products-img_01 { width: calc((390 / 490) * 100%); }
@media only screen and (max-width:767px){
}
