@charset "UTF-8";
/* -----------------------------------------------
	お引越しをご予定の皆さまへ
-------------------------------------------------- */
/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap"); */

/* 旧サイトでのスマホ時の文字サイズを意図的に小さくするスタイルの対応 */
.tenkyoWrap {
  --_fs-ratio: 1;
  @media screen and (max-width: 750px) {
    --_fs-ratio: .872;
  }
}

.tenkyoWrap {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-weight: 400;
}
.tenkyoWrap img {
  max-width: 100%;
}
.tenkyoWrap .sp-display {
  display: none;
}
.tenkyoWrap-topArea {
  position: relative;
  background: #fbf9f9 url(../img/tenkyo/tenkyo_kv_main.jpg) no-repeat 50% 0;
}

@media screen and (max-width: 750px) {
  .tenkyoWrap .sp-display {
    display: inline-block;
  }
  .tenkyoWrap .pc-display {
    display: none;
  }
  .tenkyoWrap-topArea {
    background: #fbf9f9 url(../img/tenkyo/tenkyo_kv_main_sp.jpg) no-repeat 50% 100%/100% auto;
  }
}
/* キービジュアル */
.tenkyoKv {
  position: relative;
  max-width: 600px;
  padding: 68px 0 74px;
}
.tenkyoKv-bn {
  position: absolute;
  right: -600px;
  bottom: 8px;
}
.tenkyoKv-bn > a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  .tenkyoKv {
    padding: 15px 30px 80vw;
  }
  .tenkyoKv-bn {
    right: 0;
    bottom: auto;
    max-width: 120px;
  }
}
/* タブ */
.tenkyoTab {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tenkyoTab-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
  padding: 20px 10px 17px;
  background: #014099;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: calc(2.1rem * var(--_fs-ratio));
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.tenkyoTab-item:not(.is-active):hover {
  background-color: #002267;
}
.tenkyoTab-item:not(:last-child) {
  margin-right: 6px;
}
.tenkyoTab-item.is-active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: inherit;
}
.tenkyoTab-item::after {
  content: '';
  display: block;
  height: 67px;
  margin-top: 10px;
  background: url(../img/tenkyo/tenkyo_nav01_img.png) no-repeat 50% 50%/contain;
}
.tenkyoTab-item[data-tab-target="tab-section01"] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 578px;
}
.tenkyoTab-item[data-tab-target="tab-section02"] {
  background-color: #119656;
}
.tenkyoTab-item[data-tab-target="tab-section02"]:not(.is-active):hover {
  background-color: #0e7f49;
}
.tenkyoTab-item[data-tab-target="tab-section02"]::after {
  background-image: url(../img/tenkyo/tenkyo_nav02_img.png);
}
.tenkyoTab-item[data-tab-target="tab-section03"] {
  background-color: #ffa21d;
}
.tenkyoTab-item[data-tab-target="tab-section03"]:not(.is-active):hover {
  background-color: #ff9804;
}
.tenkyoTab-item[data-tab-target="tab-section03"]::after {
  background-image: url(../img/tenkyo/tenkyo_nav03_img.png);
}

