body {
  image-rendering: -webkit-optimize-contrast;
}

.product-main {
  max-width: 1200px;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.product-main article {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  margin: 30px 0 40px;
}

.product-main h1 {
  text-align: center;
  padding: 40px 0;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 2.2rem;
}

.banner img {
  width: 100%;
}

.banner-img-pc {
  aspect-ratio: 16 / 5.5;
}

.banner-img-m {
  display: none;
}

.btn-box {
  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;
  margin: 30px 0 80px;
}

.btn {
  display: inline-block;
  text-align: center;
  background-color: #A5CD38;
  color: white;
  border-radius: 2px;
  vertical-align: middle;
  width: 350px;
  font-size: 16px;
  font-weight: bold;
  line-height: 3.5;
  margin: 0 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid #A5CD38;
}

.btn:hover {
  color: #A5CD38;
  background: transparent;
}

.title {
  line-height: 1.4em;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 80px;
}

.icon-box li {
  width: calc(( 100% - 30px ) /3);
  margin: 0 5px;
  padding: 50px 10px;
  min-height: 400px;
}

.icon-box .img {
  display: block;
  margin: 0 auto;
  height: 90px;
  margin-bottom: 10px;
}

.icon-box .text {
  padding: 20px;
  margin-top: -20px;
  text-align: center;
}

.icon-box .text h4 {
  font-size: 26px;
  color: #A5CD38;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.icon-box .text p {
  color: #FFF;
  font-size: 1rem;
  line-height: 1.4em;
}

.icon-box .text .link {
  color: #555;
}

.icon-box .text .link:hover {
  color: #2A2A2A;
}

.icon-item-1 {
  background: url(https://www.aetina.com/wp-content/uploads/megaEdgePage/images/feature_1.jpg) no-repeat center/cover;
}

.icon-item-2 {
  background: url(https://www.aetina.com/wp-content/uploads/megaEdgePage/images/feature_2.jpg?v=1615271257306) no-repeat center/cover;
}

.icon-item-3 {
  background: url(https://www.aetina.com/wp-content/uploads/megaEdgePage/images/feature_3.jpg?v=1615271257306) no-repeat center/cover;
}

.icon-item-4 {
  background: url(https://www.aetina.com/wp-content/uploads/megaEdgePage/images/feature_4.jpg?v=1615271257306) no-repeat center/cover;
}

.link {
  color: #93c30f;
}

.product-wrap {
  overflow: hidden;
  margin-bottom: 40px;
  background: #eceff3;
  padding: 50px 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, color-stop(80%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.85))), -webkit-gradient(linear, left top, left bottom, from(#dce6f0), color-stop(50%, #f6f6f9), color-stop(64%, #cdd6e1), color-stop(78%, #dce6f0));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.85) 20%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.85) 100%), linear-gradient(180deg, #dce6f0 0%, #f6f6f9 50%, #cdd6e1 64%, #dce6f0 78%);
}

.product-wrap h1 {
  padding: 0px;
}

.product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-box h4 {
  font-size: 28px;
  font-weight: bold;
}

.product-box h5 {
  font-size: 24px;
  font-weight: bold;
  color: #93c30f;
}

.product-box ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.product-box li {
  list-style: disc;
  font-size: 15px;
  line-height: 2;
}

.product-box .btn {
  width: auto;
  padding: 0 15px;
  line-height: 2.5;
  margin: 0;
  margin-right: 10px;
}

.product-text {
  width: calc( 100% - 50% - 5%);
}

.product-text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
}

.product-img {
  width: 50%;
  margin-right: 5%;
  position: relative;
}

.product-img img {
  width: 100%;
}

.product-img span {
  position: absolute;
  left: 10%;
  bottom: 13%;
  color: #ff8b00;
  font-size: 16px;
}

.product-box-2 {
  margin-top: 80px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 80px;
}

.product-box-2 .product-img {
  margin-right: 0%;
  margin-left: 5%;
}

.product-series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4em;
  font-size: 25px;
  font-weight: bold;
  margin: 60px 0 20px;
}

.product-series .block {
  background: #A5CD38;
  width: 15px;
  height: 30px;
  margin-right: 15px;
  display: block;
}

@media screen and (max-width: 768px) {
  .icon-box .text {
    min-height: 270px;
    margin-top: 0;
  }
  .icon-box .text h4 {
    font-size: 16px;
  }
  .product-wrap h1 {
    padding: 50px 0 0px;
  }
  .product-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-img {
    width: 100%;
    margin-right: 0;
  }
  .product-text {
    width: 100%;
    margin-top: 20px;
  }
  .product-box-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 40px;
  }
  .product-box-2 .product-img {
    width: 100%;
    margin-left: 0;
  }
  .product-box-2 .product-text {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .product-main h1 {
    font-size: 1.6rem;
    text-align: left;
    padding: 20px 0 0;
  }
  .product-main article {
    margin: 10px 0 20px;
    line-height: 1.5;
    text-align: left;
  }
  .banner-img-m {
    display: block;
    aspect-ratio: 200 / 221;
  }
  .banner-img-pc {
    display: none;
  }
  .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-box .btn {
    margin: 5px 0;
  }
  .title {
    font-size: 1.8rem;
  }
  .icon-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  .icon-box li {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    padding: 15px 0;
  }
  .icon-box .img {
    width: 30%;
    height: auto;
    margin-bottom: 0;
  }
  .icon-box .text {
    min-height: auto;
    padding: 10px 20px;
  }
  .icon-box .text h4 {
    font-size: 20px;
  }
  .product-wrap h1 {
    text-align: center;
    padding: 0;
  }
  .product-wrap h4 {
    font-size: 1.2rem;
  }
  .product-wrap img {
    width: 100%;
    margin: 0 auto;
  }
}

.g_container.w_full .w1140 {
  display: none;
}
/*# sourceMappingURL=MegaEdge_2023.css.map */