.u-w25 {
    width: 25% !important;
}
@media screen and (max-width: 768px) {
    .u-sp-w50 {
        width: 50% !important;
    }
}
/* 蓄電システム 特殊リスト */
.energy-storage-system__list > li {
    padding-left: 1.6em;
}
.energy-storage-system__list > li p {
    padding-left: 1em;
    text-indent: -1em;
}
.energy-storage-system__list > li p:first-of-type {
    padding-left: 1em;
    text-indent: -2.6em;
}
.energy-storage-system__list > li p + p {
    margin-top: 5px;
}