@charset "UTF-8";
/* ==========================================================================
   ミツウロコでんきの特長ページ専用CSS
   ========================================================================== */
/* --------------------------------------------------------------------------
   でんき安心サポート（section-anshin）
   Figma: PC 63-18161 / SP 63-18354
   ベース＋追加クラス方式。三角・矢印・フキダシしっぽは clip-path / 擬似要素で描画。
   -------------------------------------------------------------------------- */
.page-feature .section-anshin {
  /* ---- 共通（色・構造） ---- */
}
.page-feature .section-anshin .anshin-inner {
  background: #e2f2d1;
}
.page-feature .section-anshin {
  /* タイトル（フキダシ＋見出し＋作業員を1枚画像化。PC/SPで出し分け） */
}
.page-feature .section-anshin .anshin-title {
  text-align: center;
}
.page-feature .section-anshin .anshin-title img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.page-feature .section-anshin .anshin-trouble {
  text-align: center;
}
.page-feature .section-anshin .anshin-trouble-head {
  display: inline-block;
  position: relative;
  color: #333;
  font-weight: bold;
  line-height: 1.1;
}
.page-feature .section-anshin .anshin-trouble-head span {
  font-weight: bold;
}
.page-feature .section-anshin .anshin-trouble-head::before,
.page-feature .section-anshin .anshin-trouble-head::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  background: #333;
  border-radius: 2px;
}
.page-feature .section-anshin .anshin-trouble-head::before {
  -webkit-transform: translateY(-50%) rotate(-22deg);
          transform: translateY(-50%) rotate(-22deg);
  left: 28px;
}
.page-feature .section-anshin .anshin-trouble-head::after {
  -webkit-transform: translateY(-50%) rotate(22deg);
          transform: translateY(-50%) rotate(22deg);
  right: 28px;
}
.page-feature .section-anshin .anshin-trouble-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-feature .section-anshin .anshin-trouble-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-feature .section-anshin .anshin-trouble-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-feature .section-anshin .anshin-trouble-icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.page-feature .section-anshin .anshin-trouble-list p {
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.page-feature .section-anshin .anshin-pwg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #090;
  border-radius: 100px;
  color: #090;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-feature .section-anshin .anshin-fee-head {
  background: #9adecd;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.page-feature .section-anshin .anshin-fee-body {
  background: #fff;
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-feature .section-anshin .anshin-fee-label {
  display: inline-block;
  border: 1px solid #333;
  color: #333;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-feature .section-anshin .anshin-fee-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.page-feature .section-anshin .anshin-fee-list dt {
  color: #333;
  font-weight: bold;
}
.page-feature .section-anshin .anshin-fee-list dd {
  margin: 0;
  color: #333;
  font-weight: bold;
}
.page-feature .section-anshin .anshin-fee-list .num {
  font-weight: bold;
}
.page-feature .section-anshin .anshin-fee-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #090;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.page-feature .section-anshin .anshin-fee-free {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #ffe13a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-feature .section-anshin .anshin-fee-tag {
  background: #090;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  border-radius: 100px;
}
.page-feature .section-anshin .anshin-fee-price {
  position: relative;
  color: #ea2000;
  font-weight: bold;
  line-height: 1;
}
.page-feature .section-anshin .anshin-fee-price sup {
  position: absolute;
  top: 4px;
}
.page-feature .section-anshin .anshin-fee-note {
  color: #333;
  line-height: 1.3;
}

