@charset "utf-8";
.mainvisual img,
.lp_contents img {
  vertical-align: middle;
}
/* CSS Document */
.mainvisual {
  background: url("/img/landing_page/req/measure-sys/bg_vl_1118_06_001.jpg") center top no-repeat,
  url("/img/landing_page/req/measure-sys/bg_vl_1118_06_002.jpg") center top repeat-x #fff;
}
.mainvisual .mainvisual_inner {
  height: 345px;
}
.mainvisual .box_wrap {
  margin: 0 auto;
  width: 860px;
}
.mainvisual .box_wrap .box_img01 {
  border-right: 2px solid #011639;
  border-left: 2px solid #011639;
  background: #ededed;
  text-align: center;
}
.mainvisual .box_wrap .box_img02 {
  border-right: 2px solid #011639;
  border-bottom: 2px solid #011639;
  border-left: 2px solid #011639;
  border-radius: 0 0 5px 5px;
  background: #ededed;
  text-align: center;
}
.mainvisual .box_wrap .box_img02 p {
  display: inline-block;
}
.mainvisual .box_wrap .box_img02 p:nth-child(2) {
  margin: 0 18px;
}
.lp_contents {
  position: relative;
  padding-bottom: 70px;
  background: url("/img/landing_page/req/measure-sys/bg_vl_1118_06_003.jpg") center top no-repeat #00429c;
}
.lp_contents:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  margin-left: -240px;
  width: 0;
  height: 0;
  border-top: 60px solid #fff;
  border-right: 240px solid rgba(0,0,0,0);
  border-bottom: 0;
  border-left: 240px solid rgba(0,0,0,0);
  content: "";
}
.lp_contents .left_box {
  float: left;
  width: 543px;
}
.lp_contents .right_box {
  float: right;
  width: 393px;
}
.lp_contents .box_feature {
  overflow: hidden;
  padding-bottom: 45px;
  background: #011639;
  text-align: center;
}
.lp_contents .box_feature dt {
  margin-bottom: 32px;
  background: #062d5f;
  text-align: center;
}
.lp_contents .box_feature dd {
  display: inline-block;
  width: 280px;
}
.lp_contents .box_feature dd:nth-of-type(2) {
  margin: 0 20px;
}
