@charset "UTF-8";
.storage-battery {
  padding-top: 80px;
  overflow-x: hidden;
  color: #222;
  background-color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}
@media (max-width: 1200px) {
  .storage-battery {
    padding-top: 60px;
  }
}
.storage-battery .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .storage-battery .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .storage-battery .wrap {
    padding: 0 20px;
  }
}
.storage-battery .anchor {
  margin-top: -150px;
  padding-top: 150px;
}
.storage-battery .sb-red {
  color: #e2001a;
}
.storage-battery .fv-sidetab {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.storage-battery .fv-sidetab-item {
  display: block;
  position: relative;
  width: 60px;
  padding: 8px 13px 30px 13px;
  background: #ea0a16;
  border-radius: 6px 0 0 6px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.storage-battery .fv-sidetab-item p {
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3461538462;
}
.storage-battery .fv-sidetab-item:hover {
  background: #ff3b3b;
}
.storage-battery .fv-sidetab-arrow {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
  width: 100%;
  max-width: 14px;
}
@media (max-width: 1100px) {
  .storage-battery .fv-sidetab-item {
    width: 40px;
    padding: 8px 5px 30px 5px;
  }
  .storage-battery .fv-sidetab-item p {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .storage-battery .fv-sidetab {
    display: none;
  }
}
.storage-battery .sb-fixed-bar {
  display: none;
}
@media (max-width: 767px) {
  .storage-battery .sb-fixed-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: 100%;
  }
  .storage-battery .sb-fixed-bar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    padding: 10px 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3846153846;
    text-align: center;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .storage-battery .sb-fixed-bar-sim {
    background: #ea0a16;
  }
  .storage-battery .sb-fixed-bar-sim:active {
    background: #ff3b3b;
  }
  .storage-battery .sb-fixed-bar-online {
    background: #002266;
  }
  .storage-battery .sb-fixed-bar-online:active {
    background: #0644a7;
  }
}
.storage-battery .fv {
  position: relative;
  width: 100%;
}
.storage-battery .fv .fv-top {
  background-image: url(../img/storage-battery/fv-top-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top 40%;
}
.storage-battery .fv .fv-ribbon {
  background-image: url(../img/storage-battery/fv-top-label-bg.png);
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  width: 100%;
  max-width: 584px;
  height: 35px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  padding-right: 60px;
}
.storage-battery .fv .fv-ribbon .fv-ribbon-arrow {
  display: inline-block;
  width: 100%;
  max-width: 57px;
}
.storage-battery .fv .fv-hero {
  position: relative;
  width: 100%;
  padding: 50px 20px 0 20px;
  overflow: hidden;
}
.storage-battery .fv .fv-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.storage-battery .fv .fv-male {
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 782px;
}
.storage-battery .fv .fv-taxbar {
  background-image: url(../img/storage-battery/fv-top-link-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 45px auto;
  padding: 30px 0;
}
.storage-battery .fv .fv-taxbar-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  padding: 0 15px 0 15px;
}
.storage-battery .fv .fv-taxbar-text {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
.storage-battery .fv .fv-taxbar-link {
  width: 100%;
  max-width: 262px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.storage-battery .fv .fv-taxbar-link:hover {
  opacity: 0.85;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.storage-battery .fv .fv-main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.storage-battery .fv .fv-main-ttl {
  width: 100%;
  max-width: 576px;
}
.storage-battery .fv .fv-main-lead {
  margin: -70px 0 50px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #fff;
}
.storage-battery .fv .fv-main-lead span {
  color: #f7cf4e;
}
.storage-battery .fv .fv-main-lead strong {
  font-size: 40px;
}
.storage-battery .fv .fv-bottom {
  background-image: url(../img/storage-battery/fv-bottom-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
  mix-blend-mode: lighten;
}
.storage-battery .fv .fv-features-bar {
  width: 100%;
  max-width: 786px;
  margin: -20px auto 15px;
  position: relative;
  z-index: 4;
}
.storage-battery .fv .fv-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 45px;
}
.storage-battery .fv .fv-circle-item {
  width: 100%;
  max-width: 242px;
  position: relative;
}
.storage-battery .fv .fv-circle-img {
  width: 100%;
  margin-bottom: 35px;
}
.storage-battery .fv .fv-circle-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin-top: 10px;
}
.storage-battery .fv .fv-circle-check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #17c9a4;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.storage-battery .fv .fv-circle-note-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.storage-battery .fv .fv-circle-note-img::before {
  content: "";
  display: block;
  background-image: url(../img/storage-battery/fv-chack.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 112px;
  height: 132px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.storage-battery .fv .fv-circle-note-img.fv-circle-note-img01 {
  max-width: 218px;
  position: relative;
  top: -10px;
  left: -14px;
}
.storage-battery .fv .fv-circle-note-img.fv-circle-note-img01::before {
  left: -20px;
}
.storage-battery .fv .fv-circle-note-img.fv-circle-note-img02 {
  max-width: 192px;
  position: relative;
  left: -4px;
}
.storage-battery .fv .fv-circle-note-img.fv-circle-note-img02::before {
  left: -30px;
}
.storage-battery .fv .fv-circle-note-img.fv-circle-note-img03 {
  position: absolute;
  bottom: -118px;
  right: 0;
  left: -45px;
  margin: auto;
  width: 338px;
}
.storage-battery .fv .fv-circle-note-img.fv-circle-note-img03::before {
  left: 20px;
}
.storage-battery .fv .fv-annotation {
  font-size: 11px;
  line-height: 1.5217391304;
  text-align: center;
  color: #fff;
  padding: 50px 0 70px;
}
.storage-battery .fv .fv-linkbar {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #fff;
}
.storage-battery .fv .fv-linkbar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.08)), color-stop(50%, rgba(255, 255, 255, 0.28)), color-stop(75%, rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 25%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0.08) 75%, rgba(255, 255, 255, 0) 100%);
}
.storage-battery .fv .fv-linkbar .fv-linkbar-wr {
  background-color: #062d7d;
  border-top: 20px solid #07121b;
  border-bottom: 20px solid #07121b;
}
.storage-battery .fv .fv-linkbar .fv-linkbar-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin: 0 auto;
}
.storage-battery .fv .fv-linkbar .fv-linkbar-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 18px;
  padding: 20px 45px;
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.storage-battery .fv .fv-linkbar .fv-linkbar-item.fv-linkbar-item-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.storage-battery .fv .fv-linkbar .fv-linkbar-item.fv-linkbar-item-right .fv-linkbar-arrow {
  right: 80px;
}
.storage-battery .fv .fv-linkbar .fv-linkbar-item:hover {
  background: rgba(255, 255, 255, 0.08);
}
.storage-battery .fv .fv-linkbar .fv-linkbar-icon {
  width: 100%;
  max-width: 129px;
}
.storage-battery .fv .fv-linkbar .fv-linkbar-icon.fv-linkbar-icon-right {
  max-width: 116px;
}
.storage-battery .fv .fv-linkbar .fv-linkbar-label {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: -0.05em;
  color: #fff;
  position: relative;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35), 0 0 4px rgba(0, 0, 0, 0.2);
}
.storage-battery .fv .fv-linkbar .fv-linkbar-arrow {
  position: absolute;
  bottom: 7px;
  right: 32px;
  width: 27px;
}
@media (max-width: 1150px) {
  .storage-battery .fv .fv-male {
    max-width: 300px;
    top: unset;
    bottom: 0;
  }
  .storage-battery .fv .fv-linkbar .fv-linkbar-inner {
    height: 90px;
  }
  .storage-battery .fv .fv-linkbar .fv-linkbar-item.fv-linkbar-item-right .fv-linkbar-arrow {
    right: 30px;
    bottom: 0;
  }
  .storage-battery .fv .fv-linkbar .fv-linkbar-icon {
    max-width: 90px;
  }
  .storage-battery .fv .fv-linkbar .fv-linkbar-icon.fv-linkbar-icon-right {
    max-width: 80px;
  }
  .storage-battery .fv .fv-linkbar .fv-linkbar-label {
    font-size: 15px;
  }
  .storage-battery .fv .fv-linkbar .fv-linkbar-arrow {
    right: 10px;
    bottom: 0;
    width: 16px;
  }
}
@media (max-width: 1000px) {
  .storage-battery .fv .fv-ribbon {
    height: auto;
    padding: 6px 60px 6px 0;
    width: 70%;
    gap: 8px;
  }
  .storage-battery .fv .fv-hero {
    padding: 30px 20px 0;
  }
  .storage-battery .fv .fv-male {
    width: 100%;
    margin: 0 auto 20px;
  }
  .storage-battery .fv .fv-taxbar {
    margin: 0 auto 30px auto;
  }
  .storage-battery .fv .fv-taxbar-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 10px 15px;
  }
  .storage-battery .fv .fv-taxbar-text {
    font-size: 16px;
  }
  .storage-battery .fv .fv-bottom {
    padding: 0 20px;
  }
  .storage-battery .fv .fv-taxbar-link {
    max-width: 190px;
  }
  .storage-battery .fv .fv-main-lead {
    margin: -60px 0 30px 0;
    font-size: 16px;
  }
  .storage-battery .fv .fv-main-lead strong {
    font-size: 28px;
  }
  .storage-battery .fv .fv-features-bar {
    margin: -10px auto 15px;
  }
  .storage-battery .fv .fv-circles {
    gap: 20px;
  }
  .storage-battery .fv .fv-circle-item {
    max-width: 190px;
  }
  .storage-battery .fv .fv-circle-note-img.fv-circle-note-img01 {
    max-width: 170px;
    top: -6px;
    left: -10px;
  }
  .storage-battery .fv .fv-circle-note-img.fv-circle-note-img02 {
    max-width: 150px;
    left: -3px;
  }
  .storage-battery .fv .fv-circle-note-img.fv-circle-note-img03 {
    bottom: -90px;
    left: -20px;
    width: 230px;
  }
  .storage-battery .fv .fv-linkbar-inner {
    height: 110px;
  }
  .storage-battery .fv .fv-linkbar-item {
    gap: 10px;
    padding: 15px 25px;
  }
  .storage-battery .fv .fv-linkbar-item.fv-linkbar-item-right .fv-linkbar-arrow {
    right: 45px;
  }
}
@media (max-width: 767px) {
  .storage-battery .fv .fv-ribbon {
    text-align: center;
    background-image: none;
    background-color: #ea0a16;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 0;
    line-height: 1;
    font-size: 20px;
  }
  .storage-battery .fv .fv-ribbon .fv-ribbon-arrow {
    display: none;
  }
  .storage-battery .fv .fv-hero {
    overflow: visible;
    padding: 6px 0 0;
  }
  .storage-battery .fv .fv-hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .storage-battery .fv .fv-top {
    background-position: center top -10%;
    padding-bottom: 0;
  }
  .storage-battery .fv .fv-main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .storage-battery .fv .fv-main-lead {
    margin: -30px 0 0;
    font-size: 16px;
    line-height: 1.5454545455;
    text-align: center;
  }
  .storage-battery .fv .fv-main-lead strong {
    font-size: 1em;
  }
  .storage-battery .fv .fv-taxbar {
    background-image: unset;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    max-width: none;
    margin: -15px 0 0 0;
    padding: 0;
  }
  .storage-battery .fv .fv-taxbar-inner {
    padding: 0;
  }
  .storage-battery .fv .fv-taxbar-text {
    display: none;
  }
  .storage-battery .fv .fv-taxbar-link {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  .storage-battery .fv .fv-taxbar-link img {
    margin: 0 auto;
  }
  .storage-battery .fv .fv-bottom {
    padding: 30px 15px 0;
    background-image: url(../img/storage-battery/fv-bottom-bg-sp.png);
    background-position: center top -26%;
  }
  .storage-battery .fv .fv-features-bar {
    margin: -10px auto 10px;
  }
  .storage-battery .fv .fv-features-bar img {
    margin: 0 auto;
  }
  .storage-battery .fv .fv-circles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px 12px;
  }
  .storage-battery .fv .fv-circle-item {
    display: contents;
  }
  .storage-battery .fv .fv-circle-item:nth-child(3) .fv-circle-img {
    display: none;
  }
  .storage-battery .fv .fv-circle-item:nth-child(1) .fv-circle-img img {
    margin: 0 auto;
  }
  .storage-battery .fv .fv-circle-item:nth-child(2) .fv-circle-img {
    display: none;
  }
  .storage-battery .fv .fv-circle-img {
    margin-bottom: 0;
  }
  .storage-battery .fv .fv-circle-item:nth-child(2) .fv-circle-note {
    display: none;
  }
  .storage-battery .fv .fv-circle-item:nth-child(3) .fv-circle-note {
    display: none;
  }
  .storage-battery .fv .fv-circle-note {
    margin-top: 0;
  }
  .storage-battery .fv .fv-circle-note-img::before {
    display: none;
  }
  .storage-battery .fv .fv-circle-note-img.fv-circle-note-img01, .storage-battery .fv .fv-circle-note-img.fv-circle-note-img02, .storage-battery .fv .fv-circle-note-img.fv-circle-note-img03 {
    position: static;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .storage-battery .fv .fv-annotation {
    padding: 20px 0 30px;
    text-align: left;
  }
  .storage-battery .fv .fv-linkbar .fv-linkbar-inner {
    height: 90px;
  }
  .storage-battery .fv .fv-linkbar .fv-linkbar-item {
    padding: 0 20px;
  }
  .storage-battery .fv .fv-linkbar .fv-linkbar-item.fv-linkbar-item-right .fv-linkbar-arrow {
    right: 25px;
    bottom: 0;
  }
  .storage-battery .fv .fv-linkbar .fv-linkbar-icon {
    display: none;
  }
  .storage-battery .fv .fv-linkbar .fv-linkbar-label {
    font-size: 14px;
  }
  .storage-battery .fv .fv-linkbar .fv-linkbar-arrow {
    right: 8px;
    bottom: 0;
    width: 16px;
  }
}
.storage-battery .sb-worry {
  background: #d8f7fc;
  padding: 80px 0 50px;
  text-align: center;
  position: relative;
}
.storage-battery .sb-worry::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -79px;
  width: 100%;
  height: 80px;
  background: #d8f7fc;
  z-index: 2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.storage-battery .sb-worry .sb-worry-wr {
  position: relative;
}
.storage-battery .sb-worry .sb-worry-wr::before {
  content: "";
  display: block;
  background-image: url(../img/storage-battery/worry-dec02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 239px;
  height: 404px;
  position: absolute;
  left: 0;
  bottom: 130px;
}
.storage-battery .sb-worry .sb-worry-wr::after {
  content: "";
  display: block;
  background-image: url(../img/storage-battery/worry-dec01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 346px;
  height: 547px;
  position: absolute;
  right: 0;
  top: 150px;
}
.storage-battery .sb-worry .sb-worry-badge {
  width: 100%;
  max-width: 643px;
  margin: 0 auto 50px;
}
.storage-battery .sb-worry .sb-worry-lead {
  max-width: 900px;
  margin: 0 auto 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.storage-battery .sb-worry .sb-worry-lead .spv {
  display: inline;
}
.storage-battery .sb-worry .sb-worry-list li {
  margin-bottom: 38px;
}
.storage-battery .sb-worry .sb-worry-list li:last-child {
  margin-bottom: 0;
}
.storage-battery .sb-worry .sb-worry-list .sb-worry-list-img {
  width: 100%;
  margin: 0 auto 10px auto;
}
.storage-battery .sb-worry .sb-worry-list .sb-worry-list-img.sb-worry-list-img01 {
  max-width: 71px;
}
.storage-battery .sb-worry .sb-worry-list .sb-worry-list-img.sb-worry-list-img02 {
  max-width: 57px;
}
.storage-battery .sb-worry .sb-worry-list .sb-worry-list-img.sb-worry-list-img03 {
  max-width: 50px;
}
.storage-battery .sb-worry .sb-worry-list .sb-worry-list-img.sb-worry-list-img04 {
  max-width: 68px;
}
.storage-battery .sb-worry .sb-worry-list .sb-worry-list-img.sb-worry-list-img05 {
  max-width: 69px;
}
.storage-battery .sb-worry .sb-worry-list p {
  font-size: 18px;
  line-height: 1.5277777778;
  letter-spacing: 0.02em;
}
.storage-battery .sb-worry .sb-worry-list p span {
  font-weight: 600;
}
@media (max-width: 1100px) {
  .storage-battery .sb-worry {
    padding: 60px 0 40px;
  }
  .storage-battery .sb-worry::after {
    height: 60px;
    bottom: -59px;
  }
  .storage-battery .sb-worry .sb-worry-wr::before {
    width: 125px;
    height: 263px;
    bottom: 156px;
  }
  .storage-battery .sb-worry .sb-worry-wr::after {
    width: 186px;
    height: 356px;
    top: 195px;
  }
  .storage-battery .sb-worry .sb-worry-badge {
    margin: 0 auto 40px;
  }
  .storage-battery .sb-worry .sb-worry-list li {
    padding: 15px 0;
  }
  .storage-battery .sb-worry .sb-worry-list p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .storage-battery .sb-worry {
    padding: 40px 0 30px;
  }
  .storage-battery .sb-worry::after {
    height: 40px;
    bottom: -39px;
  }
  .storage-battery .sb-worry .sb-worry-wr::before, .storage-battery .sb-worry .sb-worry-wr::after {
    display: none;
  }
  .storage-battery .sb-worry .sb-worry-badge {
    margin: 0 auto 25px;
  }
  .storage-battery .sb-worry .sb-worry-list li {
    margin-bottom: 10px;
  }
  .storage-battery .sb-worry .sb-worry-list .sb-worry-list-img {
    margin: 0 auto 13px auto;
  }
  .storage-battery .sb-worry .sb-worry-list .sb-worry-list-img.sb-worry-list-img03 {
    position: relative;
    left: -4px;
  }
  .storage-battery .sb-worry .sb-worry-list .sb-worry-list-img.sb-worry-list-img04 {
    position: relative;
    left: 1px;
  }
  .storage-battery .sb-worry .sb-worry-list p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
.storage-battery .sb-solve {
  background: #002266;
  color: #fff;
  padding: 112px 20px 0;
  position: relative;
}
.storage-battery .sb-solve::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 60px;
  background: #002266;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.storage-battery .sb-solve .sb-solve-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 25px;
}
.storage-battery .sb-solve .sb-solve-photo {
  width: 100%;
  max-width: 208px;
  position: absolute;
  bottom: -5px;
  right: 0px;
  left: -700px;
  margin: auto;
  z-index: 3;
}
.storage-battery .sb-solve .sb-solve-photo img {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
.storage-battery .sb-solve .sb-solve-bubble {
  width: 100%;
  max-width: 84px;
}
.storage-battery .sb-solve .sb-solve-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.storage-battery .sb-solve .sb-solve-text span {
  font-size: 32px;
}
.storage-battery .sb-solve .sb-solve-text mark {
  background-color: unset;
  color: #f3e61d;
  display: inline-block;
  margin-left: -20px;
}
@media (max-width: 1100px) {
  .storage-battery .sb-solve {
    padding: 70px 20px 0;
    position: relative;
  }
  .storage-battery .sb-solve .sb-solve-inner {
    gap: 15px;
    padding-right: 55px;
  }
  .storage-battery .sb-solve .sb-solve-photo {
    max-width: 168px;
    bottom: -14px;
    left: -400px;
  }
  .storage-battery .sb-solve .sb-solve-photo img {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  .storage-battery .sb-solve .sb-solve-bubble {
    max-width: 70px;
  }
  .storage-battery .sb-solve .sb-solve-text {
    font-size: 22px;
    text-align: center;
  }
  .storage-battery .sb-solve .sb-solve-text span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .storage-battery .sb-solve {
    padding: 50px 20px 0;
  }
  .storage-battery .sb-solve .sb-solve-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
  .storage-battery .sb-solve .sb-solve-photo {
    display: none;
  }
  .storage-battery .sb-solve .sb-solve-bubble {
    max-width: 290px;
  }
  .storage-battery .sb-solve .sb-solve-text {
    font-size: 20px;
    line-height: 1.5;
  }
  .storage-battery .sb-solve .sb-solve-text span {
    font-size: 16px;
  }
  .storage-battery .sb-solve .sb-solve-text mark {
    margin-left: 0;
    display: inline;
  }
}
.storage-battery .sb-chevron {
  width: 100%;
  max-width: 534px;
  margin: 0 auto 35px;
}
.storage-battery .reasons {
  background-color: #fff;
  padding: 100px 0 90px 0;
}
.storage-battery .reasons .sb-h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
.storage-battery .reasons .sb-h2 .sb-num-red {
  color: #e2001a;
  font-size: 85px;
  font-weight: 700;
}
.storage-battery .reasons .sb-h2-lead {
  text-align: center;
  font-size: 15px;
  line-height: 1.3333333333;
  margin: 0 auto 56px;
}
.storage-battery .reasons .sb-reason {
  position: relative;
  background: #f7f6ed;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  padding: 70px 80px 53px;
}
.storage-battery .reasons .sb-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 311px;
  height: 279px;
  content: "";
  display: block;
  background-image: url(../img/storage-battery/reson-number01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.storage-battery .reasons .sb-reason:nth-child(even)::before {
  left: auto;
  right: 0;
}
.storage-battery .reasons .sb-reason:nth-child(2)::before {
  background-image: url(../img/storage-battery/reson-number02.png);
}
.storage-battery .reasons .sb-reason:nth-child(3) {
  margin-bottom: 0;
}
.storage-battery .reasons .sb-reason:nth-child(3)::before {
  background-image: url(../img/storage-battery/reson-number03.png);
}
.storage-battery .reasons .sb-reason h3 {
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.storage-battery .reasons .sb-reason h3 span {
  color: #e2001a;
  font-size: 40px;
  font-weight: 600;
}
.storage-battery .reasons .sb-cap-compare {
  width: 100%;
  max-width: 564px;
  margin: 0 auto 50px auto;
}
.storage-battery .reasons .sb-reason-desc {
  font-size: 12px;
  line-height: 1.5217391304;
  letter-spacing: -0.01em;
}
.storage-battery .reasons .sb-vs {
  width: 100%;
  max-width: 577px;
  margin: 0 auto 50px auto;
}
.storage-battery .reasons .sb-flow {
  width: 100%;
  max-width: 577px;
  margin: 0 auto 50px auto;
}
@media (max-width: 1100px) {
  .storage-battery .reasons {
    padding: 110px 0 50px 0;
  }
  .storage-battery .reasons .sb-h2 {
    font-size: 36px;
  }
  .storage-battery .reasons .sb-h2 .sb-num-red {
    font-size: 58px;
  }
  .storage-battery .reasons .sb-reason {
    padding: 55px 40px 40px;
  }
  .storage-battery .reasons .sb-reason::before {
    width: 210px;
    height: 188px;
  }
  .storage-battery .reasons .sb-reason h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .storage-battery .reasons .sb-reason h3 span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .storage-battery .reasons {
    padding: 80px 0 40px 0;
  }
  .storage-battery .reasons .sb-h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .storage-battery .reasons .sb-h2 .sb-num-red {
    font-size: 40px;
  }
  .storage-battery .reasons .sb-h2-lead {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .storage-battery .reasons .sb-reason {
    margin-bottom: 20px;
    padding: 110px 20px 30px;
  }
  .storage-battery .reasons .sb-reason::before {
    width: 130px;
    height: 116px;
  }
  .storage-battery .reasons .sb-reason h3 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: -30px;
  }
  .storage-battery .reasons .sb-reason h3 span {
    font-size: 24px;
  }
  .storage-battery .reasons .sb-cap-compare {
    margin: 0 auto 20px auto;
  }
  .storage-battery .reasons .sb-vs {
    margin: 0 auto 20px auto;
  }
  .storage-battery .reasons .sb-flow {
    margin: 0 auto 20px auto;
  }
  .storage-battery .reasons .sb-reason-desc {
    text-align: justify;
  }
}
.storage-battery .sb-why {
  background-color: #fff;
  padding: 0 0 122px 0;
  position: relative;
}
.storage-battery .sb-why::before {
  content: "";
  display: block;
  background-image: url(../img/storage-battery/why-japan.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -120px;
  bottom: 0;
  margin: auto;
  width: 870px;
  height: 633px;
  z-index: 0;
}
.storage-battery .sb-why .sb-chevron {
  margin-bottom: 47px;
}
.storage-battery .sb-why .sb-why-title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.storage-battery .sb-why .sb-why-title span {
  color: #f30606;
}
.storage-battery .sb-why .sb-why-title small {
  display: block;
  font-size: 25px;
  margin-top: 10px;
}
.storage-battery .sb-why .sb-red-banner {
  width: 100%;
  max-width: 825.5px;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 1;
}
.storage-battery .sb-why .sb-infra-icons {
  width: 100%;
  max-width: 765.5px;
  margin: 0 auto 42px auto;
  position: relative;
  z-index: 2;
}
.storage-battery .sb-why .sb-why-desc {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
.storage-battery .sb-why .sb-why-desc span {
  font-weight: 600;
  color: #af2b3e;
}
@media (max-width: 1100px) {
  .storage-battery .sb-why {
    padding: 0 0 80px 0;
    margin-top: -1px;
  }
  .storage-battery .sb-why::before {
    width: 600px;
    height: 437px;
    top: -80px;
  }
  .storage-battery .sb-why .sb-why-title {
    font-size: 34px;
  }
  .storage-battery .sb-why .sb-why-title small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .storage-battery .sb-why {
    padding: 0 0 50px 0;
  }
  .storage-battery .sb-why::before {
    top: 30px;
    width: 340px;
  }
  .storage-battery .sb-why .sb-why-title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  .storage-battery .sb-why .sb-why-title small {
    font-size: 14px;
    margin-top: 6px;
  }
  .storage-battery .sb-why .sb-red-banner {
    margin-bottom: 0px;
  }
  .storage-battery .sb-why .sb-infra-icons {
    max-width: 310px;
    margin-bottom: 25px;
    position: relative;
    left: -5px;
  }
  .storage-battery .sb-why .sb-why-desc {
    font-size: 13px;
    text-align: justify;
  }
}
.storage-battery .sb-market-intro {
  text-align: center;
  padding: 20px 0 20px;
  background-color: #f8e931;
}
.storage-battery .sb-market-intro .sb-chevron {
  margin-bottom: -15px;
}
.storage-battery .sb-market-intro .sb-chevron:last-child {
  margin-bottom: 0;
}
.storage-battery .sb-market-intro .sb-market-intro-head {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.1428571429;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.storage-battery .sb-market-intro .sb-market-intro-head span {
  font-size: 85px;
  font-weight: 700;
  position: relative;
  top: 3px;
}
.storage-battery .sb-market-intro .sb-market-intro-head small {
  font-size: 50px;
}
@media (max-width: 1100px) {
  .storage-battery .sb-market-intro .sb-market-intro-head {
    font-size: 24px;
  }
  .storage-battery .sb-market-intro .sb-market-intro-head span {
    font-size: 56px;
  }
  .storage-battery .sb-market-intro .sb-market-intro-head small {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .storage-battery .sb-market-intro {
    padding: 20px 15px;
  }
  .storage-battery .sb-market-intro .sb-chevron {
    margin-bottom: 10px;
  }
  .storage-battery .sb-market-intro .sb-market-intro-head {
    font-size: 18px;
  }
  .storage-battery .sb-market-intro .sb-market-intro-head span {
    font-size: 38px;
  }
  .storage-battery .sb-market-intro .sb-market-intro-head small {
    font-size: 22px;
  }
}
.storage-battery .sb-markets {
  background: #002266;
  padding: 80px 0 0;
  position: relative;
}
.storage-battery .sb-markets::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -59px;
  width: 100%;
  height: 60px;
  background: #002266;
  z-index: 2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.storage-battery .sb-markets .sb-market-intro-desc {
  color: #fff;
  font-size: 15px;
  line-height: 1.6666666667;
  text-align: center;
  margin-bottom: 40px;
}
.storage-battery .sb-markets .sb-market-intro-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #ffec00;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 800;
  line-height: 1;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.storage-battery .sb-markets .sb-market-intro-sub .sb-market-intro-sub-number {
  font-size: 100px;
  position: relative;
  top: -10px;
}
.storage-battery .sb-markets .sb-market-intro-sub .sb-market-intro-sub-right h2 {
  font-size: 20px;
  letter-spacing: -0.01em;
}
.storage-battery .sb-markets .sb-market-intro-sub .sb-market-intro-sub-right .sb-market-intro-sub-ttl {
  font-size: 50px;
  letter-spacing: 0.12em;
  position: relative;
  top: -5px;
}
.storage-battery .sb-markets .sb-market-intro-sub::before, .storage-battery .sb-markets .sb-market-intro-sub::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  width: 54px;
  height: 128px;
}
.storage-battery .sb-markets .sb-market-intro-sub::before {
  background-image: url(../img/storage-battery/markets-line01.png);
  left: 0;
}
.storage-battery .sb-markets .sb-market-intro-sub::after {
  background-image: url(../img/storage-battery/markets-line02.png);
  right: 0;
}
.storage-battery .sb-markets .sb-market-block {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 33px;
  padding: 76px 47px 53px;
  background: #fff;
}
.storage-battery .sb-markets .sb-market-block.sb-market-block-last {
  margin-bottom: 80px;
}
.storage-battery .sb-markets .sb-market-block::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 12px solid #fff;
}
.storage-battery .sb-markets .sb-market-num-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 54px;
  background: #213f7a;
  border-radius: 5px;
}
.storage-battery .sb-markets .sb-market-num-bar .sb-market-num {
  position: absolute;
  left: 32px;
  width: 100%;
  max-width: 79px;
}
.storage-battery .sb-markets .sb-market-num-bar .sb-market-num.sb-market-num02 {
  max-width: 109px;
}
.storage-battery .sb-markets .sb-market-num-bar .sb-market-num.sb-market-num03 {
  max-width: 108px;
}
.storage-battery .sb-markets .sb-market-num-bar .sb-market-label {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.storage-battery .sb-markets .sb-market-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
  padding: 60px 0 41px;
}
.storage-battery .sb-markets .sb-market-image {
  width: 100%;
  max-width: 277px;
}
.storage-battery .sb-markets .sb-market-image.sb-market-image02 {
  max-width: 233px;
}
.storage-battery .sb-markets .sb-market-image.sb-market-image03 {
  max-width: 272px;
}
.storage-battery .sb-markets .sb-market-text {
  font-size: 15px;
  line-height: 1.6666666667;
  text-align: justify;
}
.storage-battery .sb-markets .sb-market-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #ff0900;
  border-radius: 5px;
  overflow: hidden;
}
.storage-battery .sb-markets .sb-market-faq .sb-market-faq-title {
  width: 100%;
  max-width: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
}
.storage-battery .sb-markets .sb-market-faq .sb-market-faq-title-images {
  width: 100%;
  max-width: 76px;
}
.storage-battery .sb-markets .sb-market-faq .sb-market-faq-title-text {
  display: block;
  margin-bottom: 20px;
  font-size: 17px;
  letter-spacing: -0.02em;
  line-height: 1.2857142857;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
}
.storage-battery .sb-markets .sb-market-faq .sb-market-faq-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 25px 30px;
  background: #f7f6ed;
}
.storage-battery .sb-markets .sb-market-faq .sb-market-faq-item {
  margin-bottom: 10px;
}
.storage-battery .sb-markets .sb-market-faq .sb-market-faq-item:last-child {
  margin-bottom: 0;
}
.storage-battery .sb-markets .sb-market-faq .sb-market-faq-item dt {
  position: relative;
  padding-left: 30px;
  color: #1f419c;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.storage-battery .sb-markets .sb-market-faq .sb-market-faq-item dt::before {
  content: "";
  display: block;
  background-image: url(../img/storage-battery/markets-chack.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 3px;
}
.storage-battery .sb-markets .sb-market-faq .sb-market-faq-item dd {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.storage-battery .sb-markets .sb-market-summary .sb-market-outro {
  color: #fff;
  text-align: center;
  font-size: 27px;
  line-height: 1.7272727273;
}
.storage-battery .sb-markets .sb-market-summary .sb-market-outro span {
  color: #f3e61d;
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .storage-battery .sb-markets {
    padding: 60px 20px 0;
  }
  .storage-battery .sb-markets .sb-market-intro-sub::before, .storage-battery .sb-markets .sb-market-intro-sub::after {
    width: 36px;
    height: 85px;
  }
  .storage-battery .sb-markets .sb-market-intro-sub .sb-market-intro-sub-number {
    font-size: 70px;
  }
  .storage-battery .sb-markets .sb-market-block {
    padding: 60px 30px 40px;
  }
  .storage-battery .sb-markets .sb-market-body {
    gap: 20px;
  }
  .storage-battery .sb-markets .sb-market-faq-title {
    max-width: 150px;
  }
  .storage-battery .sb-markets .sb-market-faq-item dt {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .storage-battery .sb-markets {
    padding: 40px 15px 0;
  }
  .storage-battery .sb-markets .sb-market-intro-desc {
    margin-bottom: 25px;
    text-align: left;
  }
  .storage-battery .sb-markets .sb-market-intro-sub {
    gap: 4px;
    margin-bottom: 20px;
  }
  .storage-battery .sb-markets .sb-market-intro-sub::before, .storage-battery .sb-markets .sb-market-intro-sub::after {
    top: 10px;
    height: 75px;
  }
  .storage-battery .sb-markets .sb-market-intro-sub .sb-market-intro-sub-number {
    font-size: 75px;
    top: -8px;
  }
  .storage-battery .sb-markets .sb-market-intro-sub .sb-market-intro-sub-right h2 {
    font-size: 13px;
  }
  .storage-battery .sb-markets .sb-market-intro-sub .sb-market-intro-sub-right .sb-market-intro-sub-ttl {
    font-size: 37px;
  }
  .storage-battery .sb-markets .sb-market-block {
    padding: 40px 20px 30px;
    margin-bottom: 25px;
  }
  .storage-battery .sb-markets .sb-market-block.sb-market-block-last {
    margin-bottom: 50px;
  }
  .storage-battery .sb-markets .sb-market-num-bar {
    height: auto;
    min-height: 54px;
    padding: 8px 10px 8px 85px;
  }
  .storage-battery .sb-markets .sb-market-num-bar .sb-market-num {
    left: 15px;
    max-width: 55px;
  }
  .storage-battery .sb-markets .sb-market-num-bar .sb-market-num.sb-market-num02 {
    max-width: 68px;
  }
  .storage-battery .sb-markets .sb-market-num-bar .sb-market-num.sb-market-num03 {
    max-width: 68px;
  }
  .storage-battery .sb-markets .sb-market-num-bar .sb-market-label {
    font-size: 15px;
  }
  .storage-battery .sb-markets .sb-market-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 30px 0 25px;
  }
  .storage-battery .sb-markets .sb-market-image {
    max-width: 200px;
    margin: 0 auto;
  }
  .storage-battery .sb-markets .sb-market-faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .storage-battery .sb-markets .sb-market-faq .sb-market-faq-title {
    max-width: 100%;
    gap: 10px;
    padding: 12px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .storage-battery .sb-markets .sb-market-faq .sb-market-faq-title-images {
    max-width: 50px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .storage-battery .sb-markets .sb-market-faq .sb-market-faq-title-text {
    margin-bottom: 0;
    font-size: 16px;
    -webkit-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .storage-battery .sb-markets .sb-market-faq .sb-market-faq-list {
    padding: 20px 18px;
  }
  .storage-battery .sb-markets .sb-market-faq .sb-market-faq-item dt {
    font-size: 17px;
    padding-left: 26px;
    margin-bottom: 6px;
  }
  .storage-battery .sb-markets .sb-market-faq .sb-market-faq-item dt span {
    margin-left: -7px;
  }
  .storage-battery .sb-markets .sb-market-faq .sb-market-faq-item dt::before {
    width: 18px;
    position: absolute;
    left: 0;
    top: 0px;
  }
  .storage-battery .sb-markets .sb-market-faq .sb-market-faq-item dd {
    font-size: 12px;
    text-align: justify;
  }
  .storage-battery .sb-markets .sb-market-summary .sb-market-outro {
    font-size: 16px;
  }
  .storage-battery .sb-markets .sb-market-summary .sb-market-outro span {
    font-size: 24px;
    line-height: 1.4;
  }
}
.storage-battery .sb-compare {
  background-color: #fff;
  position: relative;
  padding: 130px 0 75px;
}
.storage-battery .sb-compare::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -79px;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.storage-battery .sb-compare .sb-compare-images {
  width: 100%;
  max-width: 885px;
  margin: 0 auto 45px auto;
}
.storage-battery .sb-compare .sb-compare-head {
  text-align: center;
  font-size: 35px;
  padding-bottom: 31px;
  margin-bottom: 35px;
  position: relative;
}
.storage-battery .sb-compare .sb-compare-head strong {
  font-size: 49px;
}
.storage-battery .sb-compare .sb-compare-head::after {
  content: "";
  width: 71px;
  height: 4px;
  background-color: #f2e85a;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
.storage-battery .sb-compare .sb-compare-desc {
  width: 100%;
  max-width: 994px;
  margin: 0 auto 43px;
  font-size: 22px;
  line-height: 1.5555555556;
}
.storage-battery .sb-compare .sb-table-wrap {
  width: 100%;
  overflow-x: visible;
}
.storage-battery .sb-compare .sb-table-scrollbar {
  display: none;
}
.storage-battery .sb-compare .sb-compare-table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  border: 1px solid #8f8f8f;
  background: #fff;
}
.storage-battery .sb-compare .sb-compare-table .sb-col-item {
  width: 18%;
}
.storage-battery .sb-compare .sb-compare-table .sb-col-basic {
  width: 33%;
}
.storage-battery .sb-compare .sb-compare-table .sb-col-earth {
  width: 49%;
}
.storage-battery .sb-compare .sb-compare-table th,
.storage-battery .sb-compare .sb-compare-table td {
  border: 1px solid #000;
  padding: 8px 20px;
  vertical-align: middle;
  color: #222;
  line-height: 1;
  font-size: 15px;
}
.storage-battery .sb-compare .sb-compare-table th.td-size,
.storage-battery .sb-compare .sb-compare-table td.td-size {
  font-size: 19px;
}
.storage-battery .sb-compare .sb-compare-table thead th {
  padding: 8px 29px;
  font-size: 17px;
  line-height: 1;
  position: relative;
}
.storage-battery .sb-compare .sb-compare-table thead th:first-child {
  background: #8cd1f9;
  color: #111;
}
.storage-battery .sb-compare .sb-compare-table thead th:nth-child(2) {
  background: #59595a;
  color: #fff;
}
.storage-battery .sb-compare .sb-compare-table thead th:nth-child(3) {
  background: #c74b00;
  color: #fff;
}
.storage-battery .sb-compare .sb-compare-table thead th span {
  display: inline-block;
}
.storage-battery .sb-compare .sb-compare-table .sb-crown {
  width: 100%;
  max-width: 30px;
  position: absolute;
  top: 2px;
  left: -350px;
  right: 0;
  margin: auto;
}
.storage-battery .sb-compare .sb-compare-table tbody th {
  background: #d0edfd;
  color: #222;
  white-space: nowrap;
}
.storage-battery .sb-compare .sb-compare-table tbody td:nth-child(2) {
  background: #e4e4e4;
}
.storage-battery .sb-compare .sb-compare-table tbody td:nth-child(3) {
  background: #fefbf4;
}
.storage-battery .sb-compare .sb-compare-table .sb-small {
  display: inline-block;
}
.storage-battery .sb-compare .sb-compare-table .is-emphasis th,
.storage-battery .sb-compare .sb-compare-table .is-emphasis td {
  padding-top: 14px;
  padding-bottom: 14px;
}
.storage-battery .sb-compare .sb-compare-table .is-emphasis th {
  font-size: 15px;
  line-height: 1.5;
}
.storage-battery .sb-compare .sb-compare-table .is-emphasis th span {
  font-size: 13px;
}
.storage-battery .sb-compare .sb-compare-table .sb-price {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  color: #222;
  letter-spacing: 0.01em;
}
.storage-battery .sb-compare .sb-compare-table .sb-price-sub {
  font-size: 25px;
}
.storage-battery .sb-compare .sb-compare-table .sb-price-main {
  font-size: 35px;
}
.storage-battery .sb-compare .sb-compare-table sup {
  font-size: 11px;
  vertical-align: super;
  line-height: 1;
  margin-left: 2px;
}
.storage-battery .sb-compare .sb-compare-note {
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.7;
}
@media (max-width: 1100px) {
  .storage-battery .sb-compare {
    padding: 90px 20px 60px;
  }
  .storage-battery .sb-compare .sb-compare-images {
    position: relative;
    left: -20px;
  }
  .storage-battery .sb-compare .sb-compare-head {
    font-size: 26px;
  }
  .storage-battery .sb-compare .sb-compare-head strong {
    font-size: 36px;
  }
  .storage-battery .sb-compare .sb-compare-desc {
    font-size: 17px;
  }
  .storage-battery .sb-compare .sb-compare-table thead th {
    line-height: 1.4;
  }
  .storage-battery .sb-compare .sb-compare-table .sb-crown {
    top: 7px;
  }
  .storage-battery .sb-compare .sb-table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .storage-battery .sb-compare .sb-table-wrap::-webkit-scrollbar {
    display: none;
  }
  .storage-battery .sb-compare .sb-table-scrollbar {
    display: block;
    width: 100%;
    height: 8px;
    margin-top: 10px;
    background: #eef2f5;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }
  .storage-battery .sb-compare .sb-table-scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #8cd1f9;
    border-radius: 4px;
    cursor: -webkit-grab;
    cursor: grab;
    -ms-touch-action: none;
        touch-action: none;
  }
  .storage-battery .sb-compare .sb-table-scrollbar-thumb:hover {
    background-color: #5fb8ee;
  }
  .storage-battery .sb-compare .sb-table-scrollbar.is-dragging .sb-table-scrollbar-thumb {
    background-color: #5fb8ee;
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}
@media (max-width: 767px) {
  .storage-battery .sb-compare {
    padding: 100px 0 40px;
  }
  .storage-battery .sb-compare::after {
    bottom: -39px;
    height: 40px;
  }
  .storage-battery .sb-compare .sb-compare-images {
    left: -7px;
  }
  .storage-battery .sb-compare .sb-compare-head {
    display: block;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .storage-battery .sb-compare .sb-compare-head strong {
    font-size: 28px;
  }
  .storage-battery .sb-compare .sb-compare-head span {
    margin: 0 -5px;
  }
  .storage-battery .sb-compare .sb-compare-desc {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 25px;
  }
  .storage-battery .sb-compare .sb-compare-table {
    min-width: 700px;
  }
  .storage-battery .sb-compare .sb-compare-table th,
  .storage-battery .sb-compare .sb-compare-table td {
    padding: 6px 12px;
    font-size: 12px;
  }
  .storage-battery .sb-compare .sb-compare-table th.td-size,
  .storage-battery .sb-compare .sb-compare-table td.td-size {
    font-size: 14px;
  }
  .storage-battery .sb-compare .sb-compare-table thead th {
    padding: 6px 16px;
    font-size: 13px;
  }
  .storage-battery .sb-compare .sb-compare-table thead th:nth-child(3) {
    padding-left: 50px;
  }
  .storage-battery .sb-compare .sb-compare-table .sb-crown {
    top: 1px;
    left: -250px;
  }
  .storage-battery .sb-compare .sb-compare-table .sb-price-sub {
    font-size: 19px;
  }
}
.storage-battery .sb-diff-banner {
  position: relative;
  background: #002266;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  padding: 160px 0 30px;
}
.storage-battery .sb-diff-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -79px;
  width: 100%;
  height: 80px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L50,100 L100,0' fill='%23002266' stroke='%23ffffff' stroke-width='10' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
}
.storage-battery .sb-diff-banner .sb-diff-banner-sub {
  font-size: 25px;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}
.storage-battery .sb-diff-banner .sb-diff-banner-ttl {
  width: 100%;
  max-width: 616px;
  margin: 0 auto;
  position: relative;
  color: #f8e013;
  margin-bottom: 40px;
}
.storage-battery .sb-diff-banner .sb-diff-banner-ttl::before, .storage-battery .sb-diff-banner .sb-diff-banner-ttl::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  width: 55px;
  height: 127px;
}
.storage-battery .sb-diff-banner .sb-diff-banner-ttl::before {
  background-image: url(../img/storage-battery/diff-line01.png);
  left: 0;
}
.storage-battery .sb-diff-banner .sb-diff-banner-ttl::after {
  background-image: url(../img/storage-battery/diff-line02.png);
  right: 0;
}
.storage-battery .sb-diff-banner h2 {
  font-size: 75px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.storage-battery .sb-diff-banner h2 span {
  font-size: 25px;
}
.storage-battery .sb-diff-banner .sb-market-intro-sub-ttl {
  font-size: 25px;
  line-height: 1.2;
  color: #f8e013;
}
.storage-battery .sb-diff-banner .sb-market-intro-sub-ttl span {
  font-size: 35px;
}
.storage-battery .sb-diff-banner .sb-diff-banner-txt {
  font-size: 22px;
  text-align: center;
  line-height: 1.7777777778;
}
@media (max-width: 1100px) {
  .storage-battery .sb-diff-banner {
    padding: 140px 20px 30px;
  }
  .storage-battery .sb-diff-banner .sb-diff-banner-ttl::before, .storage-battery .sb-diff-banner .sb-diff-banner-ttl::after {
    width: 38px;
    height: 88px;
  }
  .storage-battery .sb-diff-banner h2 {
    font-size: 50px;
  }
  .storage-battery .sb-diff-banner h2 span {
    font-size: 20px;
  }
  .storage-battery .sb-diff-banner .sb-diff-banner-txt {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .storage-battery .sb-diff-banner {
    padding: 70px 15px 30px;
    font-size: 13px;
  }
  .storage-battery .sb-diff-banner::after {
    bottom: -39px;
    height: 40px;
  }
  .storage-battery .sb-diff-banner .sb-diff-banner-sub {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .storage-battery .sb-diff-banner .sb-diff-banner-ttl {
    margin-bottom: 25px;
  }
  .storage-battery .sb-diff-banner .sb-diff-banner-ttl::before, .storage-battery .sb-diff-banner .sb-diff-banner-ttl::after {
    display: none;
  }
  .storage-battery .sb-diff-banner h2 {
    font-size: 32px;
  }
  .storage-battery .sb-diff-banner h2 span {
    font-size: 15px;
  }
  .storage-battery .sb-diff-banner .sb-market-intro-sub-ttl {
    font-size: 18px;
  }
  .storage-battery .sb-diff-banner .sb-market-intro-sub-ttl span {
    font-size: 24px;
  }
  .storage-battery .sb-diff-banner .sb-diff-banner-txt {
    font-size: 14px;
    text-align: justify;
  }
}
.storage-battery .sb-tax {
  background: #d8f7fc;
  padding: 150px 0 0;
}
.storage-battery .sb-tax .wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.storage-battery .sb-tax .sb-tax-banner {
  margin: 0 auto 35px auto;
  padding: 20px 20px 30px;
  background-image: url(../img/storage-battery/tax-ttl-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}
.storage-battery .sb-tax .sb-tax-visual {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 35px;
}
.storage-battery .sb-tax .sb-tax-title {
  text-align: center;
  font-size: 35px;
  line-height: 1.4084507042;
  padding-bottom: 25px;
  margin-bottom: 45px;
  position: relative;
}
.storage-battery .sb-tax .sb-tax-title::after {
  content: "";
  width: 71px;
  height: 4px;
  background-color: #f2e85a;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
.storage-battery .sb-tax .sb-tax-desc {
  margin: 0 auto 50px;
  font-size: 22px;
  line-height: 1.7777777778;
}
.storage-battery .sb-tax .sb-tax-card {
  position: relative;
  padding: 50px 80px;
  background: #fff;
}
.storage-battery .sb-tax .sb-tax-corner {
  position: absolute;
  width: 36px;
  height: 36px;
}
.storage-battery .sb-tax .sb-tax-corner::before, .storage-battery .sb-tax .sb-tax-corner::after {
  content: "";
  position: absolute;
  background: #0644a7;
}
.storage-battery .sb-tax .sb-tax-corner-tl {
  top: 0;
  left: 0;
}
.storage-battery .sb-tax .sb-tax-corner-tl::before {
  top: 0;
  left: 0;
  width: 52px;
  height: 15px;
}
.storage-battery .sb-tax .sb-tax-corner-tl::after {
  top: 0;
  left: 0;
  width: 15px;
  height: 52px;
}
.storage-battery .sb-tax .sb-tax-corner-tr {
  top: 0;
  right: 0;
}
.storage-battery .sb-tax .sb-tax-corner-tr::before {
  top: 0;
  right: 0;
  width: 52px;
  height: 15px;
}
.storage-battery .sb-tax .sb-tax-corner-tr::after {
  top: 0;
  right: 0;
  width: 15px;
  height: 52px;
}
.storage-battery .sb-tax .sb-tax-corner-bl {
  bottom: 0;
  left: 0;
}
.storage-battery .sb-tax .sb-tax-corner-bl::before {
  bottom: 0;
  left: 0;
  width: 52px;
  height: 15px;
}
.storage-battery .sb-tax .sb-tax-corner-bl::after {
  bottom: 0;
  left: 0;
  width: 15px;
  height: 52px;
}
.storage-battery .sb-tax .sb-tax-corner-br {
  right: 0;
  bottom: 0;
}
.storage-battery .sb-tax .sb-tax-corner-br::before {
  right: 0;
  bottom: 0;
  width: 52px;
  height: 15px;
}
.storage-battery .sb-tax .sb-tax-corner-br::after {
  right: 0;
  bottom: 0;
  width: 15px;
  height: 52px;
}
.storage-battery .sb-tax .sb-tax-item {
  padding: 0 0 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #a2a1a1;
  text-align: center;
}
.storage-battery .sb-tax .sb-tax-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.storage-battery .sb-tax .sb-tax-item-icon {
  width: 100%;
  max-width: 76px;
}
.storage-battery .sb-tax .sb-tax-item-icon.sb-tax-item-icon02 {
  max-width: 78px;
}
.storage-battery .sb-tax .sb-tax-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.storage-battery .sb-tax .sb-tax-item-content p {
  font-size: 22px;
  text-align: left;
  line-height: 1.7777777778;
}
.storage-battery .sb-tax .sb-tax-item-title {
  position: relative;
  margin: 0 0 35px;
  color: #1f419c;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  padding-left: 40px;
  display: inline-block;
  text-align: center;
}
.storage-battery .sb-tax .sb-tax-item-title::before {
  content: "";
  display: inline-block;
  background-image: url(../img/storage-battery/markets-chack.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 1px;
}
@media (max-width: 1100px) {
  .storage-battery .sb-tax {
    padding: 100px 0 0;
  }
  .storage-battery .sb-tax .sb-tax-banner {
    font-size: 18px;
    padding: 15px 15px 22px;
  }
  .storage-battery .sb-tax .sb-tax-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .storage-battery .sb-tax .sb-tax-desc {
    font-size: 17px;
  }
  .storage-battery .sb-tax .sb-tax-card {
    padding: 40px;
  }
  .storage-battery .sb-tax .sb-tax-item-content {
    gap: 20px;
  }
  .storage-battery .sb-tax .sb-tax-item-content p {
    font-size: 17px;
  }
  .storage-battery .sb-tax .sb-tax-item-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .storage-battery .sb-tax {
    padding: 60px 0 0;
  }
  .storage-battery .sb-tax .sb-tax-banner {
    font-size: 14px;
    padding: 15px 12px 20px;
    line-height: 1.4;
  }
  .storage-battery .sb-tax .sb-tax-visual {
    margin-bottom: 20px;
    position: relative;
    right: -10px;
    width: 93%;
  }
  .storage-battery .sb-tax .sb-tax-title {
    font-size: 19px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .storage-battery .sb-tax .sb-tax-desc {
    font-size: 14px;
    text-align: justify;
  }
  .storage-battery .sb-tax .sb-tax-card {
    padding: 40px 20px 25px;
  }
  .storage-battery .sb-tax .sb-tax-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .storage-battery .sb-tax .sb-tax-item-content {
    gap: 15px;
  }
  .storage-battery .sb-tax .sb-tax-item-content p {
    font-size: 14px;
    text-align: justify;
  }
  .storage-battery .sb-tax .sb-tax-item-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .storage-battery .sb-tax .sb-tax-item-title::before {
    top: -8px;
  }
}
.storage-battery .sb-keypoints {
  position: relative;
  background: #d8f7fc;
  text-align: center;
  padding: 80px 0 0;
}
.storage-battery .sb-keypoints::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -79px;
  width: 100%;
  height: 80px;
  background: #d8f7fc;
  z-index: 2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.storage-battery .sb-keypoints .sb-keypoints-images {
  margin-bottom: 40px;
}
.storage-battery .sb-keypoints .sb-keypoints-legal {
  font-size: 12px;
  line-height: 1.875;
  text-align: center;
}
@media (max-width: 1100px) {
  .storage-battery .sb-keypoints {
    padding: 60px 0 0;
  }
  .storage-battery .sb-keypoints .sb-keypoints-images {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .storage-battery .sb-keypoints {
    padding: 40px 0 20px;
  }
  .storage-battery .sb-keypoints::after {
    bottom: -39px;
    height: 40px;
  }
  .storage-battery .sb-keypoints .sb-keypoints-images {
    margin-bottom: 20px;
  }
  .storage-battery .sb-keypoints .sb-keypoints-legal {
    font-size: 11px;
    text-align: justify;
  }
}
.storage-battery .sb-qa {
  background-color: #fff;
  padding: 160px 0 65px;
}
.storage-battery .sb-qa .sb-qa-head {
  width: 100%;
  max-width: 228px;
  margin: 0 auto 30px auto;
}
.storage-battery .sb-qa .sb-chevron {
  margin-bottom: 60px;
}
.storage-battery .sb-qa .sb-qa-list dl.qa {
  border: 1px solid #dfe4e9;
  border-radius: 6px;
  margin-bottom: 18px;
  cursor: pointer;
}
.storage-battery .sb-qa .sb-qa-list dl.qa.qa-last {
  margin-bottom: 0;
}
.storage-battery .sb-qa .sb-qa-list dl.qa dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  padding: 15px 15px;
}
.storage-battery .sb-qa .sb-qa-list dl.qa dt .sb-q-mark {
  width: 100%;
  max-width: 30px;
}
.storage-battery .sb-qa .sb-qa-list dl.qa dd {
  font-size: 13px;
  line-height: 1.7;
  padding: 0 15px 15px 60px;
}
@media (max-width: 1100px) {
  .storage-battery .sb-qa {
    padding: 100px 0 50px;
  }
}
@media (max-width: 767px) {
  .storage-battery .sb-qa {
    padding: 60px 0 40px;
  }
  .storage-battery .sb-qa .sb-qa-head {
    max-width: 170px;
  }
  .storage-battery .sb-qa .sb-chevron {
    margin-bottom: 35px;
  }
  .storage-battery .sb-qa .sb-qa-list dl.qa dt {
    padding: 12px;
    line-height: 1.5;
  }
  .storage-battery .sb-qa .sb-qa-list dl.qa dt .sb-q-mark {
    max-width: 24px;
  }
  .storage-battery .sb-qa .sb-qa-list dl.qa dd {
    padding: 0 12px 12px 48px;
  }
}
.storage-battery .sb-inquiry {
  background: #fff;
  padding-bottom: 80px;
}
.storage-battery .sb-inquiry .sb-inquiry-content {
  background: #f5f3e9;
  padding: 53px 0 30px;
}
.storage-battery .sb-inquiry .sb-inquiry-head {
  margin: 0 0 50px;
  font-size: 25px;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
}
.storage-battery .sb-inquiry .sb-inquiry-head::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid #f3b81d;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.storage-battery .sb-inquiry .sb-form {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
}
.storage-battery .sb-inquiry .sb-form p {
  line-height: 0.2;
}
.storage-battery .sb-inquiry .wpcf7 {
  width: 100%;
}
.storage-battery .sb-inquiry .wpcf7-form {
  margin: 0;
}
.storage-battery .sb-inquiry .sb-form-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.storage-battery .sb-inquiry .sb-form-table th,
.storage-battery .sb-inquiry .sb-form-table td {
  border: 1px solid #000;
  vertical-align: middle;
}
.storage-battery .sb-inquiry .sb-form-table tr:not(:first-child) th {
  border-top: none;
}
.storage-battery .sb-inquiry .sb-form-table th {
  width: 278px;
  padding: 30px 10px;
  background: #d0edfd;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.storage-battery .sb-inquiry .sb-form-table th label {
  font: inherit;
  color: inherit;
}
.storage-battery .sb-inquiry .sb-form-table td {
  padding: 11px 20px;
  background: #fff;
  font-size: 15px;
}
.storage-battery .sb-inquiry .sb-form-table .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.storage-battery .sb-inquiry .sb-form-table input[type=text],
.storage-battery .sb-inquiry .sb-form-table input[type=tel],
.storage-battery .sb-inquiry .sb-form-table input[type=email] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 3px 7px;
  border-radius: 5px;
  border: 1px solid #737070;
  background: #fff;
  font-size: 15px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
.storage-battery .sb-inquiry .sb-form-table input[type=text]:focus,
.storage-battery .sb-inquiry .sb-form-table input[type=tel]:focus,
.storage-battery .sb-inquiry .sb-form-table input[type=email]:focus {
  border-color: #f3b81d;
}
.storage-battery .sb-inquiry .sb-form-table textarea {
  display: block;
  width: 100%;
  height: 170px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #737070;
  border-radius: 0;
  background: #fff;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.6;
  resize: vertical;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
.storage-battery .sb-inquiry .sb-form-table textarea:focus {
  border-color: #f3b81d;
}
.storage-battery .sb-inquiry .sb-form-table .sb-example {
  display: block;
  margin-top: 5px;
  color: #000;
  font-size: 15px;
  line-height: 1;
}
.storage-battery .sb-inquiry .sb-form-radio {
  padding-top: 18px;
  padding-bottom: 18px;
}
.storage-battery .sb-inquiry .sb-form-radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 32px;
}
.storage-battery .sb-inquiry .sb-form-radio .wpcf7-list-item {
  margin: 0;
}
.storage-battery .sb-inquiry .sb-form-radio .wpcf7-list-item-label {
  font-size: 15px;
  white-space: nowrap;
}
.storage-battery .sb-inquiry .sb-form-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
}
.storage-battery .sb-inquiry .sb-form-radio input[type=radio] {
  width: 13px;
  height: 13px;
  margin: 0;
}
.storage-battery .sb-inquiry .sb-form-message th {
  vertical-align: top;
  padding-top: 40px;
}
.storage-battery .sb-inquiry .sb-form-message td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.storage-battery .sb-inquiry .sb-form-submit {
  margin-top: 25px;
  text-align: center;
}
.storage-battery .sb-inquiry .sb-form-submit .sb-submit {
  min-width: 220px;
  padding: 14px 30px;
  border: 0;
  border-radius: 30px;
  background: #f3b81d;
  border: 1px solid #f3b81d;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.storage-battery .sb-inquiry .sb-form-submit .sb-submit:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid #f3b81d;
  color: #f3b81d;
}
.storage-battery .sb-inquiry .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #d90019;
  font-size: 15px;
  line-height: 2;
}
.storage-battery .sb-inquiry .wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 10px 15px !important;
  font-size: 15px;
  line-height: 1;
  border: unset !important;
}
.storage-battery .sb-inquiry .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}
@media (max-width: 1100px) {
  .storage-battery .sb-inquiry {
    padding-bottom: 60px;
  }
  .storage-battery .sb-inquiry .sb-inquiry-content {
    padding: 40px 20px 25px;
  }
  .storage-battery .sb-inquiry .sb-inquiry-head {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .storage-battery .sb-inquiry .sb-form-radio .wpcf7-form-control {
    gap: 10px 20px;
  }
}
@media (max-width: 767px) {
  .storage-battery .sb-inquiry {
    padding-bottom: 40px;
  }
  .storage-battery .sb-inquiry .sb-inquiry-content {
    padding: 30px 15px 20px;
  }
  .storage-battery .sb-inquiry .sb-inquiry-head {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .storage-battery .sb-inquiry .sb-inquiry-head::before {
    position: relative;
    top: 3px;
  }
  .storage-battery .sb-inquiry .sb-form-table {
    table-layout: auto;
  }
  .storage-battery .sb-inquiry .sb-form-table th,
  .storage-battery .sb-inquiry .sb-form-table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .storage-battery .sb-inquiry .sb-form-table th {
    padding: 12px 15px;
    font-size: 15px;
    border-bottom: none;
  }
  .storage-battery .sb-inquiry .sb-form-table td {
    padding: 12px 15px;
    border-top: none;
  }
  .storage-battery .sb-inquiry .sb-form-message th {
    padding-top: 12px;
  }
  .storage-battery .sb-inquiry .sb-form-submit .sb-submit {
    width: 100%;
    max-width: 280px;
  }
}
.storage-battery {
  /* ==========================================================================
     お問い合わせ完了（サンクス）ページ
  ========================================================================== */
}
.storage-battery .sb-thanks {
  background: #fff;
  padding: 120px 0;
  text-align: center;
}
.storage-battery .sb-thanks .sb-thanks-content {
  max-width: 700px;
  margin: 0 auto;
}
.storage-battery .sb-thanks .sb-thanks-icon {
  margin: 0 0 30px;
}
.storage-battery .sb-thanks .sb-thanks-icon span {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #1f419c;
}
.storage-battery .sb-thanks .sb-thanks-icon span::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 18px;
  width: 26px;
  height: 13px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.storage-battery .sb-thanks .sb-thanks-title {
  margin: 0 0 34px;
  color: #1f419c;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
.storage-battery .sb-thanks .sb-thanks-text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
}
.storage-battery .sb-thanks .sb-thanks-note {
  margin: 30px 0 0;
  padding: 20px;
  background: #f5f3e9;
  font-size: 13px;
  line-height: 1.9;
  text-align: left;
}
.storage-battery .sb-thanks .sb-thanks-note a {
  color: #e2001a;
  font-weight: 700;
}
.storage-battery .sb-thanks .sb-thanks-back {
  margin: 44px 0 0;
}
.storage-battery .sb-thanks .sb-thanks-back-link {
  display: inline-block;
  min-width: 220px;
  padding: 14px 30px;
  border-radius: 30px;
  background: #f3b81d;
  border: 1px solid #f3b81d;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.storage-battery .sb-thanks .sb-thanks-back-link:hover {
  background: #fff;
  color: #f3b81d;
}
@media (max-width: 1100px) {
  .storage-battery .sb-thanks {
    padding: 90px 0;
  }
  .storage-battery .sb-thanks .sb-thanks-title {
    font-size: 22px;
  }
  .storage-battery .sb-thanks .sb-thanks-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .storage-battery .sb-thanks {
    padding: 60px 0;
  }
  .storage-battery .sb-thanks .sb-thanks-title {
    font-size: 19px;
    margin-bottom: 24px;
  }
  .storage-battery .sb-thanks .sb-thanks-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .storage-battery .sb-thanks .sb-thanks-note {
    padding: 15px;
    font-size: 12px;
  }
  .storage-battery .sb-thanks .sb-thanks-back-link {
    width: 100%;
    max-width: 280px;
  }
}
.storage-battery {
  /* ==========================================================================
     フッター前の紺帯
  ========================================================================== */
}
.storage-battery .sb-footer-notice {
  background: #002266;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.875;
  padding: 50px 20px 60px;
  border-bottom: 1px solid #fff;
  letter-spacing: -0.02em;
}
.storage-battery .sb-footer-notice .sb-company,
.storage-battery .sb-footer-notice .sb-legal {
  margin: 22px auto 0;
  font-size: 12px;
  line-height: 1.875;
  color: #fff;
  letter-spacing: -0.02em;
}
.storage-battery .sb-footer-notice a {
  color: #fff;
  font-size: 12px;
  line-height: 1.875;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.storage-battery .sb-footer-notice a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .storage-battery .sb-footer-notice {
    text-align: justify;
    padding-bottom: 120px;
  }
}
.storage-battery {
  /* ==========================================================================
     スクロールインアニメーション
     - JS (IntersectionObserver) が対象要素に is-inview を付与して発火
     - JSが動かない場合でも表示に影響しないよう .js-anim-ready 配下でのみ有効化
     - 既存クラスへの新規プロパティ追加は行わず、対象は「直接の子要素」のみ
  ========================================================================== */
}
@media (prefers-reduced-motion: no-preference) {
  .storage-battery.js-anim-ready .fv-top,
  .storage-battery.js-anim-ready .fv-bottom,
  .storage-battery.js-anim-ready .fv-linkbar {
    -webkit-animation: sbFadeInUp 0.8s ease both;
            animation: sbFadeInUp 0.8s ease both;
  }
  .storage-battery.js-anim-ready .fv-bottom {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .storage-battery.js-anim-ready .fv-linkbar {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .storage-battery.js-anim-ready .sb-worry .wrap > *,
  .storage-battery.js-anim-ready .sb-solve-inner > *,
  .storage-battery.js-anim-ready .reasons .wrap > *,
  .storage-battery.js-anim-ready .sb-why .wrap > *,
  .storage-battery.js-anim-ready .sb-market-intro > *,
  .storage-battery.js-anim-ready .sb-markets > *,
  .storage-battery.js-anim-ready .sb-compare .wrap > *,
  .storage-battery.js-anim-ready .sb-diff-banner > *,
  .storage-battery.js-anim-ready .sb-tax .wrap > *,
  .storage-battery.js-anim-ready .sb-keypoints .wrap > *,
  .storage-battery.js-anim-ready .sb-qa .wrap > *,
  .storage-battery.js-anim-ready .sb-inquiry .wrap > * {
    opacity: 0;
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  .storage-battery.js-anim-ready .sb-worry .wrap.is-inview > *,
  .storage-battery.js-anim-ready .sb-solve-inner.is-inview > *,
  .storage-battery.js-anim-ready .reasons .wrap.is-inview > *,
  .storage-battery.js-anim-ready .sb-why .wrap.is-inview > *,
  .storage-battery.js-anim-ready .sb-market-intro.is-inview > *,
  .storage-battery.js-anim-ready .sb-markets.is-inview > *,
  .storage-battery.js-anim-ready .sb-compare .wrap.is-inview > *,
  .storage-battery.js-anim-ready .sb-diff-banner.is-inview > *,
  .storage-battery.js-anim-ready .sb-tax .wrap.is-inview > *,
  .storage-battery.js-anim-ready .sb-keypoints .wrap.is-inview > *,
  .storage-battery.js-anim-ready .sb-qa .wrap.is-inview > *,
  .storage-battery.js-anim-ready .sb-inquiry .wrap.is-inview > * {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .storage-battery.js-anim-ready .sb-worry .wrap.is-inview > *:nth-child(2),
  .storage-battery.js-anim-ready .sb-solve-inner.is-inview > *:nth-child(2),
  .storage-battery.js-anim-ready .reasons .wrap.is-inview > *:nth-child(2),
  .storage-battery.js-anim-ready .sb-why .wrap.is-inview > *:nth-child(2),
  .storage-battery.js-anim-ready .sb-market-intro.is-inview > *:nth-child(2),
  .storage-battery.js-anim-ready .sb-markets.is-inview > *:nth-child(2),
  .storage-battery.js-anim-ready .sb-compare .wrap.is-inview > *:nth-child(2),
  .storage-battery.js-anim-ready .sb-diff-banner.is-inview > *:nth-child(2),
  .storage-battery.js-anim-ready .sb-tax .wrap.is-inview > *:nth-child(2),
  .storage-battery.js-anim-ready .sb-keypoints .wrap.is-inview > *:nth-child(2),
  .storage-battery.js-anim-ready .sb-qa .wrap.is-inview > *:nth-child(2),
  .storage-battery.js-anim-ready .sb-inquiry .wrap.is-inview > *:nth-child(2) {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
  }
  .storage-battery.js-anim-ready .sb-worry .wrap.is-inview > *:nth-child(3),
  .storage-battery.js-anim-ready .sb-solve-inner.is-inview > *:nth-child(3),
  .storage-battery.js-anim-ready .reasons .wrap.is-inview > *:nth-child(3),
  .storage-battery.js-anim-ready .sb-why .wrap.is-inview > *:nth-child(3),
  .storage-battery.js-anim-ready .sb-market-intro.is-inview > *:nth-child(3),
  .storage-battery.js-anim-ready .sb-markets.is-inview > *:nth-child(3),
  .storage-battery.js-anim-ready .sb-compare .wrap.is-inview > *:nth-child(3),
  .storage-battery.js-anim-ready .sb-diff-banner.is-inview > *:nth-child(3),
  .storage-battery.js-anim-ready .sb-tax .wrap.is-inview > *:nth-child(3),
  .storage-battery.js-anim-ready .sb-keypoints .wrap.is-inview > *:nth-child(3),
  .storage-battery.js-anim-ready .sb-qa .wrap.is-inview > *:nth-child(3),
  .storage-battery.js-anim-ready .sb-inquiry .wrap.is-inview > *:nth-child(3) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  .storage-battery.js-anim-ready .sb-worry .wrap.is-inview > *:nth-child(4),
  .storage-battery.js-anim-ready .sb-solve-inner.is-inview > *:nth-child(4),
  .storage-battery.js-anim-ready .reasons .wrap.is-inview > *:nth-child(4),
  .storage-battery.js-anim-ready .sb-why .wrap.is-inview > *:nth-child(4),
  .storage-battery.js-anim-ready .sb-market-intro.is-inview > *:nth-child(4),
  .storage-battery.js-anim-ready .sb-markets.is-inview > *:nth-child(4),
  .storage-battery.js-anim-ready .sb-compare .wrap.is-inview > *:nth-child(4),
  .storage-battery.js-anim-ready .sb-diff-banner.is-inview > *:nth-child(4),
  .storage-battery.js-anim-ready .sb-tax .wrap.is-inview > *:nth-child(4),
  .storage-battery.js-anim-ready .sb-keypoints .wrap.is-inview > *:nth-child(4),
  .storage-battery.js-anim-ready .sb-qa .wrap.is-inview > *:nth-child(4),
  .storage-battery.js-anim-ready .sb-inquiry .wrap.is-inview > *:nth-child(4) {
    -webkit-transition-delay: 0.36s;
            transition-delay: 0.36s;
  }
  .storage-battery.js-anim-ready .sb-worry .wrap.is-inview > *:nth-child(5),
  .storage-battery.js-anim-ready .sb-solve-inner.is-inview > *:nth-child(5),
  .storage-battery.js-anim-ready .reasons .wrap.is-inview > *:nth-child(5),
  .storage-battery.js-anim-ready .sb-why .wrap.is-inview > *:nth-child(5),
  .storage-battery.js-anim-ready .sb-market-intro.is-inview > *:nth-child(5),
  .storage-battery.js-anim-ready .sb-markets.is-inview > *:nth-child(5),
  .storage-battery.js-anim-ready .sb-compare .wrap.is-inview > *:nth-child(5),
  .storage-battery.js-anim-ready .sb-diff-banner.is-inview > *:nth-child(5),
  .storage-battery.js-anim-ready .sb-tax .wrap.is-inview > *:nth-child(5),
  .storage-battery.js-anim-ready .sb-keypoints .wrap.is-inview > *:nth-child(5),
  .storage-battery.js-anim-ready .sb-qa .wrap.is-inview > *:nth-child(5),
  .storage-battery.js-anim-ready .sb-inquiry .wrap.is-inview > *:nth-child(5) {
    -webkit-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
  .storage-battery.js-anim-ready .sb-worry .wrap.is-inview > *:nth-child(6),
  .storage-battery.js-anim-ready .sb-solve-inner.is-inview > *:nth-child(6),
  .storage-battery.js-anim-ready .reasons .wrap.is-inview > *:nth-child(6),
  .storage-battery.js-anim-ready .sb-why .wrap.is-inview > *:nth-child(6),
  .storage-battery.js-anim-ready .sb-market-intro.is-inview > *:nth-child(6),
  .storage-battery.js-anim-ready .sb-markets.is-inview > *:nth-child(6),
  .storage-battery.js-anim-ready .sb-compare .wrap.is-inview > *:nth-child(6),
  .storage-battery.js-anim-ready .sb-diff-banner.is-inview > *:nth-child(6),
  .storage-battery.js-anim-ready .sb-tax .wrap.is-inview > *:nth-child(6),
  .storage-battery.js-anim-ready .sb-keypoints .wrap.is-inview > *:nth-child(6),
  .storage-battery.js-anim-ready .sb-qa .wrap.is-inview > *:nth-child(6),
  .storage-battery.js-anim-ready .sb-inquiry .wrap.is-inview > *:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

@media (max-width: 767px) {
  #page_top {
    bottom: 80px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  @-webkit-keyframes sbFadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes sbFadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}