@charset "UTF-8";
/*テキスト*/
.fs-lg {
  font-size: 130%;
}

.fs-sm {
  font-size: 75%;
}

.fs-xs {
  font-size: 60%;
}

/* フォントカラー */
.cutsom-fc-orange {
  color: #F18D25;
}

/* 料金メニュー */
.custom-element {
  position: relative;
}

.cutsom-board-red {
  border: 3px solid #E9381B;
  background: #fff;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.cutsom-board-orange {
  border: 3px solid #e93817;
  background: #fff;
  max-width: 280px;
  position: relative;
  padding: 12px 24px;
}
.cutsom-board-orange-hokkaido {
  padding-top: 26px;
}

@media screen and (max-width: 767px) {
  .cutsom-board-orange {
    padding: 12px 18px;
  }
  .cutsom-board-orange-hokkaido {
  padding-top: 26px;
  }
}

@media screen and (max-width: 623px) {
  .cutsom-board-orange-hokkaido {
  padding-top: 12px;
  }
}

/*WEBでかんたんお手続き*/
@media screen and (max-width: 767px) {
  .step-list[data-responsive="false"] > .col::after,
  .step-list[data-responsive="false"] > [class*="col-"]::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.step-list[data-responsive="false"] > [class*="col-"]:nth-of-type(1)::after {
  right: -5px;
}

.step-list[data-responsive="false"] > [class*="col-"]:nth-of-type(2)::after {
  right: -15px;
}

/* おすすめの理由 */
.section-recommend-electricity .item-point .item-text dt.num {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.section-recommend-electricity .item-point .item-text sup {
  top: -1.2em;
}
@media screen and (max-width: 767px) {
  .section-recommend-electricity .item-point .item-text sup {
    top: -.8em;
  }
}
.section-recommend-electricity .item-point .item-text .nowrap-pc {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-recommend-electricity .item-point .item-text .nowrap-pc {
    white-space: normal;
  }
}

/* Jcomアプリ */
.border-bottom-red {
  padding-bottom: 10px;
  border-bottom: 2px solid #E9381B;
}
@media screen and (max-width: 767px) {
  .border-bottom-red {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* 重要なお知らせ */
.un-important {
  border-radius: 8px;
  max-width: 738px;
  margin: 0 auto;
}
.un-important .box-body {
  border: 1px solid #EE5D44;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.un-important .link-blank {
  font-weight: normal !important;
}

@media screen and (max-width: 767px) {
  .un-important {
    margin-left: -24px;
    margin-right: -24px;
  }
}