@charset "UTF-8";

.font-sansSerif {
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 100 !important;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
}


.m-energy {
padding: 0 4.4%;
font-family: "YakuHanJPs", 'MyYuGothicM', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.spBnrBox {
border: solid 3px #b1e8e8;
padding: 3%;
overflow: hidden;
line-height: 1.7;
}
.spBnrBox__title {
font-size: 1.5rem;
font-size: 1.8vw;
font-weight: bold;
color: #272727;
margin-bottom: 1em;
float: right;
width: 65%;
margin-top: 1.5%;
}
.spBnrBox__img {
width: 35%;
float: left;
}
.spBnrBox__img img {
width: 100%;
height: auto;
}
.spBnrBox__txtBox {
float: right;
width: 65%;
}
.spBnrBox__txtInner {
width: 50%;
float: left;
}
.spBnrBox__sTitle {
font-size: 1.13rem;
font-size: 1.4vw;
font-weight: bold;
color: #272727;
margin-bottom: .5em;
}
.spBnrBox__txt {
font-size: 0.88rem;
font-size: 1.1vw;
color: #272727;
}
.spBnrBox__txt b {
font-size: 2.75rem;
font-size: 3.0vw;
display: inline-block;
color: #fff;
background-color: #00cccc;
font-weight: normal;
line-height: 1.2;
min-width: 3em;
text-align: center;
margin-right: .1em;
padding: 0 1vw;
}
.spBnrBox__txt .current_energy_value{
  font-size: 2.6vw;
}

.m-columnBox__txtBox{
color: #666;
}
.m-columnBox__txt {
margin-top: .8em;
font-size: 0.9em;
line-height: 1.4;
}
.m-columnBox__txt + .m-columnBox__txt--s {
margin-top: .5em;
}
.m-columnBox__txt--s {
margin-top: .6em;
font-size: 0.7em;
line-height: 1.6;
}
.m-energy a[target="_blank"] .m-columnBox__txtBox .m-columnBox__txt:first-child:after {
content: "";
display: inline-block;
vertical-align: middle;
width: 1.3em;
height: .9em;
background: url(/assets/img/icon_blank.svg) no-repeat right center;
background-size: auto 100%;
position: relative;
top: -.2em;
}

@media only screen and (max-width: 767px){

.m-energy {
padding: 0;
}
.spBnrBox {
border-width: 3px;
padding: 5%;
}
.spBnrBox__title {
float: none;
width: auto;
font-size: 13px;
font-size: 4.08vw;
margin-bottom: 1em;
margin-top: 0;
text-align: center;
}
.spBnrBox__img {
width: 100%;
float: none;
margin-bottom: 3%;
}
.spBnrBox__txtBox {
float: none;
width: auto;
}
.spBnrBox__txtInner {
width: auto;
float: none;
margin-bottom: 5%;
}
.spBnrBox__sTitle {
font-size: 12px;
font-size: 3.76vw;
margin-bottom: .2em;
}
.spBnrBox__txt {
font-size: 12px;
font-size: 3.76vw;
}
.spBnrBox__txt b {
font-size: 40px;
font-size: 12.5vw;
}
.spBnrBox__txtInner:last-child {
margin-bottom: 0;
}
.m-columnBox__txt {
margin-top: .6em;
font-size: 0.9em;
}
.m-columnBox__txt + .m-columnBox__txt--s {
margin-top: .4em;
}

}
