@charset "utf-8";
/* CSS Document */

.bg_01 {
  background: #000;
  height: 214px;
}
.bg_02 {
  background: url('/img/landing_page/req/measure-sys/bg_im-7000_1068_08_001.jpg') no-repeat center top;
  height: 619px;
  padding-top: 196px;
}
.cv_btn {
  padding-top: 33px;
  padding-left: 36px;
}
.bg_03 {
  background: #eff1f1;
  padding: 40px 0;
}
.colBox3:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.colBox {
  background: #fff;
  padding: 25px 21px 20px 19px;
  float: left;
  width: 310px;
  margin-right: 20px;
}
.colBox:last-child {
  margin-right: 0;
}
.headline_01 {
  font-size: 28px;
  text-align: center;
  color: #333;
  line-height: 1.32;
  position: relative;
  margin-bottom: 47px;
  display: block;
  font-weight: 600;
}
.headline_01:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -15px;
  width: 56%;
  height: 4px;
  display: inline-block;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #119235;
}