.construction_lp .fv_sec {
  height: 572px;
  background: url(../../images/service/construction/fv_pc.png);
  background-size: 1920px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 800px) {
  .construction_lp .fv_sec {
    height: auto;
    background: none;
  }
}
.construction_lp .lead_sec {
  background: #192541;
  padding: 10px 0 10px 0;
}
.construction_lp .lead_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 800px;
  margin: auto;
  padding: 10px;
  border: solid 2px #000;
  background: #fff;
}
.construction_lp .lead_flBox .col_l {
  width: 30%;
  text-align: center;
}
.construction_lp .lead_flBox .col_l img {
  width: 150px;
}
.construction_lp .lead_flBox .col_r {
  width: 65%;
  text-align: center;
}
.construction_lp .lead_flBox .line01 {
  font-weight: bold;
  font-size: 20px;
  background: #FF0004;
  color: #fff;
  display: inline-block;
  padding: 0 10px 0 10px;
  border-radius: 3px;
}
.construction_lp .lead_flBox .line02 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.construction_lp .lead_flBox .line03 {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 18px;
  line-height: 1.5;
}
.construction_lp .lead_flBox a {
  font-weight: bold;
  font-size: 18px;
}
.construction_lp .lead_flBox a {
  width: 250px;
  height: 50px;
  background: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: auto;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  box-sizing: border-box;
}
.construction_lp .lead_flBox a:hover {
  opacity: 0.7;
  border: none;
}
@media only screen and (max-width: 750px) {
  .construction_lp .lead_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    padding: 10px;
    border: solid 2px #000;
    background: #fff;
  }
  .construction_lp .lead_flBox .col_l {
    width: 100%;
    text-align: center;
  }
  .construction_lp .lead_flBox .col_r {
    width: 100%;
    text-align: center;
  }
  .construction_lp .lead_flBox a {
    width: 80%;
    height: 60px;
    background: #333;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: auto;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    box-sizing: border-box;
  }
  .construction_lp .lead_flBox a:hover {
    opacity: 0.7;
    border: none;
  }
}