figure {
  margin: 0; }

.large {
  font-size: 2rem; }
  @media screen and (max-width: 1000px) {
    .large {
      font-size: 1.2rem; } }

.medium {
  font-size: 1rem; }
  @media screen and (max-width: 1000px) {
    .medium {
      font-size: 0.8rem; } }

.mediumLarge {
  font-size: 0.9rem; }

.small {
  font-size: 0.7rem; }

.bold {
  font-weight: bold; }

.column {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: calc(28rem + 2vw); }
  .column dl {
    display: flex;
    flex-wrap: wrap; }
  .column dt {
    margin: 0;
    padding: 10px;
    width: 20%;
    border-bottom: solid 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: center; }
    .column dt.column-last {
      border-bottom: none; }
  .column dd {
    margin: 0;
    width: calc(40% - 1px);
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .column dd.column-last {
      border-bottom: none; }
  .column-ttl {
    padding: 10px;
    border-bottom: solid 1px #ccc; }
  .column-first {
    padding: 5px 10px 15px; }
  .column-last {
    padding: 15px 10px 5px; }
  .column-dt {
    font-size: 1rem;
    font-weight: bold;
    color: white; }
    @media screen and (max-width: 576px) {
      .column-dt {
        font-size: 0.7rem; } }
  .column-dd {
    font-size: 2.2rem;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 100%;
    display: block; }
    @media screen and (max-width: 576px) {
      .column-dd {
        font-size: 1.2rem; } }

.columnNew {
  position: relative;
  z-index: 1;
  margin: 30px auto 0;
  width: calc(28rem + 2vw);
  display: flex;
  justify-content: center; }
  .columnNew-dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .columnNew dt {
    margin: 0;
    padding: 10px 15px;
    width: fit-content;
    border-bottom: solid 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: center; }
    .columnNew dt.columnNew-last {
      border-bottom: none; }
  .columnNew dd {
    margin: 0;
    padding: 10px 25px;
    width: fit-content;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .columnNew dd.columnNew-last {
      border-bottom: none; }
  .columnNew-ttl {
    border-bottom: solid 1px #ccc;
    padding: 10px; }
  .columnNew-first {
    padding-inline: 10px; }
  .columnNew-last {
    padding: 15px 10px 5px; }
  .columnNew-dt {
    font-size: 1rem;
    font-weight: bold;
    color: white; }
    @media screen and (max-width: 576px) {
      .columnNew-dt {
        font-size: 0.7rem; } }
  .columnNew-dd {
    font-size: 2.2rem;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 100%;
    display: block; }
    @media screen and (max-width: 576px) {
      .columnNew-dd {
        font-size: 1.2rem; } }

.white-bg {
  background: white;
  color: black; }
  .white-bg-pad {
    padding: 2px; }

.pad-10 {
  padding: 0 1rem;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1rem; }
  @media screen and (max-width: 576px) {
    .pad-10 {
      font-size: 0.9rem;
      padding: 6px; } }

.vcu-caution {
  color: white;
  text-align: center;
  font-size: 13px; }

.vcu-column {
  /* width: 35rem; */
  margin: 2rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  color: white;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 576px) {
    .vcu-column {
      width: auto; } }
  .vcu-column-item {
    /* width: calc(100% / 3); */
    padding: 0 1rem; }
    .vcu-column-item span {
      display: block;
      width: fit-content;
      margin: 0 auto; }
      .vcu-column-item span.vcu-column-item-center {
        margin: 5px auto; }
      .vcu-column-item span.vcu-column-item-head {
        display: block;
        /* border-bottom: solid 1px #fff; */
        text-align: center;
        padding-bottom: 10px;
        width: auto; }

.charge-time {
  padding-top: 1rem; }
  .charge-time-item {
    width: 40%;
    margin: 0 auto;
    min-width: 350px;
    display: flex;
    align-items: center;
    color: white;
    padding: 1rem 0; }
  .charge-time-upper {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    display: block; }
    @media screen and (max-width: 576px) {
      .charge-time-upper {
        font-size: 0.9rem; } }
  .charge-time-lower {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: fit-content; }
    @media screen and (max-width: 576px) {
      .charge-time-lower {
        font-size: 1.6rem; } }
  .charge-time-1 {
    padding: 0 2rem 0 0; }
    .charge-time-1-text {
      font-size: 1rem;
      font-weight: bold;
      width: 7rem;
      padding: 10px 0;
      text-align: center; }
      @media screen and (max-width: 576px) {
        .charge-time-1-text {
          font-size: 0.8rem;
          padding: 5px 0; } }
  .charge-time-2 {
    padding: 0 0.5rem; }
  .charge-time-3 {
    padding: 0 0.5rem; }
    .charge-time-3 .arrow {
      font-size: 1.6rem;
      font-weight: bold; }
      @media screen and (max-width: 576px) {
        .charge-time-3 .arrow {
          font-size: 1.2rem; } }
  .charge-time-4 {
    padding: 0 0.5rem; }
  .charge-time-ustet {
    text-align: center;
    margin: 0 auto;
    color: white;
    margin-top: -13px; }
  .charge-time .waveline {
    text-decoration: wavy underline; }

.underline {
  padding: 0 10px 5px 10px;
  display: block;
  width: fit-content;
  margin: 3rem auto 0;
  border-bottom: solid 1px white; }

.comparison {
  background: #4d4d4d; }
  .comparison img {
    width: 100%; }
  .comparison .txtBox {
    padding-top: 5rem; }
    .comparison .txtBox .ttl {
      width: 30%;
      margin: 0 auto; }
      @media screen and (max-width: 576px) {
        .comparison .txtBox .ttl {
          width: 95%; } }
    .comparison .txtBox .desc {
      padding-top: 2rem;
      line-height: 1.8; }
  .comparison .column {
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 70%; }
    @media screen and (max-width: 1000px) {
      .comparison .column {
        padding-top: 2rem; } }
    @media screen and (max-width: 576px) {
      .comparison .column {
        width: 95%; } }
    .comparison .column .dl-ttl {
      margin-bottom: 0; }
    .comparison .column dl.bg-gray {
      margin-top: -10px;
      background: #666;
      padding: 20px 10px; }
    .comparison .column dt {
      width: 24%; }
    .comparison .column-dt {
      font-size: 0.8rem; }
    .comparison .column dd {
      padding: 16px;
      width: calc(38% - 1px); }
      @media screen and (max-width: 1000px) {
        .comparison .column dd {
          padding: 10px; } }
    .comparison .column-dd {
      font-size: 2.2rem; }
      @media screen and (max-width: 1000px) {
        .comparison .column-dd {
          font-size: 1.2rem; } }
      .comparison .column-dd-head {
        font-size: 1rem;
        color: white;
        text-align: center; }
        @media screen and (max-width: 1000px) {
          .comparison .column-dd-head {
            font-size: 0.8rem; } }
      .comparison .column-dd-para {
        font-size: 0.8rem;
        color: white;
        text-align: left; }
        @media screen and (max-width: 1000px) {
          .comparison .column-dd-para {
            font-size: 0.7rem; } }
      .comparison .column-dd-tire {
        font-size: 1.6rem; }
        @media screen and (max-width: 1000px) {
          .comparison .column-dd-tire {
            font-size: 0.9rem; } }
        .comparison .column-dd-tire:last-of-type {
          padding-top: 5px; }
    .comparison .column .angle-down {
      color: white;
      font-size: 2rem;
      font-weight: bold;
      position: relative; }
    .comparison .column-ttl-ukkos {
      width: 54%;
      transform: translateX(-10px); }
    .comparison .column-ttl-lite {
      width: 100%;
      display: grid;
      grid-template-columns: 1.3fr 1fr;
      place-items: center;
      place-content: center;
      gap: 24px;
     }
     @media screen and (max-width: 767px) {
      .comparison .column-ttl-lite {
        width: 70%;
        grid-template-columns: 1fr;
        gap: 6px;
      }
     }
    .comparison .column-dd-sub {
      display: block;
      color: white;
      font-size: 0.7rem; }
    .comparison .column .unit {
      font-size: 0.6em; }

.spec h2 {
  padding-bottom: 4rem; }
  @media screen and (max-width: 576px) {
    .spec h2 {
      padding-bottom: 2rem; } }

.spec-single {
  margin-bottom: 50px; }
  @media screen and (max-width: 576px) {
    .spec-single {
      margin-bottom: 20px; } }
  .spec-single dl {
    margin-top: 20px;
    margin-bottom: 20px; }

.downList {
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  background-color: #c3c3c3;
  padding: 10px 18px;
  cursor: pointer; }

.specTable {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 576px) {
    .specTable {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .specTable.active {
    display: block; }

.color-caution {
  text-align: center;
  padding-top: 4rem;
  font-size: 1rem; }
  @media screen and (max-width: 1000px) {
    .color-caution {
      font-size: 0.8rem; } }
.color .ttl {
  padding-top: 1rem; }

.paint .image02 {
  margin-bottom: 0; }

.battery {
  position: relative; }
  .battery-inner {
    position: absolute;
    z-index: 1;
    top: 3rem;
    left: 0;
    right: 0; }
    @media screen and (max-width: 576px) {
      .battery-inner {
        position: relative;
        top: 0; } }

.charger {
  position: relative; }
  .charger-inner {
    position: absolute;
    z-index: 1;
    top: 3rem;
    left: 0;
    right: 0; }
    @media screen and (max-width: 576px) {
      .charger-inner {
        position: relative;
        top: 0; } }

@media screen and (max-width: 576px) {
  .gear .txtBox {
    position: relative; } }
@media screen and (max-width: 576px) {
  .gear .column {
    width: auto; } }
@media screen and (max-width: 576px) {
  .gear-img {
    margin-top: -5rem; } }

.lock-relative {
  position: relative; }
.lock-caution {
  position: absolute;
  color: white;
  left: 26%;
  bottom: 10px;
  font-size: 0.9rem; }
  @media screen and (max-width: 1000px) {
    .lock-caution {
      left: 22%;
      bottom: -10px; } }
  @media screen and (max-width: 576px) {
    .lock-caution {
      font-size: 0.7rem;
      left: 15%;
      bottom: -20px; } }

.price-caution {
  font-size: 1rem;
  text-align: center;
  color: red; }

.logoImage__logo .ukkos_head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.logoImage__logo {
  display: flex;
  flex-direction: column;
  /* width: calc(100% + 50px); */
 }
  .logoImage__logo img {
    height: 60px;
    width: max-content;
    /* width: calc(100% - 50px); */
  }
  .logoImage__logo > * {
    margin-top: 20px;
  }
  /* .logoImage__logo img:last-of-type {
    margin: 15px auto 0;
    width: 100%; } */
  @media screen and (max-width: 576px) {
    .logoImage__logo {
      width: max-content;
      /* width: calc(100% + 25px);  */
    }
    .logoImage__logo .ukkos_head {
      gap: 2px;
    }
      .logoImage__logo img {
        height: 25px;
        /* width: calc(100% - 25px);  */
      }
      .logoImage__logo > * {
        margin-top: 10px;
      }
      .logoImage__logo img:last-of-type {
        /* margin: 10px auto 0; */
        /* width: 100%; */
       } }

.cbs-caution {
  font-size: 0.8rem;
  color: white;
  text-align: center; }

.charger-inner-bottom {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto; }

/*# sourceMappingURL=append.css.map */
