@charset "UTF-8";
/* Safariバージョン10.1~12.0対策 */
* {
  min-height: 0vw;
  min-height: 0;
}

.denki .paragraph {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #232323;
}
.denki .paragraph:has(.underline) {
  line-height: 2.4rem;
}

.denki-discount {
  padding-top: 3.9rem;
}
.denki-discount__title h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #232323;
}
.denki-discount__content {
  margin-top: 2rem;
}
.denki-discount__text {
  width: 100%;
  margin-bottom: 0.9rem;
  background-color: #e4effa;
  padding-inline: 2.5rem 2rem;
  padding-block: 1.05rem 1.05rem;
}
.denki-discount__text p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #232323;
}
.denki-discount__text p .sp-br {
  display: none;
}
@media (max-width: 500px) {
  .denki-discount__text p .sp-br {
    display: block;
  }
}
.denki-discount__note {
  margin-top: 2.2rem;
}
.denki-discount__note p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
  line-height: 1.4285714286;
  color: #232323;
}
.denki-discount__note p br {
  display: none;
}
@media (max-width: 500px) {
  .denki-discount__note p br {
    display: block;
  }
}

.denki-link {
  padding-top: 4.3rem;
}
.denki-link__link {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .denki-link__link {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.denki-link__web-apply-link, .denki-link__simulation-link {
  width: 53.6rem;
  max-width: calc((100% - 1.6rem) / 2);
}
@media (max-width: 767px) {
  .denki-link__web-apply-link, .denki-link__simulation-link {
    max-width: 100%;
  }
}
.denki-link__web-apply-link a, .denki-link__simulation-link a {
  position: relative;
  display: flex;
  width: 100%;
  height: 10.6rem;
  margin-top: 1rem;
  background-color: #003881;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.08em;
  justify-content: center;
  align-items: center;
}
.denki-link__web-apply-link a::before, .denki-link__simulation-link a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-size: cover;
  content: "";
}
.denki-link__web-apply-link a::after, .denki-link__simulation-link a::after {
  position: absolute;
  right: 2rem;
  width: 0;
  height: 0;
  border-top: 1.113rem solid #fff;
  border-right: 0.9175rem solid transparent;
  border-left: 0.9175rem solid transparent;
  content: "";
  transform: rotate(270deg);
}
.denki-link__web-apply-link p, .denki-link__simulation-link p {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #003881;
  letter-spacing: -0.08em;
}
.denki-link__web-apply-link p::before, .denki-link__simulation-link p::before {
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.822rem solid #003881; /* 高さ */
  border-right: 0.6775rem solid transparent;
  border-left: 0.6775rem solid transparent; /* 底辺の半分 */
  content: "";
}
.denki-link__web-apply-link a {
  padding-left: 2rem;
}
.denki-link__web-apply-link a::before {
  left: 12rem;
  width: 7rem;
  background-image: url("../../images/sub/icon_web-apply-link.png");
  background-image: image-set(url("../../images/sub/icon_web-apply-link.png") 1x, url("../../images/sub/icon_web-apply-link@2x.png") 2x);
  aspect-ratio: 70/80;
}
.denki-link__simulation-link a {
  padding-left: 6rem;
}
.denki-link__simulation-link a::before {
  left: 12.5rem;
  width: 7rem;
  background-image: url("../../images/sub/icon_simulation-link.png");
  background-image: image-set(url("../../images/sub/icon_simulation-link.png") 1x, url("../../images/sub/icon_simulation-link@2x.png") 2x);
  aspect-ratio: 70/80;
}

.denki-tel-link--01 {
  padding-top: 3.53rem;
}
.denki-tel-link--01__link {
  width: 100%;
}
@media (max-width: 767px) {
  .denki-tel-link--01__link {
    width: 53.6rem;
    max-width: 100%;
    margin-inline: auto;
  }
}
.denki-tel-link--01__link > p {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #003881;
  letter-spacing: -0.08em;
}
.denki-tel-link--01__link > p::before {
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0.822rem solid #003881; /* 高さ */
  border-right: 0.6775rem solid transparent;
  border-left: 0.6775rem solid transparent; /* 底辺の半分 */
  content: "";
}
.denki-tel-link--01__tel-area {
  display: flex;
  width: 100%;
  height: 10.619rem;
  margin-top: 0.88rem;
  background-color: #e4effa;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .denki-tel-link--01__tel-area {
    height: unset;
    padding-block: 2rem;
  }
}
.denki-tel-link--01__tel-area > span {
  display: flex;
  text-align: center;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 767px) {
  .denki-tel-link--01__tel-area > span {
    flex-direction: column;
    gap: 2rem;
  }
}
.denki-tel-link--01__tel {
  font-size: 3rem;
  font-weight: 500;
  color: #232323;
}
.denki-tel-link--01__note {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  color: #232323;
}

