@charset "utf-8";

/* ---------------------------------------------------------

	クラシアンの給湯器
	Date: 2022.04.01

	00. リセット
	01. セッティング
	02. レイアウト
	03. ヘッダー
	04. フッター
	05. モジュール
	06. トップページ
	07. 給湯器を選ぶ
	08. 検索結果一覧
	09. 商品詳細
	10. クラシアンが選ばれる理由
	11. 給湯器取付までの流れ
	12. お客様の声
	13. 施工実績
	14. お役立ち情報
	15. お見積もり・無料相談
	16. お支払いについて
	17. 会社概要
	18. 個人情報保護方針
	19. 404ページ
	20. 概要固定ページ
	21. 給湯器延長保証のご案内
	22. 問い合わせフォーム用ポップアップ
	23. 給湯省エネ事業補助金のご案内（＋子育てエコホーム支援事業案内）
	24. パンくずリスト
	25. 電話番号代替ページ

--------------------------------------------------------- */

/* ---------------------------------------------------------

	00. リセット

--------------------------------------------------------- */

/* ドキュメントの設定
---------------------------------------------------------- */
/* 1.全ブラウザ用：ボックスモデルを修正 */
/* 2.全ブラウザ用：行の高さを揃える */
/* 3.iOS用：テキスト自動調整を停止 */
html {
  box-sizing: border-box; /* 1 */
  line-height: 1.15; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* 全ブラウザ用：ボックスモデルを修正 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* セクショニング・コンテンツの設定
---------------------------------------------------------- */
/* 全ブラウザ用：デフォルトのマージンを削除 */
body {
  margin: 0;
}

/* IE用：mainタグに対応 */
main {
  display: block;
}

/* Chrome, Firefox, Safari用：section要素とarticle要素の文脈にあるh1要素のフォントサイズとマージンを修正 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* グルーピング系コンテンツの設定
---------------------------------------------------------- */
/* 1.Firefox用：正しい高さを設定 */
/* 2.Edge, IE用：はみ出した要素を表示 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* 1.全ブラウザ用：フォントサイズの継承とスケーリングを修正 */
/* 2.全ブラウザ用：フォントの不規則なサイズを修正 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* テキスト系コンテンツの設定
---------------------------------------------------------- */
/* IE10用：アクティブリンクの背景色（グレー）を削除 */
a {
  background-color: transparent;
}

/* Chrome, Edge, IE, Opera, Safari用：正しいテキスト装飾を設定 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* Chrome, Edge, Safari用：正しいフォントウェイトの設定 */
b,
strong {
  font-weight: bolder;
}

/* 1.全ブラウザ用：フォントサイズの継承とスケーリングを修正 */
/* 2.全ブラウザ用：フォントの不規則なサイズを修正 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* 全ブラウザ用：正しいフォントサイズを設定 */
small {
  font-size: 80%;
}

/* 全ブラウザ用：sub要素とsup要素が行の高さに影響を与えるのを阻止 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/* 埋め込み系コンテンツの設定
---------------------------------------------------------- */
/* IE10用：リンクの中にあるimg要素のボーダーを取り除く */
img {
  border-style: none;
}

/* フォーム系コンテンツの設定
---------------------------------------------------------- */
/* 1.全ブラウザ用：フォントのスタイルを変更 */
/* 2.Firefox, Safari用：マージンを削除 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/* Edge, IE用：はみ出した要素を表示（inputはEdge用） */
button,
input {
  overflow: visible;
}

/* Edge, Firefox, IE用：text-transformの継承を削除（selectはFirefox用） */
button,
select {
  text-transform: none;
}

/* iOS, Safari用：クリック可能な要素をスタイルできない問題を修正 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* Firefox用：インナーボーダーとパディングを削除 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* 前指定のリストア：フォーカス時のスタイルを再定義 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Firefox用：パディングを修正 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* 1.Edge, IE用：テキストのラッピングを修正 */
/* 2.IE用：fieldset要素からカラーが継承されないのを修正 */
/* 3.全ブラウザ用：fielset要素を取り除く時にパディングを削除 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/* Chrome, Firefox, Opera用：垂直方向の位置を修正 */
progress {
  vertical-align: baseline;
}

/* IE10+用：デフォルトの垂直方向のスクロールバーを削除 */
textarea {
  overflow: auto;
}

/* 1.IE10用：正しいボックスモデルを設定 */
/* 2.IE10用：パディングを削除 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/* Chrome用：増減ボタンのカーソルのスタイルを修正 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* Chrome, Safari用：不規則な外観を修正 */
[type="search"] {
  -webkit-appearance: textfield; /* Chrome, Safari用 */
  outline-offset: -2px; /* Safari用 */
}

/* macOSのChrome, Safari用：内側のパディングを削除 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* 1.iOS, Safari用：クリック可能な要素がスタイルできない問題を修正 */
/* 2.Safari用：フォントプロパティの変更 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* インタラクティブ系の設定
---------------------------------------------------------- */
/* Edge, IE10+, Firefox用：正しい表示方法を設定 */
details {
  display: block;
}

/* 全ブラウザ用：正しい表示方法を設定 */
summary {
  display: list-item;
}

/* IE用：非表示に設定 */
template, /* IE10+用 */
[hidden] {
  /* IE10用 */
  display: none;
}

/* その他、独自設定
---------------------------------------------------------- */
/* 全ブラウザ用：マージンのリセット */
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
}

/* 全ブラウザ用：パディングのリセット */
ol,
ul {
  padding: 0;
}

/* 全ブラウザ用：リストスタイル調整 */
dl,
menu,
ol,
ul {
  list-style-type: none;
  margin: 0;
}

/* 全ブラウザ用：画像のマージンを消去 */
figure {
  margin: 0;
}

/* 全ブラウザ用：画像の縦の位置調整 */
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* 全ブラウザ用：テーブルのスペース調整 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ---------------------------------------------------------

	01. セッティング

--------------------------------------------------------- */
html {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
html.is-open {
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #f0f4fa;
  height: 100%;
}

a {
  color: #0063af;
}

.font_oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

:root {
  --main-color: #0063af;
  --sub-colur: #f0f4fa;
  --warm-color: #ff6708;
  --warm-sub-color: #ffe7d8;
}

/*===============================================
	セッティング：768px未満
===============================================*/
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  } /* only PC */
}

/*===============================================
	セッティング：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  } /* only SP */
}

/*===============================================
	セッティング：マウスホバー
===============================================*/
@media (hover: hover) and (pointer: fine) {
  a {
    transition: opacity 0.2s, text-decoration 0.2s;
  }
  a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

/* ---------------------------------------------------------

	02. レイアウト

--------------------------------------------------------- */
.cmn_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 72px;
  position: relative;
  width: 100%;
}

.cmn_container {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
  padding: 0 1em;
  position: relative;
  width: 100%;
}

.cmn_main {
  flex: 1;
  min-height: 0%;
  padding-bottom: 4em;
}

