@charset "utf-8";

.lp-jumbotron {
  background: #bee6e6 url(../../../../../img/ss/products/static/static-electricity/bg_lp_static_diagnosis_001.png) repeat-x left bottom;
}

.lp-jumbotron-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 1002px;
  height: 380px;
  margin: 0 auto;
  padding: 32px 16px 30px;
}

.lp-jumbotron-title {
  position: relative;
  padding-right: 280px;
  z-index: 1;
}

.lp-jumbotron-image {
  position: absolute;
  bottom: 0;
  right: 28px;
}

.lp-jumbotron-button {
  margin: 35px 0 0;
}

@media screen and (max-width: 640px) {
  .lp-jumbotron-body {
    display: block;
    height: auto;
  }

  .lp-jumbotron-title {
    margin: 0 0 20px;
    padding: 0;
  }

  .lp-jumbotron-image {
    position: static;
    text-align: center;
  }

  .lp-jumbotron-button {
    text-align: center;
  }
}

.lp-anchor-button a {
  display: inline-block;
  min-width: 183px;
  padding: 13px 8px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3);
  background: #ff5600;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.lp-anchor-button a i {
  display: inline-block;
  width: 16px;
  height: 13px;
  margin: 0 24px 0 0;
  border-bottom: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
}

.lp-anchor-button a i::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  border-width: 10px 6px 0;
  vertical-align: top;
}

.lp-section-body {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: content-box;
}

.lp-section1 {
  padding: 84px 0 78px;
}

.lp-section1-title {
  margin: 0 0 24px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}

.lp-section1-columns {
  display: flex;
  justify-content: space-between;
}

.lp-section1-list {
  flex: 1 1 50%;
}

.lp-section1-list li {
  padding: 18px 24px 18px 52px;
  border-bottom: 1px dashed #d8d8d8;
  background: url(../../../../../img/ss/products/static/static-electricity/icon_check_001.png) no-repeat left center;
  font-size: 26px;
  line-height: 1.154;
}

@media screen and (min-width: 981px) {
  .lp-section1-list:first-child li {
    padding-left: 130px;
    background-position: 78px;
  }
}

@media screen and (max-width: 980px) {
  .lp-section1-columns {
    display: block;
    max-width: 640px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .lp-section1-title {
    font-size: 24px;
  }

  .lp-section1-list li {
    font-size: 16px;
  }
}

.lp-section2 {
  padding: 42px 0 62px;
  background: #daeeed;
  text-align: center;
}

.lp-section2-title {
  margin: 0 0 48px;
}

.lp-section2-text {
  margin: 0 0 16px;
  font-size: 26px;
  line-height: 1.231;
}

.lp-section2-images {
  display: flex;
  justify-content: space-between;
  margin: 0 -12px;
}

.lp-section2-images-item {
  flex: 1 1 180px;
  margin: 12px;
}

.lp-section2-images-item .caption {
  margin: 16px 0 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.364;
}

.lp-section2-images-item .caption strong {
  color: #f53737;
}

@media screen and (max-width: 640px) {
  .lp-section2-title {
    margin-bottom: 16px;
  }

  .lp-section2-text {
    font-size: 16px;
  }

  .lp-section2-images {
    flex-wrap: wrap;
  }

  .lp-section2-images-item {
    flex: 1 1 calc(50% - 24px);
  }
}

.lp-section3 {
  padding: 38px 0 48px;
}

.lp-section3-title {
  margin: 0 300px 20px 0;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
}

.lp-section3-image {
  position: relative;
  margin: 0 0 30px;
  padding: 0 300px 0 0;
}

.lp-section3-image .image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.lp-section3-image .balloon {
  position: relative;
  margin: 0 0 20px;
  padding: 19px;
  border: 4px solid #478487;
  border-radius: 8px;
  text-align: center;
}

.lp-section3-image .balloon::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 100%;
  width: 52px;
  height: 40px;
  background: url(../../../../../img/ss/products/static/static-electricity/bg_balloon_001.png) no-repeat center;
}

.lp-section3-image .balloon span {
  display: inline-block;
  font-size: 26px;
  line-height: 1.231;
  text-align: left;
}

.lp-section3-button {
  margin: 0;
  padding: 0 300px 0 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .lp-section3-title {
    margin-right: 0;
    font-size: 24px;
  }

  .lp-section3-image {
    padding: 0;
  }

  .lp-section3-image .image {
    position: static;
    text-align: center;
    transform: none;
  }

  .lp-section3-image .balloon span {
    font-size: 18px;
  }

  .lp-section3-image .balloon::before {
    top: -22px;
    left: 50%;
    right: auto;
    width: 40px;
    border-left: 4px solid #478487;
    border-top: 4px solid #478487;
    background: #fff;
    transform: translate(-50%, 0) rotate(45deg);
  }

  .lp-section3-button {
    padding-right: 0;
  }
}

.lp-section4 {
  padding: 154px 0 55px;
  background: #daeeed url(../../../../../img/ss/products/static/static-electricity/bg_arrow_001.png) no-repeat center 92px;
}

.lp-section4-title {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.35;
  text-align: center;
}

.lp-section4-title strong {
  display: block;
  margin: 0 0 36px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.375;
}