.denki-price-table {
  padding-top: 6.94rem;
}
.denki-price-table__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.denki-price-table__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.denki-price-table__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.denki-price-table__title h3 span {
  background-color: #003881;
}
.denki-price-table__title h3 span::before {
  background-color: #5682bc;
}
.denki-price-table__content {
  margin-top: 2rem;
}
.denki-price-table__content .note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #232323;
}
.denki-price-table__link {
  margin-top: 1.6rem;
}
.denki-price-table__link .pdf {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.0666666667;
}

.denki-contract-content {
  padding-top: 8.1rem;
}
.denki-contract-content__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.denki-contract-content__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.denki-contract-content__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.denki-contract-content__title h3 span {
  background-color: #003881;
}
.denki-contract-content__title h3 span::before {
  background-color: #5682bc;
}
.denki-contract-content__content {
  margin-top: 1.3rem;
}
@media (min-width: 767px) {
  .denki-contract-content__content .paragraph:nth-child(4) {
    margin-top: -0.4rem;
  }
}
.denki-contract-content__content .underline {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}
.denki-contract-content__content .note {
  display: inline-block;
  margin-top: -0.1rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
  color: #232323;
}
.denki-contract-content__table {
  display: flex;
  padding-top: 5.7rem;
  justify-content: center;
}
.denki-contract-content__table img {
  width: 70.4rem;
  aspect-ratio: 704/724;
}

.denki-contract-process {
  padding-top: 6.94rem;
}
.denki-contract-process__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.denki-contract-process__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.denki-contract-process__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.denki-contract-process__title h3 span {
  background-color: #003881;
}
.denki-contract-process__title h3 span::before {
  background-color: #5682bc;
}
.denki-contract-process__content {
  margin-top: 1.5rem;
}
.denki-contract-process__content .note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #232323;
}
.denki-contract-process__content .note:nth-child(4) {
  margin-top: -0.7rem;
}

.denki-price-calculation {
  padding-top: 6.3rem;
}
.denki-price-calculation__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.denki-price-calculation__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.denki-price-calculation__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.denki-price-calculation__title h3 span {
  background-color: #003881;
}
.denki-price-calculation__title h3 span::before {
  background-color: #5682bc;
}
.denki-price-calculation__content {
  margin-top: 1.5rem;
}
.denki-price-calculation__content .note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #232323;
}
.denki-price-calculation__table {
  display: flex;
  margin-top: 2.3rem;
  justify-content: flex-start;
}
.denki-price-calculation__table img {
  width: 1086px;
  max-width: unset;
  flex-shrink: 0;
  aspect-ratio: 1088/194;
}

.denki-fuel-adjustment {
  padding-top: 6.94rem;
}
.denki-fuel-adjustment__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.denki-fuel-adjustment__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.denki-fuel-adjustment__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.denki-fuel-adjustment__title h3 span {
  background-color: #003881;
}
.denki-fuel-adjustment__title h3 span::before {
  background-color: #5682bc;
}
.denki-fuel-adjustment__content {
  margin-top: 1.5rem;
}
.denki-fuel-adjustment__content .note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #232323;
}
.denki-fuel-adjustment__content .note:nth-child(4) {
  margin-top: -0.7rem;
}

