.content {
  margin-bottom: 0;
}

.hero {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;

  .hero-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 16px;
    padding: 0 4vw;

    .swiper-container {
      position: relative;
    }
    .swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
        color: unset;
    }

    .swiper-container .lineup_item_img {
      display: flex;
      justify-content: center;
    }

    .swiper-container .lineup_item_img img {
      width: auto;
      height: auto;
    }

    .products-container {
      display: flex;
      flex-direction: column;
      line-height: 1.4;
      color: #333;
      text-align: center;
      margin-bottom: 2rem;
    }

    .products-container .products-container_title,
    .products-container_description {
      padding : 1rem 0;
      font-family: "Noto Sans Japanese-sb";
      font-size: 26px;
    }

    .products-container .products-container_lists {
      display: flex;
      justify-content: space-around;
      align-items: center;
      column-gap: 2px;
      padding: 1rem 0;
      font-size: 2rem;

      li {
        display: flex;
        align-items: center;
        column-gap: 4px;

        span {
          padding: 1px 8px;
          font-size:1.4rem;
          small {
            font-size:0.8rem;
          }
        }
      }
      
      li:first-child span {
        color: #1BB2C9;
        border: solid 1px #1BB2C9;
      }
      li:last-child span {
        color: #4EC2A0;
        border: solid 1px #4EC2A0;
      }
    }

    .products-container .products-container_spec {
      display: flex;
      justify-content: space-around;
      align-items: center;
      column-gap: 2px;
      padding: 1rem 0;
      font-size: 2rem;

      li {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 48%;
        padding: 1rem 0 1rem 2rem;

        span {
        display: inline-block;
        font-size: 1.4rem;
        }
      }

      li:first-child {
        color: #CC0000;
        border: solid 1px #CC0000;
        background: url(/b2b/eizou/products/electronic-blackboard/images/ico_tools.svg);
      }

      li:last-child {
        color: #5F9EA0;
        border: solid 1px #5F9EA0;
        background: url(/b2b/eizou/products/electronic-blackboard/images/ico_calculator.svg);
      }
      li:first-child,
      li:last-child {
        background-repeat: no-repeat;
        background-size: 2.0rem;
        background-position-x: 8px;
        background-position-y: center;
      }
    }

    .products-container .products-container_estimate {
      padding: 2rem 0;

      .estimate_link {
        position: relative;
        display: flex;
        align-items: center;
        margin: 1rem 0;
        padding: 1rem 4rem 1rem 1rem;
        font-size: 2rem;
        color: #fff;
        background-color: #222b45;

        a {
          width: 100%;
          text-align: center;
          padding-left: 4rem;
          color: #fff;
        }
      }

      .estimate_link::before,
      .estimate_link::after {
        content: "";
        position: absolute;
        top: calc(55% - .1px);
        width: 16px;
        height: 2px;
        background-color: #fff;
        transform-origin: calc(100% - .1px) 50%;
      }
      .estimate_link::before{
        transform: rotate(45deg);
      }
      .estimate_link::after {
        transform: rotate(-45deg);
      }
    }
  }
}

.hero:first-child {
  margin: 88px auto 0;
}

.features {
  .features_heading {
    background: none;
  }

  .features_heading_tl {
    justify-content: center;
  }

  .features_1 {
    margin-top: 9.6vw !important;

    .google_app_item:last-child {
      display: none;
    }
  }
}

.option .spec {
  margin-bottom: 0;
}

.option .spec .spec_tabs {
  margin: 44px auto 0;

  .spec_tabs_cont {
    height: auto;
    opacity: 1;

    .spec_tabs_cont_inner {
      padding: 8vw;
    }
  }

  .swiper-button-prev {
    top: 50%;
    left: -10%;
    right: auto;
  }
  .swiper-button-next {
    top: 50%;
    right: -10%;
    left: auto;
  }

}


@media screen and (min-width: 429px) {
  .hero {
    margin: 0 auto 88px;
  }
  .hero .hero-wrapper {
    flex-direction: row;
    padding: 0;

    .swiper-container {
      width: 50%;
    }

    .products-container .products-container_spec li:first-child,
    .products-container .products-container_spec li:last-child {
        background-size: 2.8rem;
    }

    .products-container .products-container_estimate {
      .estimate_link {
        font-size: 4rem;
      }
    }
  }

  .features_1 {
    margin: 88px auto 0;
  }

  .lineup .tl_group {
    margin: 88px auto;
  }


  .option .spec {
    .spec_tabs {
      margin: 88px auto 0;

      .spec_tabs_cont  .spec_tabs_cont_inner {
          padding: 8vw 0;
      }
    }
    .swiper-button-prev {
      top: 50%;
      left: -25%;
      right: auto;
    }
    .swiper-button-next {
      top: 50%;
      right: -25%;
      left: auto;
    }
  }
}

