/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  border-radius: 20px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background: white;
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-arrow.slick-prev {
  left: -20px;
}
.slick-arrow.slick-next {
  right: -20px;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev::after,
.slick-next::after {
  border-top: 1px solid #004a70;
  border-right: 1px solid #004a70;
  top: 15px;
  width: 10px;
  height: 10px;
}

.slick-prev:after {
  left: 17px;
}

.slick-next:after {
  left: 13px;
}

.p-productContact {
  max-width: 492px;
}

h2.sectionTtl {
  text-align: center;
  color: #004a70;
  font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 1.5909090909, 2.7rem);
  line-height: 1.4;
  font-family: "Noto Sans JP M", sans-serif;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  h2.sectionTtl {
    margin-bottom: 30px;
  }
}

h4 {
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 0.4545454545, 1.8rem);
  color: #004a70;
}

.u-list03 li {
  margin-bottom: 8px;
}

.u-cautionList li {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 0;
  margin-left: 1.2em;
}
.u-cautionList li::before {
  left: -2px;
  position: relative;
}

.u-cautionList-num > li {
  font-size: 1.4rem;
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1.2em;
}
.u-cautionList-num > li span {
  position: relative;
  left: -0.25em;
}

.thumbnail .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}

.thumbnail-img {
  padding-inline: 5px;
}
.thumbnail-img img {
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .thumbnail-img img {
    border-radius: 20px;
  }
}

.thumbnail .slick-current {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.mainVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-block: 60px 100px;
}
@media screen and (max-width: 959px) {
  .mainVisual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 20px 70px;
    padding-inline: 20px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mainVisual__slide {
    width: min(64% - 40px, 720px);
    margin-inline: 20px;
  }
}
.mainVisual__slide .thumbnail {
  margin-top: 22px;
}
@media screen and (min-width: 960px) {
  .mainVisual__slide .thumbnail {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mainVisual__sideber {
    width: min(36%, 460px);
    margin-inline: 20px;
  }
}
.mainVisual__sideber .charger-price {
  border-radius: 20px;
  background-color: #F3F3F3;
  padding: 26px 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .mainVisual__sideber .charger-price {
    padding: 40px;
  }
}
.mainVisual__sideber .charger-price span {
  color: #004a70;
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.52rem) * 0.9090909091, 1.8rem);
}
.mainVisual__sideber .charger-price h2 {
  color: #004a70;
  font-size: clamp(2.2rem, 2.2rem + (1vw - 0.52rem) * 1.3636363636, 2.8rem);
  margin-block: 5px 30px;
  line-height: 1;
  font-weight: bold;
}
.mainVisual__sideber .charger-price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  line-height: 1;
}
.mainVisual__sideber .charger-price dl dt {
  font-size: clamp(1.5rem, 1.5rem + (1vw - 0.52rem) * 0.2272727273, 1.6rem);
}
.mainVisual__sideber .charger-price dl dd {
  font-size: clamp(2.8rem, 2.8rem + (1vw - 0.52rem) * 0.9090909091, 3.2rem);
  font-weight: bold;
}
.mainVisual__sideber .charger-price dl dd span {
  font-size: 1.6rem;
  color: #323232;
}
.mainVisual__sideber .p-btn01 {
  margin-inline: auto;
  margin-block: 20px 16px;
  width: 100%;
  min-width: auto;
  max-width: 240px;
}
@media screen and (min-width: 960px) {
  .mainVisual__sideber .p-btn01 {
    max-width: 320px;
    margin-block: 30px 16px;
  }
}
.mainVisual__sideber h3 {
  color: #004a70;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin-block: 30px 20px;
}
.mainVisual__sideber h4 {
  font-size: 1.5rem;
  border-left: 2px solid #004a70;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #323232;
  line-height: 1;
}
.mainVisual__sideber .storeList {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  margin-bottom: 28px;
}
@media screen and (min-width: 960px) {
  .mainVisual__sideber .storeList {
    gap: 5px 10px;
  }
}
.mainVisual__sideber .p-pageLinkBtn.-white {
  gap: 15px 4%;
  margin-top: 40px;
}
.mainVisual__sideber .p-pageLinkBtn.-white li {
  min-width: auto;
  max-width: 180px;
  width: 48%;
}
.mainVisual__sideber p {
  letter-spacing: 0;
}