.denki-fuel-adjustment-mechanism {
  padding-top: 6rem;
}
.denki-fuel-adjustment-mechanism__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.denki-fuel-adjustment-mechanism__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.denki-fuel-adjustment-mechanism__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.denki-fuel-adjustment-mechanism__title h3 span {
  background-color: #003881;
}
.denki-fuel-adjustment-mechanism__title h3 span::before {
  background-color: #5682bc;
}
.denki-fuel-adjustment-mechanism__content {
  margin-top: 1.5rem;
}
.denki-fuel-adjustment-mechanism__content .underline {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  line-height: 1.2;
}
.denki-fuel-adjustment-mechanism__content .note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #232323;
}
.denki-fuel-adjustment-mechanism__content .note::before {
  margin-top: -0.25em;
}

.denki-renewable-surcharge-about {
  padding-top: 5.3rem;
}
.denki-renewable-surcharge-about__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.denki-renewable-surcharge-about__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.denki-renewable-surcharge-about__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.denki-renewable-surcharge-about__title h3 span {
  background-color: #003881;
}
.denki-renewable-surcharge-about__title h3 span::before {
  background-color: #5682bc;
}
.denki-renewable-surcharge-about__content {
  margin-top: 1.5rem;
}
.denki-renewable-surcharge-about__content .paragraph:nth-child(2) {
  margin-top: 2rem;
}
.denki-renewable-surcharge-about__content .paragraph:nth-child(3) {
  margin-top: -0.4rem;
}
.denki-renewable-surcharge-about__content .underline {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  line-height: 1.1;
}
.denki-renewable-surcharge-about__content .note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #232323;
}
@media (max-width: 767px) {
  .denki-renewable-surcharge-about__content .note {
    line-height: 2.4rem;
  }
}
.denki-renewable-surcharge-about__content .note::before {
  margin-top: -0.25em;
}

.denki-faq {
  padding-top: 7rem;
}
.denki-faq__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.denki-faq__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.denki-faq__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.denki-faq__title h3 span {
  background-color: #003881;
}
.denki-faq__title h3 span::before {
  background-color: #5682bc;
}
.denki-faq__content .qa {
  margin-top: 1.5rem;
}
.denki-faq__content .qa__block {
  display: flex;
  flex-direction: column;
  min-width: 200px;
}
.denki-faq__content .qa__item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.denki-faq__content .qa__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-image: url("../../images/sub/dotted-divider.svg");
  background-size: cover;
  content: "";
}
.denki-faq__content .qa__item:not(:first-child) {
  margin-top: 1.55rem;
}
.denki-faq__content .qa__head {
  position: relative;
  width: 100%;
  padding: 1.65rem 1.65rem 1.65rem 5.4rem;
  border-radius: 9999px;
  background-color: #e4effa;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #232323;
  cursor: pointer;
}
.denki-faq__content .qa__head.is-open .qa__icon::before {
  opacity: 0;
}
.denki-faq__content .qa__head::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.2rem;
  display: flex;
  width: 3.1rem;
  height: 3.1rem;
  margin: auto;
  padding-bottom: clamp(0.125rem, -0.1641566265rem + 0.6024096386vw, 0.25rem);
  border-radius: 50%;
  background: #2e6da3;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3333333333;
  color: #fff;
  content: "Q";
  justify-content: center;
  align-items: center;
}
.denki-faq__content .qa__icon {
  display: none;
  position: absolute;
  top: 0;
  right: 2.4rem;
  bottom: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
}
.denki-faq__content .qa__icon::before, .denki-faq__content .qa__icon::after {
  position: absolute;
  border-radius: 1px;
  background: #131313;
  pointer-events: none;
  content: "";
}
.denki-faq__content .qa__icon::before {
  top: 50%;
  right: 11.5%;
  width: 10%;
  height: 100%;
  opacity: 1;
  transition: 0.3s ease-in-out;
  transform: translateY(-50%);
}
.denki-faq__content .qa__icon::after {
  top: 49%;
  right: -31%;
  width: 100%;
  height: 10%;
  transform: translateY(-50%);
}
.denki-faq__content .qa__body {
  position: relative;
  max-height: 0;
  padding: 0 0 1.65rem 5.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0;
  color: #232323;
  text-align: left;
  opacity: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}