/* ---- PC ---- */
@media only screen and (min-width: 768px) {
  .page-feature .section-anshin {
    margin: 50px 0 30px;
  }
  .page-feature .section-anshin .anshin-inner {
    padding: 25px 30px 30px;
  }
  .page-feature .section-anshin .anshin-title {
    margin: 0 auto 26px;
  }
  .page-feature .section-anshin .anshin-title img {
    width: 584px;
    padding-left: 20px;
  }
  .page-feature .section-anshin .anshin-trouble {
    margin-bottom: 18px;
  }
  .page-feature .section-anshin .anshin-trouble-head {
    margin-bottom: 13px;
    padding: 0 42px;
    font-size: 20px;
  }
  .page-feature .section-anshin .anshin-trouble-head span {
    font-size: 13px;
  }
  .page-feature .section-anshin .anshin-trouble-head::before,
  .page-feature .section-anshin .anshin-trouble-head::after {
    height: 42px;
  }
  .page-feature .section-anshin .anshin-trouble-list {
    gap: 6px;
  }
  .page-feature .section-anshin .anshin-trouble-list li {
    height: 140px;
    gap: 12px;
    padding: 10px;
  }
  .page-feature .section-anshin .anshin-trouble-icon {
    height: 68px;
  }
  .page-feature .section-anshin .anshin-trouble-list p {
    font-size: 15px;
  }
  .page-feature .section-anshin .anshin-pwg {
    height: 46px;
    margin-bottom: 30px;
    gap: 18px;
    font-size: 15px;
  }
  .page-feature .section-anshin .anshin-pwg-icon {
    width: 22px;
    height: auto;
  }
  .page-feature .section-anshin .anshin-pwg-name {
    font-size: 18px;
  }
  .page-feature .section-anshin .anshin-fee-head {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }
  .page-feature .section-anshin .anshin-fee-body {
    padding: 8px 7px 9px;
  }
  .page-feature .section-anshin .anshin-fee-label {
    padding: 2px 23px;
    font-size: 15px;
    margin-top: 9px;
    margin-left: 10px;
  }
  .page-feature .section-anshin .anshin-fee-list {
    gap: 22px;
    margin-top: 10px;
  }
  .page-feature .section-anshin .anshin-fee-list dt {
    font-size: 15px;
  }
  .page-feature .section-anshin .anshin-fee-list dd {
    font-size: 16px;
    margin-top: -3px;
    padding-left: 10px;
  }
  .page-feature .section-anshin .anshin-fee-list .num {
    font-size: 22px;
  }
  .page-feature .section-anshin .anshin-fee-arrow {
    width: 28px;
    height: 43px;
    margin-right: 15px;
    margin-left: 16px;
  }
  .page-feature .section-anshin .anshin-fee-free {
    width: 176px;
    height: 176px;
    padding: 23px 8px 16px;
  }
  .page-feature .section-anshin .anshin-fee-tag {
    padding: 6px 12px;
    font-size: 12px;
  }
  .page-feature .section-anshin .anshin-fee-price {
    margin: 6px 0 9px;
    font-size: 54px;
  }
  .page-feature .section-anshin .anshin-fee-price sup {
    top: -1px;
    right: -10px;
    font-size: 14px;
    color: #333;
  }
  .page-feature .section-anshin .anshin-fee-note {
    font-size: 11px;
  }
}
/* ---- SP ---- */
@media only screen and (max-width: 767px) {
  .page-feature .section-anshin {
    margin: 40px 0 20px;
    padding: 0 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 356px;
  }
  .page-feature .section-anshin .anshin-inner {
    padding: 20px 10px 25px;
  }
  .page-feature .section-anshin .anshin-title {
    margin: 0 auto 25px;
  }
  .page-feature .section-anshin .anshin-title img {
    width: 325px;
  }
  .page-feature .section-anshin .anshin-trouble {
    margin-bottom: 12px;
  }
  .page-feature .section-anshin .anshin-trouble-head {
    margin-bottom: 9px;
    padding: 0 26px;
    font-size: 16px;
  }
  .page-feature .section-anshin .anshin-trouble-head span {
    font-size: 11px;
  }
  .page-feature .section-anshin .anshin-trouble-head::before,
  .page-feature .section-anshin .anshin-trouble-head::after {
    height: 35px;
    width: 2px;
  }
  .page-feature .section-anshin .anshin-trouble-head::before {
    left: 17px;
  }
  .page-feature .section-anshin .anshin-trouble-head::after {
    right: 17px;
  }
  .page-feature .section-anshin .anshin-trouble-list {
    gap: 5px;
    padding: 0 10px;
  }
  .page-feature .section-anshin .anshin-trouble-list li {
    height: 130px;
    gap: 10px;
    padding: 8px 4px;
  }
  .page-feature .section-anshin .anshin-trouble-icon {
    height: 57px;
  }
  .page-feature .section-anshin .anshin-trouble-list p {
    font-size: 12px;
  }
  .page-feature .section-anshin .anshin-pwg {
    height: 40px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    gap: 10px;
    font-size: 13px;
  }
  .page-feature .section-anshin .anshin-pwg-icon {
    width: 18px;
    height: auto;
  }
  .page-feature .section-anshin .anshin-pwg-name {
    font-size: 16px;
  }
  .page-feature .section-anshin .anshin-fee {
    margin: 0 10px;
  }
  .page-feature .section-anshin .anshin-fee-head {
    height: 32px;
    line-height: 32px;
    font-size: 15px;
  }
  .page-feature .section-anshin .anshin-fee-body {
    padding: 10px 6px;
    gap: 0;
  }
  .page-feature .section-anshin .anshin-fee-cost {
    margin-top: -5px;
    margin-left: 8px;
  }
  .page-feature .section-anshin .anshin-fee-label {
    width: 148px;
    padding: 3px 6px 2px;
    font-size: 11px;
  }
  .page-feature .section-anshin .anshin-fee-list {
    gap: 10px;
    margin-top: 9px;
  }
  .page-feature .section-anshin .anshin-fee-list dt {
    font-size: 10px;
    position: relative;
    left: -6px;
  }
  .page-feature .section-anshin .anshin-fee-list dd {
    font-size: 12px;
    margin-top: 0;
  }
  .page-feature .section-anshin .anshin-fee-list .num {
    font-size: 16px;
  }
  .page-feature .section-anshin .anshin-fee-arrow {
    width: 11px;
    height: 18px;
    margin-top: -9px;
    position: relative;
    left: -6px;
  }
  .page-feature .section-anshin .anshin-fee-free {
    width: 120px;
    height: 120px;
    padding: 15px 6px 12px;
  }
  .page-feature .section-anshin .anshin-fee-tag {
    padding: 5px 8px;
    font-size: 8px;
    line-height: 1;
  }
  .page-feature .section-anshin .anshin-fee-price {
    margin: 4px 0 6px;
    font-size: 36px;
    margin-left: -6px;
  }
  .page-feature .section-anshin .anshin-fee-price sup {
    top: -2px;
    color: #333;
  }
  .page-feature .section-anshin .anshin-fee-price sup {
    right: -10px;
    font-size: 10px;
  }
  .page-feature .section-anshin .anshin-fee-note {
    font-size: 7px;
  }
}
/* --------------------------------------------------------------------------
   料金メニュー別 タブ切替（section-composition .menu）
   Figma: PC 63-18222 / SP 63-18406
   -------------------------------------------------------------------------- */
