@charset "utf-8";
/* ################################################################################
   Object_Component
   ################################################################################ */


/* ======================================================================
   Heading（見出し）
   ====================================================================== */


/* [Foundation]
   ================================================================= */

.c-heading {
	padding: 0.5em;
	font-size: 2.0em;
	text-align: center;
}

@media screen and (max-width:959px) {
.c-heading {
	font-size: 1.5em;
}
}

@media screen and (max-width:559px) {
.c-heading {
	font-size: 1.25em;
}
}




/* [Decoration]目的別
   ================================================================= */


/* ------------------------------------------------------------
   [Decoration]Notice List（ニュース）
   ------------------------------------------------------------ */

.c-heading--notice-list {
	margin-top: 0;
	margin-bottom: 0;
}



/* ------------------------------------------------------------
   [Decoration]About Us（カルガモでんきって？）
   ------------------------------------------------------------ */

.c-heading--about-us {
	margin-top: 0;
	margin-bottom: 0.75em;
}



/* ------------------------------------------------------------
   [Decoration]Area Price（エリアごとの料金表）
   ------------------------------------------------------------ */

.c-heading--area-price {
	margin-top: 0;
	margin-bottom: 0;
}



/* ------------------------------------------------------------
   [Decoration]Option Service（お申込みオプションサービスについて）
   ------------------------------------------------------------ */

.c-heading--option-service {
	margin-top: 0;
}



/* ------------------------------------------------------------
   [Decoration]Overrall Flow（お申込みから供給開始までの流れ）
   ------------------------------------------------------------ */

.c-heading--overall-flow {
	margin-top: 0;
}



/* ------------------------------------------------------------
   [Decoration]Supply Agreement（電気受給約款）
   ------------------------------------------------------------ */

.c-heading--supply-agreement {
	margin-top: 0;
}



/* ------------------------------------------------------------
   [Decoration]Company Profile（会社概要）
   ------------------------------------------------------------ */

.c-heading--company-profile {
	margin-top: 0;
}



/* ------------------------------------------------------------
   [Decoration]Contact Form（お問合わせ）
   ------------------------------------------------------------ */

.c-heading--contact-form {
	margin-top: 0;
}



/* ------------------------------------------------------------
   [Decoration]見出し内画像
   ------------------------------------------------------------ */

.c-heading__image {
	height: 1.5em;
}

.c-heading__image--about-us {
	margin-bottom: 0.2em;
	margin-right: 0.25em;
}




/* [テキスト装飾]フレーム（ユニークカラー）
   ================================================================= */

/* 装飾のカラーリングを、投稿者が変更する事ができます。 */
/* 記事投稿ページの「[記事]各要素のカラー指定」枠から指定します。 */
/* 下記ファイルに、ユニークカラーのスタイルを指定しています。 */
/* /site-parts/style-header-customize.php/ */


/* ------------------------------------------------------------
   フレーム_周囲_枠線
   ------------------------------------------------------------ */

/* ユニークカラー_01
   ------------------------------------------------------- */

.c-text-decoration__frame-line-unique-color {
  margin: 1em 0;
  padding: 0.4em 1.0em;
  border: solid 0.12em var(--keycolor-article-main);
  border-radius: 0.4em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}


/* ユニークカラー_02
   ------------------------------------------------------- */

.c-text-decoration__frame-line-unique-color-02 {
  margin: 1em 0;
  padding: 0.4em 1.0em;
  border: solid 0.12em var(--keycolor-article-main);
  border-radius: 0.4em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}






