@charset "utf-8";


/**
 * DM Series
 * -------------------------------
 */

.dmseries {
  position: relative;
  left: 50%;
  width: 1200px;
  margin-top: 120px;
  transform: translateX(-50%);
}

.dmseriesTtl {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.2;
}

.dmseriesBanner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -30px;
  margin-left: -30px;
  padding-top: 40px;
}

.dmseriesBanner > li {
  width: 33.3333%;
  padding-top: 30px;
  padding-left: 30px;
}

.dmseriesBanner > li > a {
  color: #fff;
}

.dmseriesBannerInner {
  text-align: center;
}

.dmseriesBannerInner > dt {
  display: block;
  border: 1px solid #fff;
}

.dmseriesBannerInner > dd {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.dmseriesBtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -30px;
  margin-left: -30px;
  padding-top: 60px;
}

.dmseriesBtns > li {
  width: 70%;
  padding-top: 30px;
  padding-left: 30px;
}

.dmseriesBtn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 80px;
  padding: 20px 70px;
  background-color: #00003f;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.dmseriesBtn::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('/files/cdb/ZZ/products/d-mirror/top/2412/zz_products_d-mirror_top_icon-arrow01-wt.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  content: '';
}

@media only screen and (max-width: 767px) {
  .dmseries {
    position: static;
    transform: translateX(0);
    width: 100%;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dmseriesTtl {
    font-size: 1.5rem;
  }

  .dmseriesBanner {
    margin-top: -20px;
    margin-left: -20px;
    padding-top: 25px;
  }

  .dmseriesBanner > li {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .dmseriesBannerInner > dd {
    margin-top: 15px;
    font-size: 1.2rem;
  }

  .dmseriesBtns {
    margin-top: -20px;
    margin-left: -20px;
    padding-top: 40px;
  }

  .dmseriesBtns > li {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .dmseriesBtn {
    width: 100%;
    min-height: 50px;
    padding: 10px 30px;
    font-size: 1.3rem;
  }

  .dmseriesBtn::after {
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
