@charset "UTF-8";
/* common */

/*告知エリア アコーディオン用CSSの読み込み*/
@import url("/ep/support/css/parts_info-accordion.css");

/* 右上追従検索アイコン調整用 */
@import url("/ep/support/css/parts_search-deco.css");

/* rem設定用 */
@import url("/ep/support/css/parts_font-rem.css");

#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;
}

.el-common__main-wrap--bg-gray {
  background-color: #f9f9f9;
}

.el-common__main-title--black {
  color: #313131;
}

.ep-support--text-bold {
  font-weight: 700;
}

.ep-support__link-wrapper {
  text-align: center;
  margin-top: 40px;
}

a.ep-support__icon-link {
  display: inline-block;
  text-decoration: underline;
  color: #313131;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  letter-spacing: 0.06em;
  transition: opacity .3s;
}

a.ep-support__icon-link:hover {
  opacity: .7;
  text-decoration: underline;
}

a.ep-support__icon-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 9px;
  height: 15px;
  background: url(/ep/support/images/icon_arrow_right_g.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* attention */

.ep-support__attention-wrap {
  background: #FFEFF0;
  padding: 68px 0 86px;
}

.ep-support__attention-title {
  color: #E62E2C;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ep-support__attention-title img {
  margin-right: 16px;
}

.ep-support__attention-text {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
}

a.ep-support__attention-link {
  color: #E62E2C;
  text-decoration: underline;
  transition: opacity .3s;
}

a.ep-support__attention-link:hover {
  opacity: .7;
  text-decoration: underline;
}

.ep-support__attention-list {
  margin-top: 50px;
}

.ep-support__attention-item {
  background: #fff;
}

.ep-support__attention-item+.ep-support__attention-item {
  margin-top: 10px;
}

.ep-support__attention-item a {
  display: block;
  padding: 16px;
  transition: opacity .3s;
}

.ep-support__attention-item a:hover {
  opacity: .7;
}

.ep-support__attention-item-date {
  font-size: 15px;
  font-weight: 400;
  color: #686868;
  letter-spacing: 0.15em;
}

.ep-support__attention-item-title {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  margin: 2px 0 0;
  letter-spacing: 0.1em;
}

/* various procedures */

.ep-support__various-procedures-wrap {
  padding: 88px 0;
}

.ep-support__various-procedures-wrap:first-child {
padding:0 0 88px 0;
}

.lead + .ep-support__various-procedures-list {
  margin-top: 60px;
}
.ep-support__various-procedures-title {
  text-align: center;
  margin-bottom: 48px;
}
.ep-support__various-procedures-list--procedure {
  margin-top: -70px;
}
.ep-support__various-procedures-list-wrap{
  margin-top:-40px;
  padding-top:70px;
}

.ep-support__various-procedures-list-item {
  border: solid 3px;
  border-radius: 10px;
  overflow: hidden;
  background: #F9F9F9;
}

.ep-support__electricity-procedures {
  border-color: #E62E2C;
  color: #E62E2C;
}

.ep-support__electricity-procedures .ep-support__various-procedures-list-item-label label::before,
.ep-support__electricity-procedures .ep-support__various-procedures-list-item-label label::after {
  content: none;
}

.ep-support__electricity-procedures .ep-support__various-procedures-list-item-label {
  background: url(/ep/support/images/icon_arrow_right_r.svg) no-repeat center right 26px;
  background-size: 15px 26px;
}

.ep-support__gas-procedures {
  border-color: #2182C0;
  color: #2182C0;
}

.link_blue {
  background: url(/ep/support/images/icon_arrow_right_b.svg) no-repeat center right 26px;
  background-size: 15px 26px;
}

.ep-support__company-procedures {
  border-color: #23A84B;
  color: #23A84B;
}

.ep-support__corporation-procedures {
  border-color: #FABE00;
  color: #FABE00;
}

.ep-support__various-procedures-list .ep-support__various-procedures-list-item+.ep-support__various-procedures-list-item {
  margin-top: 30px;
}
.link_orange {
  background: url(/ep/support/images/icon_arrow_right_o.svg) no-repeat center right 26px;
  background-size: 15px 26px;
}

.ep-support__various-procedures-list-item-label {
  position: relative;
  margin: 0;
}

.ep-support__various-procedures-list-item-label label {
  position: relative;
}

.ep-support__various-procedures-list-item-label label::before,
.ep-support__various-procedures-list-item-label label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
  height: 30px;
  width: 3px;
  background: #E62E2C;
  pointer-events: none;
}

.ep-support__gas-procedures .ep-support__various-procedures-list-item-label label::before,
.ep-support__gas-procedures .ep-support__various-procedures-list-item-label label::after {
  background: #2182C0;
}

.ep-support__company-procedures .ep-support__various-procedures-list-item-label label::before,
.ep-support__company-procedures .ep-support__various-procedures-list-item-label label::after {
  background: #23A84B;
}

.ep-support__corporation-procedures .ep-support__various-procedures-list-item-label label::before,
.ep-support__corporation-procedures .ep-support__various-procedures-list-item-label label::after {
  content: none;
}

.ep-support__corporation-procedures .ep-support__various-procedures-list-item-label {
  background: url(/ep/support/images/icon_arrow_right_y.svg) no-repeat center right 26px;
  background-size: 15px 26px;
}

.ep-support__various-procedures-list-item-label label::after {
  transform: rotate(90deg);
}

.ep-support__various-procedures-list-item-label label,
.ep-support__various-procedures-list-item-label>a {
  display: block;
  padding: 24px 26px;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  color: inherit;
}
.ep-support__various-procedures-list-item-label>a:visited,
.ep-support__various-procedures-list-item-label>a:hover,
.ep-support__various-procedures-list-item-label>a:active,
.ep-support__various-procedures-list-item-label>a:focus {
  text-decoration:none;
}

.ep-support__various-procedures-list-item-label .bot-txt {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #313131;
  margin-top: 6px;
}

.ep-support__various-procedures-list-item>input[type="checkbox"] {
  display: none;
}

.ep-support__various-procedures-list-item-detail {
  height: 0;
  display: none;
}

.ep-support__various-procedures-detail-title {
  padding: 0 20px 20px;
  font-size: 20px;
  color: #313131;
}

.ep-support__link-wrapper+.ep-support__various-procedures-detail-title {
  margin-top: 16px;
}

.ep-support__various-procedures-list .ep-support__link-wrapper {
  text-align: right;
  padding: 0 20px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .ep-support__various-procedures-list .ep-support__link-wrapper.up-txt {
    padding: 55px 0 0 0;
  }
}

.ep-support__various-procedures-list a.ep-support__icon-link {
  font-size: 14px;
  padding-left: 12px;
}

.ep-support__various-procedures-list .ep-support__icon-link::before {
  width: 7px;
  height: 12px;
}

.ep-support__gas-procedures .ep-support__icon-link::before {
  background: url(/ep/support/images/icon_arrow_right_b.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.ep-support__detail-inner-list {
  padding: 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.ep-support__detail-inner-list-item {
  width: 49%;
}

.ep-support__detail-inner-list .ep-support__detail-inner-list-item:nth-of-type(n+3) {
  margin-top: 22px;
}

.ep-support__detail-inner-list-item-label {
  position: relative;
}

.ep-support__detail-inner-list-item-label a,
.ep-support__detail-inner-list-item-label label {
  font-size: 20px;
  font-weight: 700;
  color: #313131;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 20px 8px 80px;
  height: 70px;
  border: solid #ddd 1px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  transition: background-color .3s, border .3s;
  cursor: pointer;
}

.ep-support__detail-inner-list-item-label a {
  background: url(/ep/support/images/icon_arrow_right_r.svg) no-repeat center right 20px;
  background-size: 11px 18px;
  background-color: #fff;
}

/* .ep-support__company-procedures .ep-support__detail-inner-list-item-label a {
    padding-left: 20px;
} */



.ep-support__gas-procedures .ep-support__detail-inner-list-item-label a {
  background: url(/ep/support/images/icon_arrow_right_b.svg) no-repeat center right 20px;
  background-size: 11px 18px;
  background-color: #fff;
}

.ep-support__company-procedures .ep-support__detail-inner-list-item-label a {
  background: url(/ep/support/images/icon_arrow_right_g.svg) no-repeat center right 20px;
  background-size: 11px 18px;
  background-color: #fff;
}


@media screen and (min-width: 768px) {
  .ep-support__detail-inner-list-item-label a:hover {
    background: url(/ep/support/images/icon_arrow_right_w.svg) no-repeat center right 20px;
    background-size: 11px 18px;
    background-color: #E62E2C;
    color: #fff;
    border: solid 1px #E62E2C;
  }

  .ep-support__gas-procedures .ep-support__detail-inner-list-item-label a:hover {
    background-color: #2182C0;
    border: solid 1px #2182C0;
  }

  .ep-support__company-procedures .ep-support__detail-inner-list-item-label a:hover {
    background-color: #23A84B;
    border: solid 1px #23A84B;
  }

  .ep-support__check .ep-support__detail-inner-list-item-label a:hover {
    background: url(/ep/support/images/icon_arrow_right_w.svg) no-repeat center right 20px;
    background-size: 11px 18px;
    background-color: #e99221;
    border: solid 1px #e99221;

  }
}


.ep-support__detail-inner-list-item-label label::before,
.ep-support__detail-inner-list-item-label label::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 26px;
  height: 20px;
  width: 3px;
  background: #E62E2C;
  pointer-events: none;
}

.ep-support__gas-procedures .ep-support__detail-inner-list-item-label label::before,
.ep-support__gas-procedures .ep-support__detail-inner-list-item-label label::after {
  background: #2182C0;
}

.ep-support__detail-inner-list-item-label label::after {
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .ep-support__detail-inner-list-item-label label:hover {
    background: #E62E2C;
    color: #fff;
    border: solid 1px #E62E2C;
  }

  .ep-support__gas-procedures .ep-support__detail-inner-list-item-label label:hover {
    background: #2182C0;
    border: solid 1px #2182C0;
  }

  .ep-support__detail-inner-list-item-label label:hover::before,
  .ep-support__detail-inner-list-item-label label:hover::after {
    background: #fff;
  }
}

.ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label::before,
.ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label::after {
  background: #fff;
}

.ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label::before {
  transform: rotate(90deg);
}

.ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  border-style: solid;
  border-width: 8px 9px 0 9px;
  border-color: #E62E2C transparent transparent transparent;
}

.ep-support__gas-procedures .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label::after {
  border-color: #2182C0 transparent transparent transparent;
}

.ep-support__detail-inner-list-item-label::before,
.ep-support__detail-inner-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  height: 44px;
  width: 54px;
  z-index: 1;
  pointer-events: none;
}

