#business_list .list li a {
  background: #fff;
  color: #333;
  box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
}

#page-business .business_index dl dd h3 {
  color: #029ae8;
}

#about-us .intro #outline {
  text-align: center;
}

#about-us .intro #outline h3 {
  color: #029ae8;
  text-align: center;
}

#about-us .intro #outline .outline_table {
  text-align: left;
}

#about-us .intro #outline .outline_table > dl > dt {
  font-weight: 600;
}

#about-us .intro #outline .outline_table > dl > dd {
  color: #484848;
}

#about-us .intro #outline .outline_table > dl > dd dl:nth-of-type(n+2) {
  margin-top: 1em;
}

#about-us .intro #outline .outline_table > dl > dd dl dt {
  font-weight: 600;
}

#about-us #initiative .group_initiative {
  background: #e6f6fb;
}

#about-us #initiative .group_initiative li {
  background: #fff;
}

#page-vision .message dl dd h3 {
  color: #029ae8;
}

#page-enerzit #method .pictarea {
  background: #ebf7fd;
}

#page-enerzit #app dl dd h2 {
  color: inherit;
}

@media screen and (min-width: 768px) {
  #business_list .list {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    gap: 24px;
  }
  #business_list .list li {
    width: calc(25% - 18px);
    font-size: 15px;
    line-height: 1.6;
  }
  #business_list .list li a {
    text-decoration: none;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
  }
  #business_list .list li a img {
    flex-shrink: 0;
    margin-right: 20px;
  }
  #about-us .intro .sdgs {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    gap: 0 20px;
  }
  #about-us .intro .sdgs li {
    flex-shrink: 0;
    text-align: center;
  }
  #about-us .intro .sdgs li span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.35;
  }
  #about-us .intro .link a {
    margin: 40px auto 0;
  }
  #about-us .intro #outline {
    margin: 80px -80px 0;
    border-top: 2px solid #efefef;
    padding: 50px 80px 0;
  }
  #about-us .intro #outline h3 {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: 0.024em;
    margin-bottom: 30px;
  }
  #about-us .intro #outline .outline_table {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto;
  }
  #about-us .intro #outline .outline_table > dl {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
  }
  #about-us .intro #outline .outline_table > dl > dt {
    padding: 0 0 0 50px;
    width: 8em;
  }
  #about-us .intro #outline .outline_table > dl > dd {
    padding: 0 30px 0 50px;
  }
  #about-us #initiative {
    margin-top: 100px;
  }
  #about-us #initiative .group_initiative {
    border-radius: 20px;
    width: 1200px;
    padding: 60px;
    box-sizing: border-box;
    margin: 60px auto 20px;
    display: flex;
    justify-content: center;
    gap: 0 30px;
  }
  #about-us #initiative .group_initiative li {
    border-radius: 20px;
    width: 260px;
    padding: 50px 40px 36px;
  }
  #about-us #initiative .group_initiative li .img {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }
  #about-us #initiative .group_initiative li h3 {
    font-size: 21px;
    line-height: 1.35;
    margin-bottom: 20px;
    text-align: center;
  }
  #about-us #initiative .group_initiative li p {
    font-size: 15px;
    line-height: 1.85;
    text-align: justify;
  }
  #page-vision .intro .message dl {
    display: flex;
    gap: 0 60px;
  }
  #page-vision .intro .message dl:nth-of-type(n+2) {
    margin-top: 90px;
  }
  #page-vision .intro .message dl:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #page-vision .intro .message dl dt {
    flex-shrink: 0;
  }
  #page-vision .intro .message dl dt img {
    border-radius: 20px;
  }
  #page-vision .intro .message dl dd {
    flex-grow: 1;
  }
  #page-vision .intro .message dl dd h3 {
    font-size: 30px;
    line-height: 1.75;
    letter-spacing: 0.024em;
    margin-bottom: 30px;
  }
  #page-vision .intro .message dl dd p {
    line-height: 2.1;
  }
  #page-vision .intro .message dl dd p + p {
    margin-top: 1em;
  }
  #page-vision .intro .link a {
    margin: 80px auto 20px;
  }
  #page-vision #credo {
    margin-top: 100px;
    text-align: center;
  }
  #page-vision #credo ul.list {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    max-width: 1000px;
  }
  #page-vision #credo ul.list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  #page-vision #credo ul.list li .num {
    color: #029ae8;
    font-size: 150%;
    font-weight: 600;
    flex-shrink: 0;
    align-self: start;
  }
  #page-business .business_index {
    margin-top: 60px;
  }
  #page-business .business_index dl {
    display: flex;
    gap: 0 60px;
  }
  #page-business .business_index dl:nth-of-type(n+2) {
    margin-top: 90px;
  }
  #page-business .business_index dl:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #page-business .business_index dl dt {
    flex-shrink: 0;
  }
  #page-business .business_index dl dt.photo img {
    border-radius: 20px;
  }
  #page-business .business_index dl dt.pict {
    width: 436px;
    min-height: 327px;
    border: 2px solid #edf4f5;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page-business .business_index dl dd {
    flex-grow: 1;
    align-self: center;
  }
  #page-business .business_index dl dd h3 {
    font-size: 30px;
    line-height: 1.35;
    letter-spacing: 0.024em;
    margin-bottom: 30px;
  }
  #page-business .business_index dl dd h4 {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #page-business .business_index dl dd p {
    line-height: 2.1;
    text-align: justify;
  }
  #page-enerzit .intro .img,
  #page-corporate-ppa .intro .img,
  #page-onsite-ppa .intro .img,
  #page-idele-land .intro .img,
  #page-renewable-power-retailing .intro .img,
  #page-solar-storage-battery .intro .img {
    margin: 60px 0;
    text-align: center;
  }
  #page-enerzit .intro h3,
  #page-corporate-ppa .intro h3,
  #page-onsite-ppa .intro h3,
  #page-idele-land .intro h3,
  #page-renewable-power-retailing .intro h3,
  #page-solar-storage-battery .intro h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  #page-enerzit .pictarea,
  #page-corporate-ppa .pictarea,
  #page-onsite-ppa .pictarea,
  #page-idele-land .pictarea,
  #page-renewable-power-retailing .pictarea,
  #page-solar-storage-battery .pictarea {
    width: 1200px;
    margin: 30px auto 0;
    border-radius: 20px;
  }
  #page-enerzit #method {
    margin-top: 100px;
  }
  #page-enerzit #method .pictarea {
    width: 1200px;
    margin: 30px auto 0;
    border-radius: 20px;
  }
  #page-enerzit #app dl {
    display: flex;
    width: 1200px;
    margin: 0 auto;
  }
  #page-enerzit #app dl dt {
    flex-shrink: 0;
    margin-right: 60px;
  }
  #page-enerzit #app dl dd {
    align-self: center;
    padding-right: 80px;
  }
  #page-enerzit #app dl dd h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 40px;
  }
  #page-enerzit #app dl dd p {
    line-height: 2.1;
  }
  #page-enerzit #app dl dd .download_link {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
  }
  #page-corporate-ppa #ppa-merit,
  #page-corporate-ppa #self-consignment-merit {
    margin-top: 100px;
  }
  #page-corporate-ppa #ppa-merit ul.list,
  #page-corporate-ppa #self-consignment-merit ul.list {
    background: #ebf7fd;
    width: 1200px;
    padding: 60px;
    box-sizing: border-box;
    margin: 30px auto 0;
    border-radius: 20px;
    display: flex;
    gap: 30px;
  }
  #page-corporate-ppa #ppa-merit ul.list li,
  #page-corporate-ppa #self-consignment-merit ul.list li {
    background: #fff;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    padding: 40px 0;
    text-align: center;
    width: 340px;
    box-sizing: border-box;
  }
  #page-corporate-ppa #ppa-merit ul.list li .img,
  #page-corporate-ppa #self-consignment-merit ul.list li .img {
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  #page-corporate-ppa #ppa-merit ul.list li h3,
  #page-corporate-ppa #self-consignment-merit ul.list li h3 {
    font-size: 21px;
    line-height: 1.35;
    margin-bottom: 12px;
  }
  #page-corporate-ppa #ppa-merit ul.list li p,
  #page-corporate-ppa #self-consignment-merit ul.list li p {
    padding: 0 40px;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
  }
  #page-corporate-ppa #self-consignment {
    margin-top: 100px;
  }
  #page-corporate-ppa .pictarea {
    background: #ebf7fd;
    width: 1200px;
    padding: 60px;
    box-sizing: border-box;
    margin: 40px auto 0;
    border-radius: 20px;
  }
  #page-corporate-ppa .pictarea h3 {
    border-left: 6px solid #029ae8;
    padding-left: 18px;
    font-size: 26px;
    line-height: 1.15;
  }
  #page-corporate-ppa .pictarea .img {
    margin: -30px -60px;
  }
  #page-corporate-ppa .pictarea .target {
    background: #2fa6d5;
    color: #fff;
    padding: 20px 40px;
    border-radius: 20px;
    width: 720px;
    margin: 10px auto 65px;
  }
  #page-corporate-ppa .pictarea .target .point {
    background: #fff;
    color: #2fa6d5;
    border-radius: 20px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    padding: 24px;
    margin-bottom: 30px;
  }
  #page-corporate-ppa .pictarea .target dl {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  #page-corporate-ppa .pictarea .target dl dt {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 2px;
    border-bottom: 2px solid #fff;
    margin-bottom: 12px;
  }
  #page-corporate-ppa .pictarea .target dl dd ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 5px;
    padding-left: 24px;
    position: relative;
  }
  #page-corporate-ppa .pictarea .target dl dd ul li::before {
    content: "";
    display: inline-block;
    background: url(../../image/base/ico_circle-check.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0;
  }
  #page-corporate-ppa .pictarea .table {
    background: #fff;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    text-align: center;
    width: 800px;
    margin: 0 auto 30px;
  }
  #page-corporate-ppa .pictarea .komenote {
    color: #484848;
    font-size: 13px;
    line-height: 1.5;
  }
  #page-corporate-ppa .pictarea .komenote li {
    display: flex;
    margin-top: 4px;
  }
  #page-corporate-ppa .pictarea .komenote li .kome {
    flex-shrink: 0;
  }
  #onsite-ppa #merit {
    margin-top: 100px;
  }
  #onsite-ppa #merit ul.list {
    background: #ebf7fd;
    width: 1200px;
    padding: 60px;
    box-sizing: border-box;
    margin: 30px auto 0;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  #onsite-ppa #merit ul.list li {
    background: #fff;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    padding: 40px 0;
    text-align: center;
    width: 340px;
    box-sizing: border-box;
  }
  #onsite-ppa #merit ul.list li h3 {
    font-size: 21px;
    line-height: 1.35;
    margin-bottom: 12px;
  }
  #onsite-ppa #merit ul.list li p {
    padding: 0 40px;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
  }
  #onsite-ppa .pictarea {
    background: #ebf7fd;
    width: 1200px;
    padding: 60px;
    box-sizing: border-box;
    margin: 40px auto 0;
    border-radius: 20px;
  }
  #onsite-ppa .pictarea h3 {
    border-left: 6px solid #029ae8;
    padding-left: 18px;
    font-size: 26px;
    line-height: 1.15;
  }
  #onsite-ppa .pictarea .img {
    margin: -30px -60px;
  }
  #onsite-ppa .pictarea .komenote {
    color: #484848;
    font-size: 13px;
    line-height: 1.5;
  }
  #onsite-ppa .pictarea .komenote li {
    display: flex;
    margin-top: 4px;
  }
  #onsite-ppa .pictarea .komenote li .kome {
    flex-shrink: 0;
  }
  #page-idele-land #merit {
    margin-top: 100px;
  }
  #page-idele-land #merit ul.list {
    background: #ebf7fd;
    width: 1200px;
    padding: 60px;
    box-sizing: border-box;
    margin: 30px auto 0;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  #page-idele-land #merit ul.list li {
    background: #fff;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    padding: 40px 0;
    text-align: center;
    width: 340px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #page-idele-land #merit ul.list li h3 {
    font-size: 21px;
    line-height: 1.35;
    margin-bottom: 12px;
  }
  #page-idele-land #merit ul.list li p {
    padding: 0 40px;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
  }
  #page-idele-land .pictarea {
    background: #ebf7fd;
    width: 1200px;
    padding: 60px;
    box-sizing: border-box;
    margin: 40px auto 0;
    border-radius: 20px;
  }
  #page-idele-land .pictarea h3 {
    border-left: 6px solid #029ae8;
    padding-left: 18px;
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 30px;
  }
  #page-idele-land .pictarea ul.landlist {
    display: flex;
    gap: 20px;
    margin-bottom: 100px;
  }
  #page-idele-land .pictarea ul.landlist li {
    background: #fff;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    text-align: center;
    width: 163px;
    height: 162px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #page-idele-land .pictarea ul.landlist li h4 {
    font-size: 21px;
    line-height: 1.35;
    margin-bottom: 12px;
  }
  #page-idele-land .pictarea ul.landlist li .icon {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page-idele-land .pictarea .overall {
    background: #fff;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    padding: 32px;
  }
  #page-idele-land .pictarea .overall ul {
    margin: 40px 0 20px;
    padding: 0 50px;
    gap: 16px 32px;
    display: flex;
    flex-wrap: wrap;
  }
  #page-idele-land .pictarea .overall ul li {
    width: 30%;
    font-weight: 600;
  }
  #page-idele-land .pictarea .overall ul li .num {
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 1.6em;
    height: 1.6em;
    box-sizing: border-box;
    padding-bottom: 0.12em;
    margin-right: 10px;
  }
  #page-idele-land .pictarea .keiyaku {
    background: #2fa6d5;
    color: #fff;
    padding: 24px 32px;
    border-radius: 20px;
    width: 720px;
    margin: 40px auto 0px;
  }
  #page-idele-land .pictarea .keiyaku dl.point {
    background: #fff;
    color: #2fa6d5;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  #page-idele-land .pictarea .keiyaku dl.point dt {
    background: #2fa6d5;
    color: #fff;
    padding: 2px 4px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
  #page-idele-land .pictarea .keiyaku dl.point dd {
    font-size: 15px;
    font-weight: 600;
  }
  #page-idele-land .pictarea .keiyaku dl.type {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  #page-idele-land .pictarea .keiyaku dl.type dt {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 2px;
    border-bottom: 2px solid #fff;
    margin-bottom: 12px;
  }
  #page-idele-land .pictarea .keiyaku dl.type dd {
    font-size: 14px;
    line-height: 1.65;
  }
  #page-idele-land .pictarea .keiyaku dl.type dd .kome {
    font-size: 12px;
    margin-top: 2px;
  }
  #page-idele-land #business_contact {
    text-align: center;
  }
  #page-idele-land #business_contact h2 {
    color: inherit;
  }
  #page-idele-land #business_contact h2 .en {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: 0.06em;
  }
  #page-idele-land #business_contact h2 .ja {
    margin-top: 11px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.06em;
    display: block;
  }
  #page-power-retailing .intro .group {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  #page-power-retailing .intro .group li {
    border: 2px solid #edf4f5;
    border-radius: 20px;
    padding: 40px 60px 40px;
    width: 330px;
  }
  #page-power-retailing .intro .group li .logo {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  #page-power-retailing .intro .group li h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
  #page-power-retailing .intro .group li p {
    text-align: justify;
    line-height: 1.85;
  }
  #page-power-retailing #merit {
    margin-top: 100px;
  }
  #page-power-retailing #merit ul.pointlist {
    background: #ebf7fd;
    width: 1200px;
    padding: 60px;
    box-sizing: border-box;
    margin: 30px auto 0;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  #page-power-retailing #merit ul.pointlist li {
    background: #fff url("../../image/about-us/icon_point_mark.png") no-repeat center 24px;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    padding: 80px 30px 35px;
    text-align: center;
    width: 340px;
    box-sizing: border-box;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.6;
  }
  #page-power-retailing .pictarea {
    background: #ebf7fd;
    width: 1200px;
    padding: 60px 80px 30px;
    box-sizing: border-box;
    margin: 40px auto 0;
    border-radius: 20px;
  }
  #page-power-retailing .pictarea h3 {
    border-left: 6px solid #029ae8;
    padding-left: 18px;
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 10px;
  }
  #page-power-retailing .pictarea h3:nth-of-type(n+2) {
    margin-top: 50px;
  }
  #page-power-retailing .pictarea .img {
    margin: -30px -80px;
  }
  #page-renewable-power-retailing #merit {
    margin-top: 100px;
  }
  #page-renewable-power-retailing #merit ul.meritlist,
  #page-renewable-power-retailing #merit ul.typelist {
    background: #ebf7fd;
    width: 1200px;
    padding: 60px;
    box-sizing: border-box;
    margin: 30px auto 0;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  #page-renewable-power-retailing #merit ul.meritlist li,
  #page-renewable-power-retailing #merit ul.typelist li {
    background: #fff;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    padding: 40px 65px;
    text-align: center;
    width: 530px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #page-renewable-power-retailing #merit ul.meritlist li h3,
  #page-renewable-power-retailing #merit ul.typelist li h3 {
    font-size: 21px;
    line-height: 1.35;
    margin-bottom: 12px;
  }
  #page-renewable-power-retailing #merit ul.meritlist li p,
  #page-renewable-power-retailing #merit ul.typelist li p {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
  }
  #page-renewable-power-retailing #merit ul.typelist {
    gap: 30px;
  }
  #page-renewable-power-retailing #merit ul.typelist li {
    padding: 40px;
    width: 340px;
    box-sizing: border-box;
    display: block;
  }
  #page-renewable-power-retailing #merit ul.typelist li .img {
    display: block;
    margin-bottom: 20px;
  }
  #page-renewable-power-retailing #initiative h2 {
    color: inherit;
    position: relative;
    padding-top: 24px;
    margin-bottom: 50px;
  }
  #page-renewable-power-retailing #initiative h2::before {
    content: "";
    background: -moz-linear-gradient(0deg, #029ae8 0%, #00e9ba 100%);
    background: -webkit-linear-gradient(0deg, #029ae8 0%, #00e9ba 100%);
    background: -ms-linear-gradient(0deg, #029ae8 0%, #00e9ba 100%);
    display: block;
    width: 60px;
    height: 4px;
    position: absolute;
    top: 0px;
    left: calc(50% - 30px);
  }
  #page-renewable-power-retailing #initiative .fullimg {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 -50px;
  }
  #page-renewable-power-retailing #initiative .fullimg img {
    flex-shrink: 0;
    max-width: initial;
    margin: 0 -65px 0 -35px;
  }
  #page-renewable-power-retailing #initiative ul.sdgslist {
    width: 1200px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  #page-renewable-power-retailing #initiative ul.sdgslist li {
    background: #fff;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    width: 380px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #page-renewable-power-retailing #initiative ul.sdgslist li .img {
    display: block;
    margin-bottom: 20px;
  }
  #page-renewable-power-retailing #initiative ul.sdgslist li h3 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  #page-renewable-power-retailing #initiative ul.sdgslist li p {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
  }
  #page-solar-storage-battery .intro dl {
    display: flex;
    width: 800px;
    margin: 60px auto 0;
  }
  #page-solar-storage-battery .intro dl dt {
    flex-shrink: 0;
    margin-right: 60px;
  }
  #page-solar-storage-battery .intro dl dd {
    align-self: center;
    flex-grow: 1;
    line-height: 2.1;
  }
  #page-solar-storage-battery #merit {
    margin-top: 100px;
  }
  #page-solar-storage-battery #merit .lifestyle {
    background: #ebf7fd;
    width: 1200px;
    padding: 60px;
    box-sizing: border-box;
    margin: 30px auto 0;
    border-radius: 20px;
  }
  #page-solar-storage-battery #merit .lifestyle ul.buy_create {
    display: flex;
    gap: 40px;
  }
  #page-solar-storage-battery #merit .lifestyle ul.buy_create li {
    background: #fff;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    border: 2px solid #fff;
    width: 520px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #page-solar-storage-battery #merit .lifestyle ul.buy_create li .img {
    display: block;
    margin-bottom: 35px;
  }
  #page-solar-storage-battery #merit .lifestyle ul.buy_create li h3 {
    font-size: 21px;
    line-height: 1.35;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
    margin-bottom: 12px;
  }
  #page-solar-storage-battery #merit .lifestyle ul.buy_create li p {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
  }
  #page-solar-storage-battery #merit .lifestyle ul.buy_create li.create {
    border-color: #2fa6d5;
  }
  #page-solar-storage-battery #merit .lifestyle ul.buy_create li.create h3 {
    color: #2fa6d5;
    border-color: #2fa6d5;
  }
  #page-solar-storage-battery #merit .lifestyle .point {
    background: #2fa6d5;
    color: #fff;
    border-radius: 8px;
    padding: 20px;
    width: 760px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page-solar-storage-battery #merit .lifestyle .point strong {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 2px;
    margin: 0 2px;
    border-bottom: 2px solid #fff;
  }
  #page-solar-storage-battery #merit ul.meritlist {
    background: #ebf7fd;
    width: 1200px;
    padding: 60px;
    box-sizing: border-box;
    margin: 30px auto 0;
    border-radius: 20px;
    display: flex;
    gap: 30px;
  }
  #page-solar-storage-battery #merit ul.meritlist li {
    background: #fff;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    padding: 40px 0;
    text-align: center;
    width: 340px;
    box-sizing: border-box;
  }
  #page-solar-storage-battery #merit ul.meritlist li .img {
    height: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  #page-solar-storage-battery #merit ul.meritlist li h3 {
    font-size: 21px;
    line-height: 1.35;
    margin-bottom: 12px;
  }
  #page-solar-storage-battery #merit ul.meritlist li p {
    padding: 0 40px;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
  }
  #page-solar-storage-battery #faq h2 {
    color: inherit;
    position: relative;
    padding-top: 24px;
    margin-bottom: 50px;
  }
  #page-solar-storage-battery #faq h2::before {
    content: "";
    background: -moz-linear-gradient(0deg, #029ae8 0%, #00e9ba 100%);
    background: -webkit-linear-gradient(0deg, #029ae8 0%, #00e9ba 100%);
    background: -ms-linear-gradient(0deg, #029ae8 0%, #00e9ba 100%);
    display: block;
    width: 60px;
    height: 4px;
    position: absolute;
    top: 0px;
    left: calc(50% - 30px);
  }
  #page-solar-storage-battery #faq .list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 30px;
  }
  #page-solar-storage-battery #faq .list li {
    background: #fff;
    box-shadow: 15px 25.981px 56px 0px rgba(205, 205, 205, 0.38);
    border-radius: 20px;
    padding: 40px;
    width: 585px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  #page-solar-storage-battery #faq .list li dl {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  #page-solar-storage-battery #faq .list li dl dt {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.35;
    padding-left: 44px;
    margin-bottom: 20px;
  }
  #page-solar-storage-battery #faq .list li dl dt::before {
    content: "Q.";
    color: #029ae8;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  #page-solar-storage-battery #faq .list li dl dd {
    flex-grow: 1;
    position: relative;
    padding-left: 44px;
    line-height: 1.65;
    padding-bottom: 100px;
  }
  #page-solar-storage-battery #faq .list li dl dd::before {
    content: "A.";
    color: #db4646;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  #page-solar-storage-battery #faq .list li dl dd .img {
    margin-top: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #page-solar-storage-battery #method .img {
    background: #ebf7fd;
    width: 1200px;
    box-sizing: border-box;
    margin: 40px auto 0;
    border-radius: 20px;
  }
}