@media screen and (max-width: 750px) {
  .tenkyoTab-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 10px 16px;
    border-radius: 10px 10px 0 0;
    font-size: calc(1.2rem * var(--_fs-ratio));
  }
  .tenkyoTab-item small {
    font-size: calc(1.1rem * var(--_fs-ratio));
  }
  .tenkyoTab-item:not(:last-child) {
    margin-right: 1.5px;
  }
  .tenkyoTab-item.is-active::before {
    height: 5px;
  }
  .tenkyoTab-item::after {
    content: none;
  }
  .tenkyoTab-item[data-tab-target="tab-section01"] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
}
/* メインコンテンツ */
.tenkyoSection {
  background: #edfaff url(../img/tenkyo/tenkyo_cate01_bg.png) repeat-x 0 0;
}
.tenkyoSection .inner {
  padding: 55px 20px;
}
.tenkyoSection-head {
  margin-bottom: 25px;
  padding-bottom: 5px;
  background: url(../img/tenkyo/tenkyo_cate01_img.png) no-repeat 96% 100%/357px auto;
}
.tenkyoSection-cate {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 25px;
  background: #014099 url(../img/tenkyo/tenkyo_bg_pattern01.png);
  border-radius: 50px;
  color: #fff;
  font-size: calc(1.7rem * var(--_fs-ratio));
  font-weight: bold;
  letter-spacing: 0.1em;
}
.tenkyoSection-cate.iconMember::before, .tenkyoSection-cate.iconBeginner::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 24px;
  margin-right: 5px;
  background: url(../img/tenkyo/tenkyo_icon_member.png) no-repeat 50% 50%/contain;
}
.tenkyoSection-cate.iconBeginner::before {
  background-image: url(../img/tenkyo/tenkyo_icon_beginner.png);
}
.tenkyoSection-title {
  color: #004098;
  font-size: calc(3rem * var(--_fs-ratio));
  font-weight: bold;
  letter-spacing: 0.1em;
}
.tenkyoSection-title small {
  font-size: calc(2.2rem * var(--_fs-ratio));
}
.tenkyoSection-body {
  margin-bottom: 70px;
  padding: 40px 50px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(223, 234, 240, 0.8);
          box-shadow: 0 1px 3px rgba(223, 234, 240, 0.8);
}
.tenkyoSection-footTxt {
  font-size: calc(3.2rem * var(--_fs-ratio));
  font-weight: bold;
  text-align: center;
}
.tenkyoSection-footTxt::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 141px;
  height: 114px;
  margin-right: 15px;
  background: url(../img/tenkyo/tenkyo_foot_character.png) no-repeat 50% 50%/contain;
}
.tenkyoSection-footTxt-large {
  font-size: calc(4.2rem * var(--_fs-ratio));
}
.tenkyoSection[data-tab-block="tab-section02"] {
  background-color: #f5fdf8;
  background-image: url(../img/tenkyo/tenkyo_cate02_bg.png);
}
.tenkyoSection[data-tab-block="tab-section02"] .tenkyoSection-head {
  background: url(../img/tenkyo/tenkyo_cate02_img.png) no-repeat 98% 100%/316px auto;
}
.tenkyoSection[data-tab-block="tab-section02"] .tenkyoSection-cate {
  background-color: #0c874b;
  background-image: url(../img/tenkyo/tenkyo_bg_pattern02.png);
}
.tenkyoSection[data-tab-block="tab-section02"] .tenkyoSection-title {
  color: #087a43;
}
.tenkyoSection[data-tab-block="tab-section02"] .tenkyoSubTitle {
  border-left-color: #0c874b;
}
.tenkyoSection[data-tab-block="tab-section03"] {
  background-color: #fdfbf6;
  background-image: url(../img/tenkyo/tenkyo_cate03_bg.png);
}
.tenkyoSection[data-tab-block="tab-section03"] .tenkyoSection-head {
  background: url(../img/tenkyo/tenkyo_cate03_img.png) no-repeat 98% 100%/313px auto;
}
.tenkyoSection[data-tab-block="tab-section03"] .tenkyoSection-cate {
  background-color: #ef7202;
  background-image: url(../img/tenkyo/tenkyo_bg_pattern02.png);
}
.tenkyoSection[data-tab-block="tab-section03"] .tenkyoSection-title {
  color: #ef7202;
}
.tenkyoSection[data-tab-block="tab-section03"] .tenkyoSubTitle {
  border-left-color: #ef7202;
}
.tenkyoSection[data-tab-block="tab-section02"] .tenkyoBlockTitle, .tenkyoSection[data-tab-block="tab-section03"] .tenkyoBlockTitle {
  position: relative;
  padding-left: 110px;
  font-size: calc(2.7rem * var(--_fs-ratio));
  text-align: left;
}
.tenkyoSection[data-tab-block="tab-section02"] .tenkyoBlockTitle::before, .tenkyoSection[data-tab-block="tab-section03"] .tenkyoBlockTitle::before {
  content: '';
  position: absolute;
  top: calc(50% - 45px);
  left: 0;
  width: 86px;
  height: 90px;
}
.tenkyoSection[data-tab-block="tab-section02"] .tenkyoBlockTitle::after, .tenkyoSection[data-tab-block="tab-section03"] .tenkyoBlockTitle::after {
  content: '';
  position: absolute;
  right: 0;
}
.tenkyoSection[data-tab-block="tab-section02"] .tenkyoBlockTitle {
  padding-right: 170px;
}
.tenkyoSection[data-tab-block="tab-section02"] .tenkyoBlockTitle::before {
  background-image: url(../img/tenkyo/tenkyo_cate02_character.png);
}
.tenkyoSection[data-tab-block="tab-section02"] .tenkyoBlockTitle::after {
  top: calc(50% - 49px);
  width: 169px;
  height: 98px;
  background: url(../img/tenkyo/tenkyo_present.png) no-repeat 50% 50%/contain;
}
.tenkyoSection[data-tab-block="tab-section03"] .tenkyoBlockTitle {
  padding-right: 170px;
}
.tenkyoSection[data-tab-block="tab-section03"] .tenkyoBlockTitle::before {
  background-image: url(../img/tenkyo/tenkyo_cate03_character.png);
}
.tenkyoSection[data-tab-block="tab-section03"] .tenkyoBlockTitle::after {
  top: calc(50% - 52px);
  width: 213px;
  height: 104px;
  background: url(../img/tenkyo/tenkyo_campaign.png) no-repeat 50% 50%/contain;
}

