@charset "UTF-8";

/* Common Style
------------------------------ */
.lp-contents-viewer {
  padding: 0 -webkit-calc(((100vw - 970px) - (100vw - 100%)) / 2);
  padding: 0 calc(((100vw - 970px) - (100vw - 100%)) / 2);
}

.lp-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.lp-flex-item {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;

  -webkit-box-flex: 1;
}

.lp-table-wrap {
  display: table;
  width: 100%;
}

.lp-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* Keyvisual
------------------------------ */
.lp-keyvisual {
  padding-bottom: 24px;
  background: content-box url(../../img/landing_page/pr_high-speed_xg-x_3d/bg_01.png) no-repeat right 0 bottom 0, -webkit-gradient(linear, left bottom, left top, from(rgb(46, 64, 85)), color-stop(70%, rgb(1, 68, 135)));
  background: content-box url(../../img/landing_page/pr_high-speed_xg-x_3d/bg_01.png) no-repeat right 0 bottom 0, -webkit-linear-gradient(bottom, rgb(46, 64, 85) 0%, rgb(1, 68, 135) 70%);
  background: content-box url(../../img/landing_page/pr_high-speed_xg-x_3d/bg_01.png) no-repeat right 0 bottom 0, linear-gradient(to top, rgb(46, 64, 85) 0%, rgb(1, 68, 135) 70%);
  color: #fff;
}

.lp-keyvisual .lp-new-label {
  margin: 0 0 12px;
}

.lp-keyvisual .lp-new-label span {
  display: inline-block;
  padding: 10px;
  background: #d20000;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
}

.lp-keyvisual h1 {
  margin: 0 0 16px;
  font-weight: normal;
  font-size: 42px;
  line-height: 1.38;
}

.lp-keyvisual dl {
  margin: 0 0 32px;
  text-shadow: 0 0 0 #000;
  font-size: 0;
  line-height: 1.6;
}

.lp-keyvisual dt,
.lp-keyvisual dd {
  display: inline;
  font-size: 16px;
}

.lp-keyvisual a {
  position: relative;
  display: inline-block;
  padding: 12px 72px 14px 56px;
  background: #e60012;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
}