.ep-support__detail-item-01 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_02.png);
  background-size: 100% 100%;
}

.ep-support__detail-item-02 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_02.png);
  background-size: 100% 100%;
}

.ep-support__gas-procedures .ep-support__detail-item-02 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_03.png);
  background-size: 100% 100%;
}

.ep-support__detail-item-03 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_04.png);
  background-size: 100% 100%;
}

.ep-support__detail-item-04 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_05.png);
  background-size: 100% 100%;
}

.ep-support__detail-item-05 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_06.png);
  background-size: 100% 100%;
}

.ep-support__detail-item-08 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_07.png);
  background-size: 100% 100%;
}

.ep-support__detail-item-09 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_08.png);
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  .ep-support__detail-item-01 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_support_menu_02_hover.png);
    background-size: 100% 100%;
  }

  .ep-support__detail-item-02 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_support_menu_02_hover.png);
    background-size: 100% 100%;
  }

  .ep-support__gas-procedures .ep-support__detail-item-02 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_support_menu_03_hover.png);
    background-size: 100% 100%;
  }

  .ep-support__detail-item-03 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_support_menu_04_hover.png);
    background-size: 100% 100%;
  }

  .ep-support__detail-item-04 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_support_menu_05_hover_red.png);
    background-size: 100% 100%;
  }

  .ep-support__gas-procedures .ep-support__detail-item-04 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_support_menu_05_hover_green.png);
    background-size: 100% 100%;
  }

  .ep-support__detail-item-05 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_support_menu_06_hover.png);
    background-size: 100% 100%;
  }

  .ep-support__detail-item-08 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_support_menu_07_hover.png);
    background-size: 100% 100%;
  }

  .ep-support__detail-item-09 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_support_menu_08_hover.png);
    background-size: 100% 100%;
  }
}

.ep-support__detail-item-05 .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_06_hover.png);
  background-size: 100% 100%;
}

.ep-support__detail-item-08 .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_07_hover.png);
  background-size: 100% 100%;
}

.ep-support__detail-item-09 .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_08_hover.png);
  background-size: 100% 100%;
}

.ep-support__company-procedures .ep-support__detail-item-06 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_05.png);
  background-size: 100% 100%;
}

.ep-support__detail-item-07 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_08.png);
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  .ep-support__company-procedures .ep-support__detail-item-06 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_support_menu_05_hover_green.png);
    background-size: 100% 100%;
  }

  .ep-support__detail-item-07 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_support_menu_08_hover.png);
    background-size: 100% 100%;
  }
}

.ep-support__company-procedures .ep-support__detail-item-06 .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_support_menu_05_hover_green.png);
  background-size: 100% 100%;
}

/* .ep-support__company-procedures .ep-support__detail-inner-list-item-label::before {
    content: none;
} */

.ep-support__detail-inner-list-item-label span {
  font-size: 13px;
  display: block;
}

.ep-support__various-procedures-list-item>input[type="checkbox"]:checked~.ep-support__various-procedures-list-item-detail {
  display: block;
  height: auto;
}

.ep-support__various-procedures-list-item>input[type="checkbox"]:checked~.ep-support__various-procedures-list-item-label label::before {
  transform: rotate(90deg);
}

.ep-support__various-procedures-tab-detail {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border: solid #E62E2C 3px;
  width: calc(100% - 40px);
  box-sizing: border-box;
}

.ep-support__gas-procedures .ep-support__various-procedures-tab-detail {
  border: solid #2182C0 3px;
}

.ep-support__company-procedures .ep-support__various-procedures-tab-detail {
  border: solid #23A84B 3px;
}

.ep-support__detail-inner-list-item>input[type="radio"] {
  display: none;
}

.ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label {
  margin-bottom: 170px;
  background: #E62E2C;
  color: #fff;
  border: solid 1px #E62E2C;
}

.ep-support__gas-procedures .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label {
  margin-bottom: 170px;
  background: #2182C0;
  color: #fff;
  border: solid 1px #2182C0;
}

.ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__various-procedures-tab-detail {
  display: block;
}

.ep-support__tab-list {
  display: flex;
}

.ep-support__tab-list-item {
  flex: 1;
  text-align: center;
}

.ep-support__tab-list .ep-support__tab-list-item+.ep-support__tab-list-item {
  border-left: solid #E62E2C 3px;
}

.ep-support__gas-procedures .ep-support__tab-list .ep-support__tab-list-item+.ep-support__tab-list-item {
  border-left: solid #2182C0 3px;
}

.ep-support__tab-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  padding: 12px 0 48px;
  min-height: 138px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  color: #313131;
}

@media screen and (min-width: 768px) {
  .support__tab-detail-02 .ep-support__tab-list-item a {
    min-height: 118px;
  }
}


.ep-support__tab-list-item a:hover {
  text-decoration: none;
  opacity: .7;
}

.ep-support__tab-list-item a span {
  font-size: 14px;
  display: block;
}

.ep-support__tab-list-item a::after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(/ep/support/images/icon_window_r.svg);
  background-size: 100% 100%;
  content: "";
}

.ep-support__gas-procedures .ep-support__tab-list-item a::after {
  background: url(/ep/support/images/icon_window_b.svg);
  background-size: 100% 100%;
}

/* add */
.ep-support__company-procedures .ep-support__tab-list-item a::after {
  background: url(/ep/support/images/icon_window_g.svg);
  background-size: 100% 100%;
}


/* .support__tab-detail-01 .ep-support__tab-list-item:first-of-type a::after,
.support__tab-detail-01 .ep-support__tab-list-item:last-of-type a::after,
.support__tab-detail-01 .ep-support__tab-list-item:nth-last-of-type(2) a::after, */
.support__tab-detail-01 .ep-support__tab-list-item a::after,
.support__tab-detail-02 .ep-support__tab-list-item a::after {
  width: 11px;
  height: 18px;
  background: url(/ep/support/images/icon_arrow_right_g.svg);
  background-size: 100% 100%;
}

.support__tab-detail-03 .ep-support__tab-list-item:first-of-type a::after,
.support__tab-detail-03 .ep-support__tab-list-item:last-of-type a::after,
.support__tab-detail-03 .ep-support__tab-list-item:nth-last-of-type(2) a::after,
.support__tab-detail-04 .ep-support__tab-list-item a::after {
  width: 11px;
  height: 18px;
  background: url(/ep/support/images/icon_arrow_right_b.svg);
  background-size: 100% 100%;
}

.ep-support__conductor-chat {
  border: solid 1px #ddd;
  padding: 30px;
  margin-top: 52px;
  text-align: center;
}

.ep-support__conductor-chat-text {
  color: #E62E2C;
  font-size: 20px;
  font-weight: 700;
}

.ep-support__conductor-chat-text a {
  color: inherit;
}

.ep-support__conductor-chat-text a:hover {
  opacity: .7;
}

.ep-support__conductor-chat--b {
  background: url(../images/tepcon_intro.png) no-repeat left center;
  margin-top: 52px;
  padding: 20px 0 20px 160px;
  position: relative;
}

.ep-support__conductor-chat--b:before {
  background: #fff;
  content: '';
  width: 20px;
  height: 40px;
  position: absolute;
  top: 68px;
  left: 163px;
  z-index: 2;
}

.ep-support__conductor-chat--b-text {
  border: 3px solid #555;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  padding: 24px 26px 24px 40px;
  position: relative;
}

.ep-support__conductor-chat--b-text:before {
  border: 20px solid transparent;
  border-bottom: 20px solid #555;
  content: "";
  position: absolute;
  left: -23px;
  top: 33px;
  z-index: 1;
}

.ep-support__conductor-chat--b-text:after {
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
  content: "";
  position: absolute;
  left: -18px;
  top: 31px;
  z-index: 2;
}



/* modal */

#inline-wrap,
#inline-wrap1,
#inline-wrap2,
#inline-wrap3,
#inline-wrap4,
#inline-wrap5,
#inline-wrap6,
#inline-wrap7,
#inline-wrap8,
#inline-wrap9,
#inline-wrap10 {
  width: 1000px;
}

.inline-wrap-inner {
  border-radius: 10px;
}

button.mfp-close,
button.mfp-arrow {
  background: url(/ep/support/images/icon_support_close.png) no-repeat 0 0;
  width: 17px;
  height: 17px;
  opacity: 1;
  top: 22px !important;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: .7;
}

.ep-support__modal-title {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #313131;
}

.ep-support__modal-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 22px;
}

.ep-support__modal-list-item {
  width: 49%;
}

.ep-support__modal-list .ep-support__modal-list-item:nth-of-type(n+3) {
  margin-top: 22px;
}

