/* ガス料金表のスタイル */
.lp-otherDenkiPlan {
  --denki-color-blue: #005993;
  --denki-color-text-red: var(--color-main);
  --denki-color-yellow: #F9EA79;
  --denki-color-light-yellow: #F9EFA3;

  .nencho_denki img {
    max-width: 100%;
    height: auto;
  }
}

.lp-pricelistHeader {
  margin-bottom: 20px;
}
.lp-pricelistHeader__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  line-height: 1.2;
  margin: 0 0 12px;
}
.lp-pricelistHeader__title {
  width: fit-content;
  margin: 0;
  text-align: center;
  color: var(--denki-color-blue);
  font-size: 4.2rem;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    font-size: 19px;
  }
}
.lp-pricelistHeader__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background: var(--denki-color-light-yellow);
  border-radius: 50%;
  @media screen and (max-width: 768px) {
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 10px;
  }
}
.lp-pricelistHeader__lead {
  margin: 0 auto;
  text-align: center;
}

/* 料金表のスタイル上書き */
.lp-otherDenkiPlan {
  .table.-denki {
    border-radius: 16px;
    border: 1px solid #fff;
    overflow: hidden;
    td:empty,
    th {
      background: var(--denki-color-yellow);
      border-color: white;
      small {
        margin-left: 0;
      }
    }
    td {
      background: var(--denki-color-light-yellow);
      border-color: white;
      font-weight: 500;
      font-size: 2.2rem;
      font-family: "Oswald", sans-serif;
      small {
        font-size: 1.5rem;
        font-weight: 400;
      }
      @media screen and (max-width: 768px) {
        font-size: 1.7rem;
      }
    }
  }
  .view-sp {
    overflow-x: auto;
  }
}

#FuelAdjustmentRate {
  margin-bottom: 0;
}

/* アコーディオン部分 */
.lp-otherDenkiPlan {
  .accordion__item {
    border: 0;
    background: none;
  }
  .accordion__title {
    background: white;
    border-radius: 46px;
    border: 2px solid #C3C3C3;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--denki-color-blue);
    &::after,
    &::before {
      background-color: var(--denki-color-blue);
    }
  }
  .accordion__body {
    padding-top: 24px;
    @media screen and (max-width: 768px) {
      padding-inline: 0;
    }
  }
}

/* 再生可能エネルギーのスタイル上書き */
.lp-otherDenkiPlan {
  .nencho_saiene {
    padding: 32px;
    background: #FFFCF2;
    border-radius: 16px;
    section {
      max-width: 680px;
      margin: 0 auto;
    }
    .title.-style02 {
      margin-bottom: 20px;
      padding-bottom: 0;
      border-bottom: 0;
      font-size: 2.2rem;
      font-weight: 700;
      @media screen and (max-width: 768px) {
        font-size: 1.8rem;
      }
    }
  }
}