/*===============================================
	レイアウト：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_wrapper {
    padding-top: 0;
  }

  .cmn_main {
    padding-bottom: 6em;
  }
}

/* ---------------------------------------------------------

	03. ヘッダー

--------------------------------------------------------- */
.cmn_header {
  background-color: #fafafa;
  box-shadow: 0 24px 40px rgba(1, 24, 60, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.header_logo {
  flex-basis: 230px;
  line-height: 1;
  margin-left: 16px;
}
.header_logo h1 {
  font-size: 10px;
  color: #0063af;
  letter-spacing: -0.04em;
  margin-bottom: 5px;
}
.header_logo img {
  max-width: 150px;
}

.header_buttons {
  margin-left: auto;
}
.header_buttons.cmn_cta_buttons {
  margin-top: 0;
}
.header_buttons .cmn_cta_tel {
  border-radius: 0;
  box-shadow: none;
}
.header_buttons .cmn_cta_tel a {
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  width: 72px;
}
.header_buttons .cmn_cta_tel_icon {
  margin-bottom: 10px;
  margin-left: 5px;
  padding-top: 5px;
  width: 44px;
}
.header_buttons .cmn_cta_tel_label,
.header_buttons .cmn_cta_tel_number,
.header_buttons .cmn_cta_contact {
  display: none;
}

.header_switch {
  height: 72px;
  width: 72px;
}
.header_switch a {
  background-color: var(--main-color);
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 100%;
  padding-top: 48px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.header_switch a::before,
.header_switch a::after,
.header_switch a span::before,
.header_switch a span::after {
  content: "";
  background-color: #fff;
  border-radius: 3px;
  height: 3px;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  transition: opacity 0.2s, transform 0.2s;
  width: 36px;
}
.header_switch a::before {
  top: 12px;
}
.header_switch a::after {
  top: 36px;
}
.header_switch a.is-open::before,
.header_switch a.is-open::after {
  opacity: 0;
}
.header_switch a.is-open span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header_switch a.is-open span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header_menu_wrap {
  background-color: #e5edf8;
  height: calc(100vh - 72px);
  opacity: 0;
  overflow-y: auto;
  padding-bottom: 2em;
  pointer-events: none;
  position: absolute;
  top: 72px;
  left: 0;
  transition: opacity 0.2s;
  width: 100%;
  z-index: 1;
}
.header_menu_wrap.is-show {
  opacity: 1;
  pointer-events: auto;
}

.header_menu_list a {
  background-color: #f4f4f8;
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 1.2em 1.5em;
  position: relative;
  text-decoration: none;
}
.header_menu_list a::before {
  content: "";
  background: url(../img/common/icon_arrow_blue.svg) center/contain no-repeat;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 11px;
}
.header_menu_list li:nth-child(even) a {
  background-color: #fff;
}

.header_menu_cta_title {
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}
.header_menu_cta_title h2 span {
  font-size: 24px;
}
.header_menu_cta_title p {
  margin-top: 0.3em;
}
.header_menu_cta_title p strong {
  color: var(--warm-color);
  font-size: 20px;
  margin-left: 0.3em;
}

.header_menu_wrap .cmn_cta_buttons {
  margin: 1em auto 0;
  max-width: 310px;
}
.header_menu_wrap .cmn_cta_button a {
  height: 60px;
}

/*===============================================
	ヘッダー：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_header {
    box-shadow: none;
    position: relative;
    z-index: 100;
  }

  .header_inner {
    height: 100px;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 1em;
  }

  .header_logo {
    flex-basis: 222px;
    margin-left: 0;
  }
  .header_logo img {
    max-width: 222px;
  }

  .header_buttons .cmn_cta_button,
  .header_buttons .cmn_cta_button a {
    width: 180px;
  }
  .header_buttons .cmn_cta_tel {
    border-radius: 6px;
    box-shadow: 0 3px 6px rgb(1 1 1 / 16%);
  }
  .header_buttons .cmn_cta_tel a {
    border-radius: 6px;
    box-shadow: 0 4px 0 #e56210;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    height: 64px;
  }
  .header_buttons .cmn_cta_tel_label {
    display: inline;
    font-size: 16px;
    order: 1;
  }
  .header_buttons .cmn_cta_tel_icon {
    margin-right: 0.5em;
    margin-bottom: 0;
    margin-left: 0;
    order: 0;
    padding-top: 0;
    width: 49px;
  }
  .header_buttons .cmn_cta_contact {
    display: list-item;
    margin-left: 1em;
  }
  .header_buttons .cmn_cta_contact a {
    font-size: 16px;
    height: 64px;
  }
  .header_buttons .cmn_cta_contact_icon {
    margin-right: 0.8em;
    width: 32px;
  }

  .header_switch {
    display: none;
  }

  .header_menu_wrap {
    height: auto;
    opacity: 1;
    overflow-y: inherit;
    padding-bottom: 0;
    pointer-events: auto;
    position: static;
    transition: none;
  }

  .header_menu {
    background-color: var(--main-color);
    box-shadow: 0 24px 40px rgb(1 24 60 / 10%);
  }
  .header_menu.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .header_menu_list {
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
  }
  .header_menu_list li {
    height: 58px;
    width: calc(100% / 6);
  }
  .header_menu_list a {
    background-color: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    padding: 0;
  }
  .header_menu_list a::before {
    content: "";
    background: #fff;
    height: 1.2em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(30deg);
    width: 1px;
  }
  .header_menu_list li:last-child a::before {
    display: none;
  }
  .header_menu_list li:nth-child(even) a {
    background-color: transparent;
  }

  .header_menu_cta_title,
  .header_menu_wrap .cmn_cta_buttons {
    display: none;
  }
}

/*===============================================
	ヘッダー：1100px以上
===============================================*/
@media screen and (min-width: 1100px) {
  .header_buttons .cmn_cta_button {
    width: auto;
  }
  .header_buttons .cmn_cta_button a {
    padding: 0 1.2em;
    width: auto;
  }
  .header_buttons .cmn_cta_tel_label {
    order: 0;
  }
  .header_buttons .cmn_cta_tel_icon {
    margin-right: 0;
    order: 0;
  }
  .header_buttons .cmn_cta_tel_number {
    display: inline;
    font-size: 34px;
  }
  .header_buttons .cmn_cta_contact {
    display: list-item;
    margin-left: 1em;
  }
  .header_buttons .cmn_cta_contact a {
    font-size: 22px;
    height: 64px;
  }
  .header_buttons .cmn_cta_contact br {
    display: none;
  }
  .header_buttons .cmn_cta_contact_icon {
    margin-right: 0.5em;
    width: 36px;
  }

  .header_switch {
    display: none;
  }

  .header_menu_wrap {
    background-color: var(--main-color);
    height: auto;
    opacity: 1;
    overflow-y: inherit;
    padding-bottom: 0;
    pointer-events: auto;
    position: static;
    transition: none;
  }

  .header_menu_list {
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
  }
  .header_menu_list li {
    height: 58px;
    width: calc(100% / 6);
  }
  .header_menu_list a {
    background-color: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    padding: 0;
  }
  .header_menu_list a::before {
    content: "";
    background: #fff;
    height: 1.2em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(30deg);
    width: 1px;
  }
  .header_menu_list li:last-child a::before {
    display: none;
  }
  .header_menu_list li:nth-child(even) a {
    background-color: transparent;
  }
}

/*===============================================
	ヘッダー：マウスホバー
===============================================*/
@media (hover: hover) and (pointer: fine) {
  .header_menu_list a {
    transition: color 0.2s;
  }
  .header_menu_list a:hover {
    color: #ffeb03;
    opacity: 1;
  }
}

/* ---------------------------------------------------------

	04. フッター

--------------------------------------------------------- */
.cmn_footer {
  background-color: var(--main-color);
  color: #fff;
  padding: 3em 0;
  position: relative;
}

.footer_cta .cmn_cta_title {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.footer_cta .cmn_cta_title::before {
  display: none;
}
.footer_cta .cmn_cta_title span {
  margin-top: 0;
}
.footer_cta .cmn_cta_title strong {
  top: 0;
}

.footer_cta .cmn_cta_box {
  border: none;
  border-radius: 6px;
  margin-top: 1em;
}

.footer_menu {
  display: flex;
  justify-content: center;
  margin: 2em auto 0;
}
.footer_menu li:nth-child(1) {
  padding-right: 0.8em;
}
.footer_menu li:nth-child(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 0 0.8em;
}
.footer_menu li:nth-child(3) {
  padding-left: 0.8em;
}
.footer_menu a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.footer_profile {
  margin-top: 3.5em;
}
.footer_logo {
  margin: 0 auto;
  max-width: 236px;
}
.footer_copyright {
  font-size: 12px;
  font-weight: bold;
  margin-top: 1.5em;
  text-align: center;
}

/*===============================================
	フッター：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_footer {
    padding: 3.5em 0;
  }

  .footer_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3em;
  }
  .footer_menu {
    margin: 0;
  }
  .footer_menu li:nth-child(1) {
    padding-right: 1.2em;
  }
  .footer_menu li:nth-child(2) {
    padding: 0 1.2em;
  }
  .footer_menu li:nth-child(3) {
    padding-left: 1.2em;
  }

  .footer_profile {
    margin-top: 0;
  }
  .footer_logo {
    margin: 0 0 0 auto;
  }
  .footer_copyright {
    margin-top: 1em;
  }
}

/*===============================================
	フッター：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .footer_inner {
    margin-top: 4.5em;
  }
}

/* ---------------------------------------------------------

	05. モジュール

--------------------------------------------------------- */

/* モジュール：見出し（ボーダー）
--------------------------------------------------------- */
.cmn_title_border {
  color: var(--main-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  text-align: center;
}
.cmn_title_border::after {
  content: "";
  border-top: 2px solid var(--main-color);
  border-bottom: 2px dashed var(--main-color);
  height: 7px;
  margin: 0.3em auto 0;
  width: 220px;
}

/*===============================================
	モジュール：見出し（ボーダー）：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_title_border {
    flex-direction: row;
    justify-content: center;
    font-size: 32px;
  }
  .cmn_title_border::before,
  .cmn_title_border::after {
    content: "";
    border-top: 4px solid var(--main-color);
    border-bottom: 2px dashed var(--main-color);
    height: 12px;
    width: 120px;
  }
  .cmn_title_border::before {
    margin-right: 46px;
  }
  .cmn_title_border::after {
    margin: 0 0 0 46px;
  }
}

/*===============================================
	モジュール：見出し（ボーダー）：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .cmn_title_border::before,
  .cmn_title_border::after {
    width: 220px;
  }
}

/* モジュール：見出し（アイコン）
--------------------------------------------------------- */
.cmn_title_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.cmn_title_icon::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 64px;
  margin-bottom: 0.6em;
  width: 64px;
}

/*===============================================
	モジュール：見出し（アイコン）：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_title_icon {
    flex-direction: row;
    justify-content: center;
    font-size: 32px;
  }
  .cmn_title_icon::before {
    margin-right: 0.5em;
    margin-bottom: 0;
  }
}

/* モジュール：下層ページ見出し
--------------------------------------------------------- */
.cmn_title_page {
  background-color: #5e98db;
}
.cmn_title_page_text {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  height: 100px;
  line-height: 1.4;
  position: relative;
}
.cmn_title_page_text::after {
  content: "";
  border-top: 2px solid #fff;
  border-bottom: 2px dashed #fff;
  height: 7px;
  margin: 0.3em auto 0;
  opacity: 0.69;
  width: 220px;
}

/*===============================================
	モジュール：下層ページ見出し：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_title_page_text {
    flex-direction: row;
    font-size: 32px;
    height: 128px;
  }
  .cmn_title_page_text::before,
  .cmn_title_page_text::after {
    content: "";
    border-top: 4px solid #fff;
    border-bottom: 2px dashed #fff;
    height: 12px;
    opacity: 0.69;
    width: 220px;
  }
  .cmn_title_page_text::before {
    margin-right: 46px;
  }
  .cmn_title_page_text::after {
    margin: 0 0 0 46px;
  }
  .cmn_title_page span {
    flex-shrink: 0;
  }
}

/* モジュール：リスト
--------------------------------------------------------- */
.cmn_text_list li {
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}
.cmn_text_list li + li {
  margin-top: 0.3em;
}
.cmn_text_list li::before {
  content: "・";
  color: #898989;
  font-weight: bold;
}

/* モジュール：注釈文
--------------------------------------------------------- */
.cmn_text_note {
  font-size: 0.875em;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

/* モジュール：青地ボタン
--------------------------------------------------------- */
.cmn_button_wrap {
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.16);
  margin-inline: auto;
  max-width: 327px;
}
.cmn_button {
  background-image: url(../img/common/icon_arrow_white.svg), linear-gradient(to bottom, #50b0fa 0%, #006bbc 100%);
  background-position: 96% center, center;
  background-repeat: no-repeat;
  background-size: 10px auto, auto;
  border-radius: 6px;
  box-shadow: 0 4px 0 #005aa0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: bold;
  height: 72px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

/*===============================================
	モジュール：青地ボタン：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_button_wrap {
    max-width: 425px;
  }
  .cmn_button {
    background-position: 95% center;
    box-shadow: 0 6px 0 #005aa0;
    font-size: 24px;
    height: 84px;
  }
}

/* モジュール：サブミットボタン
--------------------------------------------------------- */
.cmn_submit {
  background: linear-gradient(to bottom, #30b70b 0%, #0b9530 100%);
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 0 #008b14;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: bold;
  height: 72px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

/*===============================================
	モジュール：サブミットボタン：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_submit {
    box-shadow: 0 6px 0 #008b14;
    font-size: 24px;
    height: 64px;
    padding-top: 0.2em;
  }
}

/*===============================================
	モジュール：サブミットボタン：マウスホバー
===============================================*/
@media (hover: hover) and (pointer: fine) {
  .cmn_submit {
    transition: opacity 0.3s;
  }
  .cmn_submit:hover {
    opacity: 0.8;
  }
}

/* モジュール：ページネーション
--------------------------------------------------------- */
.cmn_pagination {
  margin-top: 2.5em;
}
.cmn_pagination ul.page-numbers {
  display: flex;
  justify-content: center;
}
.cmn_pagination ul.page-numbers .page-numbers {
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.16);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  margin: 0 0.25em;
  text-decoration: none;
  width: 40px;
}
.cmn_pagination ul.page-numbers .page-numbers.current {
  background-color: #93b8e3;
  box-shadow: none;
}
.cmn_pagination ul.page-numbers a.page-numbers {
  background-color: var(--main-color);
}
.cmn_pagination ul.page-numbers a.page-numbers.next,
.cmn_pagination ul.page-numbers a.page-numbers.prev {
  background: var(--main-color) url(../img/common/icon_arrow_white.svg) center/0.5em auto no-repeat;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cmn_pagination ul.page-numbers a.page-numbers.prev {
  transform: rotate(180deg);
}
.cmn_pagination ul.page-numbers .page-numbers.dots {
  box-shadow: none;
  color: #898989;
  font-family: inherit;
  font-weight: bold;
  width: 1.3em;
}

/*===============================================
	モジュール：ページネーション：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_pagination {
    margin-top: 4em;
  }
  .cmn_pagination ul.page-numbers .page-numbers {
    font-size: 20px;
    height: 50px;
    width: 50px;
  }
}

/* モジュール：表組み
--------------------------------------------------------- */
.cmn_table,
.column_single_editor table {
  border-collapse: separate !important;
  border-spacing: 2px;
  margin-top: 1.5em;
  margin-inline: auto;
}
.cmn_table thead th,
.column_single_editor table thead th {
  background-color: #5e98db;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  text-align: left;
}
.cmn_table thead th:first-child,
.column_single_editor table thead th:first-child {
  border-radius: 6px 0 0 6px;
}
.cmn_table thead th:last-child,
.column_single_editor table thead th:last-child {
  border-radius: 0 6px 6px 0;
}

.cmn_table tbody th,
.column_single_editor table tbody th {
  background-color: #dcdfe5;
  font-weight: bold;
  padding: 0.5em;
  text-align: left;
}
.cmn_table tbody th:first-child,
.column_single_editor table tbody th:first-child {
  border-radius: 6px 0 0 6px;
}
.cmn_table tbody th:last-child,
.column_single_editor table tbody th:last-child {
  border-radius: 0 6px 6px 0;
}

.cmn_table tbody td,
.column_single_editor table tbody td {
  background-color: #f4f4f8;
  padding: 0.5em;
  text-align: left;
}
.cmn_table tbody td:first-child,
.column_single_editor table tbody td:first-child {
  border-radius: 6px 0 0 6px;
}
.cmn_table tbody td:last-child,
.column_single_editor table tbody td:last-child {
  border-radius: 0 6px 6px 0;
}

/*===============================================
	モジュール：表組み：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_table thead th,
  .cmn_table tbody th,
  .cmn_table tbody td {
    padding: 0.8em 1em;
  }
}

/* モジュール：CTAエリア
--------------------------------------------------------- */
.cmn_cta {
  text-align: center;
}
.cmn_cta_title {
  background-color: var(--main-color);
  border-radius: 6px 6px 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em 0;
}
.cmn_cta_title strong {
  flex-basis: 135px;
  margin-left: 0.5em;
}
.cmn_cta_box {
  background-color: #fff;
  border: 3px solid var(--main-color);
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 1.5em 1em;
}
.cmn_cta_box_title {
  color: var(--main-color);
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
}
.cmn_cta_box_title::before,
.cmn_cta_box_title::after {
  content: "";
  background-color: var(--main-color);
  height: 90%;
  position: absolute;
  bottom: 0;
  width: 3px;
}
.cmn_cta_box_title::before {
  left: 0;
  transform: rotate(-30deg);
}
.cmn_cta_box_title::after {
  right: 0;
  transform: rotate(30deg);
}
.cmn_cta_box_title .font_oswald {
  font-size: 32px;
}

.cmn_cta_buttons {
  margin-top: 1em;
}
.cmn_cta_button {
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.16);
}
.cmn_cta_button + .cmn_cta_button {
  margin-top: 1em;
}
.cmn_cta_button + .cmn_cta_button.sp_navi {
  margin-top: 0em;
}
.cmn_cta_button a {
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  line-height: 1.2;
  position: relative;
  text-decoration: none;
}
.cmn_cta_tel a {
  background: linear-gradient(to bottom, #ff9b41 0%, #fb7b33 100%);
  box-shadow: 0 4px 0 #e56210;
  font-weight: bold;
}
.cmn_cta_tel_label {
  font-size: 13px;
  font-weight: bold;
  margin-right: 0.5em;
  width: 5.1em;
}
.cmn_cta_tel_label span:first-child {
  letter-spacing: 0.25em;
}
.cmn_cta_tel_icon {
  width: 41px;
}
.cmn_cta_tel_number {
  font-size: 32px;
  margin-left: 0.1em;
}
.cmn_cta_contact a {
  background: linear-gradient(to bottom, #30b70b 0%, #0b9530 100%);
  box-shadow: 0 4px 0 #008b14;
  font-feature-settings: "palt";
  font-size: 23px;
  font-weight: bold;
}
.cmn_cta_contact_icon {
  margin-right: 0.5em;
  width: 32px;
}

/*===============================================
	モジュール：CTAエリア：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_cta_title {
    background-color: transparent;
    font-size: 24px;
    padding: 0;
    position: relative;
    z-index: 1;
  }
  .cmn_cta_title::before {
    content: "";
    background-color: var(--main-color);
    border-radius: 6px 6px 0 0;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .cmn_cta_title span {
    margin-top: 0.3em;
  }
  .cmn_cta_title strong {
    flex-basis: 180px;
    margin-left: 0.3em;
    position: relative;
    top: -0.3em;
  }
  .cmn_cta_box {
    padding: 1.5em 2.5em 2em;
  }
  .cmn_cta_box_title {
    padding-left: 0.3em;
  }
  .cmn_cta_box_title::before {
    left: -0.3em;
  }
  .cmn_cta_box_title::after {
    right: -0.6em;
  }

  .cmn_cta_buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
  }
  .cmn_cta_button {
    width: 48%;
  }
  .cmn_cta_button + .cmn_cta_button {
    margin-top: 0;
  }
}

/*===============================================
	モジュール：CTAエリア：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .cmn_cta_title {
    font-size: 30px;
  }
  .cmn_cta_title strong {
    flex-basis: 230px;
  }
  .cmn_cta_box {
    padding: 1.5em 2.5em 2em;
  }
  .cmn_cta_box_title {
    font-size: 29px;
    padding-left: 0.6em;
    padding-right: 0.3em;
  }
  .cmn_cta_box_title .font_oswald {
    font-size: 40px;
  }

  .cmn_cta_button a {
    height: 92px;
  }
  .cmn_cta_tel_label {
    font-size: 21px;
  }
  .cmn_cta_tel_icon {
    width: 60px;
  }
  .cmn_cta_tel_number {
    font-size: 40px;
  }
  .cmn_cta_contact a {
    font-size: 32px;
  }
  .cmn_cta_contact_icon {
    width: 52px;
  }
}

/* モジュール：商品情報
--------------------------------------------------------- */
.cmn_product_item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 3px rgba(1, 1, 1, 0.16);
  box-sizing: border-box;
  max-width: 300px;
  padding: 0.8em 0.8em 1.2em;
}

.cmn_product_manufacturer img {
  height: 20px;
}

.cmn_product_heading_inner {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
.cmn_product_heading_title {
  display: block;
  margin-top: 0.5em;
}
.cmn_product_heading_name {
  display: block;
}

.cmn_product_function {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  margin-inline: auto;
  max-width: 274px;
}
.cmn_product_function li {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: min(19%, 50px);
}
.cmn_product_function li:not(:first-child) {
  margin-left: max(1%, 6px);
}
.cmn_product_location {
  background-color: #eb747e;
}
.cmn_product_hole {
  background-color: #5e98db;
}
.cmn_product_size {
  background-color: #e5a23e;
}
.cmn_product_supply {
  background-color: #8c59b2;
}
.cmn_product_energy {
  background-color: #599b59;
}

.cmn_product_image {
  margin: 1.5em 0 0;
}

.cmn_product_price {
  margin-top: 1.5em;
}
.cmn_product_price_title {
  background-color: #dcdfe5;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  padding: 0.5em 0.2em;
  text-align: center;
}
.cmn_product_price_title br {
  display: none;
}
.cmn_product_price_title:not(:first-child) {
  margin-top: 4px;
}
.cmn_product_price_data {
  background-color: #f4f4f8;
  border-radius: 0 0 6px 6px;
  font-size: 12px;
  padding: 0.583em;
  text-align: center;
}
.cmn_product_price_data em {
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  margin-right: 0.1em;
  padding-left: 0.5em;
}
.cmn_product_price_open {
  font-size: 1.2em;
  padding-top: 0.5em;
  line-height: 0.95;
  text-align: center;
}
.cmn_product_price_open_title {
  color: #ffeb03;
  margin-left: 0.5em;
}
.cmn_product_price_open_title2 {
  color: #ffeb03;
  margin-left: 0;
}

.cmn_product_asking_data em {
  position: relative;
}
.cmn_product_asking_data em::after {
  content: "";
  border-top: 1px solid #e63e00;
  border-bottom: 1px solid #e63e00;
  height: 5px;
  position: absolute;
  top: 50%;
  left: -0.3em;
  transform: translateY(-50%);
  width: calc(100% + 2.8em);
}

.cmn_product_base_title {
  background-color: #e63e00;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.2em 0.3em;
}
.cmn_product_base_title em {
  color: #ffeb03;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}
.cmn_product_base_title strong {
  font-size: 1.2em;
  font-weight: normal;
  margin-left: 0.3em;
}

.cmn_product_total_title {
  font-weight: bold;
  background-color: #fbeb30;
}
.cmn_product_total_title small {
  font-size: 0.85em;
  font-weight: normal;
}
.cmn_product_total_data p {
  color: #e63e00;
}
.cmn_product_total_data p em {
  font-size: 2.67em;
}
.cmn_product_total_data ul {
  display: none;
}

.cmn_product_subsidy_price_title {
  background-color: #ff6708;
  color: #fff;
}

.cmn_product_button_wrap {
  margin-top: 1em;
  max-width: 208px;
}
.cmn_product_button {
  background-image: url(../img/common/icon_arrow_white.svg), linear-gradient(to bottom, #e63e00 0%, #d93a00 100%);
  background-size: 6px auto, auto;
  box-shadow: 0 4px 0 #b13000;
  font-size: 16px;
  height: 48px;
}

.cmn_product_price_hidden .cmn_product_base_title {
  /* box-sizing: content-box; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.35em;
}
.cmn_product_price_hidden .cmn_product_total_title {
  border-radius: 0;
  margin-top: 0;
}
.cmn_product_hidden_data {
  /* box-sizing: content-box; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  height: 5.356em;
  text-align: center;
}

.home_recommend_carousel .swiper-wrapper::-webkit-scrollbar,
.home_recommend2_carousel .swiper-wrapper::-webkit-scrollbar,
.home_selling_list::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

/*===============================================
	モジュール：商品情報：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_product_item {
    max-width: 448px;
    padding: 1.5em 1.2em;
  }

  .cmn_product_heading {
    display: flex;
    height: 54px !important;
  }
  .cmn_product_manufacturer {
    flex: 0 0 25%;
    margin-right: 1em;
  }
  .cmn_product_manufacturer img {
    height: auto;
  }

  .cmn_product_heading_inner {
    font-size: 16px;
  }
  .cmn_product_heading_title {
    margin-top: 0;
  }

  .cmn_product_function {
    max-width: 400px;
  }
  .cmn_product_function li {
    font-size: 13px;
    width: min(18%, 72px);
  }
  .cmn_product_function li:not(:first-child) {
    margin-left: max(2%, 10px);
  }

  .cmn_product_price {
    display: grid;
    grid-template: auto auto auto / 6em auto;
    gap: 2px;
    margin-inline: auto;
    max-width: 356px;
  }
  .cmn_product_price_title {
    border-radius: 6px 0 0 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cmn_product_price_title:not(:first-child) {
    margin-top: 0;
  }
  .cmn_product_price_title br {
    display: block;
  }
  .cmn_product_price_data {
    border-radius: 0 0 6px 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.583em 1em 0.583em 0.583em;
  }
  .cmn_product_price_data em {
    font-size: 2.33em;
  }
  .cmn_product_price_data_inner {
    flex-basis: 100%;
    /* text-align: right; */
  }
  .cmn_product_price_open {
    line-height: 1.5;
  }
  .cmn_product_asking_data {
    position: relative;
  }
  .cmn_product_asking_data::after {
    content: "";
    background: url(../img/common/icon_arrow_red.svg) center/contain no-repeat;
    height: 1em;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 3em;
  }
  .cmn_product_asking_data em::after {
    height: 3px;
    width: calc(100% + 2.4em);
  }

  .cmn_product_base_title {
    height: 5em;
    padding: 0.5em 0.2em;
  }
  .cmn_product_base_title em {
    display: block;
  }
  .cmn_product_base_title strong {
    font-size: 1.78em;
    margin-left: 0;
  }

  .cmn_product_total_title {
    /* box-sizing: content-box; */
    height: 9em;
    line-height: 1.4;
  }
  .cmn_product_total_data p {
    text-align: right;
  }
  .cmn_product_total_data p em {
    font-size: 3em;
  }
  .cmn_product_total_data ul {
    display: block;
    margin-top: 0.5em;
    text-align: left;
  }
  .cmn_product_total_data li {
    color: #666;
    font-feature-settings: "palt";
    padding-left: 1em;
    text-indent: -1em;
  }

  .cmn_product_subsidy_price_title {
    height: 6.5em;
  }

  .cmn_product_button_wrap {
    margin-top: 1.5em;
    max-width: 224px;
  }
  .cmn_product_button {
    background-size: 8px auto, auto;
    font-size: 18px;
    height: 50px;
  }

  .cmn_product_price_hidden .cmn_product_asking_data::after {
    display: none;
  }
  .cmn_product_price_hidden .cmn_product_base_title {
    height: 5em;
  }
  .cmn_product_price_hidden .cmn_product_total_title {
    border-radius: 6px 0 0 6px;
    margin-top: 0;
  }
  .cmn_product_hidden_data {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    font-size: 16px;
    height: auto;
    padding: 1em;
  }
  .cmn_product_hidden_data p {
    text-align: center;
  }
}

/*===============================================
	モジュール：商品情報：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .cmn_product_item {
    padding: 1.5em;
  }

  .cmn_product_price {
    grid-template-columns: 7em auto;
  }

  .cmn_product_function li {
    font-size: 16px;
  }

  .cmn_product_total_data .cmn_product_price_data_inner {
    text-align: center;
  }
  .cmn_product_total_data p em {
    font-size: 3.33em;
  }
  .cmn_product_total_data ul {
    display: inline-block;
  }

  .cmn_product_hidden_data {
    font-size: 18px;
  }
}

/* モジュール：給湯器を検索する
--------------------------------------------------------- */
.cmn_search_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.cmn_search_title::before {
  content: "";
  background: url(../img/common/icon_search_blue.svg) center/contain no-repeat;
  display: inline-block;
  height: 1.25em;
  margin-right: 0.3em;
  vertical-align: middle;
  width: 1.08em;
}

.cmn_search_lead {
  margin-top: 2em;
  text-align: center;
}

.cmn_search_tab {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 2em;
}
.cmn_search_tab li {
  flex-basis: 32%;
}
.cmn_search_tab a {
  background-color: #8fbadc;
  border-radius: 6px 6px 0 0;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding-block: 0.7em;
  text-align: center;
  text-decoration: none;
}
.cmn_search_tab .is-active a {
  background-color: var(--main-color);
  font-size: 18px;
  padding-block: 1em;
}

.cmn_search_panel {
  display: none;
}
.cmn_search_panel.is-active {
  display: block;
}

.cmn_search_list {
  background-color: #fff;
  border: 2px solid var(--main-color);
  border-radius: 0 0 8px 8px;
  padding: 1em;
}
.cmn_search_list_title {
  background-color: var(--sub-colur);
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 1em;
}
.cmn_search_list_title:not(:first-child) {
  margin-top: 1.5em;
}

.cmn_search_list_data {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 0.5em));
  justify-content: space-between;
  gap: 0.5em 1em;
  margin-top: 3%;
}

.cmn_search_list_item input {
  display: none;
}
.cmn_search_list_item label {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  color: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em;
  position: relative;
}
.cmn_search_list_item label::before {
  content: "";
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  height: 1.25em;
  margin-right: 0.3em;
  width: 1.25em;
}
.cmn_search_list_item input:checked + label::after {
  content: "";
  background: url(../img/common/icon_checked.svg) center/contain no-repeat;
  height: 0.7em;
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  width: 0.8em;
}

.cmn_search_list_type label {
  border-color: #f05865;
  color: #f05865;
}
.cmn_search_list_type input:checked + label {
  background-color: #eb747e;
  color: #fff;
}

.cmn_search_list_hole label {
  border-color: #418de5;
  color: #418de5;
}
.cmn_search_list_hole input:checked + label {
  background-color: #5e98db;
  color: #fff;
}

.cmn_search_list_size label {
  border-color: #d88b18;
  color: #d88b18;
}
.cmn_search_list_size input:checked + label {
  background-color: #e5a23e;
  color: #fff;
}

.cmn_search_list_supply label {
  border-color: #8c59b2;
  color: #8c59b2;
}
.cmn_search_list_supply input:checked + label {
  background-color: #8c59b2;
  color: #fff;
}

.cmn_search_list_energy label {
  border-color: #409d40;
  color: #409d40;
}
.cmn_search_list_energy input:checked + label {
  background-color: #599b59;
  color: #fff;
}

.cmn_search_list_manufacturer label {
  border-color: #5468c3;
  color: #5468c3;
}
.cmn_search_list_manufacturer input:checked + label {
  background-color: #7081cb;
  color: #fff;
}

.cmn_search_list_price label {
  border-color: #8c9800;
  color: #8c9800;
}
.cmn_search_list_price input:checked + label {
  background-color: #9ca80d;
  color: #fff;
}

.cmn_search_submit_wrap {
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.16);
  margin-top: 2em;
  margin-inline: auto;
  max-width: 327px;
}
.cmn_search_submit {
  background: linear-gradient(to bottom, #50b0fa 0%, #006bbc 100%);
  box-shadow: 0 4px 0 #005aa0;
}
.cmn_search_submit::before {
  content: "";
  background: url(../img/common/icon_search_white.svg) center/contain no-repeat;
  display: inline-block;
  height: 18px;
  margin-right: 0.5em;
  width: 16px;
}

/*===============================================
	モジュール：給湯器を検索する：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_search .cmn_container {
    background-color: #fff;
    border-radius: 16px;
    max-width: 1000px;
    padding: 2.5em;
  }

  .cmn_search_title {
    font-size: 32px;
  }

  .cmn_search_tab {
    margin-top: 3em;
  }
  .cmn_search_tab a {
    font-size: 18px;
  }
  .cmn_search_tab .is-active a {
    font-size: 24px;
    padding-block: 0.7em;
  }

  .cmn_search_list {
    display: grid;
    grid-template-columns: 12em auto;
    gap: 1em;
    justify-content: center;
    padding: 2em 2.5em;
  }
  .cmn_search_list_title {
    align-self: start;
    padding: 0.54em 1em;
  }
  .cmn_search_list_title:not(:first-child) {
    margin-top: 0;
  }

  .cmn_search_list_data {
    grid-template-columns: repeat(3, 9em);
    margin-top: 0;
  }

  .cmn_search_list_item {
    flex: 0 0 9em;
  }
  .cmn_search_list_item:nth-child(n + 3) {
    margin-top: 0;
  }

  .cmn_search_submit_wrap {
    max-width: 373px;
  }
}

/*===============================================
	モジュール：給湯器を検索する：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .cmn_search_list {
    gap: 1em 2em;
  }
  .cmn_search_list_data {
    grid-template-columns: repeat(4, 8.8em);
  }
}

/*===============================================
	モジュール：給湯器を検索する：マウスホバー
===============================================*/
@media (hover: hover) and (pointer: fine) {
  .cmn_search_tab a {
    transition: background-color 0.3s;
  }
  .cmn_search_tab a:hover {
    background-color: var(--main-color);
    opacity: 1;
  }

  .cmn_search_list_item label {
    transition: background-color 0.2s, color 0.2s;
  }
  .cmn_search_list_type label:hover {
    background-color: #eb747e;
    color: #fff;
  }
  .cmn_search_list_hole label:hover {
    background-color: #5e98db;
    color: #fff;
  }
  .cmn_search_list_size label:hover {
    background-color: #e5a23e;
    color: #fff;
  }
  .cmn_search_list_supply label:hover {
    background-color: #8c59b2;
    color: #fff;
  }
  .cmn_search_list_energy label:hover {
    background-color: #599b59;
    color: #fff;
  }
  .cmn_search_list_manufacturer label:hover {
    background-color: #7081cb;
    color: #fff;
  }
  .cmn_search_list_price label:hover {
    background-color: #9ca80d;
    color: #fff;
  }
}

/* モジュール：ページの先頭へボタン
--------------------------------------------------------- */
.cmn_pagetop {
  height: 40px;
  position: fixed;
  bottom: 130px;
  opacity: 0;
  pointer-events: none;
  right: 10px;
  transition: opacity 0.3s;
  width: 40px;
  z-index: 10;
}
.cmn_pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}
.cmn_pagetop a {
  background: rgba(0, 48, 107, 0.7) url(../img/common/icon_arrow_white.svg) center/10px auto no-repeat;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.16);
  display: block;
  height: 100%;
  overflow: hidden;
  transform: rotate(-90deg);
  text-indent: 100%;
  white-space: nowrap;
}

/*===============================================
	モジュール：ページの先頭へボタン：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_pagetop {
    height: 50px;
    bottom: 180px;
    right: 20px;
    width: 50px;
  }
}

/*===============================================
	モジュール：ページの先頭へボタン：マウスホバー
===============================================*/
@media (hover: hover) and (pointer: fine) {
  .cmn_pagetop a {
    transition: background-color 0.3s;
  }
  .cmn_pagetop a:hover {
    background-color: rgba(0, 48, 107, 0.9);
    opacity: 1;
  }
}

/* モジュール：画面下部固定CTA
--------------------------------------------------------- */
.cmn_cta_fixed {
  background-color: var(--main-color);
  /* background: linear-gradient(to bottom, #b0cbef 0%, #e5edf8 100%); */
  box-shadow: 0 -4px 16px rgba(102, 117, 139, 0.16);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 10;
}
.cmn_cta_fixed.is-show {
  opacity: 1;
  pointer-events: auto;
}

.cmn_cta_fixed .cmn_cta_box_title {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.cmn_cta_fixed .cmn_cta_box_title::before,
.cmn_cta_fixed .cmn_cta_box_title::after {
  display: none;
}
.cmn_cta_fixed .cmn_cta_box_title .font_oswald {
  font-size: 20px;
}
.cmn_cta_fixed .cmn_cta_box_title em {
  font-size: 18px;
  font-style: normal;
}

.cmn_cta_fixed .cmn_cta_buttons li + li {
  margin-top: 0;
  margin-left: 0.5em;
}
.cmn_cta_fixed .cmn_cta_buttons li.sp_footer {
  margin-left: 0;
}
.cmn_cta_fixed .cmn_cta_button {
  flex-shrink: 0;
  border-radius: 0;
  box-shadow: none;
}
.cmn_cta_fixed .cmn_cta_button a {
  height: 40px;
  padding-inline: 0.5em;
}
.cmn_cta_fixed .cmn_cta_tel a {
  background: none;
  box-shadow: none;
  margin: 1em 0 0;
  padding: 1em 0 0.7em;
}
.cmn_cta_fixed .cmn_cta_tel a img {
  min-height: 54px;
}
.cmn_cta_fixed .cmn_cta_contact a {
  background: none;
  box-shadow: none;
  margin: 1em 0 0;
  padding: 1em 0 0.5em;
}
.cmn_cta_fixed .cmn_cta_contact a img {
  min-height: 54px;
}
.cmn_cta_fixed .cmn_cta_tel_icon {
  width: 30px;
}
.cmn_cta_fixed .cmn_cta_tel_number {
  font-size: 18px;
}
.cmn_cta_fixed .cmn_cta_contact a {
  font-size: 14px;
}
.cmn_cta_fixed .cmn_cta_contact_icon {
  width: 20px;
}

/*===============================================
	モジュール：画面下部固定CTA：992px未満
===============================================*/
@media screen and (max-width: 992px) {
  .cmn_cta_fixed {
    padding: 0.5em 1em 0.8em;
  }

  .cmn_cta_fixed .cmn_cta_title {
    display: none;
  }

  .cmn_cta_fixed .cmn_cta_buttons {
    display: flex;
    justify-content: center;
    margin-top: 0.3em;
    max-width: inherit;
  }
}

/*===============================================
	モジュール：画面下部固定CTA：768px未満
===============================================*/
@media screen and (max-width: 767px) {
  .cmn_cta_fixed .cmn_container {
    padding-inline: 0;
  }
  .cmn_cta_fixed .cmn_cta_buttons {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    margin: 0.3em auto 0.5em;
    max-width: 500px;
  }
  .cmn_cta_fixed .cmn_cta_tel_number,
  .cmn_cta_fixed .cmn_cta_contact_label {
    white-space: nowrap;
  }
}

/*===============================================
	モジュール：画面下部固定CTA：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_cta_fixed {
    padding: 1em 1em 1.5em;
  }

  .cmn_cta_fixed .cmn_cta_fixed_text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cmn_cta_fixed .cmn_cta_box_title {
    flex-shrink: 0;
  }
  .cmn_cta_fixed .cmn_cta_title {
    display: flex;
    font-size: 14px;
    margin-left: 1em;
  }
  .cmn_cta_fixed .cmn_cta_title::before {
    border-radius: 20px;
  }
  .cmn_cta_fixed .cmn_cta_title strong {
    flex-basis: 90px;
    margin-left: 0.5em;
  }

  .cmn_cta_fixed .cmn_cta_buttons {
    /* display: flex; */
    display: contents;
    /* justify-content: center; */
    justify-content: initial;
    /* margin-top: 0.8em; */
    margin: 0.8em auto 0.3em;
    max-width: 380px;
  }
  .cmn_cta_fixed .cmn_cta_tel a {
    padding: 1em 0 1.2em;
  }
  .cmn_cta_fixed .cmn_cta_buttons li + li {
    margin-left: 1em;
  }
  .cmn_cta_fixed .cmn_cta_button a {
    font-size: 16px;
    height: 48px;
    padding-inline: 0.5em;
  }
  .cmn_cta_fixed .cmn_cta_tel_label {
    font-size: 16px;
  }
  .cmn_cta_fixed .cmn_cta_tel_icon {
    width: 42px;
  }
  .cmn_cta_fixed .cmn_cta_tel_number {
    font-size: 34px;
  }
  .cmn_cta_fixed .cmn_cta_contact a {
    font-size: 20px;
  }
  .cmn_cta_fixed .cmn_cta_contact_icon {
    width: 30px;
  }
}

/*===============================================
	モジュール：画面下部固定CTA：1200px以上
===============================================*/
@media screen and (min-width: 1200px) {
  .cmn_cta_fixed {
    padding: 0.5em 1em 1em;
  }
  .cmn_cta_fixed .cmn_container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
  }

  .cmn_cta_fixed .cmn_cta_fixed_text {
    display: block;
  }
  .cmn_cta_fixed .cmn_cta_box_title {
    font-size: 24px;
    padding-left: 0;
  }
  .cmn_cta_fixed .cmn_cta_box_title .font_oswald {
    font-size: 36px;
  }
  .cmn_cta_fixed .cmn_cta_box_title em {
    font-size: 26px;
  }

  .cmn_cta_fixed .cmn_cta_title {
    font-size: 14px;
    margin-top: 0.5em;
    margin-left: 0;
  }
  .cmn_cta_fixed .cmn_cta_title::before {
    border-radius: 20px;
  }
  .cmn_cta_fixed .cmn_cta_title strong {
    flex-basis: 90px;
  }

  .cmn_cta_fixed .cmn_cta_buttons {
    margin-top: 0;
    margin-left: 1.5em;
  }
  .cmn_cta_fixed .cmn_cta_buttons li + li {
    margin-left: 1em;
  }
  .cmn_cta_fixed .cmn_cta_button {
    width: auto;
  }
  .cmn_cta_fixed .cmn_cta_button a {
    height: 68px;
    padding-inline: 1em;
  }
  .cmn_cta_fixed .cmn_cta_button a img {
    max-height: 68px;
  }
  .cmn_cta_fixed .cmn_cta_contact a {
    padding: 0 0 0.3em;
  }
}

/*===============================================
	モジュール：画面下部固定CTA：768px以上1199px以下
===============================================*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cmn_cta_fixed .cmn_cta_buttons {
    display: flex;
  }
  .cmn_cta_fixed .cmn_cta_tel a {
    padding-bottom: 0.6em;
  }
  .cmn_cta_fixed .cmn_cta_button a img {
    height: 48px;
  }
  .cmn_cta_fixed .cmn_cta_contact a img {
    margin-bottom: 12px;
  }
}

/* モジュール：よくあるご質問
--------------------------------------------------------- */
.cmn_faq {
  background-color: #fff;
}

.cmn_faq_title {
  color: var(--main-color);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.cmn_faq_list_wrap {
  margin-top: 2em;
  margin-inline: auto;
  max-width: 800px;
}

.cmn_faq_list {
  background-color: #efeded;
  border-radius: 8px;
  box-shadow: 0 3px 3px rgba(1, 1, 1, 0.16);
}
.cmn_faq_list + .cmn_faq_list {
  margin-top: 1em;
}

.cmn_faq_question {
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
}
.cmn_faq_question:hover,
.cmn_faq_question.is-open {
  background-color: #f5f5f5;
}
.cmn_faq_question::before {
  content: "Q";
  background-color: #5e98db;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-right: 0.5em;
  padding-bottom: 0.1em;
  width: 40px;
}
.cmn_faq_question::after {
  content: "";
  background: url(../img/common/faq_icon_accordion_close.svg) center/contain no-repeat;
  display: block;
  flex: 0 0 auto;
  align-self: center;
  height: 32px;
  margin-left: 1em;
  width: 32px;
}
.cmn_faq_question.is-open::after {
  background-image: url(../img/common/faq_icon_accordion_open.svg);
}
.cmn_faq_question_inner {
  flex-basis: 100%;
  font-weight: bold;
  line-height: 1.5;
}

.cmn_faq_answer {
  display: none;
}
.cmn_faq_answer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  padding: 1em 1em 1.5em;
  position: relative;
}
.cmn_faq_answer_inner::before {
  content: "A";
  background-color: #fff;
  border-radius: 50%;
  color: #5e98db;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-right: 0.5em;
  padding-bottom: 0.1em;
  width: 40px;
}
.cmn_faq_answer_inner::after {
  content: "";
  border-top: 1px dotted rgba(102, 102, 102, 0.2);
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 1em;
  width: calc(100% - 2em);
}
.cmn_faq_answer_inner div {
  width: 100%;
}

/*===============================================
	モジュール：よくあるご質問：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_faq_title {
    font-size: 32px;
  }

  .cmn_faq_list_wrap {
    margin-top: 2.5em;
  }

  .cmn_faq_list + .cmn_faq_list {
    margin-top: 1.5em;
  }

  .cmn_faq_question {
    padding: 1em 1.5em;
  }
  .cmn_faq_question::before {
    height: 48px;
    width: 48px;
  }

  .cmn_faq_answer_inner {
    padding: 1em 1.5em 1.5em;
  }
  .cmn_faq_answer_inner::before {
    height: 48px;
    width: 48px;
  }
  .cmn_faq_answer_inner::after {
    left: 1.5em;
    width: calc(100% - 3em);
  }
}

/* モジュール：下層ページボックス
--------------------------------------------------------- */
.cmn_contents_box {
  background-color: #fff;
  border-radius: 8px;
  line-height: 1.8;
  margin-top: 2.5em;
  padding: 1.5em;
}
.cmn_contents_title {
  color: var(--main-color);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
* + .cmn_contents_title {
  margin-top: 1.5em;
}
.cmn_contents_subtitle {
  border-left: 4px solid var(--warm-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-block: 1.5em 0.8em;
  padding-left: 0.5em;
}
.cmn_contents_box .cmn_text_list {
  margin-top: 1em;
}

.cmn_contents_column {
  background-color: var(--sub-colur);
  border-radius: 6px;
  margin-top: 1em;
  padding: 1em;
}
.cmn_contents_column_title {
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
}

/*===============================================
	モジュール：下層ページボックス：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .cmn_contents_box {
    margin-top: 4em;
    padding: 2.5em;
  }
  .cmn_contents_title {
    font-size: 32px;
    margin-bottom: 1em;
  }
  .cmn_contents_subtitle {
    border-left-width: 6px;
    font-size: 20px;
    margin-block: 1.5em 1em;
  }

  .cmn_contents_column {
    margin-top: 1.8em;
    padding: 2em;
  }
  .cmn_contents_column_title {
    font-size: 24px;
  }
}

/* ---------------------------------------------------------

	06. トップページ

--------------------------------------------------------- */
.page-home .cmn_main {
  padding-bottom: 0;
}

/* トップページ：MV
--------------------------------------------------------- */
.home_mv .swiper {
  display: none;
  padding-bottom: 3em;
}
.home_mv .swiper.is-ready {
  display: block;
}

.home_mv .swiper-slide img {
  width: 100%;
}

.home_mv .swiper-button-prev,
.home_mv .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.16);
  height: 64px;
  margin-top: -32px;
  top: calc(50% - 1.5em);
  width: 24px;
}
.home_mv .swiper-button-prev::after,
.home_mv .swiper-button-next::after {
  color: var(--main-color);
  font-size: 1.2em;
  font-weight: bold;
}
.home_mv .swiper-button-prev {
  border-radius: 0 6px 6px 0;
  left: 0;
}
.home_mv .swiper-button-next {
  border-radius: 6px 0 0 6px;
  right: 0;
}

.home_mv .swiper-pagination {
  bottom: 1.5em;
}
.home_mv .swiper-pagination-bullet {
  background-color: #898989;
  border-radius: 2px;
  height: 4px;
  opacity: 0.4;
  width: 3em;
}
.home_mv .swiper-pagination-bullet-active {
  opacity: 1;
}

/*===============================================
	トップページ：MV：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_mv .swiper {
    max-width: 1100px;
    overflow: visible;
    padding-bottom: 0;
    width: 90%;
  }
  .home_mv .swiper::before,
  .home_mv .swiper::after {
    content: "";
    background-color: rgba(124, 167, 221, 0.6);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 2;
  }
  .home_mv .swiper::before {
    right: 100%;
  }
  .home_mv .swiper::after {
    left: 100%;
  }

  .home_mv .swiper-button-prev,
  .home_mv .swiper-button-next {
    background-color: #fff;
    height: 50px;
    margin-top: -25px;
    top: 50%;
    width: 50px;
  }
  .home_mv .swiper-button-prev {
    border-radius: 50%;
    left: 1.5em;
  }
  .home_mv .swiper-button-next {
    border-radius: 50%;
    right: 1.5em;
  }

  .home_mv .swiper-pagination {
    display: none;
  }
}

/*===============================================
	トップページ：MV：マウスホバー
===============================================*/
@media (hover: hover) and (pointer: fine) {
  .swiper-button-prev,
  .swiper-button-next {
    transition: opacity 0.3s;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.8;
  }
}

/* トップページ：緊急アナウンス
--------------------------------------------------------- */
.home_caution {
  background-color: #fff0e6;
  padding: 1em 0;
}
.home_caution_inner {
  background: #ffdbc5 url(../img/home/caution_icon.svg) 1em center/32px no-repeat;
  border-radius: 6px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 620px;
  padding: 1em 1em 1em 4em;
}
.home_caution_inner p + p {
  margin-top: 0.5em;
}

/*===============================================
	トップページ：緊急アナウンス：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_caution {
    padding: 1.5em 0;
  }
  .home_caution_inner {
    background-size: 40px;
    font-weight: bold;
    padding: 1.5em 1.5em 1.5em 4.5em;
  }
}

/* トップページ：CTAエリア
--------------------------------------------------------- */
.home_cta {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/*===============================================
	トップページ：CTAエリア：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_cta {
    padding-top: 4em;
    padding-bottom: 3.5em;
  }
}

/* トップページ：セクションモジュール
--------------------------------------------------------- */
.home_section {
  padding: 2.5em 0 3.5em;
}

/*===============================================
	トップページ：セクションモジュール：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_section {
    padding: 4.5em 0;
  }
}

/* トップページ：バナー
--------------------------------------------------------- */
.home_linkbnr {
  background-color: #fff;
}

.home_linkbnr_visual {
  margin-bottom: 1em;
}

.home_linkbnr_visual.warranty {
  margin-bottom: 2.5em;
}

.home_linkbnr_button p {
  padding-bottom: 0.5em;
}

/*===============================================
	トップページ：バナー：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_linkbnr_button {
    display: flex;
    justify-content: space-between;
  }
  .home_linkbnr_button p {
    padding-right: 0.5em;
    padding-bottom: 0;
  }
  .home_linkbnr_button p:last-child {
    padding-right: 0;
  }
}

/* トップページ：クラシアンが選ばれる理由
--------------------------------------------------------- */
.home_reason {
  background-color: #fff;
}

.home_reason_list {
  margin-top: 5em;
  margin-inline: auto;
  padding-inline: 0.5em;
}
.home_reason_list_item {
  border: 3px solid var(--main-color);
  border-radius: 8px;
  color: var(--main-color);
  font-size: 20px;
  font-weight: bold;
  margin-top: 3em;
  padding: 0 1.2em 1.2em;
  text-align: center;
}
.home_reason_list_title {
  background-color: var(--main-color);
  border-radius: 7px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-inline: auto;
  padding: 0.4em 0;
  position: relative;
  top: -1em;
  text-align: center;
  width: 8.5em;
}
.home_reason_list_title::after {
  content: "";
  background: url(../img/home/reason_icon_crown.png) center/contain no-repeat;
  display: block;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  width: 4.3em;
}
.home_reason_list_image {
  border-radius: 8px;
  margin: 0 0 0.8em;
  overflow: hidden;
}

.home_reason_button {
  margin-top: 3em;
}

/*===============================================
	トップページ：クラシアンが選ばれる理由：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_reason_list {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding-inline: 0;
  }
  .home_reason_list_item {
    flex-basis: 31.6%;
    font-size: 18px;
    margin-top: 4em;
  }
}

/*===============================================
	トップページ：クラシアンが選ばれる理由：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .home_reason_list_item {
    font-size: 20px;
  }
}

/* トップページ：給湯器取付までの流れ
--------------------------------------------------------- */
.home_flow_inner {
  margin-top: 2.2em;
}
.home_flow_heading {
  background-color: var(--warm-color);
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-weight: bold;
  padding: 1em 1.8em;
  text-align: center;
}
.home_flow_title {
  font-size: 22px;
  font-weight: bold;
}
.home_flow_title strong {
  color: #ffeb03;
  font-size: 1.45em;
}
.home_flow_note {
  line-height: 1.3;
  margin-top: 0.6em;
}
.home_flow_note strong {
  color: #ffeb03;
  font-size: 1.11em;
  /* font-size: 1.25em; */
}

.home_flow_list {
  background-color: #fff;
  border: 3px solid var(--warm-color);
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em 2em;
  text-align: center;
}
.home_flow_list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 295px;
  padding: 1em;
  width: 100%;
}
.home_flow_list_item:not(:first-child) {
  border-top: 1px dashed #b5b5b5;
}
.home_flow_list_text {
  flex-basis: 64%;
  margin-right: 2em;
}
.home_flow_step {
  background-color: #898989;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0.2em;
}
.home_flow_step em {
  font-size: 1.25em;
  font-style: normal;
  margin-left: 0.2em;
}
.home_flow_label {
  font-weight: bold;
  margin-top: 0.5em;
}
.home_flow_txt {
  margin-top: 0.5em;
  line-height: 1.4;
  font-size: 0.9em;
}
.home_flow_list_icon {
  flex-basis: 24%;
  margin: 0;
}

.home_flow_last {
  border: none;
  border-radius: 8px;
  margin-top: 3em;
  padding-block: 0;
  position: relative;
}
.home_flow_last::after {
  content: "";
  background: url(../img/home/flow_arrow.svg) center/contain no-repeat;
  display: block;
  height: 20px;
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
}

.home_flow_button {
  margin-top: 3em;
}

/*===============================================
	トップページ：給湯器取付までの流れ：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_flow_inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 3em;
  }

  .home_flow_list {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 1em 0;
    text-align: center;
  }
  .home_flow_list_item {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: inherit;
    padding: 1em;
    width: 100%;
  }
  .home_flow_list_item:not(:first-child) {
    border-top: none;
    border-left: 1px dashed #b5b5b5;
  }
  .home_flow_list_text {
    flex-basis: 100%;
    margin-right: 0;
  }
  .home_flow_step {
    font-size: 20px;
    margin-inline: auto;
    max-width: 5em;
    padding: 0.1em 1em 0.2em;
  }
  .home_flow_label {
    margin-top: 1.5em;
    white-space: nowrap;
  }
  .home_flow_list_icon {
    margin: 1em 0 0;
  }

  .home_flow_last {
    border: 3px solid transparent;
    margin-top: 0;
    margin-left: 3em;
    padding-block: 1em;
  }
  .home_flow_last::after {
    top: 50%;
    left: -2.2em;
    transform: rotate(-90deg) translateY(-50%);
  }

  .home_flow_button {
    max-width: 520px;
  }
}

/*===============================================
	トップページ：給湯器取付までの流れ：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .home_flow_title {
    font-size: 25px;
  }
  .home_flow_title strong {
    font-size: 1.6em;
  }
  .home_flow_note {
    margin-top: 0.4em;
  }
  .home_flow_note strong {
    font-size: 1.2em;
  }

  .home_flow_list_item {
    padding: 1em 2em;
  }
  .home_flow_step {
    font-size: 24px;
  }
  .home_flow_label {
    font-size: 18px;
  }
  .home_flow_list_icon {
    flex-basis: 88px;
  }
}

/* トップページ：給湯器の選び方のポイント
--------------------------------------------------------- */
.home_point {
  background-color: var(--warm-sub-color);
}

.home_point .cmn_title_icon::before {
  background-image: url(../img/home/point_icon.svg);
}

.home_point_list {
  margin-top: 4em;
  margin-inline: auto;
  padding-inline: 0.5em;
}
.home_point_list_item {
  background-color: #fff;
  border-radius: 6px;
  padding: 2em 1em;
  position: relative;
  text-align: center;
}
.home_point_list_item + .home_point_list_item {
  margin-top: 3em;
}

.home_point_number {
  background: linear-gradient(to bottom, #ff9b41 0%, #fb7b33 100%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70px;
  position: absolute;
  top: 0;
  left: 1em;
  transform: translateY(-50%);
  width: 70px;
}
.home_point_number em {
  font-size: 1.5em;
  font-style: normal;
}

.home_point_image {
  margin: 0;
}

.home_point_text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.home_point_text strong {
  color: var(--warm-color);
}

.home_point_button {
  margin-top: 3em;
}

/*===============================================
	トップページ：給湯器の選び方のポイント：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5em;
    padding-inline: 0;
  }
  .home_point_list_item {
    flex-basis: 32%;
  }
  .home_point_list_item + .home_point_list_item {
    margin-top: 0;
  }
  .home_point_list_item:nth-child(n + 4) {
    margin-top: 3em;
  }
}

/*===============================================
	トップページ：給湯器の選び方のポイント：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .home_point {
    padding-bottom: 8em;
  }
}

/* トップページ：アピール
--------------------------------------------------------- */
.home_appeal {
  background-color: var(--main-color);
}

.home_appeal .cmn_container {
  padding-block: 1.5em;
  width: 375px;
}

.home_appeal_text {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.home_appeal_text strong {
  color: #ffeb03;
  font-size: 1.2em;
}
.home_appeal_image {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 1.5em;
  width: 146px;
}

/*===============================================
	トップページ：アピール：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_appeal .cmn_container {
    width: 560px;
  }

  .home_appeal_text {
    font-size: 24px;
    line-height: 1.6;
  }
  .home_appeal_image {
    width: 160px;
  }
}

/*===============================================
	トップページ：アピール：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .home_appeal .cmn_container {
    padding-block: 3.5em;
    width: 870px;
  }

  .home_appeal_text {
    font-size: 32px;
  }
  .home_appeal_image {
    width: 308px;
  }
}

/* トップページ：人気・おすすめ商品紹介
--------------------------------------------------------- */
/* .home_recommend {
  padding-bottom: 3em;
}
.home_recommend + .home_recommend {
  padding-top: 0;
}

.home_recommend_carousel,
.home_recommend2_carousel {
  margin-top: 2.4em;
  margin-inline: -1em;
}

.home_recommend_carousel .swiper-wrapper,
.home_recommend2_carousel .swiper-wrapper {
  overflow-x: auto;
  padding-left: 1em;
  padding-bottom: 1em;
}
.home_recommend_carousel .swiper-wrapper::after,
.home_recommend2_carousel .swiper-wrapper::after {
  content: "";
  display: block;
  padding-left: 2em;
}
.home_recommend_carousel .swiper-slide,
.home_recommend2_carousel .swiper-slide {
  max-width: 300px;
}
.home_recommend_carousel .swiper-slide + .swiper-slide,
.home_recommend2_carousel .swiper-slide + .swiper-slide {
  margin-left: 1em;
}
.home_recommend_carousel .swiper-button-prev,
.home_recommend_carousel .swiper-button-next,
.home_recommend2_carousel .swiper-button-prev,
.home_recommend2_carousel .swiper-button-next {
  display: none;
} */

/*===============================================
	トップページ：人気・おすすめ商品紹介：768px以上 992px未満
===============================================*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* .home_recommend_carousel .cmn_product_total_data ul,
  .home_recommend2_carousel .cmn_product_total_data ul {
    display: none;
  }

  .home_recommend_item {
    max-width: 309px;
  }

  .home_recommend_carousel .cmn_product_heading_title,
  .home_recommend_carousel .cmn_product_heading_name,
  .home_recommend2_carousel .cmn_product_heading_title,
  .home_recommend2_carousel .cmn_product_heading_name {
    font-size: 13px;
  }

  .home_recommend_carousel .cmn_product_function li,
  .home_recommend2_carousel .cmn_product_function li {
    font-size: 12px;
  }

  .home_recommend_carousel .cmn_product_price,
  .home_recommend2_carousel .cmn_product_price {
    display: block;
  }
  .home_recommend_carousel .cmn_product_price_title,
  .home_recommend2_carousel .cmn_product_price_title {
    border-radius: 6px 6px 0 0;
  }
  .home_recommend_carousel .cmn_product_price_title:not(:first-child),
  .home_recommend2_carousel .cmn_product_price_title:not(:first-child) {
    margin-top: 4px;
  }
  .home_recommend_carousel .cmn_product_price_title br,
  .home_recommend2_carousel .cmn_product_price_title br {
    display: none;
  }
  .home_recommend_carousel .cmn_product_asking_data em::after,
  .home_recommend2_carousel .cmn_product_asking_data em::after {
    height: 4px;
    width: calc(100% + 2.8em);
  }
  .home_recommend_carousel .cmn_product_price_data_inner,
  .home_recommend2_carousel .cmn_product_price_data_inner {
    text-align: center;
  }
  .home_recommend_carousel .cmn_product_price_data em,
  .home_recommend2_carousel .cmn_product_price_data em {
    font-size: 2em;
  }
  .home_recommend_carousel .cmn_product_asking_data::after,
  .home_recommend2_carousel .cmn_product_asking_data::after {
    display: none;
  }
  .home_recommend_carousel .cmn_product_base_title,
  .home_recommend2_carousel .cmn_product_base_title {
    flex-direction: row;
    align-items: flex-end;
    height: auto;
    padding: 0.2em 0.2em 0.3em;
  }
  .home_recommend_carousel .cmn_product_base_title em,
  .home_recommend2_carousel .cmn_product_base_title em {
    display: inline;
  }
  .home_recommend_carousel .cmn_product_base_title strong,
  .home_recommend2_carousel .cmn_product_base_title strong {
    font-size: 1.2em;
    margin-left: 0.3em;
  }
  .home_recommend_carousel .cmn_product_total_title,
  .home_recommend2_carousel .cmn_product_total_title {
    flex-direction: row;
    align-items: flex-end;
    height: auto;
    line-height: 1.2;
  }
  .home_recommend_carousel .cmn_product_total_data p,
  .home_recommend2_carousel .cmn_product_total_data p {
    text-align: center;
  }
  .home_recommend_carousel .cmn_product_total_data p em,
  .home_recommend2_carousel .cmn_product_total_data p em {
    font-size: 2.67em;
  }

  .home_recommend_carousel .cmn_product_price_hidden .cmn_product_base_title,
  .home_recommend2_carousel .cmn_product_price_hidden .cmn_product_base_title {
    align-items: center;
    height: 2.35em;
  }
  .home_recommend_carousel .cmn_product_price_hidden .cmn_product_total_title,
  .home_recommend2_carousel .cmn_product_price_hidden .cmn_product_total_title {
    border-radius: 0;
    margin-top: 0;
  }
  .home_recommend_carousel .cmn_product_hidden_data,
  .home_recommend2_carousel .cmn_product_hidden_data {
    border-radius: 0 0 6px 6px;
    font-size: 18px;
    height: 5.356em;
    padding: 0.583em 1em 0.583em 0.583em;
  } */
}

/*===============================================
	トップページ：人気・おすすめ商品紹介：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  /* .home_recommend_carousel .cmn_product_total_data ul {
    display: none;
  }

  .home_recommend_item {
    max-width: 309px;
  }
  .home_recommend_carousel .swiper-wrapper::after {
    padding-left: 1em;
  }

  .home_recommend_carousel .cmn_product_heading_title,
  .home_recommend_carousel .cmn_product_heading_name,
  .home_recommend2_carousel .cmn_product_heading_title {
    font-size: 13px;
  }

  .home_recommend_carousel .cmn_product_function li {
    font-size: 12px;
  }

  .home_recommend_carousel .cmn_product_price {
    display: block;
  }
  .home_recommend_carousel .cmn_product_price_title {
    border-radius: 6px 6px 0 0;
  }
  .home_recommend_carousel .cmn_product_price_title:not(:first-child) {
    margin-top: 4px;
  }
  .home_recommend_carousel .cmn_product_price_title br {
    display: none;
  }
  .home_recommend_carousel .cmn_product_asking_data em::after {
    height: 4px;
    width: calc(100% + 2.8em);
  }
  .home_recommend_carousel .cmn_product_price_data_inner {
    text-align: center;
  }
  .home_recommend_carousel .cmn_product_price_data em {
    font-size: 2em;
  }
  .home_recommend_carousel .cmn_product_asking_data::after {
    display: none;
  }
  .home_recommend_carousel .cmn_product_base_title {
    flex-direction: row;
    align-items: flex-end;
    height: auto;
    height: 2.35em;
    padding: 0.2em 0.2em 0.3em;
  }
  .home_recommend_carousel .cmn_product_base_title em {
    display: inline;
  }
  .home_recommend_carousel .cmn_product_base_title strong {
    font-size: 1.2em;
    margin-left: 0.3em;
  }
  .home_recommend_carousel .cmn_product_total_title {
    flex-direction: row;
    align-items: flex-end;
    height: auto;
    line-height: 1.2;
  }
  .home_recommend_carousel .cmn_product_total_data p {
    text-align: center;
  }
  .home_recommend_carousel .cmn_product_total_data p em {
    font-size: 2.67em;
  }

  .home_recommend_carousel .cmn_product_price_hidden .cmn_product_base_title {
    align-items: center;
    height: 2.35em;
  }
  .home_recommend_carousel .cmn_product_price_hidden .cmn_product_total_title {
    border-radius: 0;
    margin-top: 0;
  }
  .home_recommend_carousel .cmn_product_hidden_data {
    border-radius: 0 0 6px 6px;
    font-size: 18px;
    height: 5.356em;
    padding: 0.583em 1em 0.583em 0.583em;
  }
  .home_recommend_carousel .swiper-slide {
    /* max-width: inherit; */
    /* max-width: 326px; */
  } */
}
@media screen and (min-width: 992px) {
  .home_recommend2 {
    /* padding-bottom: 4.5em; */
  }

  /* .home_recommend_carousel, */
  .home_recommend2_carousel {
    /* margin-top: 2.5em;
    margin-inline: auto;
    max-width: 936px;
    position: relative; */
  }
  .home_recommend2_carousel {
  }

  /* .home_recommend_carousel .swiper, */
  .home_recommend2_carousel .swiper {
    /* padding-bottom: 4px; */
  }
  /* .home_recommend_carousel .swiper-wrapper, */
  .home_recommend2_carousel .swiper-wrapper {
    /* overflow-x: visible;
    padding-inline: 0;
    padding-bottom: 0; */
  }
  /* .home_recommend_carousel .swiper-wrapper::after, */
  .home_recommend2_carousel .swiper-wrapper::after {
    /* display: none; */
  }
  /* .home_recommend_carousel .swiper-slide, */
  .home_recommend2_carousel .swiper-slide {
    /* max-width: inherit; */
  }
  /* .home_recommend_carousel .swiper-slide + .swiper-slide, */
  .home_recommend2_carousel .swiper-slide + .swiper-slide {
    /* margin-left: 0; */
  }

  /* .home_recommend_carousel .swiper-button-prev,
  .home_recommend_carousel .swiper-button-next, */
  .home_recommend2_carousel .swiper-button-prev,
  .home_recommend2_carousel .swiper-button-next {
    /* display: flex; */
  }
  .home_recommend .swiper-button-prev,
  .home_recommend .swiper-button-next {
    /* background-color: var(--main-color);
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(1, 1, 1, 0.16);
    height: 50px;
    margin-top: -25px;
    top: 50%;
    width: 50px; */
  }
  .home_recommend .swiper-button-prev::after,
  .home_recommend .swiper-button-next::after {
    /* color: #fff;
    font-size: 1.2em;
    font-weight: bold; */
  }
  .home_recommend .swiper-button-prev {
    /* left: -25px; */
  }
  .home_recommend .swiper-button-next {
    /* right: -25px; */
  }
}

/* トップページ：メーカー別売れ筋商品
--------------------------------------------------------- */
.home_selling {
  padding-top: 0;
}
.home_recommend_carousel,
.home_selling_list_wrap {
  margin-top: 2.4em;
  margin-inline: -1em;
}
.home_recommend_carousel,
.home_selling_list {
  display: flex;
  overflow-x: auto;
  padding-left: 1em;
  padding-bottom: 1em;
  position: relative;
}
.home_recommend_carousel::after,
.home_selling_list::after {
  content: "";
  display: block;
  padding-left: 1em;
}
.home_recommend_item,
.home_selling_list_item {
  flex-shrink: 0;
  max-width: 300px;
}
.home_recommend_item + .home_recommend_item,
.home_selling_list_item + .home_selling_list_item {
  margin-left: 1em;
}

/*===============================================
	トップページ：メーカー別売れ筋商品：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_recommend_carousel,
  .home_selling_list_wrap {
    margin-top: 2.5em;
  }

  .home_selling_list_item {
    max-width: 309px;
  }
  .home_recommend_carousel .cmn_product_heading_title,
  .home_recommend_carousel .cmn_product_heading_name,
  .home_selling_list .cmn_product_heading_title,
  .home_selling_list .cmn_product_heading_name {
    font-size: 13px;
  }
  .home_recommend_carousel .cmn_product_function li,
  .home_selling_list .cmn_product_function li {
    font-size: 12px;
  }

  .home_recommend_carousel .cmn_product_price,
  .home_selling_list .cmn_product_price {
    display: block;
  }
  .home_recommend_carousel .cmn_product_price_title,
  .home_selling_list .cmn_product_price_title {
    border-radius: 6px 6px 0 0;
  }
  .home_recommend_carousel .cmn_product_price_title:not(:first-child),
  .home_selling_list .cmn_product_price_title:not(:first-child) {
    margin-top: 4px;
  }
  .home_recommend_carousel .cmn_product_price_title br,
  .home_selling_list .cmn_product_price_title br {
    display: none;
  }
  .home_recommend_carousel .cmn_product_asking_data em::after ,
  .home_selling_list .cmn_product_asking_data em::after {
    height: 4px;
    width: calc(100% + 2.8em);
  }
  .home_recommend_carousel .cmn_product_price_data_inner,
  .home_selling_list .cmn_product_price_data_inner {
    text-align: center;
  }
  .home_recommend_carousel .cmn_product_price_data em,
  .home_selling_list .cmn_product_price_data em {
    font-size: 2em;
    padding-left: 0.8em;
  }
  .home_recommend_carousel .cmn_product_asking_data::after,
  .home_selling_list .cmn_product_asking_data::after {
    display: none;
  }
  .home_recommend_carousel .cmn_product_base_title,
  .home_selling_list .cmn_product_base_title {
    flex-direction: row;
    align-items: flex-end;
    height: 2.35em;
    padding: 0.2em 0.2em 0.3em;
  }
  .home_recommend_carousel .cmn_product_base_title em,
  .home_selling_list .cmn_product_base_title em {
    display: inline;
  }
  .home_recommend_carousel .cmn_product_base_title strong,
  .home_selling_list .cmn_product_base_title strong {
    font-size: 1.2em;
    margin-left: 0.3em;
  }
  .home_recommend_carousel .cmn_product_total_title,
  .home_selling_list .cmn_product_total_title {
    flex-direction: row;
    align-items: flex-end;
    height: auto;
    line-height: 1.2;
  }
  .home_recommend_carousel .cmn_product_total_title.cmn_product_subsidy_price_title {
    flex-direction: column;
    align-items: center;
  }
  .home_recommend_carousel .cmn_product_total_data,
  .home_selling_list .cmn_product_total_data {
    border-radius: 0 0 6px 6px;
  }
  .home_recommend_carousel .cmn_product_total_data p,
  .home_selling_list .cmn_product_total_data p {
    text-align: center;
  }
  .home_recommend_carousel .cmn_product_total_data p em ,
  .home_selling_list .cmn_product_total_data p em {
    font-size: 2.67em;
  }

  .home_recommend_carousel .cmn_product_price_hidden .cmn_product_base_title,
  .home_selling_list .cmn_product_price_hidden .cmn_product_base_title {
    align-items: center;
  }
  .home_recommend_carousel .cmn_product_price_hidden .cmn_product_total_title,
  .home_selling_list .cmn_product_price_hidden .cmn_product_total_title {
    border-radius: 0;
    margin-top: 0;
  }
  .home_recommend_carousel .cmn_product_price_hidden .cmn_product_hidden_data,
  .home_selling_list .cmn_product_price_hidden .cmn_product_hidden_data {
    height: 6.025em;
  }
}

/*===============================================
	トップページ：メーカー別売れ筋商品：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .home_recommend_carousel,
  .home_selling_list_wrap {
    margin-inline: auto;
    max-width: 1000px;
  }
  .home_recommend_carousel,
  .home_selling_list {
    display: flex;
    overflow-x: visible;
    padding-inline: 0;
    padding-bottom: 4px;
    flex-wrap: wrap;
    gap: 1.2em;
  }
  .home_recommend_carousel::after ,
  .home_selling_list::after {
    display: none;
  }
  .home_recommend_item ,
  .home_selling_list_item {
    flex-shrink: 1;
    max-width: inherit;
    max-width: calc((100% /3) - 1.2em);
  }
  .home_recommend_item + .home_recommend_item ,
  .home_selling_list_item + .home_selling_list_item {
    margin-left: 0;
  }

  .home_recommend_carousel .cmn_product_price_hidden .cmn_product_hidden_data ,
  .home_selling_list .cmn_product_price_hidden .cmn_product_hidden_data {
    height: 5.356em;
  }
}

/* トップページ：その他、売れ筋商品はこちら
--------------------------------------------------------- */
.home_other {
  padding-top: 0;
}

.home_other_title {
  color: var(--main-color);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.home_other_list {
  margin-top: 2em;
}
.home_other_list li + li {
  margin-top: 1.5em;
}
.home_other_list .cmn_button::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  width: 40px;
}
.home_other_oil .cmn_button::after {
  background-image: url(../img/common/icon_oil.svg);
}
.home_other_ecocute .cmn_button::after {
  background-image: url(../img/common/icon_ecocute.svg);
}

/*===============================================
	トップページ：その他、売れ筋商品はこちら：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_other_title span {
    position: relative;
  }
  .home_other_title span::before,
  .home_other_title span::after {
    content: "";
    background-color: var(--main-color);
    display: block;
    height: 150%;
    position: absolute;
    top: 50%;
    width: 3px;
  }
  .home_other_title span::before {
    left: -0.5em;
    transform: rotate(-30deg) translateY(-55%);
  }
  .home_other_title span::after {
    right: -0.5em;
    transform: rotate(30deg) translateY(-55%);
  }

  .home_other_list {
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 900px;
    width: 90%;
  }
  .home_other_list li {
    flex-basis: 47.5%;
  }
  .home_other_list li + li {
    margin-top: 0;
  }
}

/*===============================================
	トップページ：その他、売れ筋商品はこちら：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_other {
    padding-top: 2em;
  }
}

/* トップページ：お客様の声
--------------------------------------------------------- */
.home_voice {
  background-color: var(--warm-sub-color);
}
.home_voice .cmn_title_icon::before {
  background-image: url(../img/home/voice_icon.svg);
}

.home_voice_carousel {
  margin-top: 2em;
  margin-inline: auto;
  max-width: calc(100% - 2em);
  position: relative;
}
.home_voice_carousel .swiper {
  padding-bottom: 3em;
}
.home_voice_carousel .swiper-slide {
  height: auto;
}

.home_voice_item {
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  padding-inline: 1em;
}
.home_voice_image {
  margin: 1em 0 0;
}
.home_voice_text {
  margin-top: 1em;
}
.home_voice_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.home_voice_profile {
  background: url(../img/common/icon_user.svg) left top/1em auto no-repeat;
  color: #666;
  font-size: 0.875em;
  font-weight: bold;
  margin-block: 1em 1.5em;
  padding-left: 1.5em;
}

.home_voice .swiper-button-prev,
.home_voice .swiper-button-next {
  background-color: var(--main-color);
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.16);
  height: 50px;
  margin-top: -25px;
  top: calc(50% - 1.5em);
  width: 50px;
}
.home_voice .swiper-button-prev::after,
.home_voice .swiper-button-next::after {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
.home_voice .swiper-button-prev {
  left: -25px;
}
.home_voice .swiper-button-next {
  right: -25px;
}

.home_voice .swiper-pagination-bullet {
  background-color: #898989;
  border-radius: 2px;
  height: 4px;
  opacity: 0.4;
  width: 2em;
}
.home_voice .swiper-pagination-bullet-active {
  opacity: 1;
}

.home_voice_button {
  margin-top: 2em;
}

/*===============================================
	トップページ：お客様の声：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_voice_carousel .swiper {
    padding-bottom: 0;
  }
  .home_voice_carousel .swiper-pagination {
    display: none;
  }

  .home_voice .swiper-button-prev,
  .home_voice .swiper-button-next {
    top: 50%;
  }

  .home_voice_button {
    margin-top: 3em;
  }
}

/*===============================================
	トップページ：お客様の声：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .home_voice .swiper-button-prev {
    left: -40px;
  }
  .home_voice .swiper-button-next {
    right: -40px;
  }
}

/* トップページ：施工実績
--------------------------------------------------------- */
.home_performance {
  background-color: #e5edf8;
}
.home_performance .cmn_title_icon::before {
  background-image: url(../img/home/performance_icon.svg);
}

.home_performance_carousel {
  margin-top: 2em;
  margin-inline: auto;
  max-width: calc(100% - 2em);
  position: relative;
}
.home_performance_carousel .swiper {
  padding-bottom: 3em;
}
.home_performance_carousel .swiper-slide {
  height: auto;
}

.home_performance_item {
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}
.home_performance_image {
  margin: 0;
}
.home_performance_text {
  padding: 1.5em 1em;
}
.home_performance_profile {
  background: url(../img/common/icon_user.svg) left top/1em auto no-repeat;
  color: #666;
  font-size: 0.875em;
  font-weight: bold;
  padding-left: 1.5em;
}
.home_performance_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 0.8em;
}

.home_performance .swiper-button-prev,
.home_performance .swiper-button-next {
  background-color: var(--main-color);
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.16);
  height: 50px;
  margin-top: -25px;
  top: calc(50% - 1.5em);
  width: 50px;
}
.home_performance .swiper-button-prev::after,
.home_performance .swiper-button-next::after {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
.home_performance .swiper-button-prev {
  left: -25px;
}
.home_performance .swiper-button-next {
  right: -25px;
}

.home_performance .swiper-pagination-bullet {
  background-color: #898989;
  border-radius: 2px;
  height: 4px;
  opacity: 0.4;
  width: 2em;
}
.home_performance .swiper-pagination-bullet-active {
  opacity: 1;
}

.home_performance_button {
  margin-top: 2em;
}

/*===============================================
	トップページ：施工実績：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_performance_carousel .swiper {
    padding-bottom: 0;
  }
  .home_performance_carousel .swiper-pagination {
    display: none;
  }

  .home_performance .swiper-button-prev,
  .home_performance .swiper-button-next {
    top: 50%;
  }

  .home_performance_button {
    margin-top: 3em;
  }
}

/*===============================================
	トップページ：施工実績：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .home_performance .swiper-button-prev {
    left: -40px;
  }
  .home_performance .swiper-button-next {
    right: -40px;
  }
}

/* トップページ：給湯器の交換工事エリア
--------------------------------------------------------- */
.home_area .cmn_title_icon::before {
  background-image: url(../img/home/area_icon.svg);
}

.home_area_inner {
  margin-top: 2em;
  line-height: 1.7;
  text-align: center;
}
.home_area .cmn_cta_box_title {
  margin-bottom: 0.5em;
  padding-left: 0;
  padding-right: 0;
}
.home_area .cmn_cta_box_title::before {
  left: -1em;
}
.home_area .cmn_cta_box_title::after {
  right: -1em;
}
.home_area .cmn_cta_box_title strong {
  color: var(--warm-color);
}

.home_area_list {
  margin-top: 2em;
}
.home_area_list_item {
  background-color: #fff;
  border-radius: 6px;
  padding: 1.5em;
}
.home_area_list_item + .home_area_list_item {
  margin-top: 1em;
}
.home_area_list_title {
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.home_area_list_prefectures {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  margin-top: 1.2em;
  margin-inline: auto;
  max-width: 13.3em;
}
.home_area_list_prefectures li {
  margin-inline: 0.7em;
}
.home_area_list_prefectures li:nth-child(n + 4) {
  margin-top: 0.7em;
}

/*===============================================
	トップページ：給湯器の交換工事エリア：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .home_area_inner {
    margin-top: 2.5em;
  }
  .home_area .cmn_cta_box_title {
    margin-bottom: 0.8em;
  }

  .home_area_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_area_list_item {
    flex-basis: 32%;
    padding: 1.8em 1em;
  }
  .home_area_list_item + .home_area_list_item {
    margin-top: 0;
  }
  .home_area_list_item:nth-child(n + 4) {
    margin-top: 1.5em;
  }

  .home_area_list_prefectures {
    max-width: 11.4em;
  }
  .home_area_list_prefectures li {
    margin-inline: 0.4em;
  }
}

/*===============================================
	トップページ：給湯器の交換工事エリア：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .home_area_list_prefectures {
    max-width: 13.2em;
  }
  .home_area_list_prefectures li {
    margin-inline: 0.7em;
  }
}

/* ---------------------------------------------------------

	07. 給湯器を選ぶ

--------------------------------------------------------- */
.page-products .cmn_main {
  background-color: var(--warm-sub-color);
}

.products_point {
  padding-top: 2em;
}
.products_point .cmn_title_icon::before {
  background-image: url(../img/home/point_icon.svg);
}

.products_point_lead {
  margin-top: 2.5em;
  text-align: center;
}
.products_point_lead h3 {
  font-size: 16px;
  font-weight: bold;
}
.products_point_lead p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1.2em;
  text-align: left;
}

.products_point_box {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 2em;
  padding: 1.5em;
  position: relative;
}
.products_point_box + .products_point_box {
  margin-top: 1.5em;
}

.products_point_title {
  display: flex;
  align-items: center;
  margin-bottom: 1.2em;
}
.products_point_number {
  background: linear-gradient(to bottom, #ff9b41 0%, #fb7b33 100%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  margin-right: 0.8em;
  width: 60px;
}
.products_point_number em {
  font-size: 1.5em;
  font-style: normal;
}
.products_point_title_text {
  font-size: 20px;
  font-weight: bold;
}
.products_point_title_text strong {
  color: #ff6708;
  font-weight: bold;
}

.products_point_subtitle {
  border-left: 4px solid #ff6708;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 0.5em;
}
* + .products_point_subtitle {
  margin-top: 1.5em;
}

.products_point_box p {
  line-height: 1.7;
}
.products_point_box * + p {
  margin-top: 1.2em;
}

.products_point_01_images {
  display: grid;
  row-gap: 1.5em;
  margin-top: 1em;
}
.products_point_01_images figure img {
  border-radius: 6px;
}
.products_point_01_images figcaption {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0.5em;
  text-align: center;
}

.products_point_2column {
  display: grid;
  row-gap: 1.5em;
  margin-top: 1.5em;
}
.products_point_2column + .products_point_2column {
  margin-top: 2.2em;
}
.products_point_2column .cmn_text_list {
  margin-top: 0.6em;
}

.products_point_column {
  background-color: var(--sub-colur);
  border-radius: 6px;
  margin-top: 1.5em;
  padding: 1.5em;
}
.products_point_column h4 {
  color: var(--main-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.products_point_04 .products_point_2column {
  row-gap: 2.5em;
}
.products_point_feature {
  display: grid;
  grid-template: auto / 6em 1fr;
  gap: 4px 2px;
  line-height: 1.5;
  margin-top: 1.5em;
}
.products_point_feature dt {
  border-radius: 6px 0 0 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.products_point_merit {
  background-color: var(--warm-color);
}
.products_point_demerit {
  background-color: var(--main-color);
}
.products_point_feature dd {
  background-color: #f4f4f8;
  border-radius: 0 6px 6px 0;
  padding: 1em;
}

.products_point_ecojozu {
  margin-top: 1em;
  text-align: center;
}
.products_point_ecojozu figure {
  margin-inline: auto;
  max-width: 10em;
}
.products_point_ecojozu figure + p {
  font-weight: bold;
  margin-top: 0.5em;
}

.products_point_manufacturer {
  display: grid;
  grid-template: auto / repeat(auto-fill, 5em);
  gap: 1em 1.5em;
  align-items: center;
  margin-top: 1.5em;
}
.products_point_manufacturer img {
  vertical-align: middle;
}

.products_point_06 .products_point_column {
  margin-top: 0;
}
.products_point_06_list {
  margin-top: 1em;
}
.products_point_06_list li {
  display: flex;

  font-weight: bold;
  line-height: 1.5;
}
.products_point_06_list li::before {
  content: "";
  background: url(../img/common/icon_check.svg) center/contain no-repeat;
  display: block;
  flex-shrink: 0;
  height: 1.5em;
  margin-right: 0.3em;
  width: 1.5em;
}
.products_point_06_list li + li {
  margin-top: 0.5em;
}

.products_overview_switch_wrap {
  margin-top: 1.5em;
  padding-bottom: 0.75em;
}
.products_overview_switch {
  background: linear-gradient(to bottom, #50b0fa 0%, #006bbc 100%);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 35px;
  margin-inline: auto;
  padding-top: 4px;
  padding-inline: 1em;
  position: relative;
}
.products_overview_switch::after {
  content: "＋";
  font-size: 18px;
  margin-left: 0.3em;
}
.products_overview_switch.is-open::after {
  content: "ー";
}

.products_overview_panel {
  display: none;
  margin-inline: auto;
  max-width: 400px;
  padding: 1em 1.5em 0.25em;
}

.products_overview_buttons li:not(:first-child) {
  margin-top: 1em;
}
.products_overview_buttons .cmn_button {
  font-size: 16px;
  height: 40px;
}

.products_maker_buttons .cmn_button {
  background: #7081cb url(../img/common/icon_arrow_white.svg) 96% center/10px auto no-repeat;
  box-shadow: 0 4px 0 #5468c3;
}

/*===============================================
	給湯器を選ぶ：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .products_point {
    padding-top: 3em;
  }

  .products_point_lead {
    margin-top: 3em;
  }
  .products_point_lead h3 {
    font-size: 24px;
  }
  .products_point_lead p {
    font-size: 15px;
    line-height: 2;
    text-align: center;
  }

  .products_point_box {
    margin-top: 3em;
    padding: 2.5em;
  }
  .products_point_box + .products_point_box {
    margin-top: 2.5em;
  }

  .products_point_title {
    margin-bottom: 1.8em;
  }
  .products_point_number {
    font-size: 16px;
    font-weight: normal;
    height: 70px;
    margin-right: 1em;
    width: 70px;
  }
  .products_point_number em {
    font-size: 1.8em;
    font-weight: bold;
  }
  .products_point_title_text {
    font-size: 32px;
  }

  .products_point_subtitle {
    border-left-width: 6px;
    font-size: 24px;
    line-height: 1.2;
    padding-left: 0.6em;
  }
  * + .products_point_subtitle {
    margin-top: 1.8em;
  }

  .products_point_box p {
    line-height: 2;
  }

  .products_point_01_images {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2em;
    row-gap: 0;
    margin-top: 1.2em;
  }
  .products_point_01_images figcaption {
    font-size: 18px;
    margin-top: 0.6em;
  }

  .products_point_2column {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.5em;
    margin-top: 2.5em;
  }

  .products_point_column {
    margin-top: 2.5em;
    padding: 2em 1.5em;
  }

  .products_point_note {
    margin-top: 2em;
  }

  .products_point_manufacturer {
    grid-template-columns: repeat(6, minmax(5em, 7.5em));
    gap: 1em 1.5em;
    margin-top: 2em;
  }

  .products_point_06_list li {
    font-size: 18px;
  }
  .products_point_06_list li + li {
    margin-top: 0.3em;
  }

  .products_overview_switch_wrap {
    margin-top: 1.75em;
  }
  .products_overview_switch {
    font-size: 18px;
    height: 40px;
  }
  .products_overview_panel {
    max-width: inherit;
    padding-inline: 0;
  }
  .products_overview_buttons {
    display: flex;
    justify-content: center;
  }
  .products_overview_buttons li {
    flex: 0 0 calc((100% - 2em) / 3);
  }
  .products_overview_buttons li:not(:first-child) {
    margin-top: 0;
    margin-left: 1em;
  }
  .products_overview_buttons .cmn_button {
    font-size: 18px;
  }
  .products_maker_checklist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .products_maker_checklist li {
    margin-left: 1em;
    margin-bottom: 1em;
  }
  .products_maker_checklist li:nth-of-type(3n-2) {
    margin-left: 0;
  }
}

/*===============================================
	給湯器を選ぶ：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .products_point_lead p {
    font-size: 16px;
  }

  .products_point_column h4 {
    font-size: 24px;
  }

  .products_point_note {
    text-align: right;
  }

  .products_point_feature {
    grid-template-columns: 7em 1fr;
  }

  .products_point_ecojozu {
    display: flex;
    justify-content: center;
    margin-block: 1.5em;
  }
  .products_point_ecojozu figure {
    margin-inline: 0 1.5em;
    max-width: 10em;
  }

  .products_point_manufacturer {
    gap: 1em 2.5em;
  }

  .products_point_06_list li {
    font-size: 20px;
  }
  .products_point_06_list li + li {
    margin-top: 0.5em;
  }

  .products_overview_switch_wrap {
    margin-top: 2em;
  }
  .products_overview_switch {
    font-size: 22px;
    height: 56px;
  }
  .products_overview_switch::after {
    font-size: 22px;
  }
  .products_overview_buttons .cmn_button {
    font-size: 22px;
    height: 60px;
  }
}

/*===============================================
	給湯器を選ぶ：マウスホバー
===============================================*/
@media (hover: hover) and (pointer: fine) {
  .products_overview_switch {
    transition: opacity 0.3s;
  }
  .products_overview_switch:hover {
    opacity: 0.8;
  }
}

/* ---------------------------------------------------------

	08. 検索結果一覧

--------------------------------------------------------- */
.search_result {
  margin-top: 2.4em;
}
.search_result_list {
  margin-top: 1.5em;
}
.search_result_list .cmn_product_item {
  max-width: inherit;
}
.search_result_list .cmn_product_heading_inner {
  font-size: 16px;
}
.search_result_list .cmn_product_price {
  margin-inline: auto;
  max-width: 295px;
}
.search_result_list .cmn_product_item + .cmn_product_item {
  margin-top: 2em;
}

.search_search {
  margin-top: 4em;
}

.cmn_banner_search {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 130px;
  left: 0;
  transition: opacity 0.3s;
  z-index: 10;
}
.cmn_banner_search.is-show {
  opacity: 1;
  pointer-events: auto;
}
.cmn_banner_search a {
  background: linear-gradient(to bottom, #50b0fa 0%, #006bbc 100%);
  border-radius: 0 10px 10px 0;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.5em;
  text-decoration: none;
}
.cmn_banner_search a::before {
  content: "";
  background: url(../img/common/icon_search_white.svg) center/contain no-repeat;
  display: block;
  height: 1em;
  margin-right: 0.3em;
  width: 1em;
}

.search_result_noitem {
  line-height: 1.5;
  padding-block: 3em;
  text-align: center;
}
.search_result_noitem strong {
  display: block;
  font-size: 1.2em;
}

/*===============================================
	検索結果一覧：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .search_result {
    margin-top: 4em;
  }
  .search_result_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.5em;
    margin-inline: auto;
    max-width: 936px;
  }
  .search_result_list .cmn_product_item {
    max-width: 49%;
  }
  .search_result_list .cmn_product_item + .cmn_product_item {
    margin-top: 0;
  }
  .search_result_list .cmn_product_item:nth-child(n + 3) {
    margin-top: 2.5em;
  }
  .search_result_list .cmn_product_heading_inner {
    font-size: 13px;
  }
  .search_result_list .cmn_product_price {
    max-width: 356px;
  }

  .cmn_banner_search {
    bottom: 250px;
    left: auto;
    right: 0;
  }
  .cmn_banner_search a {
    border-radius: 10px 0 0 10px;
    font-size: 24px;
    padding: 0.8em;
  }
  .cmn_banner_search a::before {
    height: 1.2em;
    margin-right: 0.3em;
    width: 1.2em;
  }

  .search_result_noitem strong {
    font-size: 1.4em;
  }
}

/*===============================================
	検索結果一覧：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .search_result_list .cmn_product_item {
    max-width: 448px;
  }

  .search_search {
    margin-top: 5em;
  }
}

/*===============================================
	検索結果一覧：マウスホバー
===============================================*/
@media (hover: hover) and (pointer: fine) {
  .cmn_banner_search a {
    transition: opacity 0.3s;
  }
  .cmn_banner_search a:hover {
    opacity: 0.8;
  }
}

/* ---------------------------------------------------------

	09. 商品詳細

--------------------------------------------------------- */

/* 商品詳細：商品情報
--------------------------------------------------------- */
.detail_info {
  background-color: #e5edf8;
  padding-block: 1.5em 2.4em;
}

.detail_info_box {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  /* border-radius: 8px; */
  padding: 1.2em 1.2em 1.8em;
}

.detail_info_heading .cmn_product_heading_title,
.detail_info_heading .cmn_product_heading_name {
  font-size: 16px;
}

.detail_info_inclusive {
  border: 1px dotted var(--warm-color);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 5px;
  margin-top: 1.5em;
  margin-inline: auto;
  max-width: 360px;
  padding: 0.5em;
  position: relative;
}
.detail_info_inclusive::after {
  content: "";
  background: url(../img/common/icon_arrow_orange.svg) center top/contain no-repeat;
  height: 1em;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5em;
}
.detail_info_inclusive li {
  background-color: #f4f4f8;
  border-radius: 6px;
  color: var(--main-color);
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  padding: 0.5em 0.8em;
}
.detail_info_inclusive li::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 1.8em;
  margin-right: 0.5em;
  width: 1.8em;
}
.detail_info_heater::before {
  background-image: url(../img/common/icon_heater.svg);
}
.detail_info_remote::before {
  background-image: url(../img/common/icon_remote.svg);
}
.detail_info_cover::before {
  background-image: url(../img/common/icon_cover.svg);
}
.detail_info_cost::before {
  background-image: url(../img/common/icon_cost.svg);
}
.detail_info_visit::before {
  background-image: url(../img/common/icon_visit.svg);
}
.detail_info_transport::before {
  background-image: url(../img/common/icon_transport.svg);
}
.detail_info_disposal::before {
  background-image: url(../img/common/icon_disposal.svg);
}

.detail_info_inclusive li br {
  display: none;
}

.detail_info_inclusive_note {
  color: var(--warm-color);
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.8em;
  text-align: center;
}

.detail_info_price .cmn_product_price {
  margin-inline: auto;
  max-width: 295px;
}
.detail_info_price .cmn_product_total_data ul {
  display: inline-block;
  margin-top: 0.8em;
  text-align: left;
}

.detail_note_list {
  margin-top: 1.5em;
}
.detail_note_list li {
  font-size: 13px;
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
}
.detail_note_list li + li {
  margin-top: 0.5em;
}

/*===============================================
	商品詳細：商品情報：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .detail_info {
    padding-block: 2.4em 3.2em;
  }

  .detail_info_box {
    display: grid;
    grid-template:
      "visual heading" auto
      "visual price" auto
      / 48% 48%;
    gap: 3% 4%;
    padding: 2em 2em 3em;
  }

  .detail_info_heading {
    grid-area: heading;
  }
  .detail_info_heading .cmn_product_manufacturer img {
    height: 25px;
  }
  .detail_info_heading .cmn_product_heading_inner {
    margin-top: 0.7em;
  }

  .detail_info_visual {
    grid-area: visual;
  }
  .detail_info_visual .cmn_product_image {
    margin-top: 0;
  }

  .detail_info_inclusive_note {
    font-size: 20px;
  }

  .detail_info_price {
    grid-area: price;
  }
  .detail_info_price .cmn_product_price {
    margin-top: 0;
    margin-inline: auto;
    max-width: inherit;
    width: 100%;
  }
  .detail_info_price .cmn_product_total_data {
    border-radius: 0 6px 6px 0;
  }
  .detail_info_price .cmn_product_price_data_inner,
  .detail_info_price .cmn_product_total_data p {
    text-align: center;
  }

  .detail_note_list {
    margin-inline: auto;
    max-width: 90%;
  }
  .detail_note_list li {
    font-size: 14px;
  }
  .detail_note_list li + li {
    margin-top: 0.8em;
  }
}

/*===============================================
	商品詳細：商品情報：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .detail_info_box {
    grid-template-columns: 1fr 400px;
    column-gap: 2em;
    padding: 2.5em;
  }

  /* アイコンカスタマイズ導入に伴う表示調整 ここから */
  /* .detail_info_inclusive {
		border-width: 2px;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-columns: repeat(6, 1fr);
		column-gap: 8px;
		max-width: 90%;
		padding: 0.6em;
	}
	.detail_info_inclusive::after {width: 2em;}
	.detail_info_inclusive li {
		flex-direction: column;
		justify-content: flex-start;
		font-size: 13px;
		padding: 0.5em 0.2em;
		text-align: center;
	}
	.detail_info_inclusive li::before {
		height: 2.5em;
		margin-right: 0;
		margin-bottom: 0.5em;
		width: 2.5em;
	}

	.detail_info_inclusive li br {display: block;} */
  /* アイコンカスタマイズ導入に伴う表示調整 ここまで */

  .detail_info_price .cmn_product_price {
    max-width: inherit;
  }
}

/* 商品詳細：リモコン
--------------------------------------------------------- */
.detail_remote {
  padding-top: 2em;
}
.detail_remote_box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 3px rgba(1, 1, 1, 0.16);
}
.detail_remote_heading {
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 1.5em 4.5em 1.5em 1em;
  position: relative;
}

.detail_remote_logo {
  display: block;
  vertical-align: text-bottom;
}
.detail_remote_logo img {
  height: 20px;
  max-width: 130px;
}
.detail_remote_title {
  display: block;
  margin-top: 0.8em;
}

.detail_remote_switch {
  background: linear-gradient(to bottom, #50b0fa 0%, #006bbc 100%);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  height: 35px;
  padding-top: 4px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 48px;
}
.detail_remote_switch.is-open {
  font-size: 0;
}
.detail_remote_switch.is-open::before {
  content: "閉じる";
  font-size: 12px;
}

.detail_remote_panel {
  display: none;
  padding: 0 1.5em 1.5em;
}

.detail_remote_image {
  margin: 0 auto;
  max-width: 800px;
}
.detail_remote_image + .detail_remote_image {
  margin-top: 1.5em;
}

.detail_remote_note {
  margin-top: 2em;
  margin-inline: auto;
  max-width: 800px;
}
.detail_remote_note h3 {
  border-left: 4px solid var(--warm-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 0.5em;
}
.detail_remote_note * + h3 {
  margin-top: 1.5em;
}
.detail_remote_note p {
  line-height: 1.7;
}
.detail_remote_note ul {
  line-height: 1.7;
  list-style-type: disc;
  margin-inline: auto;
  max-width: 800px;
  padding-left: 1.2em;
}
.detail_remote_note ol {
  line-height: 1.7;
  list-style: decimal;
  margin-inline: auto;
  max-width: 800px;
  padding-left: 1.4em;
}
.detail_remote_note li + li {
  margin-top: 0.3em;
}
.detail_remote_note * + p,
.detail_remote_note * + ul,
.detail_remote_note * + ol {
  margin-top: 1.2em;
}

/*===============================================
	商品詳細：リモコン：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .detail_remote {
    padding-top: 3em;
  }

  .detail_remote_heading {
    font-size: 24px;
    padding: 1.75em 6.25em 1.75em 1.25em;
  }
  .detail_remote_logo {
    display: inline;
    vertical-align: text-bottom;
  }
  .detail_remote_logo img {
    height: 24px;
    max-width: 150px;
  }
  .detail_remote_title {
    display: inline;
    margin-top: 0;
    margin-left: 1em;
  }

  .detail_remote_switch {
    justify-content: space-between;
    font-size: 14px;
    height: 40px;
    right: 16px;
    padding-inline: 12px;
    width: 120px;
  }
  .detail_remote_switch::after {
    content: "＋";
    font-size: 18px;
    margin-left: 0.3em;
  }
  .detail_remote_switch.is-open::before {
    font-size: 14px;
  }
  .detail_remote_switch.is-open::after {
    content: "ー";
  }

  .detail_remote_panel {
    padding: 0 2em 2em;
  }

  .detail_remote_image + .detail_remote_image {
    margin-top: 2em;
  }

  .detail_remote_note {
    margin-top: 2.5em;
  }
  .detail_remote_note h3 {
    border-left-width: 6px;
    font-size: 18px;
    padding-left: 0.8em;
  }
  .detail_remote_note p {
    font-size: 16px;
  }
}

/*===============================================
	商品詳細：リモコン：マウスホバー
===============================================*/
@media (hover: hover) and (pointer: fine) {
  .detail_remote_switch {
    transition: opacity 0.3s;
  }
  .detail_remote_switch:hover {
    opacity: 0.8;
  }
}

/* 商品詳細：自由入力欄
--------------------------------------------------------- */
.detail_free {
  margin-top: 2em;
}

.detail_free_contents {
  background-color: #fff;
  border: 3px solid var(--warm-color);
  border-radius: 12px;
  padding: 1.5em;
}
.detail_free_contents h3 {
  border-left: 4px solid var(--warm-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  padding-left: 0.5em;
}
.detail_free_contents * + h3 {
  margin-top: 1.5em;
}
.detail_free_contents p {
  line-height: 1.7;
}
.detail_free_contents ul {
  line-height: 1.7;
  list-style-type: disc;
  margin-inline: auto;
  max-width: 800px;
  padding-left: 1.2em;
}
.detail_free_contents ol {
  line-height: 1.7;
  list-style: decimal;
  margin-inline: auto;
  max-width: 800px;
  padding-left: 1.4em;
}
.detail_free_contents li + li {
  margin-top: 0.3em;
}
.detail_free_contents * + p,
.detail_free_contents * + ul,
.detail_free_contents * + ol {
  margin-top: 1.2em;
}

/*===============================================
	商品詳細：自由入力欄：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .detail_free {
    margin-top: 2.5em;
  }

  .detail_free_contents {
    margin-top: 2.5em;
    padding: 2em;
  }
  .detail_free_contents h3 {
    border-left-width: 6px;
    font-size: 18px;
    margin-inline: auto;
    max-width: 800px;
    padding-left: 0.8em;
  }
  .detail_free_contents p {
    margin-inline: auto;
    max-width: 800px;
  }
}

/* 商品詳細：バリエーション一覧
--------------------------------------------------------- */
.detail_variation {
  margin-top: 2em;
}

.detail_variation_box {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5em;
}

.detail_variation_box .cmn_title_icon::before {
  background-image: url(../img/common/icon_variation.svg);
}

.detail_variation_lead {
  line-height: 1.4;
  margin-block: 1.5em 2em;
  text-align: center;
}

.detail_variation_title {
  border-left: 4px solid var(--warm-color);
  font-size: 20px;
  font-weight: bold;
  padding-left: 0.5em;
}
.detail_variation_list + .detail_variation_title {
  margin-top: 1.5em;
}

.detail_variation_list {
  display: grid;
  grid-template: auto / auto;
  row-gap: 0.4em;
  margin-top: 1em;
}
.detail_variation_list_item {
  background-color: #f2f2f2;
  border-radius: 6px 6px 0 0;
  padding: 0.4em 0.4em 0.8em;
  text-align: center;
}
.detail_variation_list_button a {
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  height: 48px;
  position: relative;
  text-decoration: none;
}
.detail_variation_list_button a::after {
  content: "";
  background: url(../img/common/icon_question.svg) center/contain no-repeat;
  display: block;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  width: 26px;
}
.detail_variation_list_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 1em;
}

.detail_variation_size .detail_variation_list_button a {
  background-color: #f5d4a0;
  color: #d88b18;
}
.detail_variation_size .is-current .detail_variation_list_button a {
  background-color: #e5a23e;
  color: #fff;
}
.detail_variation_supply .detail_variation_list_button a {
  background-color: #d6cddd;
  color: #8c59b2;
}
.detail_variation_supply .is-current .detail_variation_list_button a {
  background-color: #8c59b2;
  color: #fff;
}
.detail_variation_energy .detail_variation_list_button a {
  background-color: #bfdebf;
  color: #409d40;
}
.detail_variation_energy .is-current .detail_variation_list_button a {
  background-color: #599b59;
  color: #fff;
}

/*===============================================
	商品詳細：バリエーション一覧：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .detail_variation {
    margin-top: 2.5em;
  }

  .detail_variation_box {
    padding: 2.5em;
  }

  .detail_variation_lead {
    margin-block: 2em;
  }

  .detail_variation_title {
    border-left-width: 6px;
    padding-left: 0.8em;
  }

  .detail_variation_list {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 1em) / 3));
    column-gap: 0.5em;
    row-gap: 0;
  }
  .detail_variation_list_button a {
    font-size: 18px;
    height: 60px;
  }
}

/*===============================================
	商品詳細：バリエーション一覧：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .detail_variation_list_button a {
    font-size: 24px;
  }
}

/* 商品詳細：機能説明モーダル
--------------------------------------------------------- */
.modal_function_wrap.mfp-bg {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.modal_function_wrap.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.modal_function_wrap .mfp-container {
  padding-inline: 0.5em;
}
.modal_function_wrap.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.modal_function_wrap.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.modal_function_wrap.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-close-btn-in .modal_function .mfp-close {
  background-color: var(--main-color);
  border-radius: 50%;
  box-shadow: 0.5em 0.5em 2em rgba(1, 1, 1, 0.24);
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  height: 1em;
  opacity: 1;
  position: absolute;
  top: -25px;
  right: 10px;
  width: 1em;
}
.mfp-close-btn-in .modal_function .mfp-close:hover {
  opacity: 0.8;
}

.modal_function {
  background-color: #fff;
  border-radius: 8px;
  display: grid;
  row-gap: 1.5em;
  margin-inline: auto;
  max-height: 88vh;
  max-width: 1000px;
  overflow: auto;
  padding: 1.5em 1em;
}
.modal_function_title {
  background-color: #ddd;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em;
}
.modal_function_size .modal_function_title {
  background-color: #e5a23e;
}
.modal_function_supply .modal_function_title {
  background-color: #8c59b2;
}
.modal_function_energy .modal_function_title {
  background-color: #599b59;
}

.modal_function_subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 1em;
}
.modal_function_subtitle strong {
  color: var(--main-color);
  font-size: 1.125em;
  font-weight: bold;
}
.modal_function_note {
  margin-top: 1em;
}
.modal_function_note li,
.modal_function .cmn_text_note {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.modal_function_note li + li {
  margin-top: 0.3em;
}

.modal_function_point {
  color: var(--warm-color);
  display: flex;
  align-items: center;
}
.modal_function_point .products_point_title_text {
  font-size: 18px;
  font-weight: bold;
}

.modal_function_image img {
  border-radius: 6px;
}

.modal_function_text {
  font-size: 15px;
  line-height: 1.8;
}
.modal_function_subtitle + .modal_function_text {
  margin-top: 1.2em;
}
* + .modal_function_text {
  margin-top: 0.8em;
}
.modal_function_text strong {
  color: var(--main-color);
  font-weight: bold;
}

.modal_function_size_formula {
  background-color: #e5edf8;
  border-radius: 6px;
  font-weight: bold;
  margin-block: 1em;
  padding-block: 1em;
  text-align: center;
}

.modal_function_size_image {
  position: relative;
}
.modal_function_size_image::before {
  content: "";
  background-color: rgba(255, 103, 8, 0.1);
  border: 3px solid var(--warm-color);
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 3%;
  width: 95%;
}
.modal_function_size_image::after {
  content: "ご覧の給湯器はこちら";
  background-color: var(--warm-color);
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0.3em;
  position: absolute;
  right: -3%;
  width: 6.6em;
}
.modal_function_size_16 .modal_function_size_image::before {
  height: 26%;
  top: 51%;
}
.modal_function_size_16 .modal_function_size_image::after {
  top: 49%;
}
.modal_function_size_20 .modal_function_size_image::before {
  height: 23%;
  top: 29%;
}
.modal_function_size_20 .modal_function_size_image::after {
  top: 27%;
}
.modal_function_size_24 .modal_function_size_image::before {
  height: 24%;
  top: 5%;
}
.modal_function_size_24 .modal_function_size_image::after {
  top: 27%;
}

.modal_function_ecojozu {
  background-color: #f5f5f5;
  border-radius: 6px;
  display: grid;
  row-gap: 1em;
  padding: 1em;
  text-align: center;
}
.modal_function_ecojozu_title {
  font-size: 14px;
  font-weight: bold;
}
.modal_function_ecojozu_arrow {
  background-color: var(--warm-color);
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}

.modal_function_column {
  background-color: #f0f4fa;
  border-radius: 6px;
  display: grid;
  row-gap: 1.5em;
  padding: 1em;
}
.modal_function_column .cmn_text_note {
  margin-top: 1em;
}

/*===============================================
	商品詳細：機能説明モーダル：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .modal_function {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2em;
    align-items: center;
    padding: 1.5em;
  }
  .modal_function_title {
    font-size: 22px;
  }

  .modal_function_subtitle {
    font-size: 20px;
  }
  .modal_function_note li,
  .modal_function .cmn_text_note {
    font-size: 14px;
  }

  .modal_function_point .products_point_title_text {
    font-size: 24px;
  }

  .modal_function_text {
    font-size: 16px;
  }

  .modal_function_nogrid {
    grid-column: 1 / 3;
  }

  #spec_ecojozu .modal_function_writing {
    margin-top: 1em;
  }

  .modal_function_ecojozu {
    grid-template-columns: 37% 1fr 44%;
    column-gap: 1em;
    align-items: center;
    padding: 1em 2em;
  }
  .modal_function_ecojozu_title {
    font-size: 16px;
    grid-column: 1 / 4;
  }
  .modal_function_ecojozu_arrow {
    font-size: 13px;
    line-height: 1.4;
    padding-block: 0.3em;
    position: relative;
    width: calc(100% - 0.5em);
  }
  .modal_function_ecojozu_arrow::after {
    content: "";
    border: 2.5em solid transparent;
    border-left: 1.5em solid var(--warm-color);
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    left: 98%;
    transform: translateY(-50%);
    width: 0;
  }

  .modal_function_column {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2em;
    align-items: center;
    padding: 1em 2em;
  }
}

/*===============================================
	商品詳細：機能説明モーダル：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .modal_function {
    padding: 2.5em;
  }

  .modal_function_size_formula {
    font-size: 20px;
  }

  .modal_function_size_24 .modal_function_size_image::after {
    top: 6%;
  }

  #spec_ecojozu .modal_function_writing {
    margin-top: 0;
  }

  .modal_function_ecojozu {
    row-gap: 2em;
    padding-block: 1.5em;
  }
  .modal_function_ecojozu_title {
    font-size: 18px;
  }
  .modal_function_ecojozu_arrow {
    font-size: 18px;
    width: calc(100% - 1em);
  }
}

/* 商品詳細：商品詳細用CTAエリア
--------------------------------------------------------- */
.detail_cta {
  margin-top: 2.5em;
}

.detail_cta .cmn_cta_title {
  display: block;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
.detail_cta .cmn_cta_title em {
  color: #ffeb03;
  font-style: normal;
}

.detail_cta .cmn_cta_buttons {
  margin-top: 0;
}

.detail_cta_note {
  color: var(--main-color);
  font-feature-settings: "palt";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 1em;
  text-align: center;
}
.detail_cta_note strong {
  color: var(--warm-color);
  font-weight: bold;
}
.detail_cta_note .font_oswald {
  font-size: 1.33em;
}
.detail_cta_note li + li {
  margin-top: 0.5em;
}

/*===============================================
	商品詳細：商品詳細用CTAエリア：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .detail_cta {
    margin-top: 3em;
  }

  .detail_cta .cmn_cta_title {
    font-size: 30px;
    padding-block: 0.8em 0.6em;
  }

  .detail_cta .cmn_cta_buttons {
    margin-top: 0.5em;
  }

  .detail_cta_note {
    font-size: 29px;
  }
  .detail_cta_note strong {
    font-size: 1.38em;
  }
  .detail_cta_note li + li {
    margin-top: 0.2em;
  }
}

/* ---------------------------------------------------------

	10. クラシアンが選ばれる理由

--------------------------------------------------------- */
.reason_contents_wrap {
  padding-block: 3em 2.5em;
  position: relative;
}
.reason_contents_wrap::before {
  content: "";
  background-color: #e5edf8;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.reason_box + .reason_box {
  margin-top: 3em;
}
.reason_box_inner {
  background-color: #fff;
  border: 2px solid var(--warm-color);
  border-radius: 0 0 8px 8px;
  padding: 1.5em;
}

.reason_title {
  background-color: var(--warm-color);
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 0.7em;
  position: relative;
  text-align: center;
}
.reason_title::before {
  content: "";
  background: url(../img/reason/reason_icon_crown.svg) center/contain no-repeat;
  display: block;
  height: 1.5em;
  position: absolute;
  top: -1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 5em;
}
.reason_title em {
  color: #ffeb03;
  font-style: normal;
}

.reason_subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.reason_subtitle em {
  color: var(--main-color);
  font-style: normal;
}

.reason_2column {
  display: grid;
  row-gap: 2em;
}
.reason_2column_image {
  margin-block: 1em;
}
.reason_2column_image img {
  border-radius: 6px;
}
.reason_2column_text {
  line-height: 1.7;
}
.reason_2column_text strong {
  font-weight: bold;
}
.reason_2column .cmn_text_note {
  margin-top: 1em;
}

.reason_anniversary {
  display: grid;
  row-gap: 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.reason_anniversary strong {
  color: var(--main-color);
  font-size: 1.33em;
  font-weight: bold;
}
.reason_anniversary sup {
  font-size: 0.6em;
}
.reason_anniversary ul {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 0.5em;
}
.reason_anniversary li {
  padding-left: 2em;
  text-indent: -2em;
}

.reason_record .reason_2column {
  margin-top: 2em;
}

.reason_record .reason_subtitle {
  display: grid;
  grid-template-columns: 48px auto;
  column-gap: 0.5em;
  justify-content: center;
  text-align: left;
}
.reason_record .reason_subtitle::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 100%;
}
.reason_record .reason_2column_left .reason_subtitle::before {
  background-image: url(../img/reason/reason_icon_survey.svg);
}
.reason_record .reason_2column_right .reason_subtitle::before {
  background-image: url(../img/reason/reason_icon_safety.svg);
}

.reason_warranty {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 2.5em;
  margin-inline: auto;
  max-width: 750px;
  padding: 1.5em;
}
.reason_warranty_title {
  color: var(--main-color);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}

/*===============================================
	クラシアンが選ばれる理由：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .reason_contents_wrap {
    padding-block: 6em 2.5em;
  }

  .reason_box + .reason_box {
    margin-top: 5em;
  }
  .reason_box_inner {
    border-width: 3px;
    padding: 2.5em;
  }

  .reason_title {
    font-size: 32px;
  }

  .reason_2column {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.5em;
  }

  .reason_anniversary {
    grid-template-columns: 42% 1fr;
    column-gap: 1.8em;
  }

  .reason_record .reason_2column {
    margin-top: 3em;
  }

  .reason_record .reason_subtitle {
    grid-template-columns: 64px auto;
  }

  .reason_warranty {
    padding: 2.5em;
    width: 92%;
  }
  .reason_warranty_title {
    font-size: 32px;
  }
}

/*===============================================
	クラシアンが選ばれる理由：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .reason_subtitle {
    font-size: 24px;
  }

  .reason_anniversary {
    grid-template-columns: 36% 1fr;
    column-gap: 1.8em;
    font-size: 24px;
  }
}

/* ---------------------------------------------------------

	11. 給湯器取付までの流れ

--------------------------------------------------------- */
.page-flow .cmn_main {
  background-color: #e5edf8;
}

.flow_simple {
  padding-block: 2.5em;
  position: relative;
  z-index: 0;
}
.flow_simple::before {
  content: "";
  background-color: var(--warm-sub-color);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.flow_simple .home_flow_inner {
  margin-top: 0;
}

.flow_step {
  padding-block: 2.5em;
  position: relative;
  z-index: 0;
}
.flow_step::before {
  content: "";
  background-color: var(--sub-colur);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.flow_step_list {
  display: grid;
  row-gap: 2.5em;
}
.flow_step_list_item {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5em;
  position: relative;
}
.flow_step_list_item:not(:last-child)::after {
  content: "";
  background: url(../img/common/icon_arrow_sky.svg) center/contain no-repeat;
  height: 1.5em;
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5em;
}

.flow_step_title {
  color: var(--main-color);
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 0.5em;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.flow_step_title .font_oswald {
  background-color: #898989;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding-block: 0.2em 0.3em;
  text-align: center;
  width: 80px;
}
.flow_step_title .font_oswald em {
  font-size: 1.33em;
  font-style: normal;
  margin-left: 0.2em;
}

.flow_step_columns {
  display: grid;
  row-gap: 1.5em;
  margin-top: 1em;
}
.flow_step_text {
  line-height: 1.8;
}
.flow_step_text .cmn_text_note {
  margin-top: 1em;
}
.flow_step_image img {
  border-radius: 6px;
}

.flow_payment {
  padding-top: 2.5em;
}
.flow_payment_box {
  background-color: #fff;
  border-radius: 8px;
  margin-inline: auto;
  max-width: 880px;
  padding: 1.5em;
  width: 90%;
}
.flow_payment_title {
  color: var(--main-color);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.flow_payment_list {
  margin-top: 1.5em;
}
.flow_payment_list dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.flow_payment_list dd + dt {
  margin-top: 1.2em;
}
.flow_payment_list dd {
  line-height: 1.8;
  margin-top: 0.5em;
}
.flow_payment .cmn_text_note {
  margin-top: 1.5em;
}
.flow_payment_button {
  margin-top: 1.5em;
  max-width: 500px;
}

/*===============================================
	給湯器取付までの流れ：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .flow_step_list {
    row-gap: 3.5em;
  }
  .flow_step_list_item {
    padding: 2.5em;
  }
  .flow_step_list_item:not(:last-child)::after {
    bottom: -2.5em;
    width: 3em;
  }

  .flow_step_title {
    grid-template-columns: 128px 1fr;
    font-size: 32px;
  }
  .flow_step_title .font_oswald {
    font-size: 24px;
    width: 128px;
  }

  .flow_step_columns {
    grid-template-columns: 1fr 320px;
    column-gap: 2.5em;
    margin-top: 1.8em;
  }
  .flow_step_text {
    line-height: 2;
  }
  .flow_step_text .cmn_text_note {
    margin-top: 1.5em;
  }

  .flow_payment_box {
    padding: 2.5em;
  }
  .flow_payment_title {
    font-size: 32px;
  }
  .flow_payment_list {
    margin-top: 1.5em;
  }
  .flow_payment_list dt {
    font-size: 20px;
  }
  .flow_payment_list dd {
    margin-top: 0.8em;
  }
  .flow_payment .cmn_text_note {
    margin-top: 2em;
  }
  .flow_payment_button {
    margin-top: 2em;
  }
}

/* ---------------------------------------------------------

	12. お客様の声

--------------------------------------------------------- */
.voice_list {
  display: grid;
  row-gap: 2em;
  margin-top: 2.5em;
}
.voice_list_item {
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}
.voice_list_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 1em;
}
.voice_list_profile {
  background: url(../img/common/icon_user.svg) left top/1em auto no-repeat;
  color: #666;
  font-size: 0.875em;
  font-weight: bold;
  margin-top: 1em;
  padding-left: 1.5em;
}
.voice_list_text {
  line-height: 1.8;
  margin-top: 1.5em;
}
.voice_list_text ul {
  line-height: 1.7;
  list-style-type: disc;
  padding-left: 1.2em;
}
.voice_list_text ol {
  line-height: 1.7;
  list-style: decimal;
  padding-left: 1.4em;
}
.voice_list_text li + li {
  margin-top: 0.3em;
}
.voice_list_text * + p,
.voice_list_text * + ul,
.voice_list_text * + ol {
  margin-top: 1.2em;
}

/*===============================================
	お客様の声：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .voice_list {
    grid-template: auto / repeat(2, 1fr);
    gap: 3em 1.5em;
    margin-top: 4.5em;
  }
  .voice_list_item {
    padding: 1.2em;
  }

  .voice_list_text {
    margin-top: 2em;
  }
}

/*===============================================
	お客様の声：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .voice_list {
    gap: 4em 2.5em;
  }
}

/* ---------------------------------------------------------

	13. 施工実績

--------------------------------------------------------- */
.performance_list {
  margin-top: 2.5em;
}
.performance_list_item {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5em;
}
.performance_list_item + .performance_list_item {
  margin-top: 2em;
}
.performance_list_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.performance_list_info {
  background: url(../img/common/icon_user.svg) left top/1em auto no-repeat;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 1em;
  padding-left: 1.5em;
}
.performance_list_profile {
  margin-right: 1.5em;
}
.performance_list_product {
  letter-spacing: -0.5em;
}
.performance_list_product span {
  letter-spacing: normal;
}
.performance_list_product span + span {
  margin-left: 0.5em;
}
.performance_list_text {
  line-height: 1.8;
  margin-top: 1.5em;
}
.performance_list_text ul {
  line-height: 1.7;
  list-style-type: disc;
  padding-left: 1.2em;
}
.performance_list_text ol {
  line-height: 1.7;
  list-style: decimal;
  padding-left: 1.4em;
}
.performance_list_text li + li {
  margin-top: 0.3em;
}
.performance_list_text * + p,
.performance_list_text * + ul,
.performance_list_text * + ol {
  margin-top: 1.2em;
}
.performance_list_images {
  display: grid;
  row-gap: 1.5em;
  margin-top: 2em;
}
.performance_list_image img {
  border-radius: 6px;
}
.performance_list_image figcaption {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0.8em;
  text-align: center;
}

/*===============================================
	施工実績：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .performance_list {
    margin-top: 4.5em;
  }
  .performance_list_item {
    padding: 2.5em;
  }
  .performance_list_item + .performance_list_item {
    margin-top: 2.5em;
  }
  .performance_list_title {
    font-size: 24px;
    line-height: 1.4;
  }
  .performance_list_text {
    margin-top: 2em;
  }
  .performance_list_images {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2em;
  }
  .performance_list_image figcaption {
    font-size: 18px;
  }
}

/* ---------------------------------------------------------

	14. お役立ち情報

--------------------------------------------------------- */
.paged .column_index_content {
  display: none;
}

/* お役立ち情報：インデックス：お役立ち情報
--------------------------------------------------------- */
.cat_column.cmn_main {
  background-color: var(--warm-sub-color);
}

.column_contents_column .cmn_contents_column_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  padding-right: 1em;
}
.column_contents_column .cmn_contents_column_title::before {
  content: "";
  background: url(../img/common/icon_summary.svg) center/contain no-repeat;
  display: block;
  height: 1.2em;
  margin-right: 0.2em;
  width: 1.2em;
}
.column_contents_column .cmn_text_list {
  font-weight: bold;
  text-align: left;
}

/*===============================================
	お役立ち情報：インデックス：お役立ち情報：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .column_contents_column .cmn_contents_column_title {
    font-size: 32px;
  }
  .column_contents_column .cmn_contents_column_title::before {
    height: 1.5em;
    margin-right: 0.3em;
    width: 1.5em;
  }
  .column_contents_column .cmn_text_list {
    display: grid;
    justify-content: center;
    font-size: 20px;
  }
}

/* お役立ち情報：インデックス：寿命チェックシート
--------------------------------------------------------- */
.column_checklist_box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 3px rgba(1, 1, 1, 0.16);
  margin-top: 2em;
}
.column_checklist_heading {
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 1em 4.5em 1em 1.5em;
  position: relative;
}
.column_checklist_heading::after {
  content: "";
  background: url(../img/common/icon_accordion_close.svg) center/contain no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 32px;
}
.column_checklist_heading.is-open::after {
  background-image: url(../img/common/icon_accordion_open.svg);
}

.column_checklist_title {
  color: var(--warm-color);
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 32px;
  text-align: center;
}
.column_checklist_panel {
  display: none;
  padding: 0 1.5em 1.5em;
}

.column_checklist_panel_title {
  color: var(--main-color);
  display: flex;
  justify-content: center;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.5em;
  text-align: center;
  position: relative;
}
.column_checklist_panel_title::before,
.column_checklist_panel_title::after {
  content: "";
  background-color: var(--main-color);
  display: block;
  height: 2.8em;
  margin-inline: 0.5em;
  width: 2px;
}
.column_checklist_panel_title::before {
  transform: rotate(-25deg);
}
.column_checklist_panel_title::after {
  transform: rotate(25deg);
}

.column_checklist_panel_lead {
  line-height: 1.8;
  margin-top: 1.5em;
}

.column_checklist_list {
  display: grid;
  justify-content: center;
  margin-top: 1.5em;
}
.column_checklist_list li {
  display: grid;
  grid-template-columns: 1.5em 1fr;
  column-gap: 0.2em;
  font-weight: bold;
  line-height: 1.4;
}
.column_checklist_list li::before {
  content: "";
  background: url(../img/common/icon_check.svg) center 0.1em / contain no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.column_checklist_list li + li {
  margin-top: 0.8em;
}

/*===============================================
	お役立ち情報：インデックス：寿命チェックシート：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .column_checklist_heading {
    padding: 2em 4.5em 2em 2em;
  }
  .column_checklist_heading::after {
    height: 50px;
    right: 1.5em;
    width: 50px;
  }
  .column_checklist_title {
    font-size: 32px;
    padding-left: 50px;
  }
  .column_checklist_panel {
    padding: 0 2em 2.5em;
  }

  .column_checklist_panel_title {
    font-size: 24px;
    margin-top: 1em;
  }
  .column_checklist_panel_title::before,
  .column_checklist_panel_title::after {
    height: 2em;
    position: relative;
    top: -0.3em;
    width: 3px;
  }
  .column_checklist_panel_title::before {
    transform: rotate(-30deg);
  }
  .column_checklist_panel_title::after {
    transform: rotate(30deg);
  }

  .column_checklist_panel_lead {
    margin-top: 1em;
    text-align: center;
  }

  .column_checklist_list {
    font-size: 24px;
  }
}

/*===============================================
	お役立ち情報：インデックス：寿命チェックシート：マウスホバー
===============================================*/
@media (hover: hover) and (pointer: fine) {
  .column_checklist_heading {
    transition: opacity 0.3s;
  }
  .column_checklist_heading:hover {
    opacity: 0.8;
  }
}

/* お役立ち情報：インデックス：お役立ち情報一覧
--------------------------------------------------------- */
.column_list_wrap {
  margin-top: 4em;
}
.column_list_wrap .cmn_title_icon::before {
  background-image: url(../img/common/icon_column.svg);
}

.column_list {
  display: grid;
  row-gap: 1.5em;
  margin-top: 2em;
}
.column_list_item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.16);
  padding: 1.5em;
}
.column_list_item a {
  text-decoration: none;
}
.column_list_image img {
  border-radius: 8px;
}

.column_list_tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
.column_list_tag {
  margin-top: 0.6em;
  margin-right: 0.8em;
}
.column_list_tag a {
  background-color: #ebebeb;
  border-radius: 4px;
  color: #4b4b4b;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0.4em 0.6em;
  text-decoration: none;
}
.column_list_tag a::before {
  content: "";
  background: url(../img/common/icon_tag.svg) center/contain no-repeat;
  display: block;
  height: 0.8em;
  margin-right: 0.3em;
  width: 0.8em;
}
.column_list_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1em;
}

.column_list_side {
  background-color: #fff;
  border-radius: 8px;
  align-self: start;
  margin-top: 2.5em;
  padding: 1.5em;
}
.column_list_side_title {
  font-size: 20px;
}

/*===============================================
	お役立ち情報：インデックス：お役立ち情報一覧：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .column_list_wrap {
    margin-top: 5em;
  }

  .column_list {
    grid-template: auto / repeat(2, 1fr);
    gap: 1.5em;
  }

  .column_list {
    row-gap: 2em;
    margin-top: 2.5em;
  }

  .column_list_text {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 0.8em;
  }

  .column_list_wrap .cmn_pagination {
    margin-top: 3em;
  }
}

/*===============================================
	お役立ち情報：インデックス：お役立ち情報一覧：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .column_list_wrap {
    display: grid;
    grid-template: repeat(2, auto) / 2fr 25%;
    gap: 2.5em 3em;
    margin-top: 6em;
  }
  .column_list_wrap .cmn_title_icon {
    grid-column: 1 / 3;
  }

  .column_list {
    margin-top: 0;
  }

  .column_list_side {
    margin-top: 0;
  }
}

/* お役立ち情報：記事ページ
--------------------------------------------------------- */
.column_single_content {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  margin-top: 2.5em;
  padding: 1.5em;
}

.column_single_post_title {
  color: var(--main-color);
  font-size: 24px;
  line-height: 1.4;
}

.column_single_content .column_list_tags {
  margin-top: 0.3em;
}

.column_single_overview {
  margin-top: 2em;
}

.column_single_thumbnail {
  margin-top: 2em;
}
.column_single_content img {
  border-radius: 8px;
}

.column_single_editor {
  margin-top: 2em;
}

.column_single_content #ez-toc-container {
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 1em;
}
.column_single_content .ez-toc-title {
  font-size: 16px;
  font-weight: bold;
}
.column_single_content .ez-toc-list {
  counter-reset: item;
  margin-top: 0.8em;
}
.column_single_content .ez-toc-list li + li {
  margin-top: 0.5em;
}
.column_single_content .ez-toc-link {
  color: var(--main-color);
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
.column_single_content .ez-toc-link::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  display: block;
  margin-right: 0.3em;
}

.column_single_editor h2 {
  border-left: 4px solid var(--warm-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 2em;
  padding-left: 0.5em;
  scroll-margin-top: 72px;
}

.column_single_editor h3 {
  background-color: #f5f5f5;
  border-bottom: 2px solid var(--main-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 2em;
  padding: 0.5em;
  scroll-margin-top: 72px;
}

.column_single_editor h4 {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 2em;
}

.column_single_editor ul:not(.ez-toc-list) {
  line-height: 1.8;
  list-style: disc;
  margin-top: 1.5em;
  padding-left: 1.2em;
}
.column_single_editor ol:not(.ez-toc-list) {
  line-height: 1.8;
  list-style: decimal;
  margin-top: 1.5em;
  padding-left: 1.4em;
}
.column_single_editor ul:not(.ez-toc-list) li + li,
.column_single_editor ol:not(.ez-toc-list) li + li {
  margin-top: 0.4em;
}

.column_single_editor div.caption {
  margin-top: 15px;
  padding: 10px;
  background: #e3ddd0;
  border-radius: 8px;
  font-size: 95%;
}
.column_single_editor div.borderline2 {
  border: 1px solid #000;
  margin: 1em 0;
  padding: 10px;
}
.column_single_editor p.borderline {
  border: 2px dotted #dcad43;
  padding: 5px 5px 5px 10px;
}
.column_single_editor p.caption_small {
  font-size: 75%;
}
.column_single_editor ol.numbering {
  list-style: decimal;
}
.column_single_editor span.underline {
  text-decoration: underline;
}
.column_single_editor table.wide {
  border-collapse: collapse;
  width: 100%;
}

.column_single_overview p,
.column_single_editor p {
  line-height: 1.8;
}
.column_single_overview * + p,
.column_single_editor * + p {
  margin-top: 1.2em;
}

.column_single_bottom {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding-top: 1em;
}
.column_single_bottom .cmn_cta_title {
  border-radius: 0;
}

.column_single_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5em;
}
.column_single_sns li + li {
  margin-left: 1em;
}
.column_single_sns a {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 48px;
  width: 48px;
}

.column_pagination {
  display: grid;
  grid-template:
    "archive archive" auto
    "prev next" auto
    / 1fr 1fr;
  gap: 1em;
  margin-top: 2em;
  margin-inline: auto;
}
.column_pagination a {
  background-color: #fff;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(1, 1, 1, 0.16);
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0.8em 0.5em;
  text-align: center;
  text-decoration: none;
}
.column_pagination_archive {
  grid-area: archive;
}
.column_pagination_archive a {
  background-color: var(--main-color);
  color: #fff;
}
.column_pagination_prev {
  grid-area: prev;
}
.column_pagination_prev a::before {
  content: "";
  background: url(../img/common/icon_arrow_blue.svg) center/contain no-repeat;
  display: block;
  height: 0.8em;
  margin-right: 0.3em;
  transform: rotate(180deg);
  width: 0.8em;
}
.column_pagination_next {
  grid-area: next;
}
.column_pagination_next a::after {
  content: "";
  background: url(../img/common/icon_arrow_blue.svg) center/contain no-repeat;
  display: block;
  height: 0.8em;
  margin-left: 0.3em;
  width: 0.8em;
}

/*===============================================
	お役立ち情報：記事ページ：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .column_single_content {
    margin-top: 4em;
    padding: 2.5em;
  }

  .column_single_post_title {
    font-size: 32px;
  }

  .column_single_overview {
    margin-top: 2.5em;
  }

  .column_single_editor {
    margin-top: 3em;
  }

  .column_single_content #ez-toc-container {
    padding: 2em;
  }
  .column_single_content .ez-toc-title {
    font-size: 20px;
  }
  .column_single_content .ez-toc-list {
    margin-top: 1.5em;
  }
  .column_single_content .ez-toc-list li + li {
    margin-top: 1em;
  }
  .column_single_content .ez-toc-link {
    font-size: 18px;
  }
  .column_single_content .ez-toc-link::before {
    margin-right: 0.5em;
  }

  .column_single_editor h2 {
    border-left-width: 6px;
    font-size: 24px;
    margin-top: 3em;
    scroll-margin-top: 58px;
  }

  .column_single_editor h3 {
    font-size: 20px;
    margin-top: 2.5em;
    padding: 0.5em 0.8em;
    scroll-margin-top: 58px;
  }

  .column_single_bottom .cmn_cta_title::before {
    border-radius: 0;
  }

  .column_pagination {
    grid-template: "prev archive next" auto / 1fr 1.5fr 1fr;
    margin-top: 4em;
    max-width: inherit;
  }
  .column_pagination a {
    padding: 1em;
  }
  .column_pagination_prev {
    margin-right: auto;
  }
  .column_pagination_archive {
    margin-inline: auto;
  }
  .column_pagination_next {
    margin-left: auto;
  }
}

/*===============================================
	お役立ち情報：記事ページ：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .column_pagination + .column_list_side {
    margin-top: 2.5em;
  }
}

/* ---------------------------------------------------------

	15. お見積もり・無料相談

--------------------------------------------------------- */
.cat_contact.cmn_main {
  background-color: #fff;
}

.contact_lead {
  font-size: 14px;
  line-height: 1.8;
  padding-block: 2.5em;
}
.contact_lead strong {
  color: var(--main-color);
  font-size: 1.2em;
  font-weight: normal;
}
.contact_lead_list {
  margin-top: 1.5em;
}
.contact_lead_list dt {
  font-weight: bold;
}

.contact_cta {
  margin-bottom: 4em;
}
.contact_cta_title {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
}
.contact_cta .cmn_cta_buttons {
  justify-content: center;
}

.contact_box + .contact_box {
  margin-top: 3em;
}
.contact_box_title {
  background-color: #5e98db;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 1em;
}
.contact_box_title.js-accordion_switch {
  box-shadow: 0 3px 3px rgba(1, 1, 1, 0.16);
  cursor: pointer;
  padding-right: 3.5em;
  position: relative;
}
.contact_box_title.js-accordion_switch::after {
  content: "";
  background: url(../img/common/icon_accordion_close.svg) center/contain no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 32px;
}
.contact_box_title.js-accordion_switch.is-open::after {
  background-image: url(../img/common/icon_accordion_open.svg);
}
.contact_box_title small {
  display: block;
  font-size: 0.8em;
  margin-top: 0.5em;
}

.contact_box_panel {
  display: none;
}

.contact_list {
  display: grid;
  gap: 2px;
  line-height: 1.7;
  margin-top: 1em;
}
.contact_list_title {
  background-color: #dcdfe5;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0.5em 1em;
}
.contact_list_data + .contact_list_title {
  margin-top: 2px;
}
.contact_list_data {
  background-color: #f4f4f8;
  border-radius: 0 0 6px 6px;
  padding: 1em;
}

.contact_require {
  background-color: var(--warm-color);
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-left: auto;
  padding: 0.2em 0.6em;
}

.contact_box input[type="text"],
.contact_box input[type="tel"],
.contact_box input[type="email"],
.contact_box select,
.contact_box textarea {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 6px;
  font-size: 16px;
  padding: 0.5em 1em;
}
.contact_box input[type="text"],
.contact_box input[type="tel"] {
  width: 100%;
}
.contact_box textarea {
  height: 8em;
  resize: none;
  width: 100%;
}
.contact_box option {
  padding: 0;
}
.contact_box.product-info-box {
  margin-bottom: 4em;
}

.contact_postcode input[type="tel"] {
  margin-left: 0.8em;
  width: 10em;
}
.contact_address {
  display: grid;
  grid-template: auto / 5em 1fr;
  gap: 0.5em 1em;
  align-items: center;
  margin-top: 1em;
}

.contact_email li + li {
  margin-top: 0.5em;
}
.contact_email input[type="email"] {
  width: calc(100% - 5em);
}

.contact_input_list {
  display: grid;
  grid-template: auto / repeat(3, auto);
  gap: 0.5em;
}
.contact_list_place {
  grid-template: auto / auto;
}

.contact_box input[type="radio"] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact_box_radio label,
.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 1.7em;
  position: relative;
}
.contact_box_radio label::before,
.wpcf7-radio .wpcf7-list-item-label::before,
.contact_list_radios .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 50%;
  display: block;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
}
.contact_box_radio label::after,
.wpcf7-radio .wpcf7-list-item-label::after,
.contact_list_radios .wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  background-color: var(--main-color);
  border-radius: 50%;
  display: block;
  height: 14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 14px;
}
.contact_box_radio input:checked + label::after,
.wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact_box input[type="checkbox"] {
  display: none;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact_box_checkbox label,
.wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 1.7em;
  position: relative;
}
.contact_box_checkbox label::before,
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  background-color: #fff;
  border: 1px solid #898989;
  display: block;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
}
.contact_box_checkbox label::after,
.wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  background: url(../img/common/icon_checked.svg) center/contain no-repeat;
  display: block;
  height: 14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 14px;
}
.contact_box_checkbox input:checked + label::after,
.wpcf7-checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact_remote_data .cmn_text_note {
  margin-top: 0.8em;
}
.contact_remote_data .contact_model_image {
  margin-top: 0.8em;
}

.contact_inuse {
  display: grid;
  row-gap: 2em;
}
.contact_inuse_files {
  margin-top: 1em;
}
.contact_inuse_files label {
  display: grid;
  grid-template-columns: 9em 1fr;
  column-gap: 1em;
  align-items: center;
}
.contact_inuse_files label + label {
  margin-top: 1em;
}
.contact_inuse_files .wpcf7-form-control-wrap {
  display: none;
}
.contact_inuse_files .cmn_button {
  background: linear-gradient(to bottom, #50b0fa 0%, #006bbc 100%);
  font-size: 16px;
  height: 40px;
}
.contact_inuse_files .contact_box_file {
  word-break: break-all;
}

.contact_inuse_images_title {
  font-weight: bold;
  text-align: center;
}
.contact_inuse_image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5em;
  margin-top: 1em;
}
.contact_inuse_image figcaption {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 0.5em;
  text-align: center;
}
.contact_inuse_image figcaption small {
  display: block;
  margin-top: 0.3em;
  text-align: left;
}

.contact_not_require {
  font-size: 18px;
  line-height: 1.4;
  margin-block: 2.5em;
  text-align: center;
}
.contact_not_require em {
  color: var(--warm-color);
  font-style: normal;
  font-weight: bold;
}

.contact_privacy {
  line-height: 1.8;
  margin-top: 2.5em;
  text-align: center;
}

.contact_submit_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5em;
}
.contact_submit_wrap .cmn_submit {
  max-width: 320px;
}

.contact_submit_wrap .wpcf7-spinner {
  display: none;
}

.contact_submit_back {
  flex-shrink: 0;
  margin-right: 1em;
  width: 8em;
}
.contact_submit_back .cmn_button {
  background: #aaa;
  box-shadow: 0 4px 0 #999;
}

.page-confirm .contact_list_files {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1em;
}

.contact_complete_message {
  text-align: center;
}
.contact_complete_message strong {
  font-size: 1.5em;
}
.contact_complete_message p + p {
  margin-top: 2em;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.frm-mail-confirm .btn-submit-group {
  width: 320px;
}
.hidden-part {
  display: none;
}

/*===============================================
	お見積もり・無料相談：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .contact_lead {
    font-size: 16px;
    padding-block: 3em;
    text-align: center;
  }
  .contact_lead strong {
    font-size: 1.5em;
  }

  .contact_cta {
    margin-bottom: 6em;
  }
  .contact_cta_title {
    font-size: 18px;
    margin-bottom: 1.2em;
  }

  .contact_box_title {
    font-size: 24px;
    padding: 1.2em;
  }
  .contact_box_title.js-accordion_switch::after {
    height: 50px;
    right: 1.5em;
    width: 50px;
  }

  .contact_box + .contact_box {
    margin-top: 4em;
  }
  .contact_box_title {
    font-size: 24px;
  }
  .contact_box_title small {
    display: inline;
    margin-top: 0;
    margin-left: 1em;
  }

  .contact_list {
    display: grid;
    grid-template: auto / 14em 1fr;
    gap: 4px 2px;
    margin-top: 1.8em;
  }
  .contact_list_title {
    border-radius: 6px 0 0 6px;
  }
  .contact_list_data + .contact_list_title {
    margin-top: 0;
  }
  .contact_list_data {
    border-radius: 0 6px 6px 0;
  }

  .contact_input_list {
    grid-template: auto / repeat(5, auto);
  }
  .contact_list_place {
    grid-template: auto / repeat(2, auto);
  }

  .contact_inuse_image figcaption {
    font-size: 14px;
  }

  .contact_not_require {
    font-size: 22px;
    margin-block: 3em;
  }

  .contact_submit_back .cmn_button {
    height: 64px;
  }

  .contact_complete_message strong {
    font-size: 2em;
  }
}

/*===============================================
	お見積もり・無料相談：992px以上
===============================================*/
@media screen and (min-width: 992px) {
  .contact_input_list {
    grid-template-columns: repeat(5, 19%);
  }
  .contact_list_place {
    grid-template-columns: repeat(3, auto);
  }

  .contact_inuse {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2em;
  }
}

/* ---------------------------------------------------------

	16. お支払いについて

--------------------------------------------------------- */
.payment_lead {
  padding-top: 3em;
}
.payment_lead_image {
  display: grid;
  grid-template: auto / repeat(2, minmax(70px, 160px));
  justify-content: center;
  gap: 15px;
}
.payment_lead_text {
  line-height: 1.8;
  margin-top: 1.5em;
}

.payment_list_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.payment_list_logo li {
  margin: 1em 1em 0 0;
}
.payment_list_logo li img {
  height: 28px;
}

.payment_convenience .cmn_text_list li::before {
  content: "※";
}

.payment_debit {
  display: grid;
  row-gap: 1.5em;
  margin-top: 1em;
}

/*===============================================
	お支払いについて：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .payment_lead {
    padding-top: 4.5em;
    text-align: center;
  }
  .payment_lead_image {
    grid-template-columns: repeat(3, minmax(70px, 160px));
    /* grid-template-columns: repeat(4, minmax(70px, 160px)); */
    column-gap: 15px;
  }
  .payment_lead_text {
    font-size: 1.1em;
  }

  .payment_list_logo li img {
    height: auto;
  }

  .payment_debit {
    grid-template-columns: 200px 1fr;
    column-gap: 1.5em;
    align-items: center;
  }
}

/* ---------------------------------------------------------

	17. 会社概要

--------------------------------------------------------- */
.company_lead {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.company_table {
  display: grid;
  row-gap: 2px;
  margin-top: 2em;
  margin-inline: auto;
  max-width: 700px;
}
.company_table dt {
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1em;
}
.company_table dd {
  border: 1px solid var(--main-color);
  padding: 1em;
}

/*===============================================
	会社概要：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .company_lead {
    font-size: 1.2em;
  }

  .company_table {
    grid-template: auto / 7em 1fr;
  }
  .company_table dt {
    padding: 1em;
  }
}

/* ---------------------------------------------------------

	18. 個人情報保護方針

--------------------------------------------------------- */
.page-privacy .cmn_contents_subtitle {
  border-left: none;
  padding-left: 0;
}

.privacy_list {
  margin-top: 1em;
}
.privacy_list dd + dt {
  margin-top: 1em;
}
.privacy_list dd {
  padding-left: 1em;
}
.privacy_list dd .cmn_text_list {
  margin-top: 0.5em;
}

.privacy_contact {
  margin-top: 2em;
}
.privacy_contact + p {
  margin-top: 1em;
  text-align: right;
}

.privacy_cookie {
  margin-top: 1em;
}
.privacy_cookie dd + dt {
  margin-top: 1em;
}
.privacy_cookie a {
  word-break: break-all;
}

/*===============================================
	個人情報保護方針：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .privacy_list dd {
    padding-left: 2em;
  }
}

/* ---------------------------------------------------------

	19. 404ページ

--------------------------------------------------------- */
.error_404 {
  text-align: center;
}
.error_404 .cmn_button_wrap {
  margin-top: 1.5em;
}

/*===============================================
	404ページ：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .error_404 .cmn_button_wrap {
    margin-top: 3em;
  }
}

/* ---------------------------------------------------------

	20. 概要固定ページ

--------------------------------------------------------- */
.overview_heading .cmn_container {
  max-width: calc(920px + 2em);
}

.overview_tab {
  border-bottom: 2px solid var(--main-color);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1.5em;
}
.overview_tab li {
  flex-basis: 32%;
}
.overview_tab_two li {
  flex-basis: 49%;
}
.overview_tab a {
  background-color: #8fbadc;
  border-radius: 6px 6px 0 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-block: 0.7em;
  text-align: center;
  text-decoration: none;
}
.overview_tab .is-active a {
  background-color: var(--main-color);
  font-size: 16px;
  padding-block: 1em;
}

.overview_contents {
  line-height: 2;
  margin-top: 2em;
}
.overview_tab + .overview_contents {
  margin-top: 1em;
}
.overview_contents p + p {
  margin-top: 1em;
}

.overview_item {
  margin-top: 2.5em;
}
.overview_item.maker_mb {
  margin-bottom: 2.5em;
}

.overview_archive_button {
  margin-block: 3em 3.5em;
}

/*===============================================
	概要固定ページ：768px以上
===============================================*/
@media screen and (min-width: 768px) {
  .overview_tab {
    margin-top: 3em;
  }
  .overview_tab a {
    font-size: 18px;
  }
  .overview_tab .is-active a {
    font-size: 24px;
    padding-block: 0.7em;
  }
  .overview_tab.ecocute_tab a {
    font-size: 16px;
  }
  .overview_tab.ecocute_tab .is-active a {
    font-size: 20px;
    padding-block: 0.7em;
  }
  .overview_contents {
    margin-top: 2.5em;
  }
  .overview_tab + .overview_contents {
    margin-top: 1.5em;
  }
  .overview_item {
    margin-top: 3.5em;
  }
  .overview_item.maker_mb {
    margin-bottom: 3.5em;
  }
  .overview_archive_button {
    margin-block: 3em 5em;
  }
}

/*===============================================
	概要固定ページ：マウスホバー
===============================================*/
@media (hover: hover) and (pointer: fine) {
  .overview_tab a {
    transition: background-color 0.3s;
  }
  .overview_tab a:hover {
    background-color: var(--main-color);
    opacity: 1;
  }
}

/* ---------------------------------------------------------

	21. 給湯器延長保証のご案内

--------------------------------------------------------- */
.page-warranty .cmn_container {
  max-width: none;
  padding: 0;
}

.warranty_mv {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
  padding-bottom: 0;
}

.warranty_price {
  background-color: var(--warm-sub-color);
}

.warranty_price_inner {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
  padding: 40px 0;
}

.warranty_price_inner h2 {
  display: block;
  position: relative;
  text-align: center;
  max-width: 140px;
  font-size: 34px;
  margin: 0 auto;
  padding: 0 0 30px 60px;
}

.warranty_price_inner h2:before {
  content: "";
  position: absolute;
  background: url(../img/warranty/ico_price.svg) center/contain no-repeat;
  top: -8px;
  left: 0px;
  width: 50px;
  height: 50px;
}

.warranty_price_detail {
  display: flex;
}

.warranty_price_detail .warranty_price_item {
  position: relative;
  width: calc((1000px + 2em) / 4);
  margin-right: 25px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  padding-bottom: 10px;
}

.warranty_price_detail .warranty_price_item:last-child {
  margin-right: 0px;
}

.warranty_price_detail .warranty_price_text {
  text-align: center;
}

.warranty_price_detail .warranty_price_text .warranty_price_itemname {
  position: absolute;
  width: 100%;
  bottom: 20%;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 15px 0 13px;
  background-color: rgba(255, 255, 255, 0.65);
  border-bottom: 2px solid #ddd;
}

.warranty_price_detail .warranty_price_text .warranty_price02 {
  font-size: 16px;
  font-weight: bold;
  color: #ff6708;
  margin-top: 25px;
  padding: 0 0 5px;
}

.warranty_price_detail .warranty_price_text .warranty_price03 {
  font-size: 34px;
  color: #ff6708;
  padding-left: 0.3em;
}

.warranty_price_detail .warranty_price_text .warranty_price03 .tax {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0.3em;
}

.warranty_explanation_inner {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
  padding: 60px 0 40px;
}

.warranty_explanation_inner h2 {
  display: block;
  position: relative;
  text-align: center;
  max-width: 520px;
  font-size: 34px;
  margin: 0 auto;
  padding: 0 0 30px 60px;
}

.warranty_explanation_inner h2:before {
  content: "";
  position: absolute;
  background: url(../img/warranty/ico_warranty.svg) center/contain no-repeat;
  top: -8px;
  left: 0px;
  width: 50px;
  height: 50px;
}

.warranty_explanation_detail {
  display: flex;
}

.warranty_explanation_detail p {
  width: calc((1000px + 2em) / 2);
}

.warranty_explanation_detail p img {
  padding: 0 10px;
}

.warranty_explanation_text {
  padding-left: 30px;
}

.warranty_explanation_text h3 {
  font-size: 28px;
  padding: 0 0 20px;
}

.warranty_explanation_text h3.construction {
  padding-top: 40px;
}

.warranty_explanation_text h4 {
  font-size: 18px;
  color: #ff6708;
  padding: 0 0 15px;
}

.warranty_explanation_text p {
  font-size: 18px;
  line-height: 2;
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-bottom: 1.8em;
}

.warranty_explanation_text span.note {
  font-size: 1.05rem;
  display: block;
  margin-top: 0.8em;
  margin-left: 1.3em;
}

.warranty_flow {
  background-color: var(--warm-sub-color);
}

.warranty_flow_inner {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
  padding: 60px 0;
}

.warranty_flow_inner h2 {
  display: block;
  position: relative;
  text-align: center;
  max-width: 340px;
  font-size: 34px;
  margin: 0 auto;
  padding: 0 0 30px 60px;
}

.warranty_flow_inner h2:before {
  content: "";
  position: absolute;
  background: url(../img/warranty/ico_app.svg) center/contain no-repeat;
  top: -8px;
  left: 0px;
  width: 50px;
  height: 50px;
}

.warranty_flow_detail {
  display: flex;
}

.warranty_flow_detail .warranty_flow_info {
  position: relative;
  width: calc((1000px + 2em) / 4);
  margin-right: 25px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
}

.warranty_flow_detail .warranty_flow_info:last-child {
  margin-right: 0px;
}

.warranty_flow_detail .warranty_flow_info:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
}

.warranty_flow_detail .warranty_flow_info:last-child:before {
  content: none;
}

.warranty_flow_detail .warranty_flow_text {
  font-size: 18px;
  line-height: 2;
  background-color: #fff;
  padding: 10px 10px 10px 20px;
}

.warranty_flow_note {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ff6708;
}

.warranty_flow_note h3 {
  text-align: center;
  font-size: 27px;
  color: #ff6708;
  padding: 0 0 20px;
}

.warranty_flow_note p {
  font-size: 18px;
  line-height: 2;
  padding-bottom: 0.8em;
}

.warranty_flow_note p.note {
  font-size: 14px;
}

.warranty_flow_note sup {
  padding-right: 0.5em;
}

.warranty_regulations {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
}

.warranty_regulations h2 {
  text-align: center;
  font-size: 34px;
  padding: 40px 0 20px;
}

.warranty_regulations p {
  font-size: 18px;
  line-height: 2;
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-bottom: 0.8em;
}

.warranty_regulations p.note {
  font-size: 14px;
  line-height: 1;
  text-indent: 0em;
  padding-left: 2.5em;
  padding-bottom: 0.9em;
}

.warranty_regulations ul {
  font-size: 18px;
  line-height: 2;
  text-indent: -1em;
  padding-left: 3em;
}

.warranty_regulations ul li {
  padding-bottom: 0.8em;
}

.page-warranty .cmn_footer .cmn_container {
  max-width: calc(1000px + 2em);
}

/*===============================================
	給湯器延長保証のご案内：767px以下
===============================================*/
@media screen and (max-width: 767px) {
  .page-warranty .cmn_container {
    padding: 0;
  }
  .warranty_mv {
    padding: 2em 0 0 0;
  }
  .warranty_price_inner {
    padding-top: 2.75em;
  }
  .warranty_price_icon {
    max-width: 50px;
    margin: 0 auto;
    padding-bottom: 1em;
  }
  .warranty_price_inner h2 {
    padding: 0;
    max-width: 100%;
    margin-bottom: 0.75em;
  }
  .warranty_price_inner h2:before {
    content: none;
  }
  .warranty_price_detail {
    display: block;
  }
  .warranty_price_detail .warranty_price_item {
    width: 65%;
    margin: 0 auto 2em;
  }
  .warranty_price_detail .warranty_price_item:last-child {
    margin: 0 auto 0.5em;
  }
  .warranty_price_detail .warranty_price_text .warranty_price_itemname {
    font-size: 18px;
  }
  .warranty_explanation_inner {
    padding-top: 2.75em;
  }
  .warranty_explanation_icon {
    max-width: 50px;
    margin: 0 auto;
    padding-bottom: 1em;
  }
  .warranty_explanation_inner h2 {
    padding: 0 0.5em;
    max-width: 100%;
    margin-bottom: 0.75em;
  }
  .warranty_explanation_inner h2:before {
    content: none;
  }
  .warranty_explanation_detail {
    display: block;
  }
  .warranty_explanation_detail p {
    width: 100%;
  }
  .warranty_explanation_detail p.warranty_explanation_img {
    width: 95%;
    margin: 0 auto 2em;
  }
  .warranty_explanation_text {
    padding: 0 1.5em;
  }
  .warranty_explanation_text h3 {
    font-size: 1.4rem;
  }
  .warranty_explanation_text p {
    font-size: 1.1rem;
    line-height: 1.8;
    padding-bottom: 1.6em;
  }
  .warranty_explanation_text p.sp_noindent {
    text-indent: 0;
    padding-left: 0;
  }
  .warranty_flow_inner {
    padding-top: 2.75em;
  }
  .warranty_flow_icon {
    max-width: 50px;
    margin: 0 auto;
    padding-bottom: 1em;
  }
  .warranty_flow_inner h2 {
    padding: 0;
    max-width: 100%;
    margin-bottom: 0.75em;
  }
  .warranty_flow_inner h2:before {
    content: none;
  }
  .warranty_flow_detail {
    display: block;
  }
  .warranty_flow_detail .warranty_flow_info {
    display: flex;
    width: 90%;
    margin: 0 auto 1.8em;
  }
  .warranty_flow_detail .warranty_flow_info:last-child {
    margin: 0 auto 3.5em;
  }
  .warranty_flow_detail .warranty_flow_info:before {
    top: 105%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    border-top: 25px solid #fff;
    border-bottom: none;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
  .warranty_flow_detail .warranty_flow_info img {
    width: 50%;
    max-width: 180px;
    height: 50%;
  }
  .warranty_flow_detail .warranty_flow_text {
    font-size: 1rem;
    line-height: 1.6;
    padding: 15px 10px 15px 20px;
  }
  .warranty_flow_note {
    width: 90%;
    margin: 0 auto;
    padding: 30px 25px 15px;
  }
  .warranty_flow_note h3 {
    font-size: 1.35rem;
  }
  .warranty_flow_note p {
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .warranty_regulations {
    width: 90%;
  }
  .warranty_regulations p.note {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

/* ---------------------------------------------------------

	22. 問い合わせフォーム用ポップアップ

--------------------------------------------------------- */
.page-form_kyutouki .cmn_contents_box {
  margin-top: 0;
}

.page-form_kyutouki_eco .cmn_contents_box {
  margin-top: 0;
}

.form_popup_inner {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
}

.form_popup_inner p {
  text-align: center;
  padding-bottom: 40px;
}

.form_popup_inner p img {
  width: 100%;
  max-width: 600px;
}

.form_popup_inner .form_popup_logo img {
  max-width: 240px;
}

.form_popup_inner .form_popup_title img {
  max-width: 300px;
}

.form_popup_inner .form_popup_link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form_popup_inner .form_popup_link .form_popup_link_inner {
  position: relative;
  width: calc((100% - 1.5em) / 2);
}

.form_popup_inner #eco01 {
  margin-top: -30px;
  padding-top: 30px;
}

.form_popup_inner #eco02 {
  margin-top: -30px;
  padding-top: 30px;
}

.form_popup_inner .form_popup_button img {
  max-width: 343px;
}

/*===============================================
	問い合わせフォーム用ポップアップ：767px以下
===============================================*/
@media screen and (max-width: 767px) {
  .page-form_kyutouki .cmn_wrapper {
    padding: 0;
  }
  .page-form_kyutouki .cmn_container {
    padding: 0;
  }
  .page-form_kyutouki .cmn_contents_box {
    margin: 0;
    padding: 0;
  }
  .page-form_kyutouki_eco .cmn_wrapper {
    padding: 0;
  }
  .page-form_kyutouki_eco .cmn_container {
    padding: 0;
  }
  .page-form_kyutouki_eco .cmn_contents_box {
    margin: 0;
    padding: 0;
  }
  .form_popup_inner {
    padding: 0 15px;
  }
  .form_popup_inner .form_popup_logo img {
    max-width: 200px;
    padding-top: 20px;
  }
  .form_popup_inner .form_popup_title img {
    max-width: 250px;
  }
  .form_popup_inner .form_popup_link {
    display: block;
    margin-bottom: 2em;
  }
  .form_popup_inner .form_popup_link .form_popup_link_inner {
    width: 100%;
    padding-bottom: 10px;
  }
}

/* ---------------------------------------------------------

	23. 給湯省エネ事業補助金のご案内（＋子育てエコホーム支援事業案内）

--------------------------------------------------------- */
.page-subsidy .cmn_main {
  padding-bottom: 0;
}
.page-subsidy .cmn_container {
  max-width: none;
  padding: 0;
}
.page-subsidy .cmn_footer .cmn_container {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
  padding: 0 1em;
  position: relative;
  width: 100%;
}
.page-subsidy .cmn_contents_box {
  padding: 0.5em 0 0;
}
.subsidy_contents {
  margin: 0 auto 0;
  padding-bottom: 0;
}
.subsidy_contents .subsidy_mv {
  text-align: center;
}
.subsidy_contents .subsidy_mv.ecohome_mv {
  padding-top: 60px;
}
.subsidy_note-box {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 25px auto 25px;
  padding: 30px;
  text-align: center;
}
.subsidy_note-box-title {
  margin: 0 auto;
  padding: 0;
  max-width: 840px;
  line-height: 0;
}
.subsidy_toggle_button {
  display: inline-block;
  width: 40px;
  height: 25px;
  margin-right: 5px;
  background: url(/kyutouki/wp-content/themes/qracian/img/shoene/subsidy_arrow.png) no-repeat right top;
  background-size: contain;
  position: absolute;
  top: 58px;
  right: 80px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.subsidy_toggle_button.switch {
  top: 56px;
  transform: rotate(180deg);
}
.subsidy_note-box-cont-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 840px;
}
.subsidy_note-box-cont-inner-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 25px;
  max-width: 840px;
}
.subsidy_note-box-cont-img-top {
  width: calc(45% + 3px);
}
.subsidy_note-box-cont-img-top-plus {
  max-width: 40px;
  padding-bottom: 15px;
  display: grid;
  place-items: center;
}
.subsidy_note-box-cont-inner2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 840px;
}
.subsidy_note-box-cont-img2 {
  margin-bottom: 15px;
  width: calc(32% + 3px);
}
.subsidy_note-box-cont-inner-bottom {
  margin-top: 10px;
}
.subsidy_contents .subsidy_item_title {
  margin-top: 40px;
  text-align: center;
}
.subsidy_item {
  margin-bottom: 60px !important;
}
.subsidy_introductions {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
  padding-bottom: 60px;
}
.subsidy_introductions h2 {
  text-align: center;
  padding: 40px 0 20px;
}
.subsidy_introductions h2 img {
  width: 350px;
}
.subsidy_introductions p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  padding-bottom: 0.8em;
}
.subsidy_introductions .blue {
  font-size: 130%;
  font-weight: bold;
  color: #0063af;
}
.subsidy_introductions .note {
  font-size: 75%;
}
.subsidy_applicable {
  margin: 0 auto;
  background-color: #f0f4fa;
  padding-bottom: 30px;
}
.subsidy_applicable_inner {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
}
.subsidy_applicable h2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  padding: 40px 0 35px;
}
.subsidy_applicable h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  background: url(../img/subsidy/ecocute_icon.svg) left top no-repeat;
  background-size: 55px 55px;
  left: 160px;
  top: 38px;
}
.subsidy_applicable p {
  font-size: 18px;
  line-height: 2;
  padding-bottom: 0.75em;
}
.subsidy_applicable h3 {
  text-align: center;
  font-size: 30px;
  color: #0063af;
  padding: 40px 0 20px;
}
.subsidy_applicable_price {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em !important;
}
.subsidy_applicable_price img {
  max-width: 400px;
}
.subsidy_applicable_products {
  padding-bottom: 30px;
}
.subsidy_applicable_products_inner {
  display: grid;
  grid-template-columns: 490px 490px;
  gap: 5px 30px;
  justify-content: center;
}
.subsidy_applicable_products_inner a {
  max-width: 100%;
}
.subsidy_ecohome {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
  padding-bottom: 30px;
}
.subsidy_ecohome h2 {
  text-align: center;
  padding: 40px 0 20px;
}
.subsidy_ecohome h2 img {
  width: 400px;
}
.subsidy_ecohome p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  padding-bottom: 0.8em;
}
.subsidy_ecohome .blue {
  font-size: 130%;
  font-weight: bold;
  color: #0063af;
  padding-left: 0.5em;
}
.subsidy_ecohome .note {
  font-size: 75%;
}
.subsidy_ecohome .procedure {
  padding-top: 2.5em;
  text-align: center;
}
.subsidy_regulations {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
  padding-bottom: 60px;
}
.subsidy_regulations h2 {
  text-align: center;
  font-size: 34px;
  padding: 40px 0 20px;
}
.subsidy_regulations p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  padding-bottom: 0.8em;
}
.subsidy_regulations p span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff99 60%);
}
.subsidy_regulations ul {
  list-style-type: decimal;
  margin: 0 0 0 1em;
}
.subsidy_regulations li {
  line-height: 1.9;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}