.ep-support__modal-list-item a {
  border: solid #ddd 1px;
  font-size: 20px;
  font-weight: 700;
  color: #313131;
  background: url(/ep/support/images/icon_arrow_right_r.svg) no-repeat center right 20px;
  background-size: 11px 18px;
  background-color: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 4px 32px 4px 16px;
  line-height: 1.4;
}

.ep-support__modal-list-gas .ep-support__modal-list-item a {
  background: url(/ep/support/images/icon_arrow_right_b.svg) no-repeat center right 20px;
  background-size: 11px 18px;
  background-color: #fff;
}

.ep-support__modal-list-item a:hover {
  text-decoration: none;
  background: url(/ep/support/images/icon_arrow_right_w.svg) no-repeat center right 20px;
  background-size: 11px 18px;
  background-color: #E62E2C;
  color: #fff;
  border: solid 1px #E62E2C;
}

.ep-support__modal-list-gas .ep-support__modal-list-item a:hover {
  background-color: #2182C0;
  border: solid 1px #2182C0;
}

/* question */

.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;
}

.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;
}

/* emergency */

.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;
}

.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;
}

/* respond */

.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;
}

/* information */

.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;
}



/*
 * chat-bot
 */
#el-float-chat {
  z-index: 100;
  position: fixed;
  right: 0px;
  bottom: 200px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#el-float-chat span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: inline-block;
  padding: 30px 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #E62320;
  color: #fff;
  cursor: pointer;
  writing-mode: vertical-rl;
}


.u-fc-blck {
  color: #313131;
}

.u-fc-gray {
  color: #898989;
}

.u-fc-red {
  color: #e82229;
}

.u-fc-blue {
  color: #2182c0;
}

.u-fc-pink {
  color: #d72e8b;
}

.u-fc-purple {
  color: #660774;
}

.u-inline {
  display: inline;
}

.u-inline-block {
  display: inline-block;
}

.u-ta-l {
  text-align: left;
}

.u-ta-r {
  text-align: left;
  font-size: 18px;
}

.u-ta-c {
  text-align: center;
}

.u-marker50 {
  padding-right: 10px;
  padding-left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #fff329));
  background: linear-gradient(transparent 50%, #fff329 0%);
}

.u-marker60 {
  padding-right: 10px;
  padding-left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff329));
  background: linear-gradient(transparent 60%, #fff329 0%);
}

.u-marker70 {
  padding-right: 10px;
  padding-left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff329));
  background: linear-gradient(transparent 70%, #fff329 0%);
}

.u-plan-bg01 {
  background-color: #ffeff0;
}

.u-plan-bg02 {
  background-color: #ffeff0;
}

.u-plan-bg03 {
  background-color: #efe6f1;
}

.u-plan-bg04 {
  background-color: #ffe2f2;
}

.u-plan-bg05 {
  background-color: #e9f8f8;
}

.u-plan-bg06 {
  background-color: #f8f8f8;
}

.u-plan-fc01 {
  color: #e71a21;
}

.u-plan-fc02 {
  color: #e71a21;
}

.u-plan-fc03 {
  color: #660774;
}

.u-plan-fc04 {
  color: #d72e8b;
}

.u-plan-fc05 {
  color: #0794d7;
}

.u-plan-fc06 {
  color: #313131;
}

.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: 1000px) {
  .ep-support__container {
    margin: 0 10px;
  }

  .ep-support__various-procedures-list-item-label .bot-txt {
    font-size: 16px;
  }

  .ep-support__detail-inner-list-item-label a,
  .ep-support__detail-inner-list-item-label label {
    font-size: 2vw;
  }

  .ep-support__detail-inner-list-item-label span {
    font-size: 1.3vw;
  }

  .ep-support__application-tab-content-details-list-item-text {
    font-size: 2.2vw;
  }

  .ep-support__tab-list-item a {
    font-size: 1.8vw;
  }


  .ep-support__application-tab-content-details-list-item-text-inner--font-small {
    line-height: 1;
  }

  .ep-support__emergency-list-item-anchor-text {
    font-size: 2.08605vw;
  }

  .ep-support-area__panel-list {
    margin-left: 10px;
    padding-top: 0;
  }

  .ep-support-area__map {
    min-width: 310px;
  }

  .mfp-container {
    padding: 0;
  }

  #inline-wrap,
  #inline-wrap1,
  #inline-wrap2,
  #inline-wrap3,
  #inline-wrap4,
  #inline-wrap5,
  #inline-wrap6,
  #inline-wrap7,
  #inline-wrap8,
  #inline-wrap9,
  #inline-wrap10 {
    width: 100%;
  }

  .ep-support__modal-list-item a {
    font-size: 2vw;
  }


}

