/* 市場価格によって電気料金が30分ごとに変動するプランのスタイル */
:root {
  --howto-blue: #005993;
}


.howtoCalcDenki__annotation {
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  font-weight: 900;
  background-color: none;
  color: var(--howto-blue);
}

.howtoCalcDenki__annotation__sub {
  font-size: 34px;
  margin: 0;
}

.howtoCalcDenki__annotation__main {
  color: #DD2315;
  font-size: 58px;
  font-family: var(--lp-font-maru);
  line-height: 1.3;
  margin: 0 4px;
}

.howtoCalcDenki__annotation__end {
  font-size: 34px;
  color: var(--lp-main);
  margin: 0;
}

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

.howtoCalcDenki__planb {
  background-color: #FFFCF2;
  padding: 25px 8px;
  text-align: center;
  margin: 30px 0;
  font-size: 22px;
  font-weight: 700;
  border-radius: 16px;
  line-height: 1.4;
}


@media screen and (max-width: 768px) {
  .howtoCalcDenki {
    padding-bottom: 10px;
  }
  .howtoCalcDenki__annotation {
    margin: 0 0 0;
  }

  .howtoCalcDenki__annotation__sub {
    font-size: 20px;
  }

  .howtoCalcDenki__annotation__main {
    font-size: 48px;
    margin-inline: 2px;
  }

  .howtoCalcDenki__annotation__end {
    font-size: 20px;
  }

  .howtoCalcDenki__image {
    margin-top: 16px;
  }

  .howtoCalcDenki__planb {
    font-size: 18px;
    margin: 16px 0;
    padding: 18px 20px;
    text-align: left;
  }

}
