@charset "UTF-8";

/*support共通CSS*/
@import url("/ep/support/css/support_common.css");

/* 「ご契約内容・ご利用料金の確認」内注釈 */
.lead-resp{
    margin-top: 3vh;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #707070;
    text-align: center;
}
.lead-resp a{
    color:#3d90cc;
    text-decoration: underline;
    margin: 3px;
}

.lead-resp a:hover{
  text-decoration: none;

}

@media (max-width: 767px) {
  .lead-resp{
    font-size: 0.8rem;
    line-height: 1.8;
  }
}

/* 「各種手続き」「ご契約内容・ご利用料金の確認」「サポート」 */
.service-menu1, 
.service-menuFlex,
.service-confirm,
.service-support {
  display: flex;
  justify-content: center;
}
.service-menu1Btn,
.service-menu1Cont li,
.service-menu2Cont li {
  position: relative;
}
.service-menu1Cont,
.service-menu2Cont {
  display: none;
}

/* ホバー時 & アクティブ時 */
.service-menu1Btn .com-blkBase:hover::after,
.service-menu1Btn.is-btn-active1 .com-blkBase::after,
.service-menu2Btn .com-blkBase:hover::after,
.service-menu2Btn.is-btn-active2 .com-blkBase::after {
  content: "";
  /* borderで三角形を作る */
  border-width: min(3.4vw,15px);
  border-style: solid;
  /* 配置する */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.service-menu1Btn .com-blkBase.blueBG:hover::after,
.service-menu1Btn.is-btn-active1 .com-blkBase.blueBG::after {
  border-color: rgb(177, 226, 255) transparent transparent transparent;
}
.service-menu1Btn.is-btn-active1 .blueBG {
  background-color: #b1e2ff !important;
}
.service-menu1Btn .com-blkBase.greenBG:hover::after,
.service-menu1Btn.is-btn-active1 .com-blkBase.greenBG::after,
.service-menu2Btn .com-blkBase.greenBG:hover::after,
.service-menu2Btn.is-btn-active2 .com-blkBase.greenBG::after {
  border-color: #abeebd transparent transparent transparent;
}
.service-menu1Btn.is-btn-active1 .greenBG,
.service-menu2Btn.is-btn-active2 .greenBG {
  background-color: #abeebd !important;
}
.service-menu1Btn .com-blkBase.orangeBG:hover::after,
.service-menu1Btn.is-btn-active1 .com-blkBase.orangeBG::after,
.service-menu2Btn .com-blkBase.orangeBG:hover::after,
.service-menu2Btn.is-btn-active2 .com-blkBase.orangeBG::after {
  border-color: #f4c86b transparent transparent transparent;
}
.service-menu1Btn.is-btn-active1 .orangeBG,
.service-menu2Btn.is-btn-active2 .orangeBG {
  background-color: #f4c86b !important;
}

.com-blkBase{
  position: relative;
  display: inline-block;
  padding-top:5px;
  border-radius: 15px;
  text-align:center;
  width:20vw;
  height:22vw;
  max-width:162px;
  max-height:172px;
  margin: 1.5vw 2vw;
}
.com-blkBase p{
  padding:0;
  /* font-family: "メイリオ"; */
  color: #707070;
  width: 100%;
  font-size:min(2.8vw,16px);
  line-height: min(3vw,1.3em);
  position: absolute;
  bottom: min(4vw,35px);
  left: auto;
}
.service-support .com-blkBase p{
  bottom: min(3vw,30px) !important;
}

.hks-blk-color {background-color:#ffeff0 !important;}
.hks-blk-color:hover{background-color:#fbcdd0 !important;}
.tasha-blk-color{background-color:#d6f0ff !important;}
.tasha-blk-color:hover, .tasha-blk-color-selection{background-color:#b1e2ff !important;}
.kyk-blk-color{background-color:#dbf1e1 !important;}
.kyk-blk-color:hover, .kyk-blk-color-selection{background-color:#abeebd !important;}
.hojin-blk-color{background-color:#fcecc9 !important;}
.hojin-blk-color:hover, .hojin-blk-color-selection{background-color:#f4c86b !important;}
.other-blk-color{background-color:#f0f0f0 !important;}
.other-blk-color:hover{background-color:#dddddd !important;}

.hks-icon{background: url('/ep/support/images/img_support_menu_10.png') no-repeat center top/contain;}
.tasha-icon{background: url('/ep/support/images/img_support_menu_11.png') no-repeat center top/contain;}
.tasha-denki-icon{background: url('/ep/support/images/img_support_menu_11-1.png') no-repeat center top/contain;}
.tasha-gas-icon{background: url('/ep/support/images/img_support_menu_11-2.png') no-repeat center top/contain;}
.tasha-denkigas-icon{background: url('/ep/support/images/img_support_menu_11-3.png') no-repeat center top/contain;}
.kyk-icon{background: url('/ep/support/images/img_support_menu_12.png') no-repeat center top/contain;}
.kyk-plan-icon{background: url('/ep/support/images/img_support_menu_12-1.png') no-repeat center top/contain;}
.kyk-plan-denki-icon{background: url('/ep/support/images/img_support_menu_12-1-1.png') no-repeat center top/contain;}
.kyk-plan-gas-icon{background: url('/ep/support/images/img_support_menu_12-1-2.png') no-repeat center top/contain;}
.kyk-plan-denkigas-icon{background: url('/ep/support/images/img_support_menu_12-1-3.png') no-repeat center top/contain;}
.kyk-payment-icon{background: url('/ep/support/images/img_support_menu_12-2.png') no-repeat center top/contain;}
.kyk-payment-credit-icon{background: url('/ep/support/images/img_support_menu_12-2-1.png') no-repeat center top/contain;}
.kyk-payment-kouza-icon{background: url('/ep/support/images/img_support_menu_12-2-2.png') no-repeat center top/contain;}
.kyk-payment-cashless-icon{background: url('/ep/support/images/img_support_menu_12-2-3.png') no-repeat center top/contain;}
.kyk-payment-seikyusyo-icon{background: url('/ep/support/images/img_support_menu_12-2-4.png') no-repeat center top/contain;}
.kyk-ampere-icon{background: url('/ep/support/images/img_support_menu_12-3.png') no-repeat center top/contain;}
.kyk-soden-icon{background: url('/ep/support/images/img_support_menu_12-4.png') no-repeat center top/contain;}
.hojin-icon{background: url('/ep/support/images/img_support_menu_13.png') no-repeat center top/contain;}
.hojin-fudosan-icon{background: url('/ep/support/images/img_support_menu_13-1.png') no-repeat center top/contain;}
.hojin-fudosan-fudosan-icon{background: url('/ep/support/images/img_support_menu_13-1-1.png') no-repeat center top/contain;}
.hojin-fudosan-houseclean-icon{background: url('/ep/support/images/img_support_menu_13-1-2.png') no-repeat center top/contain;}
.hojin-low-icon{background: url('/ep/support/images/img_support_menu_13-2.png') no-repeat center top/contain;}
.hojin-high-icon{background: url('/ep/support/images/img_support_menu_13-3.png') no-repeat center top/contain;}
.hojin-dairiten-icon{background: url('/ep/support/images/img_support_menu_13-4.png') no-repeat center top/contain;}

.kuratep-icon{background: url('/ep/support/images/img_support_menu_14.png') no-repeat center top/contain;}
.webken-icon{background: url('/ep/support/images/img_support_menu_15.png') no-repeat center top/contain;}
.biztep-icon{background: url('/ep/support/images/img_support_menu_16.png') no-repeat center top/contain;}
.supguide-icon{background: url('/ep/support/images/img_support_menu_17.png') no-repeat center top/contain;}
.cc-icon{background: url('/ep/support/images/img_support_menu_18.png') no-repeat center top/contain;}



/* support.cssから移行 */

section.support-link {
  padding: 0 0 50px 0;
}

section.support__lead {
  padding: 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 0 0 30px 0;
  }
  section.support-link {
    padding: 0 0 70px 0;
  }
}

#content-body .el-support {
  color: #313131;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
  font-weight: 500;
}

.el-support a:hover {
  text-decoration: none;
}

.ep-support__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}

.ep-support__link-btn {
  position: relative;
  width: 460px;
  height: 70px;
  margin: 11px auto 0;
  border-radius: 10px;
  background: url(/ep/support/images/icon_arrow_right_w.svg) no-repeat center right 20px;
  background-color: #E62E2C;
  background-size: 11px 18px;
  -webkit-box-shadow: 0px 5px 0px 0px #AC1018;
  box-shadow: 0px 5px 0px 0px #AC1018;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width:768px) and ( max-width:1060px) {
  .ep-support__link-btn {
    font-size: 2vw;
  }
}

.ep-support__link-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.ep-support__link-btn span {
  font-size: 13px;
}

.ep-support__link-btn:hover {
  top: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}


/* よくあるご質問 */

.ep-support__question-wrap {
  padding: 88px 0;
  background: #F9F9F9;
}

.ep-support__question-title {
  margin-bottom: 48px;
  text-align: center;
}

.ep-support__question-list-item {
  position: relative;
}

.ep-support__question-list .ep-support__question-list-item+.ep-support__question-list-item {
  margin-top: 20px;
}

.ep-support__question-list-item-label {
  position: relative;
  margin: 0;
}

.ep-support__question-list-item-label a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 48px 20px 56px;
  position: relative;
  cursor: pointer;
  color: #313131;
  background: url(/ep/support/images/icon_arrow_right_r.svg) no-repeat center right 20px;
  background-size: 11px 18px;
  background-color: #fff;
  border: solid #DDDDDD 1px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: .3s;
}

.ep-support__question-list-item-label a:hover {
  opacity: .7;
  text-decoration: none;
}

.ep-support__question-list-item-label a::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 20px;
  height: 24px;
  width: 26px;
  background: url(/ep/support/images/icon_question.svg);
  background-size: 100% 100%;
}

.ep-support__question-btn-wrap {
  margin-top: 40px;
}


/* 緊急時のご連絡 */

.ep-support__emergency-wrap {
  padding: 88px 0;
}

.ep-support__emergency-title {
  margin-bottom: 48px;
  text-align: center;
}

.ep-support__emergency-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.ep-support__emergency-list-item {
  width: 31.4%;
}

.ep-support__emergency-list-item-anchor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 32px 8px 63px;
  border: 3px solid #555;
  border-radius: 10px;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  min-height: 200px;
}

.ep-support__emergency-list-item-anchor::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 24px;
  margin: auto;
  width: 11px;
  height: 18px;
  background: url(/ep/support/images/icon_arrow_right_r.svg);
  background-size: 100% 100%;
  content: "";
}

.ep-support__emergency-list-item-anchor:hover {
  opacity: 0.7;
  text-decoration: none;
}

.ep-support__emergency-list-item-anchor-text {
  position: relative;
  color: #313131;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.ep-support__emergency-list-item-note {
  color: #E62E2C;
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 12px;
}

/* お客さまの声にお応えして */

.ep-support__respond-wrap {
  padding: 88px 0 0;
}

.ep-support__respond-title {
  margin-bottom: 24px;
  text-align: center;
}

.ep-support__respond-text {
  margin: 0;
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.ep-support__respond-btn-wrap {
  margin-top: 32px;
}

/* 停電に関する情報 */

.ep-support__information-wrap {
  padding: 88px 0;
  background: #FFEFF0;
}

.ep-support__information-title {
  margin-bottom: 24px;
  text-align: center;
}

.ep-support__information-text {
  margin: 0;
  font-size: 18px;
  text-align: center;
}

.ep-support-area__panel-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0;
}

.ep-support-area__panel-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 18.4%;
  min-width: 100px;
  margin-top: 24px;
  margin-left: 2%;
  border: 1px solid #E62E2C;
  background: url(/ep/support/images/icon_arrow_right_r.svg) no-repeat center right 20px;
  background-color: #fff;
  background-size: 11px 18px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  .ep-support-area__panel-item:nth-child(5n + 1) {
    margin-left: 0;
  }
}

.ep-support-area__panel-item a {
  display: block;
  width: 100%;
  height: 68px;
  color: #E62E2C;
  line-height: 68px;
  text-decoration: none;
}

.ep-support-area__panel-item:hover {
  background: url(/ep/support/images/icon_arrow_right_w.svg) no-repeat center right 20px;
  background-size: 11px 18px;
  background-color: #E62E2C;
}

.ep-support-area__panel-item:hover a {
  color: #fff;
}

.ep-support__information-btn-wrap {
  margin-top: 40px;
}


/*
 * br
 */
.u-pc-only {
  display: block;
}

.u-pc-only-inline {
  display: inline-block;
}

.u-sp-only {
  display: none;
}

.u-sp-only-inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }

  .u-pc-only-inline {
    display: none;
  }

  .u-sp-only {
    display: block;
  }

  .u-sp-only-inline {
    display: inline-block;
  }
}

 
@media screen and (max-width: 1000px) {
  .ep-support__container {
    margin: 0 10px;
  }

  .ep-support__emergency-list-item-anchor-text {
    font-size: 2.08605vw;
  }

  .ep-support-area__panel-list {
    margin-left: 10px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  /* common */

  .ep-support__container {
    margin: 0 4.2vw;
  }

  .ep-support__link-btn {
    width: 80vw;
    height: auto;
    margin: 0 auto;
    border-radius: 1.333333vw;
    background: url(/ep/support/images/icon_arrow_right_w.svg) no-repeat center right 4vw;
    background-color: #E62E2C;
    background-size: 1.733333vw 2.933333vw;
    -webkit-box-shadow: 0px 0.666667vw 0px 0px #AC1018;
    box-shadow: 0px 0.666667vw 0px 0px #AC1018;
    font-size: 3.733333vw;
  }

  .ep-support__link-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    color: #fff;
    text-decoration: none;
    min-height: 13.333333vw;
    padding: 2.133333vw;
    box-sizing: border-box;
  }

  .ep-support__link-btn span {
    font-size: 2.666667vw;
  }

  .ep-support__link-btn:hover {
    top: 0.666667vw;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.7;
  }

  /* よくあるご質問 */

  .ep-support__question-wrap {
    padding: 11.733333vw 0;
  }

  .ep-support__question-title {
    margin-bottom: 7.2vw;
  }

  .ep-support__question-list .ep-support__question-list-item+.ep-support__question-list-item {
    margin-top: 2.666667vw;
  }

  .ep-support__question-list-item-label a {
    font-size: 4vw;
    padding: 2.666667vw 8.533333vw 2.666667vw 9.6vw;
    background: url(/ep/support/images/icon_arrow_right_r.svg) no-repeat center right 3.733333vw;
    background-size: 1.733333vw 2.933333vw;
    border-radius: 1.333333vw;
    background-color: #fff;
  }

  .ep-support__question-list-item-label a::before {
    top: 4vw;
    left: 3.2vw;
    height: 4.533333vw;
    width: 4.533333vw;
  }

  .ep-support__question-btn-wrap {
    margin-top: 5.866667vw;
  }

  /* 緊急時のご連絡 */

  .ep-support__emergency-wrap {
    padding: 11.733333vw 0;
  }

  .ep-support__emergency-title {
    margin-bottom: 7.2vw;
  }

  .ep-support__emergency-list {
    display: block;
  }

  .ep-support__emergency-list .ep-support__emergency-list-item+.ep-support__emergency-list-item {
    margin-top: 4.266667vw;
  }

  .ep-support__emergency-list-item {
    width: 100%;
  }

  .ep-support__emergency-list-item-anchor {
    justify-content: space-between;
    padding: 1.066667vw 3.466667vw;
    border: 0.4vw solid #555;
    border-radius: 1.333333vw;
    min-height: 21.333333vw;
  }

  .ep-support__emergency-list-item-anchor-text {
    font-size: 4.533333vw;
    text-align: left;
  }

  .ep-support__emergency-list-item-anchor::after {
    right: 3.466667vw;
    left: auto;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 1.733333vw;
    height: 2.933333vw;
  }

  .ep-support__emergency-list-item-note {
    font-size: 3.066667vw;
    margin-top: 1.066667vw;
  }

  /* 停電に関する情報 */

  .ep-support__information-wrap {
    padding: 11.733333vw 0;
  }

  .ep-support__information-title {
    margin-bottom: 5.333333vw;
  }

  .ep-support__information-text {
    font-size: 3.733333vw;
  }

  .ep-support-area__panel-list {
    position: relative;
    width: 100%;
    min-width: auto;
    margin: 2.60756vw auto 0;
    text-align: left;
  }

  .ep-support-area__panel-item {
    width: 31.470588%;
    margin-top: 3.12907vw;
    margin-left: 2.47718vw;
    border-radius: 1.333333vw;
    font-size: 3.733333vw;
    background: url(/ep/support/images/icon_arrow_right_r.svg) no-repeat center right 3.733333vw;
    background-size: 1.733333vw 2.933333vw;
    background-color: #fff;
    min-width: auto;
  }

  .ep-support-area__panel-item:hover {
    background: url(images/icon_arrow_right_w.svg) no-repeat center right 3.733333vw;
    background-size: 1.733333vw 2.933333vw;
    background-color: #E62E2C;
  }

  .ep-support-area__panel-item:nth-child(3n + 1) {
    margin-left: 0;
  }

  .ep-support-area__panel-item a {
    height: 10.4vw;
    line-height: 10.4vw;
  }

  .ep-support__information-btn-wrap {
    margin-top: 6.666667vw;
  }

  /* お客さまの声にお応えして */

  .ep-support__respond-wrap {
    padding: 11.733333vw 0 0;
  }

  .ep-support__respond-title {
    margin-bottom: 5.333333vw;
  }

  .ep-support__respond-text {
    font-size: 3.733333vw;
  }

  .ep-support__respond-btn-wrap {
    margin-top: 6.4vw;
  }
}


/* 右上追従検索アイコン調整用 */
.site-search-icon-pc{
  width: 130px; 
  top: 30px; 
  left: -85px; 
  position: absolute; 
  display: block; 
  z-index: 1001!important;
}
.site-search-icon-sp{
  width: 100px; 
  position: absolute; 
  top: 0; 
  right: 52px;
}
@media print, screen and (min-width: 768px){
  #content-head-wrapper #head-sub-wrapper .head-sub-container .site-search.fixed .site-search-inner {
      z-index: 10;
  }
}