@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__link-wrapper {
    text-align: left;
    margin-top: 3.2vw;
  }

  a.ep-support__icon-link {
    font-size: 3.2vw;
    padding-left: 2.933333vw;
    letter-spacing: 0.1em;
  }

  a.ep-support__icon-link::before {
    width: 1.4vw;
    height: 2.4vw;
  }

  /* attention */

  .ep-support__attention-wrap {
    padding: 8.533333vw 0 10.4vw;
  }

  .ep-support__attention-inner {
    display: block;
  }

  .ep-support__attention-title {
    font-size: 2.34681vw;
    margin: 0;
    justify-content: center;
    font-size: 4.8vw;
  }

  .ep-support__attention-title img {
    margin-right: 1.6vw;
    width: 5.333333vw;
    height: 5.333333vw;
  }

  .ep-support__attention-list {
    margin-top: 7.733333vw;
  }

  .ep-support__attention-item+.ep-support__attention-item {
    margin-top: 1.333333vw;
  }

  .ep-support__attention-item a {
    padding: 3.2vw 4vw;
  }

  .ep-support__attention-item-date {
    font-size: 2.933333vw;
    letter-spacing: 0.1em;
  }

  .ep-support__attention-item-title {
    font-size: 3.2vw;
    margin-top: 0.8vw;
  }

  .ep-support__attention-text {
    margin-top: 4.266667vw;
    font-size: 3.466667vw;
  }

  /* various procedures */

  .ep-support__various-procedures-wrap {
    padding: 11.733333vw 0;
  }

  .ep-support__various-procedures-title {
    margin-bottom: 5.866667vw;
  }

  .ep-support__various-procedures-list-item {
    border-width: 0.4vw;
    border-radius: 1.333333vw;
  }

  .ep-support__various-procedures-list-wrap{
    margin-top:-52px;
    padding-top:67px;
  }
  .ep-support__various-procedures-list .ep-support__various-procedures-list-item+.ep-support__various-procedures-list-item {
    margin-top: 4vw;
  }

  .ep-support__various-procedures-list-item-label label,
  .ep-support__various-procedures-list-item-label>a {
    padding: 3.466667vw 3.733333vw;
    font-size: 4.533333vw;
  }

  .ep-support__various-procedures-list-item-label .bot-txt {
    font-size: 3.466667vw;
    margin-top: 1.6vw;
  }

  .ep-support__various-procedures-list-item-label label::before,
  .ep-support__various-procedures-list-item-label label::after {
    right: 5.333333vw;
    height: 4vw;
    width: 0.4vw;
  }

  .ep-support__corporation-procedures .ep-support__various-procedures-list-item-label {
    background: url(/ep/support/images/icon_arrow_right_y.svg) no-repeat center right 3.466667vw;
    background-size: 2vw 3.466667vw;
  }

  .ep-support__various-procedures-detail-title {
    padding: 0 3.466667vw 3.466667vw;
    font-size: 4vw;
  }

  .ep-support__link-wrapper+.ep-support__various-procedures-detail-title {
    margin-top: 3.2vw;
  }

  .ep-support__various-procedures-list .ep-support__link-wrapper {
    padding: 0 3.466667vw;
    text-align: left;
  }

  .ep-support__various-procedures-list a.ep-support__icon-link {
    font-size: 2.666667vw;
    letter-spacing: normal;
    padding-left: 2.933333vw;
  }

  .ep-support__various-procedures-list .ep-support__icon-link::before {
    width: 1.4vw;
    height: 2.4vw;
  }

  .ep-support__detail-inner-list {
    padding: 0 3.466667vw 3.466667vw;
    display: block;
  }

  .ep-support__detail-inner-list-item {
    width: 100%;
    background: #fff;
  }

  .ep-support__detail-inner-list .ep-support__detail-inner-list-item:nth-of-type(n+2) {
    margin-top: 2.933333vw;
  }

  .ep-support__detail-inner-list-item-label {
    border: solid 1px #ddd;
    border-radius: 1.333333vw;
    overflow: hidden;
  }

  .ep-support__detail-inner-list-item-label a,
  .ep-support__detail-inner-list-item-label label {
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 4vw;
    padding: 1.066667vw 3.733333vw 1.066667vw 14.4vw;
    height: 12vw;
  }

  .ep-support__detail-inner-list-item-label span {
    font-size: 2.666667vw;
    line-height: 1;
  }

  .ep-support__detail-inner-list-item-label a {
    background: url(/ep/support/images/icon_arrow_right_r.svg) no-repeat center right 3.733333vw;
    background-size: 1.733333vw 2.933333vw;
  }

  .ep-support__gas-procedures .ep-support__detail-inner-list-item-label a {
    background: url(/ep/support/images/icon_arrow_right_b.svg) no-repeat center right 3.733333vw;
    background-size: 1.733333vw 2.933333vw;
  }

  .ep-support__company-procedures .ep-support__detail-inner-list-item-label a {
    background: url(/ep/support/images/icon_arrow_right_g.svg) no-repeat center right 3.733333vw;
    background-size: 1.733333vw 2.933333vw;
  }

  .link_orange {
    background: url(/ep/support/images/icon_arrow_right_o.svg) no-repeat center right 3.466667vw;
    background-size: 2vw 3.466667vw;
  }

  /* .ep-support__company-procedures .ep-support__detail-inner-list-item-label a {
    padding-left: 3.466667vw;
  } */

  .ep-support__detail-inner-list-item-label::before,
  .ep-support__detail-inner-list-item-label::before {
    left: 2.666667vw;
    height: 8vw;
    width: 9.866667vw;
  }

  .ep-support__detail-inner-list-item-label label::before,
  .ep-support__detail-inner-list-item-label label::after {
    top: 3.466667vw;
    right: 5.6vw;
    height: 4vw;
    width: 0.4vw;
  }


  .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label {
    margin-bottom: 0;
  }

  .ep-support__gas-procedures .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label {
    margin-bottom: 0;
  }

  .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label {
    border: solid 1px #E62E2C;
    border-radius: 1.333333vw 1.333333vw 0 0;
  }

  .ep-support__gas-procedures .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label {
    border: solid 1px #2182C0;
  }

  .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__various-procedures-tab-detail {
    display: block;
    border-radius: 0 0 1.333333vw 1.333333vw;
  }

  .ep-support__various-procedures-tab-detail {
    position: static;
    width: 100%;
    padding: 0 4vw 4vw;
    background: #E62E2C;
    border: none;
  }

  .ep-support__gas-procedures .ep-support__various-procedures-tab-detail {
    background: #2182C0;
    border: none;
  }

  .ep-support__tab-list {
    display: block;
  }

  .ep-support__tab-list-item a {
    padding: 0 3.733333vw;
    align-items: flex-start;
    text-align: left;
    min-height: auto;
    height: 10.666667vw;
    font-size: 3.2vw;
    background: #fff;
    border-radius: 1.333333vw;
  }

  .ep-support__tab-list .ep-support__tab-list-item+.ep-support__tab-list-item {
    border: none;
    margin-top: 2.133333vw;
  }

  .ep-support__gas-procedures .ep-support__tab-list .ep-support__tab-list-item+.ep-support__tab-list-item {
    border: none;
  }

  .ep-support__tab-list-item a span {
    font-size: 2.666667vw;
  }

  .ep-support__tab-list-item a::after {
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    right: 2.133333vw;
    width: 4vw;
    height: 4vw;
  }

  /* .support__tab-detail-01 .ep-support__tab-list-item:last-of-type a::after,
  .support__tab-detail-01 .ep-support__tab-list-item:first-of-type a::after,
  .support__tab-detail-01 .ep-support__tab-list-item:last-of-type a::after,
  .support__tab-detail-01 .ep-support__tab-list-item:nth-last-of-type(2) a::after, */
  .support__tab-detail-01 .ep-support__tab-list-item a::after,
  .support__tab-detail-02 .ep-support__tab-list-item a::after {
    width: 1.733333vw;
    height: 2.933333vw;
    right: 2.933333vw;
  }

  .support__tab-detail-03 .ep-support__tab-list-item:first-of-type a::after,
  .support__tab-detail-03 .ep-support__tab-list-item:last-of-type a::after,
  .support__tab-detail-03 .ep-support__tab-list-item:nth-last-of-type(2) a::after,
  .support__tab-detail-04 .ep-support__tab-list-item a::after {
    width: 1.733333vw;
    height: 2.933333vw;
    right: 2.933333vw;
  }

  .ep-support__conductor-chat {
    padding: 4vw;
    margin-top: 6.666667vw;
  }

  .ep-support__conductor-chat-text {
    font-size: 3.2vw;
  }

  .ep-support__conductor-chat--b {
    background-size: 60px;
    margin-top: 6.666667vw;
    padding: 10px 0 10px 70px;
  }

  .ep-support__conductor-chat--b:before {
    background: #fff;
    width: 15px;
    height: 30px;
    top: 45px;
    left: 71px;
  }

  .ep-support__conductor-chat--b-text {
    border-width: 0.4vw;
    border-radius: 1.333333vw;
    display: block;
    font-size: 3.4vw;
    padding: 3.466667vw 3.733333vw 17.466667vw 4.133333vw;
  }

  .ep-support__conductor-chat--b-text img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 35vw;
  }

  .ep-support__conductor-chat--b-text:before {
    border: 10px solid transparent;
    border-bottom: 10px solid #555;
    left: -11px;
    top: 31px;
  }

  .ep-support__conductor-chat--b-text:after {
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: -8px;
    top: 30px;
  }

  /* modal */

  #inline-wrap,
  #inline-wrap1,
  #inline-wrap2,
  #inline-wrap3,
  #inline-wrap4,
  #inline-wrap5,
  #inline-wrap6,
  #inline-wrap7,
  #inline-wrap8,
  #inline-wrap9,
  #inline-wrap10 {
    padding-left: 4.2vw;
    padding-right: 4.2vw;
  }

  .ep-support__modal-title {
    font-size: 4.8vw;
  }

  .ep-support__modal-list {
    display: block;
    margin-top: 3.2vw;
  }

  .ep-support__modal-list-item {
    width: 100%;
  }

  .ep-support__modal-list .ep-support__modal-list-item:nth-of-type(n+2) {
    margin-top: 2.666667vw;
  }

  .ep-support__modal-list-item a {
    font-size: 4vw;
    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;
    height: 12vw;
    border-radius: 1.333333vw;
    padding: 1vw 3.2vw;
    line-height: 1.2;
  }

  .ep-support__modal-list-gas .ep-support__modal-list-item a {
    background: url(/ep/support/images/icon_arrow_right_b.svg) no-repeat center right 3.733333vw;
    background-size: 1.733333vw 2.933333vw;
    background-color: #fff;
  }

  /* question */

  .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;
  }

  /* emergency */

  .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;
  }

  /* information */

  .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;
  }

  /* respond */

  .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;
  }






  .u-marker50 {
    padding-right: 1.30378vw;
    padding-left: 1.30378vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #fff329));
    background: linear-gradient(transparent 50%, #fff329 0%);
  }

  .u-marker60 {
    padding-right: 1.30378vw;
    padding-left: 1.30378vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff329));
    background: linear-gradient(transparent 60%, #fff329 0%);
  }

  .u-marker70 {
    padding-right: 1.30378vw;
    padding-left: 1.30378vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff329));
    background: linear-gradient(transparent 70%, #fff329 0%);
  }

  .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: 768px) {
  #el-float-chat {
    display: none;
    z-index: 100;
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  #el-float-chat span {
    display: block;
    padding: 15px 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #E62320;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}

/*
リンク非活性表示-----------------------
*/

.disable-link {
  border: solid #ddd 1px;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #313131 !important;
  background: url('/ep/support/images/icon_arrow_right_r.svg') no-repeat center right 20px !important;
  background-size: 11px 18px !important;
  background-color: #999 !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  padding: 4px 32px 4px 16px !important;
  line-height: 1.4 !important;
  cursor: default !important;
  border: solid 1px #999 !important;
}

.disable-link a:hover {
  border: solid #ddd 1px;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #313131 !important;
  background: url('/ep/support/images/icon_arrow_right_r.svg') no-repeat center right 20px !important;
  background-size: 11px 18px !important;
  background-color: #999 !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  padding: 4px 32px 4px 16px !important;
  line-height: 1.4 !important;
  cursor: default !important;
  border: solid 2px #999 !important;
}

.disable-link-gas {
  border: solid #ddd 1px;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #313131 !important;
  background: url('/ep/support/images/icon_arrow_right_b.svg') no-repeat center right 20px !important;
  background-size: 11px 18px !important;
  background-color: #999 !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  padding: 4px 32px 4px 16px !important;
  line-height: 1.4 !important;
  cursor: default !important;
  border: solid 1px #999 !important;
}

.disable-link-gas a:hover {
  border: solid #ddd 1px;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #313131 !important;
  background: url('/ep/support/images/icon_arrow_right_b.svg') no-repeat center right 20px !important;
  background-size: 11px 18px !important;
  background-color: #999 !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  padding: 4px 32px 4px 16px !important;
  line-height: 1.4 !important;
  cursor: default !important;
  border: solid 1px #999 !important;
}

@media screen and (max-width:767px) {
  .disable-link {
    border: solid #ddd 1px !important;
    font-weight: 700 !important;
    color: #313131 !important;
    font-size: 4vw !important;
    background: url('/ep/support/images/icon_arrow_right_r.svg') no-repeat center right 3.733333vw !important;
    background-size: 1.733333vw 2.933333vw !important;
    background-color: #999 !important;
    height: 12vw !important;
    border-radius: 1.333333vw !important;
    padding: 1vw 3.2vw !important;
    line-height: 1.2 !important;
    border: solid #ddd 1px !important;
    align-items: center !important;
    box-sizing: border-box !important;
    cursor: default !important;
    border: solid 1px #999 !important;
  }

  .disable-link a:hover {
    border: solid #ddd 1px !important;
    font-weight: 700 !important;
    color: #313131 !important;
    font-size: 4vw !important;
    background: url('/ep/support/images/icon_arrow_right_r.svg') no-repeat center right 3.733333vw !important;
    background-size: 1.733333vw 2.933333vw !important;
    background-color: #999 !important;
    height: 12vw !important;
    border-radius: 1.333333vw !important;
    padding: 1vw 3.2vw !important;
    line-height: 1.2 !important;
    border: solid #ddd 1px !important;
    align-items: center !important;
    box-sizing: border-box !important;
    cursor: default !important;
    border: solid 2px #999 !important;
  }

  .disable-link-gas {
    border: solid #ddd 1px !important;
    font-weight: 700 !important;
    color: #313131 !important;
    font-size: 4vw !important;
    background: url('/ep/support/images/icon_arrow_right_b.svg') no-repeat center right 3.733333vw !important;
    background-size: 1.733333vw 2.933333vw !important;
    background-color: #999 !important;
    height: 12vw !important;
    border-radius: 1.333333vw !important;
    padding: 1vw 3.2vw !important;
    line-height: 1.2 !important;
    border: solid #ddd 1px !important;
    align-items: center !important;
    box-sizing: border-box !important;
    cursor: default !important;
    border: solid 1px #999 !important;
  }

  .disable-link-gas a:hover {
    border: solid #ddd 1px !important;
    font-weight: 700 !important;
    color: #313131 !important;
    font-size: 4vw !important;
    background: url('/ep/support/images/icon_arrow_right_b.svg') no-repeat center right 3.733333vw !important;
    background-size: 1.733333vw 2.933333vw !important;
    background-color: #999 !important;
    height: 12vw !important;
    border-radius: 1.333333vw !important;
    padding: 1vw 3.2vw !important;
    line-height: 1.2 !important;
    border: solid #ddd 1px !important;
    align-items: center !important;
    box-sizing: border-box !important;
    cursor: default !important;
    border: solid 1px #999 !important;
  }
}






.ep-support__check {
  border-color: #e99221;
  color: #e99221;
}

.ep-support__check .ep-support__various-procedures-list-item-label label::before,
.ep-support__check .ep-support__various-procedures-list-item-label label::after {
  background: #e99221;
}

.ep-support__check .ep-support__detail-inner-list-item-label a {
  background: url(/ep/support/images/icon_arrow_right_o.svg) no-repeat center right 20px;
  background-size: 11px 18px;
  background-color: #fff;
}

.ep-support__check .ep-support__detail-inner-list-item-label--icon-none a {
  padding-left: 20px;
}


.ep-support__check-item-01 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_check_menu_01.png);
  background-size: 100% 100%;
}