.productOverview {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  padding-block: 50px;
  border-bottom: 1px solid #cdd5e4;
}
@media screen and (min-width: 960px) {
  .productOverview {
    grid-template-columns: 1fr 1fr;
    padding-block: 70px;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
}
.productOverview__txt h3 {
  color: #004a70;
  font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 1.5909090909, 2.7rem);
  line-height: 1.4;
  font-family: "Noto Sans JP M", sans-serif;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .productOverview__txt h3 {
    margin-bottom: 60px;
  }
}
.productOverview__txt p {
  line-height: 1.8;
}
.productOverview__img {
  text-align: right;
}
.productOverview__img img {
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .productOverview__img img {
    width: 100%;
  }
}
.productOverview:nth-child(odd) .productOverview__txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 960px) {
  .productOverview:nth-child(odd) .productOverview__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.productOverview:nth-child(odd) .productOverview__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .productOverview:nth-child(odd) .productOverview__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 959px) {
  .productOverview:first-of-type {
    padding-top: 0;
  }
}

.howtouse {
  background-color: white;
  border-radius: 20px;
  padding: 30px 20px;
}
@media screen and (min-width: 960px) {
  .howtouse {
    padding: 60px 0;
  }
}

.p-table.productSpec {
  width: 100%;
  line-height: 1.6;
  font-size: clamp(1.5rem, 1.5rem + (1vw - 0.52rem) * 0.2272727273, 1.6rem);
}
@media screen and (max-width: 959px) {
  .p-table.productSpec tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-table.productSpec th, .p-table.productSpec td {
  font-weight: normal;
  padding: 18px 16px;
  border-left: 1px solid #cdd5e4;
}
@media screen and (min-width: 960px) {
  .p-table.productSpec th, .p-table.productSpec td {
    padding: 26px 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-table.productSpec th, .p-table.productSpec td {
    display: inline-block;
    float: left;
  }
}
@media screen and (max-width: 959px) {
  .p-table.productSpec th {
    width: max(115px, 25%);
  }
}
.p-table.productSpec td {
  border-right: 1px solid #cdd5e4;
}
@media screen and (max-width: 959px) {
  .p-table.productSpec td {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-table.productSpec .thead {
  background-color: rgba(0, 74, 112, 0.05);
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .p-table.productSpec .thead {
    width: 100%;
    border-bottom: 1px solid #cdd5e4;
    border-right: 1px solid #cdd5e4;
  }
}

.handling {
  padding: 100px 20px 0 20px;
}
@media screen and (max-width: 959px) {
  .handling {
    padding: 70px 20px 0 20px;
  }
}
.handling > div {
  max-width: 1300px;
  margin-inline: auto;
}
.handling > div h2 {
  text-align: center;
  color: #004a70;
  font-size: clamp(2.1rem, 2.1vw, 2.7rem);
  line-height: 1.4;
  font-family: "Noto Sans JP M", sans-serif;
}
@media screen and (max-width: 959px) {
  .handling > div h2 {
    font-size: clamp(1.5rem, 4.7vw, 4rem);
  }
}
.handling > div div:not(:last-child) {
  margin-bottom: 80px;
}
.handling > div div h3 {
  text-align: center;
  color: #004a70;
  font-size: 22px;
  line-height: 1.4;
  font-family: "Noto Sans JP M", sans-serif;
}
@media screen and (max-width: 959px) {
  .handling > div div h3 {
    font-size: clamp(1.2rem, 4.7vw, 2rem);
  }
}
.handling > div div ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding-top: 40px;
}
@media screen and (max-width: 959px) {
  .handling > div div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.handling > div div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .handling > div div ul li {
    width: calc(50% - 5px);
  }
}
.handling > div div ul li a {
  border: solid 1px #cdd5e4;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.handling > div div ul li a[href^=http] {
  pointer-events: auto;
  cursor: pointer;
  border: solid 1px #004a70;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.handling > div div ul li a[href^=http]:hover {
  opacity: 0.7;
}
.handling > div div ul li a[href^=http] div p {
  color: #004a70;
  text-decoration: underline;
}
.handling > div div ul li a div {
  width: 100%;
  padding: 30px 25px;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .handling > div div ul li a div {
    display: block;
  }
}
.handling > div div ul li a div figure img {
  margin-inline: auto;
  display: block;
  width: 100%;
  max-width: 150px;
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.handling > div div ul li a div figure img.logo-large {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.handling > div div ul li a div p {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .handling > div div ul li a div p {
    margin-top: 20px;
  }
}