@charset "utf-8";

/* Common Style
------------------------------ */
.lp-contents-wrapper {
  padding: 0 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), color-stop(40%, #fff));
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #fff 40%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #fff 40%);
  font-size: 14px;
  line-height: 1.33;
}

.lp-download-button {
  position: relative;
  display: inline-block;
  padding: 12px 78px 14px 56px;
  background: #e60012 url(../../../img/landing_page/common/icon_btn_dl.png) no-repeat 25px center;
  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-download-button:link,
.lp-download-button:visited {
  color: #fff;
}

.lp-download-button:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.lp-download-button figure,
.lp-download-button figure figcaption {
  display: inline-block;
}

.lp-download-button figure div {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-download-button figure img {
  border: 1px solid #ccc;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/* Title
------------------------------ */
.lp-title {
  padding: 25px;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
}


/* Main contents
------------------------------ */
.lp-series-box {
  margin: 0 0 40px;
  background: #fff;
}

.lp-series-button {
  text-align: center;
}

.lp-series-header {
  margin: 0 0 28px;
}

.lp-series-header h2 {
  padding: 7px 8px 6px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
}

.lp-series-image {
  text-align: center;
}

.lp-series-contents {
  margin: 0 0 42px;
  padding: 0 16px;
}

.lp-series-header .lp-series-button {
  margin: 16px 0 0;
}

/* LJ-V7000 */
.lp-series-box.lj-v7000 {
  padding: 0 0 40px;
  border-bottom: 1px solid #d0d0d0;
}

.lj-v7000 .lp-series-header h2 {
  background: -webkit-gradient(linear, left top, right top, from(#49b0ea), to(#3c9ce6));
  background: -webkit-linear-gradient(left, #49b0ea 0%, #3c9ce6 100%);
  background: linear-gradient(to right, #49b0ea 0%, #3c9ce6 100%);
}

.lp-table-hdg-work span,
.lp-table-hdg-3d span {
  display: block;
  padding: 5px 4px 5px;
  font-weight: bold;
  font-size: 18px;
}

.lp-table-work img,
.lp-table-3d img {
  display: inline-block;
  vertical-align: middle;
}

.lp-table-hdg-work {
  box-sizing: border-box;
  padding: 0 10px 7px 0;
  width: 100px;
}

.lp-table-hdg-work span {
  border: solid 1px #c1c1c1;
}

.lp-table-hdg-3d {
  box-sizing: border-box;
  padding: 0 0 7px 0;
}

.lp-table-hdg-3d span {
  background: #3e9de5;
  color: #fff;
}

td.lp-table-work {
  padding: 11px 20px 11px 0;
  text-align: center;
}

td.lp-table-3d {
  padding: 11px 0;
}

.lp-table-3d-inner figure {
  margin: 0 0 8px;
  text-align: center;
}

.lp-table-3d-txt {
  -webkit-flex: 1 1 190px;
  flex: 1 1 190px;
  margin-left: 10px;

  -webkit-box-flex: 1;
}

.lp-table-3d-txt dt {
  color: #eb5c79;
  font-weight: bold;
  font-size: 150%;
}

.lp-table-3d-txt dd {
  font-size: 130%;
  line-height: 1.4;
}

.lp-table-3d-inner:after {
  display: block;
  clear: both;
  content: "";
}

/* WI-5000 */
.wi-5000 .lp-series-header h2 {
  background: -webkit-gradient(linear, left top, right top, from(#008da1), to(#00a3b4));
  background: -webkit-linear-gradient(left, #008da1 0%, #00a3b4 100%);
  background: linear-gradient(to right, #008da1 0%, #00a3b4 100%);
}

.lp-dlist {
  margin-bottom: 20px;
}

.lp-dlist dt {
  margin-bottom: 21px;
  padding: 5px 0 2px;
  background: #008da2;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
}

.lp-dlist dd {
  font-size: 130%;
  line-height: 1.4;
}

.lp-dlist dd figure {
  margin: 0 0 16px;
  text-align: center;
}

/* Media Queries
------------------------------ */
@media screen and (min-width: 480px) {}

@media screen and (min-width: 640px) {
  .lp-table-3d-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .lp-table-3d-inner figure {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1002px) {
  .lp-title {
    font-size: 42px;
  }

  .lp-main-contents {
    padding: 0 0 8px;
  }

  .lp-series-header h2 {
    font-size: 28px;
  }

  .lp-contents-wrapper {
    padding: 0 -webkit-calc(((100vw - 970px) - (100vw - 100%)) / 2);
    padding: 0 calc(((100vw - 970px) - (100vw - 100%)) / 2);
  }

  .lp-main-contents {
    position: relative;
  }

  .lp-main-contents:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    background: #d0d0d0;
    content: "";
  }

  .lp-series-list {
    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;
  }

  .lp-series-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex: 0 1 470px;
    flex: 0 1 470px;
    margin: 0;
    background: #fff;

    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
  }

  .lp-series-contents {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;

    -webkit-box-flex: 1;
  }

  .lp-series-box.lj-v7000 {
    padding: 0;
    border-bottom: none;
  }

  .lp-table-hdg-work span,
  .lp-table-hdg-3d span {
    font-size: 21px;
  }

  .lp-table-hdg-work {
    padding-right: 20px;
    width: 120px;
  }
}