.ep-support__check-item-02 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_check_menu_02.png);
  background-size: 100% 100%;
}

.ep-support__check-item-03 .ep-support__detail-inner-list-item-label::before {
  background: url(/ep/support/images/img_check_menu_03.png);
  background-size: 100% 100%;
}

@media screen and (min-width:767px) {
  .ep-support__check-item-01 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_check_menu_01_hover.png);
    background-size: 100% 100%;
  }

  .ep-support__check-item-02 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_check_menu_02_hover.png);
    background-size: 100% 100%;
  }

  .ep-support__check-item-03 .ep-support__detail-inner-list-item-label:hover::before {
    background: url(/ep/support/images/img_check_menu_03_hover.png);
    background-size: 100% 100%;
  }
}

@media screen and (max-width:767px) {
  .ep-support__check .ep-support__detail-inner-list-item-label a {
    background: url(/ep/support/images/icon_arrow_right_o.svg) no-repeat center right 3.733333vw;
    background-size: 1.733333vw 2.933333vw;
  }

  .ep-support__check .ep-support__detail-inner-list-item-label--icon-none a {
    padding-left: 10px;
  }
}


/* 二重アコーディオン */
.support__tab-detail-03 .ep-support__tab-list-item:first-of-type a::after,
.support__tab-detail-03 .ep-support__tab-list-item:last-of-type a::after,
.support__tab-detail-03 .ep-support__tab-list-item:nth-last-of-type(2) a::after,
.support__tab-detail-04 .ep-support__tab-list-item a::after {
  width: 11px;
  height: 18px;
  background: url(/ep/support/images/icon_arrow_right_g.svg);
  background-size: 100% 100%;
}

/* .support__tab-detail-03 .ep-support__tab-list-item:first-of-type a::after,
.support__tab-detail-03 .ep-support__tab-list-item:last-of-type a::after,
.support__tab-detail-03 .ep-support__tab-list-item:nth-last-of-type(2) a::after,
.support__tab-detail-04 .ep-support__tab-list-item a::after {
  width: 1.733333vw;
  height: 2.933333vw;
  right: 2.933333vw;
} */
.ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label::before,
.ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label::after {
  background: #fff;
}

.ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label::before {
  transform: rotate(90deg);
}

.ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  border-style: solid;
  border-width: 8px 9px 0 9px;
  border-color: #E62E2C transparent transparent transparent;
}

.ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__various-procedures-tab-detail {
  display: block;
}

/* 灰色アコーディオン */
.ep-support__company-procedures1 {
  border-color: #B5B5B5;
  color: #555555;
}

.ep-support__company-procedures1 .ep-support__various-procedures-list-item-label label::before,
.ep-support__company-procedures1 .ep-support__various-procedures-list-item-label label::after {
  background: #555555;
}

.ep-support__company-procedures1 .ep-support__detail-inner-list-item-label a {
  padding-left: 20px;
}

.ep-support__company-procedures1 .ep-support__detail-inner-list-item-label a {
  background: url(/ep/support/images/icon_arrow_right_gray.svg) no-repeat center right 20px;
  background-size: 11px 18px;
  background-color: #fff;
}

.ep-support__company-procedures1 .ep-support__detail-inner-list-item-label::before {
  content: none;
}



@media screen and (min-width: 768px) {
  .ep-support__detail-inner-list-item-label a:hover {
    background: url(/ep/support/images/icon_arrow_right_w.svg) no-repeat center right 20px;
    background-size: 11px 18px;
    background-color: #E62E2C;
    color: #fff;
    border: solid 1px #E62E2C;
  }

  .ep-support__company-procedures1 .ep-support__various-procedures-list-item-label .bot-txt {
    font-size: 14px;
  }

  .ep-support__company-procedures1 .ep-support__detail-inner-list-item-label a:hover {
    background-color: #B5B5B5;
    border: solid 1px #B5B5B5;
  }

  .ep-support__company-procedures1 .ep-support__various-procedures-list-item-label label,
  .ep-support__company-procedures1 .ep-support__various-procedures-list-item-label>a {
    padding: 24px 26px;
    font-size: 21px;
  }

  .ep-support__company-procedures1 .ep-support__detail-inner-list-item-label a,
  .ep-support__company-procedures1 .ep-support__detail-inner-list-item-label label {
    font-size: 18px;
    font-weight: 700;
    height: 60px;
  }

  .ep-support__company-procedures1 .ep-support__various-procedures-list-item-label label::before,
  .ep-support__company-procedures1 .ep-support__various-procedures-list-item-label label::after {
    height: 20px;
    width: 2px;
  }
}

@media screen and (max-width: 767px) {
  .ep-support__company-procedures1 .ep-support__detail-inner-list-item-label a {
    background: url(/ep/support/images/icon_arrow_right_gray.svg) no-repeat center right 3.733333vw;
    background-size: 1.733333vw 2.933333vw;
  }

  .ep-support__company-procedures1 .ep-support__detail-inner-list-item-label a {
    padding-left: 3.466667vw;
  }

  .ep-support__company-procedures1 .ep-support__various-procedures-list-item-label label,
  .ep-support__company-procedures1 .ep-support__various-procedures-list-item-label>a {
    font-size: 4vw;
  }

  .ep-support__company-procedures1 .ep-support__detail-inner-list-item-label a,
  .ep-support__company-procedures1 .ep-support__detail-inner-list-item-label label {
    font-size: 3.467vw;
  }

  .ep-support__company-procedures1 .ep-support__various-procedures-list-item-label .bot-txt {
    font-size: 2.933vw;
    margin-top: 1.6vw;
  }
}

/* 灰色単体 */
.ep-support__corporation-procedures-b {
  border-color: #B5B5B5;
  color: #555555;
}

.ep-support__corporation-procedures-b .ep-support__various-procedures-list-item-label label::before,
.ep-support__corporation-procedures-b .ep-support__various-procedures-list-item-label label::after {
  content: none;
}

.ep-support__corporation-procedures-b .ep-support__various-procedures-list-item-label {
  background: url(/ep/support/images/icon_arrow_right_gray.svg) no-repeat center right 26px;
  /* background-size: 15px 26px; */
  background-size: 12px 19px;
}

@media screen and (min-width: 768px) {
  .ep-support__corporation-procedures-b .ep-support__various-procedures-list-item-label label,
  .ep-support__corporation-procedures-b .ep-support__various-procedures-list-item-label>a {
    padding: 24px 26px;
    font-size: 21px;
  }
  .ep-support__corporation-procedures-b .ep-support__various-procedures-list-item-label .bot-txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .ep-support__corporation-procedures-b .ep-support__various-procedures-list-item-label {
    background: url(/ep/support/images/icon_arrow_right_gray.svg) no-repeat center right 3.466667vw;
    background-size: 2vw 3.466667vw;
  }

  .ep-support__corporation-procedures-b .ep-support__various-procedures-list-item-label label,
  .ep-support__corporation-procedures-b .ep-support__various-procedures-list-item-label>a {
    font-size: 4vw;
  }

  .ep-support__corporation-procedures-b .ep-support__detail-inner-list-item-label a,
  .ep-support__corporation-procedures-b .ep-support__detail-inner-list-item-label label {
    font-size: 3.467vw;
  }

  .ep-support__corporation-procedures-b .ep-support__various-procedures-list-item-label .bot-txt {
    font-size: 2.933vw;
    margin-top: 1.6vw;
  }

  /* 赤 */
  .ep-support__electricity-procedures .ep-support__various-procedures-list-item-label {
    background: url(/ep/support/images/icon_arrow_right_r.svg) no-repeat center right 3.466667vw;
    background-size: 2vw 3.466667vw;
  }
  /* 青 */
  .link_blue {
    background: url(/ep/support/images/icon_arrow_right_b.svg) no-repeat center right 3.466667vw;
    background-size: 2vw 3.466667vw;
  }
}