/*===============================================
	給湯省エネ事業補助金のご案内：767px以下
===============================================*/
@media screen and (max-width: 767px) {
  .page-subsidy .cmn_footer .cmn_cta_fixed .cmn_container {
    padding: 0;
  }
  .page-subsidy .cmn_contents_box {
    padding: 0;
  }
  .subsidy_contents .subsidy_mv {
    padding: 0.25em 1em;
  }
  .subsidy_contents .subsidy_mv.ecohome_mv {
    padding-top: 3em;
  }
  .subsidy_note-box {
    display: block;
    margin: 20px auto 0;
    padding: 10px;
  }
  .subsidy_note-box-title {
    line-height: 0;
  }
  .subsidy_toggle_button {
    width: 30px;
    height: 15px;
    top: 35px;
    right: 20px;
  }
  .subsidy_toggle_button.switch {
    top: 34px;
    right: 16px;
  }
  .subsidy_note-box-cont-inner-top {
    margin: 5vw auto 3vw;
  }
  .subsidy_note-box-cont-img-top {
    width: 100%;
  }
  .subsidy_note-box-cont-img-top-plus {
    display: block;
    margin: 0 auto;
    padding-top: 4vw;
    width: 100%;
    text-align: center;
  }
  .subsidy_note-box-cont-img-top-plus img {
    max-width: 56px;
  }
  .subsidy_note-box-cont-inner2 {
    margin: 0;
  }
  .subsidy_note-box-cont-img2 {
    margin: 0 0 20px;
    width: 100%;
  }
  .subsidy_note-box-cont-img:last-child {
    margin-bottom: 20px;
  }
  .subsidy_note-box-cont-img img {
    width: 100%;
  }
  .subsidy_note-box-cont-inner-bottom {
    margin-top: 0;
  }
  .subsidy_contents .subsidy_item_title {
    margin-top: 6vw;
    margin-bottom: 3vw;
    padding: 0 10px;
  }
  .subsidy_introductions {
    padding: 0 1em 3em;
  }
  .subsidy_introductions h2 {
    font-size: 6vw;
  }
  .subsidy_introductions h2 img {
    max-width: 70%;
  }
  .subsidy_introductions h3 {
    font-size: 5vw;
  }
  .subsidy_introductions p {
    font-size: 4.5vw;
  }
  .subsidy_introductions .note.only_sp {
    margin-top: -1em;
    margin-bottom: 1em;
  }
  .subsidy_applicable {
    padding: 0 1em 2em;
  }
  .subsidy_applicable h2 {
    font-size: 6vw;
    padding-top: 5px;
    padding-bottom: 25px;
  }
  .subsidy_applicable h2::before {
    display: none;
  }
  .subsidy_applicable_icon.only_sp {
    margin: 0 auto;
    padding-top: 35px;
    text-align: center;
  }
  .subsidy_applicable_icon.only_sp img {
    max-width: 60px;
  }
  .subsidy_applicable h3 {
    font-size: 6vw;
  }
  .subsidy_applicable_price img {
    max-width: 100%;
  }
  .subsidy_applicable_products {
    padding-bottom: 0.75em;
  }
  .subsidy_applicable_products_inner {
    display: block;
  }
  .subsidy_applicable_products.only_sp .subsidy_applicable_products_inner p {
    padding-bottom: 0.5em;
  }
  .subsidy_applicable_products.only_sp .subsidy_applicable_products_inner p.separator {
    padding-bottom: 3em;
  }
  .subsidy_ecohome {
    padding: 0 1em;
  }
  .subsidy_ecohome h2 {
    font-size: 6vw;
  }
  .subsidy_ecohome h2 img {
    max-width: 80%;
  }
  .subsidy_ecohome h3 {
    font-size: 5vw;
  }
  .subsidy_regulations {
    padding: 0 1em 2em;
  }
  .subsidy_regulations h2 {
    font-size: 6vw;
  }
}

