@media screen and (max-width: 767.999px) {
  #business_list .list {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 12px;
  }
  #business_list .list li a {
    text-decoration: none;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
  }
  #business_list .list li a img {
    flex-shrink: 0;
    margin-right: 20px;
  }
  #about-us .intro {
    text-align: center;
  }
  #about-us .intro .sdgs {
    margin: 20px 0 10px;
    display: inline-flex;
    flex-direction: column;
  }
  #about-us .intro .sdgs li {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 6px;
  }
  #about-us .intro .sdgs li img {
    flex-shrink: 0;
    width: 60px;
    margin-right: 20px;
  }
  #about-us .intro .sdgs li span {
    line-height: 1.35;
  }
  #about-us .intro #outline {
    margin: 40px -30px 0;
    border-top: 2px solid #efefef;
    padding: 30px 30px 0;
  }
  #about-us .intro #outline h3 {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.008em;
    margin: 0 0 20px;
  }
  #about-us .intro #outline .outline_table > dl {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
  }
  #about-us .intro #outline .outline_table > dl:last-child {
    border: none;
    padding-bottom: 0;
  }
  #about-us .intro #outline .outline_table > dl > dt {
    font-size: 15px;
  }
  #about-us .intro #outline .outline_table > dl > dd {
    margin-top: 0.5em;
  }
  #about-us .intro #outline .outline_table > dl > dd li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #about-us #initiative {
    margin-top: 50px;
  }
  #about-us #initiative .group_initiative {
    border-radius: 20px;
    padding: 12px;
    box-sizing: border-box;
    margin: 30px 0 10px;
  }
  #about-us #initiative .group_initiative li {
    border-radius: 10px;
    padding: 30px 24px 20px;
  }
  #about-us #initiative .group_initiative li:nth-of-type(n+2) {
    margin-top: 12px;
  }
  #about-us #initiative .group_initiative li .img {
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  #about-us #initiative .group_initiative li h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 16px;
    text-align: center;
  }
  #page-vision .intro .message {
    padding-bottom: 20px;
  }
  #page-vision .intro .message dl:nth-of-type(n+2) {
    margin-top: 60px;
  }
  #page-vision .intro .message dl dt {
    margin: 0 -30px 20px;
  }
  #page-vision .intro .message dl dd h3 {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.008em;
    margin: 24px 0 20px;
  }
  #page-vision .intro .message dl dd p {
    line-height: 1.75;
    text-align: justify;
  }
  #page-vision .intro .message dl dd p + p {
    margin-top: 1em;
  }
  #page-vision #credo {
    margin-top: 50px;
    text-align: center;
  }
  #page-vision #credo ul.list {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
  }
  #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;
    line-height: 1.2;
    flex-shrink: 0;
    align-self: start;
  }
  #page-business .business_index {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  #page-business .business_index dl:nth-of-type(n+2) {
    margin-top: 60px;
  }
  #page-business .business_index dl dt {
    margin: 0 -30px;
  }
  #page-business .business_index dl dt img {
    border-radius: 0;
    width: 100%;
  }
  #page-business .business_index dl dd h3 {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.008em;
    margin: 24px 0 20px;
  }
  #page-business .business_index dl dd h4 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  #page-business .business_index dl dd p {
    line-height: 1.75;
    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: 30px 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: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
  #page-enerzit .intro .description,
  #page-corporate-ppa .intro .description,
  #page-onsite-ppa .intro .description,
  #page-idele-land .intro .description,
  #page-renewable-power-retailing .intro .description,
  #page-solar-storage-battery .intro .description {
    text-align: justify;
  }
  #page-enerzit .intro .img img {
    max-width: 80%;
  }
  #page-enerzit #method {
    margin-top: 50px;
  }
  #page-enerzit #method .pictarea {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  #page-enerzit #method .pictarea .img {
    margin: -10px;
  }
  #page-enerzit #app {
    padding-top: 0;
  }
  #page-enerzit #app dl dt {
    margin: 0 -20px 20px;
    height: 220px;
  }
  #page-enerzit #app dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #page-enerzit #app dl dd h2 {
    font-size: 20px;
    line-height: 1.75;
    text-align: center;
    margin: 24px 0 20px;
  }
  #page-enerzit #app dl dd .download_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
  #page-corporate-ppa #ppa-merit,
  #page-corporate-ppa #self-consignment-merit {
    margin-top: 50px;
  }
  #page-corporate-ppa #ppa-merit ul.list,
  #page-corporate-ppa #self-consignment-merit ul.list {
    background: #ebf7fd;
    padding: 10px;
    box-sizing: border-box;
    margin: 15px auto 0;
    border-radius: 10px;
  }
  #page-corporate-ppa #ppa-merit ul.list li,
  #page-corporate-ppa #self-consignment-merit ul.list li {
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
  }
  #page-corporate-ppa #ppa-merit ul.list li:nth-of-type(n+2),
  #page-corporate-ppa #self-consignment-merit ul.list li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  #page-corporate-ppa #ppa-merit ul.list li .img img,
  #page-corporate-ppa #self-consignment-merit ul.list li .img img {
    height: 80px;
    width: auto;
    margin-bottom: 15px;
  }
  #page-corporate-ppa #ppa-merit ul.list li h3,
  #page-corporate-ppa #self-consignment-merit ul.list li h3 {
    font-size: 18px;
    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 20px;
    line-height: 1.5;
    text-align: justify;
  }
  #page-corporate-ppa #self-consignment {
    margin-top: 50px;
  }
  #page-corporate-ppa .pictarea {
    background: #ebf7fd;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto 0;
    border-radius: 10px;
    overflow: hidden;
  }
  #page-corporate-ppa .pictarea h3 {
    border-left: 3px solid #029ae8;
    padding-left: 14px;
    font-size: 19px;
    line-height: 1.15;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #page-corporate-ppa .pictarea h3:nth-of-type(n+2) {
    margin-top: 40px;
  }
  #page-corporate-ppa .pictarea .img {
    margin: -30px -40px -10px;
  }
  #page-corporate-ppa .pictarea .target {
    background: #2fa6d5;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 0 -10px 30px;
  }
  #page-corporate-ppa .pictarea .target .point {
    background: #fff;
    color: #2fa6d5;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding: 12px 16px;
    margin-bottom: 8px;
  }
  #page-corporate-ppa .pictarea .target dl {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 4px 10px;
  }
  #page-corporate-ppa .pictarea .target dl dt {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 2px;
    border-bottom: 2px solid #fff;
    margin-bottom: 8px;
  }
  #page-corporate-ppa .pictarea .target dl dd ul li {
    font-size: 13px;
    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_sp.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: 0;
  }
  #page-corporate-ppa .pictarea .table {
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    text-align: center;
    margin: 0 -10px 15px;
  }
  #page-corporate-ppa .pictarea .komenote {
    color: #484848;
    font-size: 11px;
    line-height: 1.5;
  }
  #page-corporate-ppa .pictarea .komenote li {
    display: flex;
    margin-top: 6px;
  }
  #page-corporate-ppa .pictarea .komenote li .kome {
    flex-shrink: 0;
  }
  #onsite-ppa #merit {
    margin-top: 50px;
  }
  #onsite-ppa #merit ul.list {
    background: #ebf7fd;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
  }
  #onsite-ppa #merit ul.list li {
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
  }
  #onsite-ppa #merit ul.list li h3 {
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 10px;
    text-align: left;
  }
  #onsite-ppa #merit ul.list li p {
    line-height: 1.5;
    text-align: justify;
  }
  #onsite-ppa .pictarea {
    background: #ebf7fd;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto 0;
    border-radius: 10px;
    overflow: hidden;
  }
  #onsite-ppa .pictarea h3 {
    border-left: 3px solid #029ae8;
    padding-left: 14px;
    font-size: 19px;
    line-height: 1.15;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #onsite-ppa .pictarea h3:nth-of-type(n+2) {
    margin-top: 40px;
  }
  #onsite-ppa .pictarea .img {
    margin: -30px -40px -10px;
  }
  #onsite-ppa .pictarea .komenote {
    color: #484848;
    font-size: 11px;
    line-height: 1.5;
  }
  #onsite-ppa .pictarea .komenote li {
    display: flex;
    margin-top: 6px;
  }
  #onsite-ppa .pictarea .komenote li .kome {
    flex-shrink: 0;
  }
  #page-idele-land #merit {
    margin-top: 50px;
  }
  #page-idele-land #merit ul.list {
    background: #ebf7fd;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
  }
  #page-idele-land #merit ul.list li {
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    width: calc(50% - 4px);
    border-radius: 8px;
    padding: 20px 18px;
    text-align: center;
    box-sizing: border-box;
  }
  #page-idele-land #merit ul.list li h3 {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 10px;
    text-align: left;
  }
  #page-idele-land #merit ul.list li p {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
  }
  #page-idele-land .pictarea {
    background: #ebf7fd;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto 0;
    border-radius: 10px;
    overflow: hidden;
  }
  #page-idele-land .pictarea h3 {
    border-left: 3px solid #029ae8;
    padding-left: 14px;
    font-size: 19px;
    line-height: 1.15;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #page-idele-land .pictarea h3:nth-of-type(n+2) {
    margin-top: 40px;
  }
  #page-idele-land .pictarea ul.landlist {
    background: #ebf7fd;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
    margin: 0 -10px;
  }
  #page-idele-land .pictarea ul.landlist li {
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    width: calc(50% - 4px);
    border-radius: 8px;
    padding: 20px 0px;
    text-align: center;
    box-sizing: border-box;
  }
  #page-idele-land .pictarea ul.landlist li h4 {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 10px;
    text-align: center;
  }
  #page-idele-land .pictarea ul.landlist li img {
    width: 100px;
  }
  #page-idele-land .pictarea .overall {
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin: 0 -10px;
    padding: 20px;
  }
  #page-idele-land .pictarea .overall ul {
    margin: 12px 0 0;
    padding: 0;
    gap: 6px;
    display: flex;
    flex-wrap: wrap;
  }
  #page-idele-land .pictarea .overall ul li {
    font-weight: 600;
  }
  #page-idele-land .pictarea .overall ul li .num {
    background: #000;
    color: #fff;
    font-size: 16px;
    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: 8px;
  }
  #page-idele-land .pictarea .keiyaku {
    background: #2fa6d5;
    color: #fff;
    padding: 12px 10px;
    border-radius: 10px;
    margin: 20px -10px 0px;
  }
  #page-idele-land .pictarea .keiyaku dl.point {
    background: #fff;
    color: #2fa6d5;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 20px;
    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: 15px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
  }
  #page-idele-land .pictarea .keiyaku dl.point dd {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
  }
  #page-idele-land .pictarea .keiyaku dl.type {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0 10px;
  }
  #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: 13px;
    line-height: 1.5;
  }
  #page-idele-land .pictarea .keiyaku dl.type dd .kome {
    font-size: 12px;
    display: inline-block;
    margin-top: 8px;
  }
  #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: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
  }
  #page-idele-land #business_contact h2 .ja {
    margin-top: 11px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    display: block;
  }
  #page-power-retailing .intro .group li {
    border: 2px solid #edf4f5;
    border-radius: 10px;
    padding: 30px;
  }
  #page-power-retailing .intro .group li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #page-power-retailing .intro .group li .logo {
    display: block;
    padding: 0 16px;
    margin-bottom: 20px;
  }
  #page-power-retailing .intro .group li h3 {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
  }
  #page-power-retailing .intro .group li p {
    font-size: 13px;
    text-align: justify;
    line-height: 1.75;
  }
  #page-power-retailing #merit {
    margin-top: 50px;
  }
  #page-power-retailing #merit ul.pointlist {
    background: #ebf7fd;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  #page-power-retailing #merit ul.pointlist li {
    background: #fff url("../../image/about-us/icon_point_mark.png") no-repeat 20px center;
    background-size: 20px auto;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 20px 18px 20px 50px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    box-sizing: border-box;
  }
  #page-power-retailing #merit ul.pointlist li:nth-of-type(n+2) {
    margin-top: 8px;
  }
  #page-power-retailing #merit .pictarea {
    background: #ebf7fd;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto 0;
    border-radius: 10px;
    overflow: hidden;
  }
  #page-power-retailing #merit .pictarea h3 {
    border-left: 3px solid #029ae8;
    padding-left: 14px;
    font-size: 19px;
    line-height: 1.15;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #page-power-retailing #merit .pictarea h3:nth-of-type(n+2) {
    margin-top: 40px;
  }
  #page-power-retailing #merit .pictarea .img {
    margin: -30px -40px -30px;
  }
  #page-renewable-power-retailing #merit {
    margin-top: 50px;
  }
  #page-renewable-power-retailing #merit ul.meritlist,
  #page-renewable-power-retailing #merit ul.typelist {
    background: #ebf7fd;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
  }
  #page-renewable-power-retailing #merit ul.meritlist li,
  #page-renewable-power-retailing #merit ul.typelist li {
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    width: calc(50% - 4px);
    border-radius: 8px;
    padding: 20px 18px;
    text-align: center;
    box-sizing: border-box;
  }
  #page-renewable-power-retailing #merit ul.meritlist li h3,
  #page-renewable-power-retailing #merit ul.typelist li h3 {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 10px;
    text-align: left;
  }
  #page-renewable-power-retailing #merit ul.meritlist li p,
  #page-renewable-power-retailing #merit ul.typelist li p {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
  }
  #page-renewable-power-retailing #merit ul.typelist {
    gap: 10px;
  }
  #page-renewable-power-retailing #merit ul.typelist li {
    padding: 20px 30px;
    box-sizing: border-box;
    display: block;
    width: auto;
  }
  #page-renewable-power-retailing #merit ul.typelist li h3 {
    text-align: center;
  }
  #page-renewable-power-retailing #merit ul.typelist li .img {
    display: block;
    margin-bottom: 16px;
  }
  #page-renewable-power-retailing #merit ul.typelist li .img img {
    width: 100%;
  }
  #page-renewable-power-retailing #initiative {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page-renewable-power-retailing #initiative h2 {
    color: inherit;
    position: relative;
    padding-top: 12px;
  }
  #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: 30px;
    height: 2px;
    position: absolute;
    top: 0px;
    left: calc(50% - 15px);
  }
  #page-renewable-power-retailing #initiative .fullimg {
    overflow: hidden;
    text-align: center;
    margin: -10px -30px -30px;
  }
  #page-renewable-power-retailing #initiative ul.sdgslist {
    margin: 20px 0 0;
  }
  #page-renewable-power-retailing #initiative ul.sdgslist li {
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 20px 30px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #page-renewable-power-retailing #initiative ul.sdgslist li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  #page-renewable-power-retailing #initiative ul.sdgslist li .img {
    display: block;
    margin-bottom: 12px;
  }
  #page-renewable-power-retailing #initiative ul.sdgslist li .img img {
    width: 100px;
  }
  #page-renewable-power-retailing #initiative ul.sdgslist li h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  #page-renewable-power-retailing #initiative ul.sdgslist li p {
    line-height: 1.5;
    text-align: justify;
  }
  #page-solar-storage-battery .intro dt {
    margin-bottom: 20px;
  }
  #page-solar-storage-battery #merit {
    margin-top: 50px;
  }
  #page-solar-storage-battery #merit .lifestyle {
    background: #ebf7fd;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 10px;
    border-radius: 10px;
  }
  #page-solar-storage-battery #merit .lifestyle ul.buy_create li {
    background: #fff;
    box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 20px 30px;
    text-align: center;
    border: 2px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #page-solar-storage-battery #merit .lifestyle ul.buy_create li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  #page-solar-storage-battery #merit .lifestyle ul.buy_create li .img {
    display: block;
    margin-bottom: 24px;
  }
  #page-solar-storage-battery #merit .lifestyle ul.buy_create li h3 {
    font-size: 18px;
    line-height: 1.35;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
    margin-bottom: 10px;
  }
  #page-solar-storage-battery #merit .lifestyle ul.buy_create li p {
    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: 16px 20px 20px;
    margin: 10px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
  }
  #page-solar-storage-battery #merit .lifestyle .point strong {
    font-size: 20px;
    line-height: 1;
    padding-bottom: 2px;
    margin: 0 2px;
    border-bottom: 2px solid #fff;
  }
  #page-solar-storage-battery #merit ul.meritlist {
    background: #ebf7fd;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    overflow: hidden;
  }
  #page-solar-storage-battery #merit ul.meritlist li {
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 20px 18px;
    text-align: center;
    box-sizing: border-box;
  }
  #page-solar-storage-battery #merit ul.meritlist li h3 {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 10px;
    text-align: left;
  }
  #page-solar-storage-battery #merit ul.meritlist li p {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
  }
  #page-solar-storage-battery #faq h2 {
    color: inherit;
    position: relative;
    padding-top: 12px;
    margin-bottom: 30px;
  }
  #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: 30px;
    height: 2px;
    position: absolute;
    top: 0px;
    left: calc(50% - 15px);
  }
  #page-solar-storage-battery #faq .list {
    margin: 0;
  }
  #page-solar-storage-battery #faq .list li {
    background: #fff;
    box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 24px 20px;
    margin-top: 10px;
    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: 18px;
    font-weight: 600;
    line-height: 1.35;
    padding-left: 32px;
    margin-bottom: 20px;
  }
  #page-solar-storage-battery #faq .list li dl dt::before {
    content: "Q.";
    color: #029ae8;
    font-size: 20px;
    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: 32px;
    line-height: 1.65;
  }
  #page-solar-storage-battery #faq .list li dl dd::before {
    content: "A.";
    color: #db4646;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  #page-solar-storage-battery #faq .list li dl dd .img {
    margin: 12px 32px 0 0;
    padding: 0 0;
    text-align: center;
  }
  #page-solar-storage-battery #method .pictarea {
    background: #ebf7fd;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto 0;
    border-radius: 10px;
    overflow: hidden;
  }
  #page-solar-storage-battery #method .pictarea .img {
    margin: -30px -40px -30px;
  }
}