/* 緑アコーディオン */
.ep-support__company-procedures .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label::after {
  border-color: #23A84B transparent transparent transparent;
}

.ep-support__company-procedures .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label {
  margin-bottom: 150px;
  background: #23A84B;
  color: #fff;
  border: solid 1px #23A84B;
}

/* リンクあり調整 */
@media screen and (min-width: 768px) {
  .ep-support__company-procedures .ep-support__detail-item-05 .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label {
    margin-bottom: 215px;
    background: #23A84B;
    color: #fff;
    border: solid 1px #23A84B;
  }
  /* 「お支払い期限について」と「新型コロナ特別措置…」表示切替 */
  .ep-support__company-procedures .ep-support__detail-item-05.ep-support__detail-has-other-link .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label {
    margin-bottom: 220px;
  }
  .ep-support__company-procedures .ep-support__detail-item-08 .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label {
    margin-bottom: 200px;
    background: #23A84B;
    color: #fff;
    border: solid 1px #23A84B;
  }
  .ep-support__various-procedures-list .ep-support__company-procedures .ep-support__link-wrapper {
    padding-right: 0;
  }
  .ep-support__company-procedures .single-in-ac-link {
    color: #313131;
    font-weight: 400;
    font-size: 14px;
  }
  .link-in-ac {
    display: block;
  }
  .support__tab-detail-01 .ep-support__link-wrapper {
    position: absolute;
    right: 0;
    bottom: -55px;
  }
  .support__tab-detail-02.single-in-ac-link-wrap .ep-support__link-wrapper {
    position: absolute;
    right: 0;
    bottom: -45px;
  }
  .ep-support__various-procedures-tab-detail.support__tab-detail-02.single-in-ac-link-wrap {
    bottom: 70px;
  }
  .icon-window-g {
    width: 15px;
    padding-left: 5px;
  }
  .single-in-ac-link .underline-link {
    text-decoration: underline;
    color: #3d90cc;
  }
  .single-in-ac-link .underline-link:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .ep-support__company-procedures .single-in-ac-link {
    color: #fff;
    font-weight: 400;
    font-size: 2.2vw;
    display: block;
    margin-top: 5.333vw;
  }
  .ep-support__company-procedures .single-in-ac-link a {
    color: #fff;
    border-bottom: 1px solid;
  }
  .icon-window-g {
    width: 3vw;
    padding-left: 1.333vw;
  }
}
.ep-support__various-procedures-tab-detail.support__tab-detail-01 {
  /* bottom: 70px; */
  bottom: 66px;
}
/* 「お支払い期限について」と「新型コロナ特別措置…」表示切替 */
.ep-support__detail-has-other-link .ep-support__various-procedures-tab-detail.support__tab-detail-01 {
  bottom: 70px;
}

.ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__various-procedures-tab-detail {
  display: block;
}

.ep-support__company-procedures .ep-support__tab-list .ep-support__tab-list-item+.ep-support__tab-list-item {
  border-left: solid #23A84B 3px;
}


@media screen and (max-width: 767px) {
  .ep-support__company-procedures .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label label {
    margin-bottom: 0;
  }

  .support__tab-detail-03 .ep-support__tab-list-item:first-of-type a::after,
  .support__tab-detail-03 .ep-support__tab-list-item:last-of-type a::after,
  .support__tab-detail-03 .ep-support__tab-list-item:nth-last-of-type(2) a::after,
  .support__tab-detail-04 .ep-support__tab-list-item a::after {
    width: 1.733333vw;
    height: 2.933333vw;
    right: 2.933333vw;
  }

  .ep-support__company-procedures .ep-support__tab-list .ep-support__tab-list-item+.ep-support__tab-list-item {
    border: none;
  }

  .ep-support__company-procedures .ep-support__various-procedures-tab-input[type="radio"]:checked~.ep-support__detail-inner-list-item-label {
    border: solid 1px #23A84B;
  }

  .ep-support__company-procedures .ep-support__various-procedures-tab-detail {
    background: #23A84B;
    border: none;
  }
}

.ep-support__company-procedures .ep-support__detail-inner-list-item-label label::before,
.ep-support__company-procedures .ep-support__detail-inner-list-item-label label::after {
  background: #23A84B;
}

@media screen and (min-width: 768px) {
  .ep-support__company-procedures .ep-support__detail-inner-list-item-label label:hover {
    background: #23A84B;
    border: solid 1px #23A84B;
  }

  .ep-support__detail-inner-list-item-label label:hover::before,
  .ep-support__detail-inner-list-item-label label:hover::after {
    background: #fff;
  }

}

/* アコーディオンアイコン */
@media screen and (max-width: 767px) {
  .ep-support__various-procedures-list .icon-ac {
    padding-left: 16vw;
  }
}

.ep-support__various-procedures-list .icon-ac::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 880px;
  z-index: 1;
  pointer-events: none;
}

.ep-support__electricity-procedures .icon-ac::before {
  background: url(/ep/support/images/hikkoshi-ac-icon.png);
  background-size: 100% 100%;
  height: 68px;
  width: 91px;
}
.ep-support__electricity-procedures--moving .icon-ac::before {
  background: url(/ep/support/images/icon_moving.png);
  background-size: 100% 100%;
  height: 68px;
  width: 91px;
}
.ep-support__gas-procedures .icon-ac::before {
  background: url(/ep/support/images/kirikae-ac-icon.png);
  background-size: 100% 100%;
  height: 73px;
  width: 90px;
}

.ep-support__company-procedures .icon-ac::before {
  background: url(/ep/support/images/contact-ac-icon.png);
  background-size: 100% 100%;
  height: 74px;
  width: 95px;
}

.ep-support__check .icon-ac::before {
  background: url(/ep/support/images/support-check-ac-icon.png);
  background-size: 100% 100%;
  height: 83px;
  width: 80px;
}
.ep-support__check--guide .icon-ac::before {
  background: url(/ep/support/images/icon_guide.png);
  background-size: 100% 100%;
  height: 83px;
  width: 80px;
}
.ep-support__check--kenshin .icon-ac::before {
  background: url(/ep/support/images/img_check_menu_01.png);
  background-size: 100% 100%;
  height: 73px;
  width: 90px;
}
.ep-support__check--kurashi .icon-ac::before {
  background: url(/ep/support/images/img_check_menu_02.png);
  background-size: 100% 100%;
  height: 73px;
  width: 90px;
}
.ep-support__check--business .icon-ac::before {
  background: url(/ep/support/images/img_check_menu_03.png);
  background-size: 100% 100%;
  height: 73px;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .ep-support__electricity-procedures .icon-ac::before {
    background: url(/ep/support/images/hikkoshi-ac-icon-sp.png);
    background-size: 100% 100%;
    height: 12vw;
    width: 16vw;
    right: 72vw;
    top: 0.8vw;
    bottom: auto;
  }
  .ep-support__electricity-procedures--moving .icon-ac::before {
    background: url(/ep/support/images/icon_moving.png);
    background-size: 100% 100%;
    height: 12vw;
    width: 16vw;
    right: 72vw;
    top: 0.8vw;
    bottom: auto;
  }

  .ep-support__gas-procedures .icon-ac::before {
    background: url(/ep/support/images/kirikae-ac-icon.png);
    background-size: 100% 100%;
    height: 11.467vw;
    width: 13.867vw;
    right: 73vw;
    top: 0.8vw;
    bottom: auto;
  }

  .ep-support__company-procedures .icon-ac::before {
    background: url(/ep/support/images/contact-ac-icon.png);
    background-size: 100% 100%;
    height: 11.467vw;
    width: 13.867vw;
    right: 73vw;
    top: 0.8vw;
    bottom: auto;
  }

  .ep-support__check .icon-ac::before {
    background: url(/ep/support/images/support-check-ac-icon.png);
    background-size: 100% 100%;
    height: 11.2vw;
    width: 10.667vw;
    right: 74vw;
    top: 0.8vw;
    bottom: auto;
  }
  .ep-support__check--guide .icon-ac::before {
    background: url(/ep/support/images/icon_guide.png);
    background-size: 100% 100%;
    height: 11.2vw;
    width: 10.667vw;
    right: 74vw;
    top: 0.8vw;
    bottom: auto;
  }
  .ep-support__check--kenshin .icon-ac::before {
    background: url(/ep/support/images/img_check_menu_01.png);
    background-size: cover;
    height: 9vw;
    width: 13vw;
    right: 74vw;
    top: 1.8vw;
    bottom: auto;
  }
  .ep-support__check--kurashi .icon-ac::before {
    background: url(/ep/support/images/img_check_menu_02.png);
    background-size: cover;
    height: 9vw;
    width: 11vw;
    right: 75vw;
    top: 2.5vw;
  }
  .ep-support__check--business .icon-ac::before {
    background: url(/ep/support/images/img_check_menu_03.png);
    background-size: cover;
    height: 9vw;
    width: 11vw;
    right: 75vw;
    top: 1.8vw;
  }
}