/*===============================================
	給湯省エネ事業補助金のご案内：900px以上1070px以下
===============================================*/
@media screen and (min-width: 900px) and (max-width: 1070px) {
  .subsidy_toggle_button {
    width: 30px;
    height: 15px;
    top: 63px;
    right: 10%;
  }
  .subsidy_toggle_button.switch {
    top: 63px;
    right: 10%;
  }
}

/*===============================================
	給湯省エネ事業補助金のご案内：768px以上900px以下
===============================================*/
@media screen and (min-width: 768px) and (max-width: 900px) {
  .subsidy_toggle_button {
    width: 25px;
    height: 15px;
    top: 60px;
    right: 10%;
  }
  .subsidy_toggle_button.switch {
    top: 60px;
    right: 10%;
  }
}

/* ---------------------------------------------------------

	24. パンくずリスト

--------------------------------------------------------- */
.breadcrumbs_wrapper {
  margin: 0 auto;
  max-width: calc(1000px + 2em);
  padding: 0.5em 1em;
  position: relative;
  width: 100%;
  font-size: 14px;
}

/* ---------------------------------------------------------

	25. 電話番号代替ページ

--------------------------------------------------------- */
.contentsWrap .Telpage {
  padding: 0 0 20px;
}

.contentsWrap .Telpage .Telpage__list {
  margin: 30px 0 0;
}