.lp-keyvisual a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.lp-keyvisual a i {
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: 2px;
  width: 16px;
  height: 14px;
  font-size: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-keyvisual a i:before,
.lp-keyvisual a i:after {
  display: block;
  content: "";
}

.lp-keyvisual a i:before {
  margin: 0 auto 2px;
  width: 0;
  height: 0;
  border-width: 8px 6px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

.lp-keyvisual a i:after {
  width: 100%;
  height: 2px;
  background: #fff;
}

.lp-keyvisual a figure,
.lp-keyvisual a figure figcaption {
  display: inline-block;
}

.lp-keyvisual a figure div {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-keyvisual a figure img {
  border: 1px solid #ccc;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Section1
------------------------------ */
.lp-section1 {
  padding-top: 36px;
  padding-bottom: 22px;
  background: #f4f4f6;
}

.lp-section1 h2 {
  margin: 0 0 30px;
  padding: 0 0 8px 68px;
  min-height: 36px;
  border-bottom: solid 1px #3b82c5;
  background: url(../../img/landing_page/pr_high-speed_xg-x_3d/icon_01.gif) no-repeat left 0.25em;
  color: #3b82c5;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.28;
}

.lp-application-figure {
  padding: 40px 40px 18px;
  border: solid 1px #ebecec;
  background: #fff;
  color: #666;
  font-size: 14px;
}

.lp-application-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: solid 1px #ebecec;
}

.lp-application-caption {
  margin: 0 0 16px;
  padding: 4px 0 2px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.28;
}

.lp-application-figure .lp-flex-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
}

.lp-application-row:first-child {
  padding-top: 0;
  border-top: none;
}

.lp-application-row:first-child .lp-application-caption {
  display: block;
}

.lp-product-fact {
  -webkit-flex: 1 1 124px;
  flex: 1 1 124px;
  box-sizing: content-box;
  padding-right: 16px;

  -webkit-box-flex: 1;
}

.lp-product-fact .lp-application-caption {
  border-color: #c1c1c1;
}

.lp-product-fact div span {
  display: block;
  text-align: center;
  font-size: 0;
}

.lp-2d-detection {
  -webkit-flex: 1 1 202px;
  flex: 1 1 202px;
  box-sizing: content-box;
  padding-right: 30px;

  -webkit-box-flex: 1;
}

.lp-2d-detection .lp-application-caption {
  border-color: #c1c1c1;
  background: #c1c1c1;
}

.lp-2d-detection figure {
  position: relative;
}

.lp-2d-detection figure:before {
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-width: 8px 0 8px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #eb5c79;
  content: "";
}

.lp-2d-detection figure div {
  -webkit-flex: 1 0 82px;
  flex: 1 0 82px;
  text-align: center;

  -webkit-box-flex: 1;
}

.lp-2d-detection figure figcaption {
  padding-left: 10px;

  -webkit-flex-basis: 120px;
  flex-basis: 120px;
}

.lp-3d-detection {
  -webkit-flex: 1 1 516px;
  flex: 1 1 516px;
  box-sizing: content-box;

  -webkit-box-flex: 1;
}

.lp-3d-detection .lp-application-caption {
  border-color: #3e9de5;
  background: #3e9de5;
  color: #fff;
}

.lp-3d-detection figure div {
  -webkit-flex: 1 0 150px;
  flex: 1 0 150px;
  text-align: center;

  -webkit-box-flex: 1;
}

.lp-3d-detection figure figcaption {
  box-sizing: content-box;
  padding-left: 10px;

  -webkit-flex-basis: 356px;
  flex-basis: 356px;
}

.lp-3d-detection figure figcaption dt {
  margin: 7px 0;
  color: #eb5c79;
  font-weight: bold;
  font-size: 150%;
}

/* Lead text
------------------------------ */
.lp-lead-text {
  margin: 30px auto 40px;
  padding: 4px;
  max-width: 970px;
  background: #3f3f3f;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#1c1c1c));
  background: -webkit-linear-gradient(top, #3f3f3f 0%, #1c1c1c 100%);
  background: linear-gradient(to bottom, #3f3f3f 0%, #1c1c1c 100%);
  color: #fff;
  text-align: center;
  font-size: 29px;
}

.lp-lead-text .lp-label {
  position: relative;
  display: inline-block;
  padding: 0 64px;
}

.lp-lead-text .lp-label i {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-lead-text .lp-label i:first-child {
  left: 0;
}

.lp-lead-text .lp-label i:last-child {
  right: 0;
}

.lp-lead-text .lp-label i:before,
.lp-lead-text .lp-label i:after {
  position: absolute;
  content: "";
}

.lp-lead-text .lp-label i:before {
  top: 0;
  bottom: 2px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background: #848484;
}

.lp-lead-text .lp-label i:after {
  right: 50%;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-right: 2px solid #848484;
  border-bottom: 2px solid #848484;
  -webkit-transform: rotate(36deg) skew(-16deg);
  transform: rotate(36deg) skew(-16deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.lp-lead-text .lp-label span {
  display: inline-block;
}

/* Media Queries
------------------------------ */
@media screen and (min-width: 768px) {
  .lp-application-caption {
    display: none;
  }

  .lp-application-figure .lp-flex-wrap {
    height: 100%;
  }

  .lp-application-row:first-child .lp-flex-wrap {
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
  }
}

@media screen and (max-width: 1002px) {
  .lp-contents-viewer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .lp-2d-detection figure:before {
    top: 56px;
    margin-top: 0;
  }

  .lp-lead-text {
    margin: 30px 16px;
  }
}

@media screen and (max-width: 767px) {
  .lp-keyvisual {
    position: relative;
    padding-bottom: 380px;
    background: url(../../img/landing_page/pr_high-speed_xg-x_3d/bg_01.png) no-repeat right 0 bottom 100px, -webkit-gradient(linear, left bottom, left top, from(rgb(46, 64, 85)), color-stop(70%, rgb(1, 68, 135)));
    background: url(../../img/landing_page/pr_high-speed_xg-x_3d/bg_01.png) no-repeat right 0 bottom 100px, -webkit-linear-gradient(bottom, rgb(46, 64, 85) 0%, rgb(1, 68, 135) 70%);
    background: url(../../img/landing_page/pr_high-speed_xg-x_3d/bg_01.png) no-repeat right 0 bottom 100px, linear-gradient(to top, rgb(46, 64, 85) 0%, rgb(1, 68, 135) 70%);
  }

  .lp-keyvisual .lp-anchor-button {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 16px;
    width: 100%;
    text-align: center;
  }

  .lp-application-caption {
    display: block;
  }

  .lp-application-row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lp-2d-detection {
    padding-right: 0;
  }

  .lp-2d-detection figure:before {
    top: 100%;
    right: 50%;
    margin-top: 16px;
    margin-left: -8px;
    border-width: 10px 8px 0;
    border-color: #eb5c79 transparent transparent;
  }

  .lp-2d-detection figure figcaption {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;

    -webkit-box-flex: 1;
  }

  .lp-3d-detection {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-top: 40px;

    -webkit-box-flex: 1;
  }

  .lp-lead-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .lp-keyvisual {
    padding-bottom: 320px;
    background: url(../../img/landing_page/pr_high-speed_xg-x_3d/bg_01.png) no-repeat right 0 bottom 100px / 360px auto, -webkit-gradient(linear, left bottom, left top, from(rgb(46, 64, 85)), color-stop(70%, rgb(1, 68, 135)));
    background: url(../../img/landing_page/pr_high-speed_xg-x_3d/bg_01.png) no-repeat right 0 bottom 100px / 360px auto, -webkit-linear-gradient(bottom, rgb(46, 64, 85) 0%, rgb(1, 68, 135) 70%);
    background: url(../../img/landing_page/pr_high-speed_xg-x_3d/bg_01.png) no-repeat right 0 bottom 100px / 360px auto, linear-gradient(to top, rgb(46, 64, 85) 0%, rgb(1, 68, 135) 70%);
  }

  .lp-keyvisual h1 {
    font-size: 24px;
  }

  .lp-keyvisual dt,
  .lp-keyvisual dd {
    font-size: 14px;
  }

  .lp-section1 h2 {
    padding-left: 48px;
    background-position: left center;
    background-size: 40px auto;
    font-size: 24px;
  }

  .lp-application-figure {
    padding: 20px 16px 18px;
  }

  .lp-application-caption {
    font-size: 16px;
  }

  .lp-product-fact {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 20px;

    -webkit-box-flex: 1;
  }

  .lp-product-fact figcaption {
    margin-right: 24px;
    padding: 4px 8px 2px;
  }

  .lp-product-fact .lp-flex-wrap {
    height: auto;
  }

  .lp-2d-detection {
    -webkit-flex: 1 1 114px;
    flex: 1 1 114px;
    box-sizing: border-box;
    padding-right: 24px;

    -webkit-box-flex: 1;
  }

  .lp-2d-detection figure:before {
    top: 40px;
    right: -18px;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #eb5c79;
  }

  .lp-3d-detection {
    -webkit-flex: 1 1 178px;
    flex: 1 1 178px;
    padding-top: 0;

    -webkit-box-flex: 1;
  }

  .lp-3d-detection figure figcaption dt {
    margin: 4px 0 0;
    font-size: 16px;
  }

  .lp-lead-text {
    font-size: 16px;
  }

  .lp-lead-text .lp-label {
    padding: 0 40px;
  }
}

@media screen and (max-width: 374px) {
  .lp-2d-detection {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 0;
    padding-bottom: 40px;

    -webkit-box-flex: 1;
  }

  .lp-2d-detection figure:before {
    top: 100%;
    right: 50%;
    margin-right: -8px;
    border-width: 10px 8px 0;
    border-color: #eb5c79 transparent transparent;
  }
}