@media screen and (min-width: 768px) {
  .ep-support__electricity-procedures .ep-support__various-procedures-list-item-label,
  .ep-support__gas-procedures .ep-support__various-procedures-list-item-label,
  .ep-support__company-procedures .ep-support__various-procedures-list-item-label,
  .ep-support__check .ep-support__various-procedures-list-item-label {
    padding-left: 100px;
  }

  .ep-support__check .ep-support__various-procedures-list-item-label--icon-none {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .ep-support__tab-list-item.rabbit-gas-use::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 2px;
    width: 126px;
    height: 102px;
    z-index: 1;
    background: url(/ep/support/images/gas-use-rabbit.png);
    background-size: 100% 100%;
  }
  .ep-support__tab-list-item.gas-denki-use-rabbit::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 2px;
    width: 126px;
    height: 102px;
    z-index: 1;
    background: url(/ep/support/images/gas-denki-use-rabbit.png);
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 767px) {
  .ep-support__tab-list-item.rabbit-gas-use::after {
    content: "";
    position: absolute;
    top: 29vw;
    right: 13.667vw;
    width: 69.333vw;
    height: 12vw;
    z-index: 1;
    background: url(/ep/support/images/gas-use-rabbit-sp.png);
    background-size: 100% 100%;
    pointer-events: none;
  }
  .ep-support__tab-list-item.gas-denki-use-rabbit::after {
    content: "";
    position: absolute;
    bottom: 3.667vw;
    right: 7.067vw;
    width: 69.333vw;
    height: 12vw;
    z-index: 1;
    background: url(/ep/support/images/gas-denki-use-rabbit-sp.png);
    background-size: 100% 100%;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ep-support__link-wrapper .link-in-ac a {
    padding: 0 3.733333vw 0 4.6vw;
    align-items: center;
    display: flex;
    text-align: left;
    min-height: auto;
    height: 10.666667vw;
    font-size: 2.2vw;
    background: #fff;
    border-radius: 1.333333vw;
    width: 90%;
    text-decoration: none;
  }
  .ep-support__link-wrapper .link-in-ac + .link-in-ac {
    padding-top: 10px;
  }
  .link-in-ac {
    display: inline-block;
    width: 100%;
  }
  .ep-support__various-procedures-list .ep-support__link-wrapper {
    padding: 10px 0 0 0;
  }
  .ep-support__link-wrapper .link-in-ac .ep-support__icon-link::before {
    left: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  
}

@media screen and (max-width: 767px) {
  .question-in-icon {
    display: flex;
    justify-content: space-between;
  }
  .question-in-icon a {
    width: 68.533vw;
  }
  .question-in-icon img {
    width: 5.333vw;
    height: 5.333vw;
    margin: auto 0;
  }
}


/* 開くボタン */
.button-open {
  cursor: pointer;
}

/* モーダル */
.modal-wrap {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
}

.modal-area {
  padding: 70px 0 70px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}

.modal-outer {
  margin: 0 auto;
  max-width: 1060px;
  width: 90%;
  height: 100%;
  position: relative;
}

.modal-inner {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  padding: 50px 90px;
  max-height: 100%;
  height: auto;
  /* height: 100%; */
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 8px #eb1e1e;
  border-radius: 60px;
  background: #fff
}

.modal-box {
  height: 100%;
  overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
.modal-box::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}

.modal-title {
  font-size: 30px;
  text-align: center;
  color: #323232;
  font-weight: bold;
  margin-bottom: 60px;
}

.symbol {
  position: relative;
  padding-left: 18px;
  text-align: left;
  color: #323232;
}
.symbol::before{
  content: "※";
  position: absolute;
  width: 10px;
  top: 0;
  left: 0;
  color: #323232;
}

.modal4-img {
  margin: 30px auto 40px;
  display: block;
  width: 100%;
}
.txt {
  font-size: 20px;
  font-weight: bold;
  color: #323232;
}
.txt.medium {
  font-size: 20px;
	font-weight: normal;
}
.small-txt {
  font-size: 16px;
  font-weight: 500;
	margin-top: 10px;
  display: block;
}


@media screen and (min-width: 768px) {
  .modal3 .modal-outer {
    max-height: 600px;
  }
  .modal4 .modal-outer {
    max-height: 820px;
  }
  .modal5 .modal-outer {
    max-height: 400px;
  }
	.symbol.txt {
		font-size: 16px;
		font-weight: normal;
	}
}

@media screen and (max-width: 767px){
  .modal-area {
    padding: 10px 0;
  }
  .modal-outer {
    margin: 0 10px;
    width: auto;
  }
  .modal-inner {
    padding: 40px 20px 20px;
    /* height: 100%; */
    border-width: 5px;
    border-radius: 25px;
  }
  .modal-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .symbol {
    position: relative;
    padding-left: 15px;
    text-align: left;
    color: #323232;
  }
  .symbol::before{
    content: "※";
    position: absolute;
    width: 10px;
    top: 0;
    left: 0;
    color: #323232;
  }
  .modal4-img {
    margin: 20px auto;
    display: block;
    width: 93%;
  }
  .modal-area .ep-support__link-btn a {
    font-size: 14px;
  }
  .txt {
    font-size: 12px;
    font-weight: bold;
    color: #323232;
  }
  .txt.medium {
    font-size: 11px;
  }
  .small-txt {
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: 10px;
    color: #323232;
  }
  .modal-list {
    font-size: 14px;
    color: #323232;
    font-weight: bold;
  }
  .modal-list li + li {
    margin-top: 10px;
  }
  .symbol.txt {
		font-weight: normal;
	}
}

@media screen and (min-width: 768px) {
  .batsu{
    position: sticky;
    top: 0;
    left: 100%;
    transform: translateX(54px);
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
  }
  
  .batsu::before, .batsu::after{
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 4px;/*バツ線の太さ*/
    background: #000;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 2px);
    left: 14%;
  }
  
  .batsu::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
  }

  .modal3-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 80px 0;
  }
  .modal3-list li {
    width: 49%;
    margin: 20px 0 0 0;
  }
}

.txt .red-txt {
  color: #E62320;
}

.modal3-list .ep-support__link-btn {
  -webkit-box-shadow: 0px 8px 0px 0px #AC1018;
  box-shadow: 0px 8px 0px 0px #AC1018;
}

.modal3-list .ep-support__link-btn:hover {
  top: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}

.modal3-list .ep-support__link-btn a {
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  /* モーダルウィンドウ */
  .modal3-list .ep-support__link-btn {
    width: 100%;
    -webkit-box-shadow: 0px 1.333vw 0px 0px #AC1018;
    box-shadow: 0px 1.333vw 0px 0px #AC1018;
  }

  .modal3-list .ep-support__link-btn:hover {
    top: 1.333vw;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.7;
  }
  
  .modal3-list .ep-support__link-btn a {
    min-height: 9.333333vw;
    padding-bottom: 1vw;
  }
  .modal3-list .ep-support__link-btn a .small {
    display: inline;
    font-size: 2vw;
  }

  .batsu{
    display: block;
    width: 7.333vw;
    height: 7.333vw;
    position: absolute;
    top: 4vw;
    right: 4vw;
    cursor: pointer;
  }
  
  .batsu::before, .batsu::after{
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 4px;/*バツ線の太さ*/
    background: #000;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - 2px);
    left: 14%;
  }
  
  .batsu::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
  }

  .modal3-list {
    margin: 5vw 0 8vw;
  }
  
  .modal3-list li + li {
    margin-top: 4vw;
  }

}


/* 便利なサービス・お知らせ */
.ep-support__service_container {
  max-width: 1260px;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.ep-support__service_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.ep-support__service_wrap .ep-support__link-btn {
  height: 100px;
  width: 600px;
}
@media screen and (max-width: 1199px) {
  .ep-support__service_wrap .ep-support__link-btn {
    width: 48%;
  }
}
.ep-support__service_wrap .ep-support__link-btn--gray {
  background: url(/ep/support/images/icon_arrow_right_gray.svg) no-repeat center right 20px;
  background-color: #fff;
  box-shadow: 0px 5px 0px 0px #D3D3D3;
  color: #313131;
  position: relative;
  margin: 0 15px;
}
.ep-support__service_wrap .ep-support__link-btn--gray:nth-child(n + 3) {
  margin-top: 40px;
}
.ep-support__service_wrap .ep-support__link-btn--gray.ep-support__money-btn,
.ep-support__service_wrap .ep-support__link-btn--gray.ep-support__notice-btn {
  background: url(/ep/support/images/icon-target.png) no-repeat center right 20px;
  background-size: 20px;
  background-color: #fff;
}
.ep-support__service_wrap .ep-support__link-btn--gray:hover {
  box-shadow: none;
}
.ep-support__service_wrap .ep-support__link-btn--gray a {
  color: #313131;
}
.ep-support__service_wrap .ep-support__link-btn--gray.ep-support__matome-btn:before {
  background: url(../images/icon-matome.png) no-repeat center center;
  background-size: 100%;
  content: '';
  height: 47px;
  width: 43px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
}
.ep-support__service_wrap .ep-support__link-btn--gray.ep-support__money-btn:before {
  background: url(../images/icon-money.png) no-repeat center center;
  background-size: 100%;
  content: '';
  height: 33px;
  width: 47px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
}
.ep-support__service_wrap .ep-support__link-btn--gray.ep-support__card-btn:before {
  background: url(../images/icon_creditcard.svg) no-repeat center center;
  background-size: 100%;
  content: '';
  height: 33px;
  width: 47px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
}
.ep-support__service_wrap .ep-support__link-btn--gray.ep-support__notice-btn:before {
  background: url(../images/icon-info.png) no-repeat center center;
  background-size: 100%;
  content: '';
  height: 37px;
  width: 37px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
}
.el-support__service-modal-box {
  border: 1px solid #C8C9CB;
  background: #F9F9F9;
  border-radius: 5px;
  margin: 40px 0;
  padding: 10px;
}
.el-support__service-modal-box--line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
}
.el-support__service-modal-box--line + .el-support__service-modal-box--line {
  margin-top: 10px;
}
.el-support__service-modal-box--head {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #2182C0;
  margin: 0 20px 0 0;
  border-radius: 5px;
}
.el-support__service-modal-box--body {
  width: calc(100% - 150px - 20px);
}
.symbol.txt + .symbol.txt {
  margin-top: 1em;
}
.el-support__service-modal .underline-link {
  text-decoration: underline;
  color: #3d90cc;
}
.el-support__service-modal .underline-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.el-support__service-modal .el-support__astarisk {
  font-size: 12px;
  margin: 0 5px;
}
.el-support__service-modal .el-support__astarisk-text {
  text-align: right;
  position: relative;
  top: -28px;
  left: 0;
}
.symbol.symbol--square {
  padding-left: 25px;
  font-size: 18px;
}
.symbol.symbol--square::before {
  content: '■';
}
.el-support__service-modal-table {
  margin: 20px 0 40px;
  width: 100%;
}
.el-support__service-modal-table th {
  border: 1px solid #fff;
  background: #C8C9CB;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 12px 40px 10px;
}
.el-support__service-modal-table td {
  border: 1px solid #C8C9CB;
  background: #fff;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 40px;
}
.el-support__service-modal-table td .number {
  font-size: 26px;
  font-weight: bold;
}
.el-support__itaku-info {
  font-size: 20px;
  line-height: 1.8;
}
.el-support__itaku-info--name {
  font-weight: bold;
}
.el-support__itaku-info--text {
  padding-left: 2em;
}