.page-feature .section-composition .menu {
  /* ---- 共通（色・構造） ---- */
}
.page-feature .section-composition .menu .menu-tab {
  position: relative;
  background: #e6d9c9;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-feature .section-composition .menu {
  /* タブボックス下辺中央からコンテンツへ向く下向き三角形（タブと同色） */
}
.page-feature .section-composition .menu .menu-tab::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 28px;
  background: #e6d9c9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
.page-feature .section-composition .menu .menu-tab-note {
  color: #333;
  font-weight: bold;
  text-align: center;
}
.page-feature .section-composition .menu .menu-tab-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-feature .section-composition .menu .menu-tab-list li {
  margin: 0;
  padding: 0;
}
.page-feature .section-composition .menu .menu-tab-btn {
  display: block;
  width: 100%;
  background: #fff;
  color: #333;
  border: none;
  border-radius: 100px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.page-feature .section-composition .menu .menu-tab-btn:hover {
  background: #090;
  color: #fff;
}
.page-feature .section-composition .menu .menu-tab-btn.is-active {
  background: #090;
  color: #fff;
  font-weight: bold;
}
.page-feature .section-composition .menu {
  /* タブボックスとコンテンツを連結（上側角丸を消す） */
}
.page-feature .section-composition .menu .box-composition {
  margin-top: 0;
  border-radius: 0 0 10px 10px;
}

/* JS有効時のみパネル開閉。無効時は全パネル表示（段階的強化）。
   SPの既存ルール（add-style.css 1783/1786行, 詳細度 0,5,x）に勝つよう
   .l-contents + section.menu.js-tabs を含む高詳細度で指定する。 */
.page-feature .l-contents .section-composition section.menu.js-tabs .box-composition > dl {
  display: none;
}

.page-feature .l-contents .section-composition section.menu.js-tabs .box-composition > dl.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 元の dt/dd 横並びを維持 */
}