.denki-faq__content .qa__body::before {
  position: absolute;
  top: 1.65rem;
  left: 1.2rem;
  display: flex;
  width: 3.1rem;
  height: 3.1rem;
  padding-bottom: clamp(0.125rem, -0.1641566265rem + 0.6024096386vw, 0.25rem);
  border: 1px solid #003881;
  border-radius: 50%;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3333333333;
  color: #003881;
  content: "A";
  opacity: 0;
  transition: opacity 0.4s;
  justify-content: center;
  align-items: center;
}
.denki-faq__content .qa__body.is-open {
  max-height: 1000px;
  padding: 1.65rem 1rem 1.65rem 5.4rem;
  line-height: 1.5;
  opacity: 1;
}
.denki-faq__content .qa__body.is-open::before {
  opacity: 1;
}

.denki-power-outage-guidance {
  padding-top: 8.5rem;
}
.denki-power-outage-guidance__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.denki-power-outage-guidance__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.denki-power-outage-guidance__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.denki-power-outage-guidance__title h3 span {
  background-color: #003881;
}
.denki-power-outage-guidance__title h3 span::before {
  background-color: #5682bc;
}
.denki-power-outage-guidance__content {
  margin-top: 2.25rem;
}
.denki-power-outage-guidance__link {
  margin-top: 1.5rem;
}
.denki-power-outage-guidance__link-button {
  width: 53.6rem;
  max-width: calc((100% - 1.6rem) / 2);
}
@media (max-width: 767px) {
  .denki-power-outage-guidance__link-button {
    max-width: 100%;
  }
}
.denki-power-outage-guidance__link-button a {
  position: relative;
  display: flex;
  width: 100%;
  height: 10.6rem;
  margin-top: 1rem;
  background-color: #003881;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.08em;
  justify-content: center;
  align-items: center;
}
.denki-power-outage-guidance__link-button a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-size: cover;
  content: "";
}
.denki-power-outage-guidance__link-button a::after {
  position: absolute;
  right: 2rem;
  width: 0;
  height: 0;
  border-top: 1.113rem solid #fff;
  border-right: 0.9175rem solid transparent;
  border-left: 0.9175rem solid transparent;
  content: "";
  transform: rotate(270deg);
}
@media (max-width: 767px) {
  .denki-power-outage-guidance__link-button {
    margin-inline: auto;
  }
}
.denki-power-outage-guidance__link-button a {
  padding-left: 2.5rem;
}
.denki-power-outage-guidance__link-button a::before {
  left: 12.8rem;
  width: 8rem;
  background-image: url("../../images/sub/icon_power-outage-guidance.png");
  background-image: image-set(url("../../images/sub/icon_power-outage-guidance.png") 1x, url("../../images/sub/icon_power-outage-guidance@2x.png") 2x);
  aspect-ratio: 80/80;
}

.denki-tategas-denki {
  padding-top: 6rem;
}
.denki-tategas-denki__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.denki-tategas-denki__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.denki-tategas-denki__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.denki-tategas-denki__title h3 span {
  background-color: #003881;
}
.denki-tategas-denki__title h3 span::before {
  background-color: #5682bc;
}
.denki-tategas-denki__content {
  margin-top: 1.5rem;
}
.denki-tategas-denki__content .underline {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  line-height: 1.2;
}
.denki-tategas-denki__content .note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  color: #232323;
}
.denki-tategas-denki__content .note::before {
  margin-top: -0.25em;
}