.contentsWrap .Telpage .Telpage__item {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 10px 13px;
}

.contentsWrap .Telpage .Telpage__text {
  font-size: 13px;
  letter-spacing: 0;
  padding: 0px 15px;
}

.contentsWrap .Telpage .Telpage__item h3 {
  font-size: 24px;
  color: #005eae;
  border-bottom: 1px solid #005eae;
  padding: 10px 10px 15px;
  margin-bottom: 38px;
  padding-bottom: 14px;
}

.contentsWrap .Telpage .Telpage__item .freecall_inner {
  margin: 0 auto;
  text-align: center;
}

.contentsWrap .Telpage .Telpage__item .freecall_number {
  vertical-align: middle;
  font-size: 40px;
  line-height: 0.9;
  color: #333;
  font-weight: bold;
}

.contentsWrap .Telpage .Telpage__item .freecall_number:before {
  content: "";
  width: 61px;
  height: 40px;
  margin-right: 10px;
  background: url(/kyutouki/wp-content/themes/qracian/img/tel/ico_freecall.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
}

.contentsWrap .Telpage .Telpage__item .freecall_txt {
  margin: 4vw 0px 2vw;
  color: #666;
  font-size: 18px;
  font-weight: bold;
}

.contentsWrap .Telpage .Telpage__item .freecall_txt span {
  color: #f83f10;
}

.contentsWrap .Telpage .Telpage__item h4 {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #287673;
  color: #287673;
  font-size: 18px;
  font-weight: bold;
}

.contentsWrap .Telpage .Telpage__item .telpage_hearing {
  margin-bottom: 32px;
}

.contentsWrap .Telpage .Telpage__item .telpage_hearing_list {
  margin-top: 8px;
  margin-bottom: 40px;
}

.contentsWrap .Telpage .Telpage__item .telpage_hearing_list li {
  list-style-type: initial;
  margin-left: 1.5em;
}

.contentsWrap .Title1.-telpage .Title1__large1 {
  font-size: 38px;
}

/*===============================================
	電話番号代替ページ：641px以上
===============================================*/
@media print, screen and (min-width: 641px) {
  .contentsWrap .LayoutSingle.Section.Cv {
    text-align: center;
  }
  .contentsWrap .LayoutSingle .LayoutSingle__inner {
    margin: 0 auto;
    max-width: 880px;
    padding: 0 20px;
  }
  .contentsWrap .Mv.telpage {
    margin: 0 auto;
    text-align: center;
  }
  .contentsWrap .Telpage .Telpage__list {
    margin: 50px 0 0;
  }
  .contentsWrap .Telpage .Telpage__item {
    border-radius: 20px;
    margin: 0px;
    padding: 20px 50px;
  }
  .contentsWrap .Telpage .Telpage__text {
    font-size: 18px;
  }
  .contentsWrap .Telpage .Telpage__item .freecall_number {
    font-size: 56px;
    line-height: 1.3;
  }
  .contentsWrap .Telpage .Telpage__item .freecall_number:before {
    width: 103px;
    height: 66px;
  }
  .contentsWrap .Telpage .Telpage__item .freecall_txt {
    margin: 20px 0px 10px;
  }
  .contentsWrap .Title1.-telpage .Title1__large1 {
    font-size: 60px;
  }
}

/*===============================================
	電話番号代替ページ：640px以下
===============================================*/
@media print, screen and (max-width: 640px) {
  .contentsWrap .LayoutSingle .LayoutSingle__inner {
    padding: 0 10px;
  }
}

/*===============================================
	電話番号代替ページ：401px以下
===============================================*/
@media print, screen and (max-width: 401px) {
  .contentsWrap .Telpage .Telpage__item .freecall_number {
    font-size: 30px;
    line-height: 0.8;
  }
  .contentsWrap .Telpage .Telpage__item .freecall_number:before {
    width: 41px;
    height: 29px;
  }
}
/*===============================================
	型落ち処分市バナー
===============================================*/
.float-bnr_sale{
  position: fixed;
  top: 45%;
  left: -450px;
  width: 600px;
  transform: translateY(-50%);
  transition: left 0.3s ease;
  z-index: 1;
  &:hover{
    left: 0;

    a{
      opacity: 1;
    }
  }
}