/* タブ表示時はメニュー間の区切り線・余白を解除（1件のみ表示のため） */
.page-feature .l-contents .section-composition section.menu.js-tabs .box-composition > dl + dl {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* SPはタイトル(dt)とグラフ(dd)を縦積み（block）に戻す（PCのみ横並びflex） */
@media only screen and (max-width: 767px) {
  .page-feature .l-contents .section-composition section.menu.js-tabs .box-composition > dl.is-active {
    display: block;
  }
}
/* グラフ入り box-composition のみ下余白を 41px に（既存 padding を上書き） */
.page-feature .l-contents .section-composition .menu .box-composition {
  padding-bottom: 41px;
}

/* SPは下余白 30px */
@media only screen and (max-width: 767px) {
  .page-feature .l-contents .section-composition .menu .box-composition {
    padding-bottom: 30px;
  }
}
/* ---- PC ---- */
@media only screen and (min-width: 768px) {
  .page-feature .section-composition .menu .menu-tab {
    padding: 24px 30px 31px;
    gap: 18px;
  }
  .page-feature .section-composition .menu .menu-tab-note {
    font-size: 14px;
  }
  .page-feature .section-composition .menu .menu-tab-list {
    -ms-grid-columns: minmax(0, 1fr) 5px minmax(0, 1fr) 5px minmax(0, 1fr) 5px minmax(0, 1fr) 5px minmax(0, 1fr);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 10px;
  }
  .page-feature .section-composition .menu .menu-tab-btn {
    height: 44px;
    font-size: 13px;
  }
  .page-feature .l-contents .section-composition section dl dt {
    width: 146px;
  }
}
/* ---- SP ---- */
@media only screen and (max-width: 767px) {
  .page-feature .section-composition .menu .menu-tab {
    padding: 13px 10px 14px;
    gap: 11px;
  }
  .page-feature .section-composition .menu .menu-tab::after {
    bottom: -13px;
  }
  .page-feature .section-composition .menu .menu-tab-note {
    font-size: 12px;
  }
  .page-feature .section-composition .menu .menu-tab-list {
    -ms-grid-columns: minmax(0, 1fr) 4px minmax(0, 1fr) 4px minmax(0, 1fr) 4px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
         column-gap: 4px;
    row-gap: 6px;
  }
  .page-feature .section-composition .menu .menu-tab-btn {
    height: 38px;
    font-size: 11px;
  }
  .page-feature .l-contents .section-composition section.menu {
    width: 94.68%;
  }
  .page-feature .l-contents .section-composition section.menu .box-composition {
    width: 100%;
  }
}
/* --------------------------------------------------------------------------
   シミュレーション
   -------------------------------------------------------------------------- */
.page-feature .l-contents .section-fit-electrical {
  margin-bottom: 60px;
}
/*# sourceMappingURL=style.css.map */