.denki-enability-portal {
  padding-top: 6rem;
}
.denki-enability-portal__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.denki-enability-portal__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.denki-enability-portal__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.denki-enability-portal__title h3 span {
  background-color: #003881;
}
.denki-enability-portal__title h3 span::before {
  background-color: #5682bc;
}
.denki-enability-portal__content {
  margin-top: 1.8rem;
}
.denki-enability-portal__link {
  margin-top: 1.5rem;
}
.denki-enability-portal__link-button {
  width: 53.6rem;
  max-width: calc((100% - 1.6rem) / 2);
}
@media (max-width: 767px) {
  .denki-enability-portal__link-button {
    max-width: 100%;
  }
}
.denki-enability-portal__link-button a {
  position: relative;
  display: flex;
  width: 100%;
  height: 10.6rem;
  margin-top: 1rem;
  background-color: #003881;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.08em;
  justify-content: center;
  align-items: center;
}
.denki-enability-portal__link-button a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-size: cover;
  content: "";
}
.denki-enability-portal__link-button a::after {
  position: absolute;
  right: 2rem;
  width: 0;
  height: 0;
  border-top: 1.113rem solid #fff;
  border-right: 0.9175rem solid transparent;
  border-left: 0.9175rem solid transparent;
  content: "";
  transform: rotate(270deg);
}
@media (max-width: 767px) {
  .denki-enability-portal__link-button {
    margin-inline: auto;
  }
}
.denki-enability-portal__link-button a {
  padding-left: 1.5rem;
}
.denki-enability-portal__link-button a::before {
  left: 12rem;
  width: 7rem;
  background-image: url("../../images/sub/icon_enability-portal.png");
  background-image: image-set(url("../../images/sub/icon_enability-portal.png") 1x, url("../../images/sub/icon_enability-portal@2x.png") 2x);
  aspect-ratio: 70/80;
}
.denki-enability-portal__pdf {
  display: flex;
  margin-top: 3.3rem;
  gap: 10rem;
}
@media (max-width: 767px) {
  .denki-enability-portal__pdf {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.9rem;
  }
}
.denki-enability-portal__pdf .pdf {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.0666666667;
}
.denki-enability-portal__pdf .pdf::after {
  bottom: -0.7rem;
}

.denki-electric-contract-list {
  padding-top: 9.8rem;
}
.denki-electric-contract-list__title h3 {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4rem;
  color: #003881;
}
.denki-electric-contract-list__title h3 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.7rem;
  height: 100%;
}
.denki-electric-contract-list__title h3 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1.3rem;
  content: "";
}
.denki-electric-contract-list__title h3 span {
  background-color: #003881;
}
.denki-electric-contract-list__title h3 span::before {
  background-color: #5682bc;
}
.denki-electric-contract-list__pdf {
  display: flex;
  flex-direction: column;
  margin-top: 3.3rem;
  align-items: flex-start;
  gap: 1.9rem;
}
.denki-electric-contract-list__pdf .pdf {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.0666666667;
}
@media (min-width: 401px) {
  .denki-electric-contract-list__pdf .pdf br {
    display: none;
  }
}
.denki-electric-contract-list__pdf .pdf:nth-of-type(n + 3)::before {
  right: -2.3rem;
}
.denki-electric-contract-list__pdf .pdf::after {
  bottom: -0.7rem;
}
.denki-electric-contract-list__pdf .note {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #232323;
  margin-block: 1.6rem -0.8rem;
}

.denki-tel-link--02 {
  padding-block: 11.18rem 12.9rem;
}
.denki-tel-link--02__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #e4effa;
  padding-block: 3.5rem 2.8rem;
  align-items: center;
}
@media (max-width: 767px) {
  .denki-tel-link--02__link {
    width: 53.6rem;
    max-width: 100%;
    margin-inline: auto;
  }
}
.denki-tel-link--02__link > h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 0.8;
  color: #232323;
  text-align: center;
}
.denki-tel-link--02__tel-area {
  display: flex;
  margin-top: 1.4rem;
  justify-content: center;
  align-items: center;
  gap: 13rem;
}
@media (max-width: 767px) {
  .denki-tel-link--02__tel-area {
    flex-direction: column;
    margin-top: 2.5rem;
    gap: 1rem;
  }
}
.denki-tel-link--02__tel-company-name {
  font-size: 2.4rem;
  font-weight: 500;
  color: #232323;
}
@media (min-width: 768px) {
  .denki-tel-link--02__tel-company-name {
    transform: translateX(-8%) translateY(10%);
  }
}
.denki-tel-link--02__tel-number {
  font-size: 4.2rem;
  font-weight: 500;
  color: #232323;
}
.denki-tel-link--02__note {
  margin-top: 1.1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #232323;
  text-align: center;
}
@media (min-width: 768px) {
  .denki-tel-link--02__note {
    transform: translateX(-5.8%);
  }
}