@charset "UTF-8";
.sp_only_il {
  display: none;
}
@media only screen and (max-width: 769px) {
  .sp_only_il {
    display: inline;
  }
}

/*----------------------------------------
メインコンテンツ　
----------------------------------------*/
section#main_cnt {
  /*------------------ 企業情報 --------------------*/
  /*------------------ 施工事例 リスト --------------------*/
}
section#main_cnt .cons_info_cnt {
  width: 100%;
  padding: 30px 0 30px 0;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_info_cnt {
    padding: 0px 0 0px 0;
  }
}
section#main_cnt .cons_info_cnt .cons_inner {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  line-height: 0;
  color: #000;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_info_cnt .cons_inner {
    width: 90%;
  }
}
section#main_cnt .cons_info_cnt .cons_inner .title_cnt {
  color: #000;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_info_cnt .cons_inner .title_cnt {
    width: 100%;
    text-align: center;
  }
}
section#main_cnt .cons_info_cnt .cons_inner .title_cnt .title {
  font-size: 31px;
  line-height: 63px;
  font-weight: 800;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_info_cnt .cons_inner .title_cnt .title {
    font-size: 24px;
    line-height: 43px;
  }
}
section#main_cnt .cons_info_cnt .cons_inner .title_cnt .title_sub {
  font-size: 12px;
  line-height: 15px;
  font-weight: 200;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}
section#main_cnt .cons_info_cnt .cons_inner .title_cnt .line {
  width: 80px;
  height: 0px;
  border-top: 1px solid #aaa;
  margin: 20px auto;
}
section#main_cnt .cons_info_cnt .cons_inner .title_cnt .copy_cnt {
  font-size: 11px;
  line-height: 19px;
}
section#main_cnt .cons_list_wrap {
  width: 96%;
  max-width: 1200px;
  margin: 10px auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#main_cnt .cons_list_wrap .cons_list_box {
  width: 23%;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_list_wrap .cons_list_box {
    width: 48%;
    margin: 20px 0 0 0;
  }
}
section#main_cnt .cons_list_wrap .cons_list_box a {
  color: #fff;
}
section#main_cnt .cons_list_wrap .cons_list_box a:hover {
  opacity: 0.6;
}
section#main_cnt .cons_list_wrap .cons_list_box .title_box {
  padding: 5px 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_list_wrap .cons_list_box .title_box {
    padding: 0px 0;
  }
}
section#main_cnt .cons_list_wrap .cons_list_box .title_box .title {
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  background: url(../images/arrow2_tr_b.png) no-repeat left top;
  background-size: 19px 19px;
  padding: 0px 0 0 25px;
  color: #000;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_list_wrap .cons_list_box .title_box .title {
    font-size: 12px;
    line-height: 16px;
    background-size: 15px 15px;
    padding: 0px 0 0 18px;
  }
}
section#main_cnt .cons_list_wrap .cons_list_box .title_box .cat_icon {
  font-size: 10px;
  line-height: 10px;
  padding: 0px 0 0 0;
  border: 1px solid #fff;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_list_wrap .cons_list_box .title_box .cat_icon {
    display: none;
  }
}
section#main_cnt .cons_list_wrap .cons_list_box .title_box .cat_icon .cat_t1 {
  background: #003479;
  padding: 5px 8px;
}
section#main_cnt .cons_list_wrap .cons_list_box .title_box .cat_icon .cat_t2 {
  background: #1B8D02;
  padding: 5px 8px;
}
section#main_cnt .cons_list_wrap .cons_list_box .title_box .cat_icon .cat_t3 {
  background: #FF7F00;
  padding: 5px 8px;
}
section#main_cnt .cons_data_title_cnt {
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
  margin: 0 auto 50px auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_data_title_cnt {
    margin: 0 auto 10px auto;
    padding: 0 0 5px 0;
  }
}
section#main_cnt .cons_data_title_cnt .cont_cat {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 10%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 5px 8px;
  white-space: nowrap;
}
section#main_cnt .cons_data_title_cnt .cont_cat.cat_t1 {
  background: #003479;
}
section#main_cnt .cons_data_title_cnt .cont_cat.cat_t2 {
  background: #1B8D02;
}
section#main_cnt .cons_data_title_cnt .cont_cat.cat_t3 {
  background: #FF7F00;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_data_title_cnt .cont_cat {
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    padding: 6px;
    font-size: 13px;
    line-height: 16px;
  }
}
section#main_cnt .cons_data_title_cnt .cont_title {
  padding: 0 0 0 15px;
  box-sizing: border-box;
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_data_title_cnt .cont_title {
    font-size: 18px;
    line-height: 20px;
  }
}
section#main_cnt .cons_data_cnt {
  width: 100%;
  max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#main_cnt .cons_data_cnt .cons_data_pt_cnt {
  width: 49%;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_data_cnt .cons_data_pt_cnt {
    width: 100%;
  }
}
section#main_cnt .cons_data_cnt .cons_data_data_cnt {
  width: 47%;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_data_cnt .cons_data_data_cnt {
    width: 100%;
  }
}
section#main_cnt .cons_data_cnt .cons_data_data_cnt dl.cons_data_table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  padding: 0px 0 0 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  border-bottom: 1px solid #E2E2E2;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_data_cnt .cons_data_data_cnt dl.cons_data_table {
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
  }
}
section#main_cnt .cons_data_cnt .cons_data_data_cnt dl.cons_data_table dt {
  width: 25%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 0px 12px 15px;
  color: #000;
  background: #F5F5F5;
  border-top: 1px solid #E2E2E2;
  font-size: 14px;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_data_cnt .cons_data_data_cnt dl.cons_data_table dt {
    font-size: 12px;
    line-height: 20px;
    padding: 8px;
  }
}
section#main_cnt .cons_data_cnt .cons_data_data_cnt dl.cons_data_table dd {
  width: 75%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px;
  color: #000;
  border-top: 1px solid #E2E2E2;
  font-weight: normal;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_data_cnt .cons_data_data_cnt dl.cons_data_table dd {
    font-size: 12px;
    line-height: 20px;
    padding: 8px;
  }
}
section#main_cnt .cons_data_cnt .cons_data_data_cnt .cons_data_copy {
  font-size: 14px;
  line-height: 22px;
  color: #696969;
}
section#main_cnt .cons_data_hr {
  width: 20%;
  border-bottom: 1px solid #E2E2E2;
  margin: 40px auto;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_data_hr {
    width: 40%;
    margin: 30px auto;
  }
}
section#main_cnt .cons_data_pt_list_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#main_cnt .cons_data_pt_list_wrap .cons_data_pt_list_box {
  width: 32%;
}
section#main_cnt .cons_data_pt_list_wrap .cons_data_pt_list_box .cons_data_pt_list_title {
  font-size: 14px;
  padding: 0 0 0 12px;
  margin: 4px 0 0 0;
  border-left: 4px solid #0950AD;
  box-sizing: border-box;
}
section#main_cnt .modoru_bt_box {
  width: 30%;
  margin: 50px auto;
  padding: 20px;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .modoru_bt_box {
    margin: 10px auto 50px auto;
  }
}
section#main_cnt .cons_cat_hr {
  width: 50%;
  border-bottom: 1px solid #CBCBCB;
  margin: 80px auto;
}
@media only screen and (max-width: 769px) {
  section#main_cnt .cons_cat_hr {
    width: 60%;
    margin: 50px auto;
  }
}

/*# sourceMappingURL=constructions.css.map */
