@charset "UTF-8";
/*ーーーーーーーーーー
***
共通要素は
/assets/css/common_renew.css　にまとめて書いておきます
***
ーーーーーーーーーーー*/


@import url("/assets/css/common_renew.css");
.power-now {
  text-align: center;
}
.power-now p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 4.0rem !important;
  /*border-bottom: #3eab52 3px solid;*/
  padding-bottom: 0.2em !important;
  line-height: 1 !important;
  display: inline-block !important;
  margin: auto !important;
}
.power-now__value {
  font-size: 150%;
  color: #3eab52;
}

.currentPower{
	text-align: center;
}