@charset "UTF-8";

/* Wrapper
------------------------------ */
.lp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  overflow: hidden;
  margin: 0 auto;
  max-width: 971px;
  background: url(../../img/landing_page/lp_flowsensors_fdq_1108/lp_flowsensors_fdq_1108_img_bg_01.jpg) no-repeat center top;
  background-size: contain;
}


/* Header
------------------------------ */
.lp-header {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 40px 16px 32px;
  text-align: center;

  -webkit-box-flex: 1;
}

.lp-header h1 {
  font-weight: bold;
  font-size: 60px;
}

.lp-header p {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.333;
}

.lp-header p span {
  position: relative;
  display: inline-block;
}

.lp-header p span:before,
.lp-header p span:after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background: #1e617e;
  content: "";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lp-header p span:before {
  left: -50px;
}

.lp-header p span:after {
  right: -50px;
}

.lp-header p strong {
  color: #e60012;
}

.lp-header a {
  position: relative;
  display: inline-block;
  padding: 8px 16px 8px 48px;
  width: 260px;
  background: #e60012;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.lp-header a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.lp-header 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-header 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-header a i:after {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}


/* Common style for contents in section.
------------------------------ */
.lp-section1 ol,
.lp-section2 ol {
  padding-left: 1em;
  list-style: decimal outside;
}


/* Section1
------------------------------ */
.lp-section1 {
  position: relative;
  z-index: 100;
  -webkit-flex: 1 1 386px;
  flex: 1 1 386px;
  margin: 20px 0 0;
  padding: 24px 0 32px 32px;
  max-width: 400px;
  background: #eee;

  -webkit-box-flex: 1;
}

.lp-section1:before {
  position: absolute;
  top: 0;
  left: 100%;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#eee), color-stop(50%, #eee), color-stop(50%, transparent), to(transparent)) no-repeat top left;
  background: -webkit-linear-gradient(top left, #eee 0%, #eee 50%, transparent 50%, transparent 100%) no-repeat top left;
  background: linear-gradient(to bottom right, #eee 0%, #eee 50%, transparent 50%, transparent 100%) no-repeat top left;
  background-size: 100% 100%;
  content: "";
}

.lp-section1 h2 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 20px;
}

.lp-section1 ol li {
  margin-top: 8px;
  line-height: 1.25;
}

.lp-section1 ol li span {
  display: inline-block;
}


/* Section2
------------------------------ */
.lp-section2 {
  position: relative;
  z-index: 10;
  -webkit-flex: 1 1 556px;
  flex: 1 1 556px;
  padding: 40px 24px 40px 84px;
  min-height: 276px;
  max-width: 570px;
  background: #46abd6;
  color: #fff;

  -webkit-box-flex: 1;
}

.lp-section2:before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 70px;
  height: 100%;
  background: -webkit-gradient(linear, right bottom, left top, from(#46abd6), color-stop(50%, #46abd6), color-stop(50%, transparent), to(transparent)) no-repeat top left;
  background: -webkit-linear-gradient(bottom right, #46abd6 0%, #46abd6 50%, transparent 50%, transparent 100%) no-repeat top left;
  background: linear-gradient(to top left, #46abd6 0%, #46abd6 50%, transparent 50%, transparent 100%) no-repeat top left;
  background-size: 100% 100%;
  content: "";
}

.lp-section2 h2 {
  margin: 0 0 24px;
  font-weight: bold;
  font-size: 25px;
}

.lp-section2 h2 span {
  display: inline-block;
  border-bottom: 2px solid #ddf5ff;
}

.lp-section2 ol li {
  font-size: 20px;
  line-height: 1.6;
}


/* Asset List
------------------------------ */
.lp-asset-list {
  position: relative;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 40px;
  padding-bottom: 40px;

  -webkit-box-flex: 1;
}

.lp-asset-list:before {
  position: absolute;
  top: 58px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1e617e;
  content: "";
}

.lp-asset-list ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
}

.lp-asset-list ul:before,
.lp-asset-list ul:after {
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
  -webkit-flex: 1 1 230px;
  flex: 1 1 230px;
  content: "";

  -webkit-box-flex: 1;
}

.lp-asset-list ul li {
  -webkit-flex: 1 1 210px;
  flex: 1 1 198px;
  box-sizing: content-box;
  padding: 16px;

  -webkit-box-flex: 1;
}

.lp-asset-list ul li a {
  display: block;
  margin: 0 auto;
  width: 160px;
}

.lp-asset-list ul li a:hover img,
.lp-asset-list ul li a:hover span {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.lp-asset-list figure div {
  margin: 0 0 20px;
}

.lp-asset-list figure div img {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.lp-asset-list figcaption span {
  display: inline-block;
  padding: 8px 16px 8px 44px;
  width: 160px;
  background: #e60012 url(../../img/landing_page/common/icon_btn_dl.png) no-repeat 16px center;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.lp-lead-text {
  position: relative;
  margin: 40px 0 0;
  padding: 0 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}


/* Media Queries
------------------------------ */
@media screen and (max-width: 980px) {

  .lp-section1,
  .lp-section2 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .lp-header h1 {
    font-size: 40px;
  }

  .lp-header p {
    font-size: 20px;
  }

  .lp-section1,
  .lp-section2 {
    padding: 24px 16px;
  }

  .lp-asset-list ul:before,
  .lp-asset-list ul:after {
    -webkit-flex: 1 1 160px;
    flex: 1 1 160px;

    -webkit-box-flex: 1;
  }

  .lp-asset-list ul li {
    -webkit-flex: 1 1 128px;
    flex: 1 1 128px;

    -webkit-box-flex: 1;
  }

  .lp-asset-list ul li a {
    min-width: 128px;
    width: auto;
  }

  .lp-asset-list figcaption span {
    padding-left: 32px;
    width: auto;
    background-position: 4px center;
    font-size: 16px;
  }
}
