/* そのほかのでんきプランのスタイル */
.lp-otherDenkiPlan {
  --otherDenki-color-text-red: var(--color-main);
  --otherDenki-color-gray: #dfdfd5;
  --otherDenki-color-light-gray: #f1f1ec;

  .nencho_denki img {
    max-width: 100%;
    height: auto;
    filter: grayscale(1);
  }
}

.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;
  font-size: 4.2rem;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    font-size: 2rem;
  }
}
.lp-pricelistHeader__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  @media screen and (max-width: 768px) {
    box-sizing: border-box;
    width: 48px;
    height: 48px;
  }
  img {
    width: 100%;
  }
}
.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(--otherDenki-color-gray);
      border-color: white;
      small {
        margin-left: 0;
      }
    }
    td {
      background: var(--otherDenki-color-light-gray);
      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__title {
    background: var(--otherDenki-color-gray);
    color: var(--color-text);
    &:hover {
      color: var(--color-text);
    }
    &::before,
    &::after {
      background: #6C6C6C;
    }
  }
  .accordion__body {
    padding-top: 24px;
    @media screen and (max-width: 768px) {
      padding-inline: 0;
    }
  }
}

/* 再生可能エネルギーのスタイル上書き */
.lp-otherDenkiPlan {
  .nencho_saiene {
    padding: 24px 32px 8px;
    background: var(--otherDenki-color-light-gray);
    border-radius: 0;
    section {
      max-width: 680px;
      margin: 0 auto;
      font-size: 1.4rem;
      a {
        font-weight: 500;
      }
    }
    .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;
      }
    }
  }
}