@media screen and (max-width: 767px) {
  .ep-support__service_container {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .ep-support__service_wrap {
    display: block;
    margin-bottom: 20px;
  }
  .ep-support__service_wrap .ep-support__link-btn {
    height: auto;
    width: 80vw;
  }
  .ep-support__service_wrap .ep-support__link-btn + .ep-support__link-btn {
    margin-top: 40px;
  }
  .ep-support__service_wrap .ep-support__link-btn--gray {
    background: url(/ep/support/images/icon_arrow_right_gray.svg) no-repeat center right 3.8vw;
    background-size: 1.8vw;
    background-color: #fff;
    margin: 0 auto;
  }
  .ep-support__service_wrap .ep-support__link-btn--gray.ep-support__money-btn,
  .ep-support__service_wrap .ep-support__link-btn--gray.ep-support__notice-btn {
    background: url(/ep/support/images/icon-target.png) no-repeat center right 3.8vw;
    background-size: 3.8vw;
    background-color: #fff;
  }
  .ep-support__service_wrap .ep-support__link-btn--gray.ep-support__matome-btn:before {
    height: 24px;
    width: 22px;
    left: 15px;
  }
  .ep-support__service_wrap .ep-support__link-btn--gray.ep-support__money-btn:before {
    height: 17px;
    width: 24px;
    left: 15px;
  }
  .ep-support__service_wrap .ep-support__link-btn--gray.ep-support__card-btn:before {
    height: 17px;
    width: 24px;
    left: 15px;
  }
  .ep-support__service_wrap .ep-support__link-btn--gray.ep-support__notice-btn:before {
    height: 19px;
    width: 19px;
    left: 15px;
  }
  .el-support__service-modal-box {
    margin: 10px 0;
  }
  .el-support__service-modal-box--line {
    display: block;
    font-size: 12px;
  }
  .el-support__service-modal-box--head {
    width: auto;
    height: 26px;
    line-height: 26px;
    margin: 0 0 8px;
  }
  .el-support__service-modal-box--body {
    text-align: center;
    width: auto;
  }
  .el-support__service-modal .el-support__astarisk {
    font-size: 10px;
    margin: 0 1px;
  }
  .el-support__service-modal .el-support__astarisk-text {
    top: -5px;
    font-size: 10px;

  }
  .el-support__service-modal-table {
    margin: 5px 0 10px;
  }
  .el-support__service-modal-table th {
    font-size: 10px;
    padding: 3px 10px;
  }
  .el-support__service-modal-table td {
    font-size: 10px;
    padding: 5px 15px;
  }
  .el-support__service-modal-table td .number {
    font-size: 16px;
  }
  .symbol.symbol--square {
    font-size: 10px;
  }
  .el-support__itaku-info {
    font-size: 12px;
  }
  .el-support__itaku-info--text {
    font-size: 10px;
  }
}

@media screen and (max-width: 374px) {
  .symbol.txt {
    font-size: 10px;
  }
}

/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100000;
}

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
  }
  .description1 {
    display: none;
    position: absolute;
    padding: 40px 10px;
    font-size: 16px;
    line-height: 1.6em;
    color: #313131;
    border-radius: 5px;
    border: 3px solid #23A84B;
    background: #fff;
    width: 93%;
    z-index: 99;
  }
  .description1:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .description1::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #23A84B;
    z-index: 1;
  }
  .tooltip1:hover .description1{
    display: inline-block;
    bottom: 105px;
    left: 5px;
  }

  .tooltip2 {
    position: relative;
    cursor: pointer;
    display: inline-block;
  }

  .description2 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 16px;
    line-height: 1.6em;
    color: #313131;
    border-radius: 5px;
    border: 3px solid #23A84B;
    background: #fff;
    width: 93%;
    z-index: 99;
  }
  .description2:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  .description2::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #23A84B;
    z-index: 1;
  }
.tooltip2:hover .description2 {
    display: inline-block;
    bottom: 105px;
    left: 5px;
  }
}

/* お知らせ */
.info-block {
  margin: 30px auto 0;
  max-width: 1000px;
  text-align: center;
}
.info-block__text {
  font-size: 16px;
  line-height: 2.4;
  color: #333333;
}
@media (max-width: 767px) {
  .info-block {
    margin-top: 10px;
    padding: 0 15px;
    text-align: left;
  }
    .info-block__text {
    font-size: 14px;
    line-height: 1.78;
  }
}

.ep-support__customercenter {
  border-color: #e99221;
  color: #e99221;
}
.ep-support__customercenter .ep-support__various-procedures-list-item-label {
  background: url(/ep/support/images/icon_arrow_right_o.svg) no-repeat center right 26px;
  background-size: 15px 26px;
}
.ep-support__customercenter .icon-ac::before {
  background: url(/ep/support/images/customercenter-icon.png);
  background-size: 100% 100%;
  height: 68px;
  width: 91px;
}
.ep-support__customercenter .ep-support__various-procedures-list-item-label {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .ep-support__customercenter .icon-ac {
    padding-left: 16vw;
    display: block;
  }
  .ep-support__customercenter .icon-ac::before {
    background: url(/ep/support/images/customercenter-icon.png);
    background-size: 100% 100%;
    height: 12vw;
    width: 16vw;
    right: 72vw;
    top: 3.8vw;
    bottom: auto;
  }
  .ep-support__customercenter .ep-support__various-procedures-list-item-label {
    padding-left: 0;
  }
  .ep-support__customercenter .ep-support__various-procedures-list-item-label {
    background: url(/ep/support/images/icon_arrow_right_o.svg) no-repeat center right 3.466667vw;
    background-size: 2vw 3.466667vw;
  }
}
.lead {
  font-size: 16px;
  line-height: 2.4;
  color: #333333;
  text-align: center;
}
@media (max-width: 767px) {
  .lead {
    font-size: 14px;
    line-height: 1.78;
    text-align: left;
  }
  .lead + .ep-support__various-procedures-list {
    margin-top: 40px;
}
}

/* 右上追従検索アイコン調整用 */
.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;
  }
}

/* moadl04 */
.renew-modal .modal__lead__about-sekimu {
  margin-bottom: 60px;
}
.renew-modal .el-support__itaku--title {
  font-weight: bold;
  font-size: 20px;
}
.renew-modal .el-support__itaku-info--name {
  padding-left: 2em;
}
.renew-modal .el-support__itaku-info--text {
  padding-left: 4em;
}
/* SP */
@media screen and (max-width: 767px) {
  .renew-modal .modal__lead__about-sekimu {
    margin-bottom: 20px;
  }
  .renew-modal .el-support__itaku--title {
    font-size: 12px;
  }
}

/* 202405 TEPCOカードお取り扱い終了について対応 */
a.blank {
  color: #3d90cc;
  text-decoration: underline;
}
.el-support__service-modal .txt.detail-link{
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .el-support__service-modal .txt.detail-link{
    margin-top: 20px;
  }
}

.el-support__service-modal .modal-area::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar {
  display: none;
}

/* 20240815　重要なお知らせデザイン修正 */
.toggle:checked + .Label + .content {
  margin: 0 10px;
}

/* 202409 障がいのある方へのサポート追加 */
.ep-support__corporation-procedures-b.ep-support__disabilities-support {
  border-color: #2182C0;
  color: #555555;
}
.ep-support__corporation-procedures-b.ep-support__disabilities-support .ep-support__various-procedures-list-item-label {
   background-image: url(/ep/support/images/icon_arrow_right_b.svg);
}

/* 202412 多言語化対応にて追加 */
@media screen and (max-width: 767px) {
  .ep-support__detail-inner-list-item-label a, .ep-support__detail-inner-list-item-label label {
      min-height: 12vw;
      height: auto;
  }
}

/* 20250312 検索欄のz-index調整 */

div.search_form > div.yxt-SearchBar > div.yxt-SearchBar-container {
  z-index: 98 !important;
}

/* 20250606 弁護士法人追加＿コーディング */

.el-support__itaku-info--inner {
  display: flex;
  flex-direction: row;
}

.el-support__itaku-info--head {
  display: block;
  width: fit-content;
  white-space: nowrap;
}

.el-support__itaku-info--container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .el-support__itaku-info--container {
    gap:15px;
    margin-bottom: 20px;
  }
}