@charset "utf-8";
/* CSS Document */
.mainvisual{
  height: 421px;
  background: url("/img/landing_page/req/measure-sys/bg_im-8000_2110_07_001.jpg") top center no-repeat,
  url("/img/landing_page/req/measure-sys/bg_im-8000_2110_07_002.jpg") top left repeat-x;
  line-height: 1;
}

.mainvisual .mainvisual_inner{
  position: relative;
}

.mainvisual .title{
  position: absolute;
  top: 92px;
  left: 228px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.mainvisual .title span{
  font-weight: bold;
  color: #4ea1af;
}

.mainvisual .text{
  position: absolute;
  top: 360px;
  left: 98px;
  font-size: 32px;
  font-weight: bold;
}

.lp_contents{
  line-height: 1;
}

.lp_contents .section1{
  padding: 59px 0 50px;
  background: #f1f2f3;
}

.lp_contents .section1 .list{
  margin-bottom: 30px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
}

.lp_contents .section1 .list .list_box{
  margin: 0 15px;
  padding: 15px 10px;
  min-height: 64px;
  min-width: 225px;
  background: #fff;
  border: 2px solid #666;
  box-shadow: 4px 4px #d2d4d4;
  text-align: center;
}

.lp_contents .section1 .list .list_box .list_text{
  font-size: 32px;
  font-weight: bold;
}

.lp_contents .section1 .text{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.lp_contents .section1 .text .large{
  font-size: 50px;
  font-weight: bold;
}

.lp_contents .section2{
  padding: 53px 0 42px;
  border-bottom: 1px solid #e0e0e0;
}

.lp_contents .section2 .title{
  margin-bottom: 3px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.060em;
}

.lp_contents .section2 .title .large{
  font-size: 64px;
  color: #4ea1af;
  font-weight: bold;
}

.lp_contents .section2 .step_block{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}

.lp_contents .section2 .step_block .left_block{
  margin: 0 36px 0 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  position: relative;
}

.lp_contents .section2 .step_block .left_block .step_text{
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.060em;
}

.lp_contents .section2 .step_block .left_block .step_box_01 .step_img{
  margin-bottom: 10px;
}

.lp_contents .section2 .step_block .left_block .step_box_02{
  margin: 55px 0 0 5px;
}

.lp_contents .section2 .step_block .left_block .step_box_02 .step_img{
  margin-bottom: 5px;
}

.lp_contents .section2 .step_block .right_block{
  margin-top: 50px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}

.lp_contents .section2 .step_block .right_block .step_box_01{
  margin: 0 30px 0 0;
}

.lp_contents .section2 .step_block .right_block .step_box_01,
.lp_contents .section2 .step_block .right_block .step_box_02{
  position: relative;
}

.lp_contents .section2 .step_block .right_block .step_box_01 .step_text,
.lp_contents .section2 .step_block .right_block .step_box_01 .step_label,
.lp_contents .section2 .step_block .right_block .step_box_02 .step_text,
.lp_contents .section2 .step_block .right_block .step_box_02 .step_label{
  font-weight: bold;
  color: #fff;
  background: #4ea1af;
}

.lp_contents .section2 .step_block .right_block .step_box_01 .step_label,
.lp_contents .section2 .step_block .right_block .step_box_02 .step_label{
  position: absolute;
  display:inline-block;
  padding: 5px 12px;
  font-size: 30px;
}

.lp_contents .section2 .step_block .right_block .step_box_01 .step_text,
.lp_contents .section2 .step_block .right_block .step_box_02 .step_text{
  padding: 18px 5px;
  font-size: 22px;
  text-align: center;
}