@media screen and (max-width: 750px) {
  .tenkyoSection {
    background-size: 689px auto;
  }
  .tenkyoSection .inner {
    padding: 25px 15px;
  }
  .tenkyoSection-head {
    margin-bottom: 15px;
    padding-bottom: 55px;
    background-position: 50% 100%;
    background-size: auto 46px;
    text-align: center;
  }
  .tenkyoSection-cate {
    margin-bottom: 15px;
    padding: 5px 25px;
    font-size: calc(1.1rem * var(--_fs-ratio));
  }
  .tenkyoSection-cate.iconMember::before, .tenkyoSection-cate.iconBeginner::before {
    width: 15px;
    height: 12px;
  }
  .tenkyoSection-title {
    font-size: calc(1.9rem * var(--_fs-ratio));
  }
  .tenkyoSection-title small {
    font-size: calc(1.5rem * var(--_fs-ratio));
  }
  .tenkyoSection-body {
    margin-bottom: 35px;
    padding: 20px 15px 30px;
  }
  .tenkyoSection-footTxt {
    font-size: calc(1.6rem * var(--_fs-ratio));
  }
  .tenkyoSection-footTxt::before {
    width: 46px;
    height: 43px;
    margin-right: 5px;
  }
  .tenkyoSection-footTxt-large {
    font-size: calc(1.8rem * var(--_fs-ratio));
  }
  .tenkyoSection[data-tab-block="tab-section02"] .tenkyoSection-head, .tenkyoSection[data-tab-block="tab-section03"] .tenkyoSection-head {
    background-position: 50% 100%;
    background-size: auto 46px;
  }
  .tenkyoSection[data-tab-block="tab-section02"] .tenkyoBlockTitle, .tenkyoSection[data-tab-block="tab-section03"] .tenkyoBlockTitle {
    padding-left: 55px;
    font-size: calc(1.7rem * var(--_fs-ratio));
  }
  .tenkyoSection[data-tab-block="tab-section02"] .tenkyoBlockTitle::before, .tenkyoSection[data-tab-block="tab-section03"] .tenkyoBlockTitle::before {
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
  }
  .tenkyoSection[data-tab-block="tab-section02"] .tenkyoBlockTitle {
    padding-right: 0;
  }
  .tenkyoSection[data-tab-block="tab-section02"] .tenkyoBlockTitle::after {
    top: auto;
    bottom: -30px;
    width: 65px;
    height: 50px;
  }
  .tenkyoSection[data-tab-block="tab-section03"] .tenkyoBlockTitle {
    padding-right: 0;
  }
  .tenkyoSection[data-tab-block="tab-section03"] .tenkyoBlockTitle::after {
    top: -34px;
    width: 90px;
    height: 50px;
  }
}
/* 共通テキスト */
.tenkyoTxtMaker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fff045), color-stop(95%, #fff045), color-stop(95%, transparent));
  background: linear-gradient(transparent 75%, #fff045 75%, #fff045 95%, transparent 95%);
  line-height: 1;
}

.tenkyoTxtEmphasis {
  color: #ef3b59;
  line-height: 1;
}

.tenkyoBlockTitle {
  margin-bottom: 30px;
  font-size: calc(3.2rem * var(--_fs-ratio));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.tenkyoBlockTitle::before {
  content: '';
  display: inline-block;
  vertical-align: -0.8em;
  width: 92px;
  height: 85px;
  margin-right: 10px;
  background: url(../img/tenkyo/tenkyo_cate01_character.png) no-repeat 50% 50%/contain;
}

.tenkyoSubTitle {
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 7px solid #014099;
  font-size: calc(2.1rem * var(--_fs-ratio));
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.tenkyoSubTitle:not(:first-child) {
  margin-top: 40px;
}

.tenkyoTxt {
  font-size: calc(1.5rem * var(--_fs-ratio));
  line-height: 2;
}
.tenkyoTxt:not(:last-child) {
  margin-bottom: 1em;
}
.tenkyoTxt-attn {
  color: #ef3b59;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .tenkyoBlockTitle {
    margin-bottom: 15px;
    font-size: calc(1.6rem * var(--_fs-ratio));
  }
  .tenkyoBlockTitle::before {
    width: 46px;
    height: 43px;
    margin-right: 5px;
  }

  .tenkyoSubTitle {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left-width: 3px;
    font-size: calc(1.5rem * var(--_fs-ratio));
  }
  .tenkyoSubTitle:not(:first-child) {
    margin-top: 20px;
  }

  .tenkyoTxt {
    font-size: calc(1.3rem * var(--_fs-ratio));
    line-height: 1.8;
  }
}
/* ひまわりならではのメリット！ */
.tenkyoMeritMenu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: tenkyoMeritNum;
}
.tenkyoMeritMenu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tenkyoMeritMenu-item:not(:last-child) {
  margin-right: 15px;
}
.tenkyoMeritMenu-item > a {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 10px 25px;
  background: #014099 url(../img/tenkyo/tenkyo_bg_pattern01.png);
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 0 #052f6a;
          box-shadow: 0 4px 0 #052f6a;
  color: #fff;
  font-size: calc(1.9rem * var(--_fs-ratio));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.tenkyoMeritMenu-item > a::before {
  counter-increment: tenkyoMeritNum;
  content: "メリット" counter(tenkyoMeritNum);
  display: block;
  width: 110px;
  margin: 0 auto 5px;
  padding: 2px;
  background: #fff045;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #06449b;
  font-size: calc(1.5rem * var(--_fs-ratio));
  text-align: center;
}
.tenkyoMeritMenu-item > a::after {
  content: '';
  position: absolute;
  right: calc(50% - 5px);
  bottom: 4px;
  border-top: 7px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.tenkyoMeritMenu-item > a:hover {
  background-color: #013580;
}

.tenkyoMeritBlock {
  padding-top: 55px;
}
.tenkyoMeritBlock:not(:last-child) {
  padding-bottom: 55px;
  border-bottom: 2px dashed #ededed;
}
.tenkyoMeritBlock-head {
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
  margin-bottom: 25px;
  padding-left: 110px;
}
.tenkyoMeritBlock-numIcon {
  position: absolute;
  top: calc(50% - 45px);
  left: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  padding-top: 8px;
  background: #014099 url(../img/tenkyo/tenkyo_bg_pattern01.png);
  border-radius: 50%;
  color: #fff;
  font-size: calc(1.6rem * var(--_fs-ratio));
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.tenkyoMeritBlock-numIcon-txt {
  display: block;
  font-size: calc(3.8rem * var(--_fs-ratio));
}
.tenkyoMeritBlock-title {
  color: #014099;
  font-size: calc(2.7rem * var(--_fs-ratio));
  font-weight: bold;
  letter-spacing: 0.05em;
}
.tenkyoMeritBlock-title small {
  font-size: calc(2.2rem * var(--_fs-ratio));
}
.tenkyoMeritBlock-title sup {
  position: relative;
  top: -1em;
  margin-left: -2em;
  font-size: calc(1.2rem * var(--_fs-ratio));
  line-height: 1;
}
.tenkyoMeritBlock-title .tenkyoTxtEmphasis {
  font-size: calc(4rem * var(--_fs-ratio));
}
.tenkyoMeritBlock-attn {
  margin-top: 5px;
  font-size: calc(1.7rem * var(--_fs-ratio));
  font-weight: bold;
}
.tenkyoMeritBlock-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #f3f3f3;
}
.tenkyoMeritBlock-cost:not(:last-child) {
  margin-bottom: 20px;
}
.tenkyoMeritBlock-cost-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
}
.tenkyoMeritBlock-cost-image:not(:last-child) {
  border-right: 4px solid #f3f3f3;
}
.tenkyoMeritBlock-note {
  padding-left: 1.5em;
  color: #666;
  font-size: calc(1.2rem * var(--_fs-ratio));
  line-height: 2;
}
.tenkyoMeritBlock-note::before {
  content: '※';
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.tenkyoMeritBlock[id="a-merit02"] {
  min-height: 340px;
  background: url(../img/tenkyo/tenkyo_mail_img.jpg) no-repeat 100% 50%/370px auto;
}
.tenkyoMeritBlock[id="a-merit04"] {
  background: url(../img/tenkyo/tenkyo_cateene_img.jpg) no-repeat 100% 0/705px auto;
}
.tenkyoMeritBlock-btn {
  margin-top: 30px;
}
.tenkyoMeritBlock-btn > a {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 11px 25px;
  background: #fff;
  border-radius: 3px;
  color: #fff;
  font-size: calc(1.6rem * var(--_fs-ratio));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #014099;
  border: 1px solid #014099;
}
.tenkyoMeritBlock-btn > a::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  border-left: 7px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.tenkyoMeritBlock-btn > a:hover {
  background-color: #013580;
}

.tenkyoStep {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tenkyoStep-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.tenkyoStep-item:not(:last-child) {
  position: relative;
  margin-right: 30px;
}
.tenkyoStep-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 75px;
  right: -29px;
  width: 28px;
  height: 31px;
  background: url(../img/tenkyo/tenkyo_icon_arrow.png) no-repeat 50% 50%/contain;
}
.tenkyoStep-image {
  margin-bottom: 15px;
}
.tenkyoStep-num {
  display: inline-block;
  min-width: 100px;
  margin-bottom: 6px;
  padding: 2px;
  background: #014099 url(../img/tenkyo/tenkyo_bg_pattern01.png);
  border-radius: 50px;
  color: #fff;
  font-size: calc(1.5rem * var(--_fs-ratio));
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.tenkyoStep-txt {
  margin: 0 -10px;
  font-size: calc(1.8rem * var(--_fs-ratio));
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.tenkyoSimulation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.tenkyoSimulation-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #f3f3f3;
}
.tenkyoSimulation-item:not(:first-child) {
  position: relative;
  margin-left: 15px;
}
.tenkyoSimulation-item:not(:first-child)::before {
  content: '';
  position: absolute;
  top: calc(50% - 18px);
  left: -28px;
  width: 36px;
  height: 36px;
  background: url(../img/tenkyo/tenkyo_icon_plus.png) no-repeat 50% 50%/contain;
}
.tenkyoSimulation-item.iconElectricity .tenkyoSimulation-title::before, .tenkyoSimulation-item.iconGas .tenkyoSimulation-title::before, .tenkyoSimulation-item.iconTotal .tenkyoSimulation-title::before {
  content: '';
  display: block;
  width: 40px;
  height: 51px;
  margin: 0 auto 8px;
}
.tenkyoSimulation-item.iconElectricity .tenkyoSimulation-title::before {
  background: url(../img/tenkyo/tenkyo_icon_electricity.png) no-repeat 50% 50%/contain;
}
.tenkyoSimulation-item.iconGas .tenkyoSimulation-title::before {
  background: url(../img/tenkyo/tenkyo_icon_gas.png) no-repeat 50% 50%/contain;
}
.tenkyoSimulation-item.iconTotal {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 376px;
}
.tenkyoSimulation-item.iconTotal::before {
  background-image: url(../img/tenkyo/tenkyo_icon_equal.png);
}
.tenkyoSimulation-item.iconTotal .tenkyoSimulation-title::before {
  background: url(../img/tenkyo/tenkyo_icon_total.png) no-repeat 50% 50%/contain;
}
.tenkyoSimulation-item.iconTotal .tenkyoSimulation-detail {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.tenkyoSimulation-item.iconTotal .tenkyoSimulation-detail::before, .tenkyoSimulation-item.iconTotal .tenkyoSimulation-detail::after {
  content: '';
  position: absolute;
}
.tenkyoSimulation-item.iconTotal .tenkyoSimulation-detail::before {
  bottom: 20px;
  left: 20px;
  width: 24px;
  height: 22px;
  background: url(../img/tenkyo/tenkyo_glitter01.png) no-repeat 50% 50%/contain;
}
.tenkyoSimulation-item.iconTotal .tenkyoSimulation-detail::after {
  top: 13px;
  right: 15px;
  width: 28px;
  height: 36px;
  background: url(../img/tenkyo/tenkyo_glitter02.png) no-repeat 50% 50%/contain;
}
.tenkyoSimulation-title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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;
  width: 100px;
  border-right: 3px solid #f3f3f3;
  color: #04429b;
  font-size: calc(1.3rem * var(--_fs-ratio));
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.tenkyoSimulation-detail {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(2.4rem * var(--_fs-ratio));
  font-weight: bold;
  letter-spacing: 0.05em;
}
.tenkyoSimulation-price {
  font-size: calc(2rem * var(--_fs-ratio));
  letter-spacing: normal;
}
.tenkyoSimulation-price .tenkyoTxtEmphasis {
  color: #ef3b59;
  font-size: calc(3.0rem * var(--_fs-ratio));
}

.tenkyoSimulation-detail-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.tenkyoSimulation-detail-inner-title{
  border-bottom: 4px solid #f3f3f3;
  width: 40%;
  color: #04429b;
  font-size: calc(1.3rem * var(--_fs-ratio));
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 20px 0 20px 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tenkyoSimulation-detail-inner-title:last-of-type{
  border-bottom: none;
}


.tenkyoSimulation-detail-inner-txt{
  border-bottom: 4px solid #f3f3f3;
  padding: 23px;
  font-size: calc(2.0rem * var(--_fs-ratio));
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 60%;
  text-align: right;
  padding: 20px 20px 20px 0;
}
.tenkyoSimulation-detail-inner-txt:last-of-type{
  border-bottom: none;
}


@media screen and (max-width: 750px) {
  .tenkyoMeritMenu {
    display: block;
  }
  .tenkyoMeritMenu-item:not(:last-child) {
    margin: 0 0 5px;
  }
  .tenkyoMeritMenu-item > a {
    height: auto;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 #052f6a;
            box-shadow: 0 2px 0 #052f6a;
    font-size: calc(1.3rem * var(--_fs-ratio));
    text-align: left;
  }
  .tenkyoMeritMenu-item > a::before {
    width: 65px;
    margin: 0 0 5px;
    font-size: calc(1rem * var(--_fs-ratio));
    letter-spacing: normal;
  }
  .tenkyoMeritMenu-item > a::after {
    right: 10px;
    bottom: calc(50% - 2px);
    border-width: 4px 3px 0 3px;
  }

  /* .tenkyoMeritBlock { */
    /* margin-top: -40px; */
    /* padding-top: 65px; */
  /* } */
  .tenkyoMeritBlock:not(:last-child) {
    padding-bottom: 25px;
    border-bottom-width: 1px;
  }
  .tenkyoMeritBlock-head {
    min-height: 46px;
    margin-bottom: 15px;
    padding-left: 55px;
  }
  .tenkyoMeritBlock-numIcon {
    top: calc(50% - 23px);
    width: 46px;
    height: 46px;
    padding-top: 4px;
    font-size: calc(1rem * var(--_fs-ratio));
  }
  .tenkyoMeritBlock-numIcon-txt {
    margin-top: 2px;
    font-size: calc(1.9rem * var(--_fs-ratio));
  }
  .tenkyoMeritBlock-title {
    font-size: calc(1.6rem * var(--_fs-ratio));
  }
  .tenkyoMeritBlock-title small {
    font-size: calc(1.3rem * var(--_fs-ratio));
  }
  .tenkyoMeritBlock-title sup {
    font-size: calc(1rem * var(--_fs-ratio));
  }
  .tenkyoMeritBlock-title .tenkyoTxtEmphasis {
    font-size: calc(2rem * var(--_fs-ratio));
  }
  .tenkyoMeritBlock-attn {
    font-size: calc(1rem * var(--_fs-ratio));
  }
  .tenkyoMeritBlock-cost {
    display: block;
    border-width: 2px;
  }
  .tenkyoMeritBlock-cost:not(:last-child) {
    margin-bottom: 10px;
  }
  .tenkyoMeritBlock-cost-image:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid #f3f3f3;
  }
  .tenkyoMeritBlock-cost-image img {
    width: 250px;
  }
  .tenkyoMeritBlock-note {
    font-size: calc(1rem * var(--_fs-ratio));
  }
  .tenkyoMeritBlock[id="a-merit02"] {
    min-height: auto;
    padding-bottom: 165px;
    background-position: left 50% bottom 15px;
    background-size: auto 130px;
  }
  .tenkyoMeritBlock[id="a-merit04"] {
    background-position: 100% 40px;
    background-size: 270px auto;
  }
  .tenkyoMeritBlock[id="a-merit04"] .tenkyoMeritBlock-head {
    min-height: 80px;
    padding-right: 100px;
  }
  .tenkyoMeritBlock-btn {
    margin-top: 30px;
  }
  .tenkyoMeritBlock-btn > a {
    max-width: 250px;
    font-size: calc(1.2rem * var(--_fs-ratio));
  }
  .tenkyoMeritBlock-btn > a::after {
    top: calc(50% - 2px);
    border-width: 2px 0 2px 3px;
  }

  .tenkyoStep {
    display: block;
  }
  .tenkyoStep-item:not(:last-child) {
    margin: 0 0 30px;
    padding-bottom: 10px;
  }
  .tenkyoStep-item:not(:last-child)::after {
    top: 100%;
    right: calc(50% - 10px);
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .tenkyoStep-image {
    max-width: 200px;
    margin: 0 auto 10px;
  }
  .tenkyoStep-num {
    min-width: 100px;
    margin-bottom: 6px;
    font-size: calc(1rem * var(--_fs-ratio));
  }
  .tenkyoStep-txt {
    margin: 0;
    font-size: calc(1.5rem * var(--_fs-ratio));
  }

  .tenkyoSimulation {
    display: block;
    margin-bottom: 10px;
  }
  .tenkyoSimulation-item {
    border-width: 2px;
  }
  .tenkyoSimulation-item:not(:first-child) {
    margin: 8px 0 0;
  }
  .tenkyoSimulation-item:not(:first-child)::before {
    top: -15px;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
  .tenkyoSimulation-item.iconElectricity .tenkyoSimulation-title::before, .tenkyoSimulation-item.iconGas .tenkyoSimulation-title::before, .tenkyoSimulation-item.iconTotal .tenkyoSimulation-title::before {
    width: 30px;
    height: 30px;
    margin: 0 auto 4px;
  }
  .tenkyoSimulation-item.iconTotal {
    width: 100%;
  }
  .tenkyoSimulation-item.iconTotal .tenkyoSimulation-detail {
    padding-left: 25px;
    padding-right: 25px;
  }
  .tenkyoSimulation-item.iconTotal .tenkyoSimulation-detail::before {
    bottom: 10px;
    left: 10px;
    width: 17px;
    height: 17px;
  }
  .tenkyoSimulation-item.iconTotal .tenkyoSimulation-detail::after {
    top: 8px;
    right: 8px;
    width: 20px;
    height: 25px;
  }
  .tenkyoSimulation-title {
    width: 70px;
    padding: 10px 5px;
    border-right-width: 2px;
    font-size: calc(1.1rem * var(--_fs-ratio));
  }
  .tenkyoSimulation-detail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: calc(1.6rem * var(--_fs-ratio));
    text-align: center;
  }
  .tenkyoSimulation-price {
    font-size: calc(1.4rem * var(--_fs-ratio));
    display: block;
  }
  .tenkyoSimulation-price .tenkyoTxtEmphasis {
    font-size: calc(2.4rem * var(--_fs-ratio));
  }
  .tenkyoSimulation-detail-inner-txt,
  .tenkyoSimulation-detail-inner-title{
    border-bottom: 3px solid #f3f3f3;
    padding: 10px;
  }
  .tenkyoSimulation-detail-inner-txt{
    font-size: calc(1.8rem * var(--_fs-ratio));
  }
}
/* ひまわりエリア以外へお引越しの方 */
.tenkyoCnciGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
  background: #f9f9f9;
}
.tenkyoCnciGroup-map {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 320px;
  margin-right: 28px;
}
.tenkyoCnciGroup-main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: tenkyoGroupNum;
}
.tenkyoCnciGroup-list {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tenkyoCnciGroup-list:not(:last-child) {
  margin-right: 30px;
}
.tenkyoCnciGroup-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.tenkyoCnciGroup-list-item::before {
  counter-increment: tenkyoGroupNum;
  content: counter(tenkyoGroupNum);
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  padding: 5px;
  background: #211f20;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: calc(1.4rem * var(--_fs-ratio));
  text-align: center;
  line-height: 1;
}
.tenkyoCnciGroup-list-logo {
  display: inline-block;
  vertical-align: middle;
}
.tenkyoCnciGroup-list-txt {
  margin-top: 5px;
  font-size: calc(1.3rem * var(--_fs-ratio));
}

@media screen and (max-width: 750px) {
  .tenkyoCnciGroup {
    display: block;
    padding: 15px;
  }
  .tenkyoCnciGroup-map {
    width: 100%;
    margin: 0 auto 15px;
  }
  .tenkyoCnciGroup-main {
    display: block;
  }
  .tenkyoCnciGroup-list:not(:last-child) {
    margin: 0 0 15px;
  }
  .tenkyoCnciGroup-list-item::before {
    width: 20px;
    height: 20px;
    font-size: calc(1.1rem * var(--_fs-ratio));
  }
  .tenkyoCnciGroup-list-txt {
    font-size: calc(1.2rem * var(--_fs-ratio));
  }
}
/* ひまわりエリアへ新たにお引越しの方 */
.tenkyoCampaign {
  margin: 0 0 50px;
  text-align: center;
}
/*.tenkyoCampaign-title {
  margin-bottom: 15px;
  color: #ef7202;
  font-size: calc(1.8rem * var(--_fs-ratio));
  font-weight: bold;
  text-align: center;
}*/
.tenkyoCampaign-title {
  position: relative;
  display: inline-block;
  min-width: 680px;
  margin-bottom: 20px;
  padding: 5px;
  background: #ffa21d;
  color: #fff;
  font-size: calc(2rem * var(--_fs-ratio));
  font-weight: bold;
  text-align: center;
}
.tenkyoCampaign-title:before, .tenkyoCampaign-title::after {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 19px;
  height: 35px;
  background: url(../img/tenkyo/tenkyo_campaign-title_ribbon.png) no-repeat 50% 50%/100% 100%;
}
.tenkyoCampaign-title::before {
  right: 100%;
}
.tenkyoCampaign-title::after {
  left: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}


.tenkyoCampaign .content-inner {
  max-width: 100%;
  padding: 0;
  overflow: visible;
}
.tenkyoCampaign .slick-initialized.slick-slider {
  margin: 0;
}
.tenkyoCampaign .slick-list {
  margin: 0 30px;
}
.tenkyoCampaign .slick-list li {
  width: 190px;
  padding: 0 5px;
}
.tenkyoCampaign .slick-list li a {
  display: block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.tenkyoCampaign .slick-list li a:hover {
  opacity: 0.7;
}
.tenkyoCampaign .slick-list li img {
  width: 100%;
}
.tenkyoCampaign .slick-list .campaign-slider-text {
  display: none;
}
.tenkyoCampaign .swiper.js-cardSlide.swiper-initialized:has(.articleCard) {
  --clm-num: 5;
  --gap-x: var(--gap-sm);
  overflow: clip;
  li {
    list-style: none;
  }
}

.tenkyoColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px dashed #ededed;
}
.tenkyoColumn-box {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 340px;
  padding: 0;
  margin: 10px;
  background: #fffcf5;
}
.tenkyoColumn-box-title {
  margin-bottom: 12px;
  font-size: calc(1.8rem * var(--_fs-ratio));
  font-weight: bold;
  color: #fff;
  background: #ef7202;
  padding: 10px;
  margin-bottom: 0px;
  border-radius: 4px 4px 0 0;
  text-align: center;
}

.tenkyoSectionInArea .tenkyoColumn{
  margin-top: 80px;
  padding-top: 50px;
  border-top: 2px dashed #ededed;
}

.tenkyoSectionInArea .tenkyoColumn-box {
  background: #edfaff;
}
.tenkyoSectionInArea .tenkyoColumn-box-title {
  background: #014099;
}




.tenkyoBn {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -20px;
  padding: 15px;
}
.tenkyoBn:not(:last-child) {
  margin-bottom: 20px;
}
.tenkyoBn-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: calc(100% / 3 - 20px);
  margin: 0 0 0 20px;
  text-align: center;
}
.tenkyoBn-item > a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.tenkyoBn-item > a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .tenkyoCampaign {
    margin: 0 0 25px;
  }
  .tenkyoCampaign-title {
    margin-bottom: 10px;
    font-size: calc(1.4rem * var(--_fs-ratio));
    min-width: initial;
    padding: 9px 0;
    width: 90%;
  }
  .tenkyoCampaign .slick-slider button {
    display: none !important;
  }
  .tenkyoCampaign .slick-track {
    width: auto !important;
  }
  .tenkyoCampaign .slick-list {
    margin: 0;
  }
  .tenkyoCampaign .slick-list li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding: 0;
  }

  .tenkyoSectionInArea .tenkyoColumn,
  .tenkyoColumn {
    display: block;
    margin-top: 40px;
    padding-top: 25px;
  }
  .tenkyoColumn-box {
    min-width: 0px;
  }
  .tenkyoColumn-box-title {
    margin-bottom: 10px;
    font-size: calc(1.4rem * var(--_fs-ratio));
  }
  .tenkyoColumn-box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tenkyoColumn-box .tenkyoBn {
    /*max-width: 250px;*/
  }

  .tenkyoBn {
    display: block;
    margin: 0 auto;
  }
  .tenkyoBn-item {
    width: auto;
    margin: 0;
  }
  .tenkyoBn-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
/* お問い合わせ */
.section-contact .wae-section-title > h2 {
  font-weight: bold;
}
.section-contact .wae-section-head > h3 {
  color: #333;
}

@media screen and (max-width: 750px) {
  .section-contact .wae-section-title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
