@charset "utf-8";

/* Common Style
------------------------------ */
.lp-contents-wrapper {
  box-sizing: content-box;
  margin: 20px auto 0;
  padding: 0 16px;
  max-width: 970px;
}

.lp-anchor-button a {
  position: relative;
  display: inline-block;
  padding: 8px 32px 8px 48px;
  background: #e60012;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.lp-anchor-button a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.lp-anchor-button a i {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: 2px 0 0;
  width: 16px;
  height: 14px;
  font-size: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-anchor-button a i:before {
  display: block;
  margin: 0 auto 2px;
  width: 0;
  height: 0;
  border-width: 8px 6px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  content: "";
}

.lp-anchor-button a i:after {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}

.lp-download-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.lp-download-button:hover {
  opacity: 0.7;
}

.lp-download-button figure div {
  margin: 0 0 3px;
  font-size: 0;
}

.lp-download-button figure img {
  border: 1px solid #ccc;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lp-download-button figcaption {
  display: inline-block;
  padding: 4px 16px 4px 32px;
  background: #e60012 url(../../../img/landing_page/common/icon_btn_dl.png) no-repeat 10px center / 18px auto;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
}


/* Main contents
------------------------------ */
.lp-main-contents {
  position: relative;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fef5f0), color-stop(50%, #fef5f0), color-stop(80%, #faf9f4), to(#fff));
  background: -webkit-linear-gradient(top, #fef5f0 0%, #fef5f0 50%, #faf9f4 80%, #fff 100%);
  background: linear-gradient(to bottom, #fef5f0 0%, #fef5f0 50%, #faf9f4 80%, #fff 100%);
}

.lp-main-contents:before,
.lp-main-contents:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7d6ce), color-stop(80%, #f1edea), to(#fff));
  background: -webkit-linear-gradient(top, #e7d6ce 0%, #f1edea 80%, #fff 100%);
  background: linear-gradient(to bottom, #e7d6ce 0%, #f1edea 80%, #fff 100%);
  content: "";
}

.lp-main-contents:before {
  left: 0;
}

.lp-main-contents:after {
  right: 0;
}


/* Header
------------------------------ */
.lp-header {
  position: relative;
  margin: 0 0 24px;
  padding: 56.81818% 16px 0;
  background: url(../../img/landing_page/lp_height_measurement_rwd/bg_01.png) no-repeat center top / contain;
}

.lp-header:before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#e7d6ce), to(#eae6e5));
  background: -webkit-linear-gradient(left, #e7d6ce, #eae6e5);
  background: linear-gradient(to right, #e7d6ce, #eae6e5);
  content: "";
}

.lp-title {
  margin: 0 0 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}

.lp-title strong {
  display: block;
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 200%;
}


/* Document list
------------------------------ */
.lp-document-list {
  position: relative;
  overflow: hidden;
  margin: 0 14px;
  border: 3px solid #c21833;
  border-radius: 5px 5px 0 0;
  background: #fff;
}

.lp-document-list h2 {
  padding: 15px 10px 18px;
  background: #c21833;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.33;
}

.lp-document-list ul {
  padding-left: 1.5em;
  list-style: disc outside;
}

.lp-document-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}


/* Lead block
------------------------------ */
.lp-lead-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 40px;
}

.lp-lead-block div {
  padding: 0 20px;
}

.lp-lead-block div img {
  border: 1px solid #ccc;
}

.lp-lead-block figcaption {
  margin: 12px 0;
  font-weight: bold;
  font-size: 24px;
}


/* Lead banner
------------------------------ */
.lp-lead-banner {
  margin: 40px auto;
  padding: 8px 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: 18px;
  line-height: 1.33;
}

.lp-lead-banner-label {
  position: relative;
  display: inline-block;
  padding: 0 68px;
}

.lp-lead-banner-label i {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 24px;
  height: 28px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-lead-banner-label i:first-child {
  left: 0;
}

.lp-lead-banner-label i:last-child {
  right: 0;
}

.lp-lead-banner-label i:before,
.lp-lead-banner-label i:after {
  position: absolute;
  content: "";
}

.lp-lead-banner-label i:before {
  top: 0;
  bottom: 6px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background: #848484;
}

.lp-lead-banner-label i:after {
  right: 50%;
  bottom: 4px;
  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-banner-label span {
  display: inline-block;
}



/* Media Queries
------------------------------ */
@media screen and (min-width: 480px) {}

@media screen and (min-width: 640px) {
  .lp-header {
    margin: 0;
    padding: 56.81818% 20px 0;
  }

  .lp-header-contents {
    position: absolute;
    top: 10px;
  }

  .lp-document-list {
    top: -12px;
  }

  .lp-document-contents {
    padding: 12px 10px;
  }

  .lp-document-list table {
    width: 100%;
    border: 1px solid #d1d1d1;
    table-layout: fixed;
    font-size: 14px;
    line-height: 1.5;
  }

  .lp-document-list th,
  .lp-document-list td {
    border-right: 1px dotted #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    vertical-align: middle;
  }

  .lp-document-list thead th {
    padding: 0 4px;
    background: #f8d9d6;
  }

  .lp-document-list thead .application {
    width: 24%;
  }

  .lp-document-list thead .measure {
    width: 14%;
  }

  .lp-document-list thead .recommend {
    width: 14%;
  }

  .lp-document-list thead .features {
    width: 26%;
  }

  .lp-document-list thead .document {
    width: 22%;
  }

  .lp-document-list tbody .measure {
    padding: 4px 4px 4px 10px;
  }

  .lp-document-list tbody .recommend {
    padding: 4px 10px;
    text-align: center;
  }

  .lp-document-list tbody .features {
    padding: 4px 10px;
  }

  .lp-document-list tbody .document {
    padding: 5px 4px 6px;
    text-align: center;
  }

  .lp-document-thumb {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 6px;
  }

  .lp-document-list tbody .document figure div img {
    max-width: 62px;
  }
}

@media screen and (min-width: 768px) {
  .lp-document-list thead .application {
    width: 30.64%;
  }

  .lp-document-list thead .measure {
    width: 14.44%;
  }

  .lp-document-list thead .recommend {
    width: 14.44%;
  }

  .lp-document-list thead .features {
    width: 27.36%;
  }

  .lp-document-list thead .document {
    width: 13.12%;
  }
}

@media screen and (min-width: 1002px) {
  .lp-contents-wrapper {
    margin-top: 62px;
  }

  .lp-anchor-button a {
    font-size: 20px;
  }

  .lp-header-contents {
    top: 48px;
  }

  .lp-title {
    margin: 0 0 12px;
    font-size: 24px;
  }

  .lp-document-list h2 {
    font-size: 24px;
  }

  .lp-lead-block figcaption {
    font-size: 30px;
  }

  .lp-lead-banner {
    font-size: 24px;
  }
}

@media screen and (max-width: 639px) {

  .lp-document-list table,
  .lp-document-list caption,
  .lp-document-list thead,
  .lp-document-list tbody,
  .lp-document-list tfoot,
  .lp-document-list tr,
  .lp-document-list th,
  .lp-document-list td {
    display: block;
  }

  .lp-document-list [data-table-header]:before {
    content: attr(data-table-header)":";
    font-weight: bold;
  }

  .lp-document-list thead {
    display: none;
  }

  .lp-document-list tr {
    padding: 8px 8px 4px;
    border-bottom: 1px solid #d0d0d0;
  }

  .lp-document-list td {
    margin: 0 0 4px;
  }

  .lp-document-thumb {
    margin: 0 0 8px;
    text-align: center;
  }

  .lp-document-thumb figcaption {
    margin: 4px 0 0;
    font-weight: bold;
  }

  .lp-document-list tbody .document>div {
    text-align: center;
  }

  .lp-document-list tbody .document figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .lp-document-list tbody .document figure div {
    margin: 0 4px;
  }

  .lp-document-list tbody .document figcaption {
    margin: 4px 0 2px;
  }
}