.lp-section4-sub-section-header {
  padding: 5px 8px;
  background: #478487;
  color: #fff;
  font-size: 48px;
  font-weight: normal;
  line-height: 1.458;
  text-align: center;
}

.lp-section4-sub-section-body {
  padding: 28px 50px;
  background: #fff;
}

.lp-section4-sub-section-lead {
  margin: 0;
  font-size: 26px;
  line-height: 1.308;
}

.lp-section4-sub-section-lead strong {
  color: #f53737;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.133;
}

.lp-section4-sub-section-columns {
  display: flex;
  justify-content: space-between;
}

.lp-section4-sub-section-list {
  margin: 30px 0 0;
}

.lp-section4-sub-section-list li {
  padding: 15px 56px;
  border-bottom: 1px dashed #d8d8d8;
  background: url(../../../../../img/ss/products/static/static-electricity/icon_check_002.png) no-repeat 15px center;
}

.lp-section4-sub-section-text {
  margin: 0;
  color: #478487;
  font-size: 22px;
}

@media screen and (max-width: 640px) {
  .lp-section4 {
    padding-top: 90px;
    background-position: center 40px;
    background-size: 90px auto;
  }

  .lp-section4-title {
    font-size: 20px;
  }

  .lp-section4-title strong {
    font-size: 24px;
  }

  .lp-section4-sub-section-header {
    font-size: 20px;
  }

  .lp-section4-sub-section-body {
    padding: 16px;
  }

  .lp-section4-sub-section-lead {
    font-size: 18px;
  }

  .lp-section4-sub-section-lead strong {
    font-size: 20px;
  }

  .lp-section4-sub-section-columns {
    display: block;
    margin: 0 0 24px;
  }

  .lp-section4-sub-section-list {
    margin: 0 0 24px;
  }

  .lp-section4-sub-section-text {
    font-size: 16px;
  }
}

.lp-lead-text {
  padding: 30px 16px 40px;
  font-size: 40px;
  line-height: 1.25;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .lp-lead-text {
    font-size: 24px;
  }
}

.lp-section5 {
  padding: 70px 0 74px;
  background: #daeeed;
}

.lp-section5-title {
  margin: 0 0 14px;
  color: #478487;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.458;
  text-align: center;
}

.lp-section5-list {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

.lp-section5-list-item {
  flex: 1 1 140px;
  margin: 10px;
}

.lp-section5-list-item .term {
  position: relative;
  margin: 0 0 18px;
  padding: 8px;
  border: 2px solid #478487;
  background: #fff;
  color: #478487;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.lp-section5-list-item .term::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #478487;
  border-width: 8px 0 8px 10px;
  transform: translate(0, -50%);
}

.lp-section5-list-item:last-child .term::before {
  content: none;
}

.lp-section5-list-item .desc {
  font-size: 16px;
  line-height: 1.25;
}


@media screen and (max-width: 640px) {
  .lp-section5 {
    padding: 40px 0 24px;
  }

  .lp-section5-title {
    font-size: 24px;
  }

  .lp-section5-list {
    display: block;
    margin: 0;
  }

  .lp-section5-list-item {
    position: relative;
    margin: 0 0 30px;
  }

  .lp-section5-list-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #478487 transparent transparent;
    border-width: 10px 8px 0;
    transform: translate(-50%, 8px);
  }

  .lp-section5-list .term {
    margin: 0 0 8px;
  }

  .lp-section5-list .term::before {
    content: none;
  }
}

.lp-enq-header {
  max-width: 970px;
  margin: 0 auto;
  padding: 70px 16px 0;
  text-align: center;
}

.lp-enq-lead {
  margin: 0 0 28px;
  font-size: 36px;
  line-height: 1.389;
}

.lp-enq-notes {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.2;
}

.lp-enq-bar {
  background: #3f3f3f;
  background: linear-gradient(to bottom,  #3f3f3f 0%,#1c1c1c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#1c1c1c',GradientType=0 );
  color: #fff;
  font-size: 32px;
  margin: 30px 0;
  padding: 6px 0;
  text-align: center;
}

.lp-enq-bar span {
  display: inline-block;
  padding: 0 88px;
  position: relative;
}

.lp-enq-bar span::before,
.lp-enq-bar span::after {
  background: url(../../../../../img/ss/products/static/static-electricity/bg_lp_icon_001.png) no-repeat;
  content: '';
  display: block;
  height: 25px;
  margin: -12px 0 0;
  position: absolute;
  top: 50%;
  width: 24px;
}

.lp-enq-bar span::before {
  left: 20px;
}

.lp-enq-bar span::after {
  right: 13px;
}

@media screen and (max-width: 640px) {
  .lp-enq-header {
    padding-top: 40px;
  }

  .lp-enq-lead {
    margin: 0 0 16px;
    font-size: 20px;
  }

  .lp-enq-notes {
    font-size: 14px;
  }

  .lp-enq-bar {
    font-size: 20px;
  }
}

.theme-KW .lp-section5-list-item .term {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  line-height: 1.1;
}

@media screen and (max-width: 750px) {
  .theme-KW .lp-section5-list-item .term {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .theme-KW .lp-section5-list-item .term {
    height: auto;
    font-size: 20px;
  }
}
