@charset "utf-8";
/* CSS Document */
/** 建設業ページ**/
#main_content {
  padding-bottom: 0;
}
@media screen and (min-width:768px) {
  #main_content {
    padding-bottom: 50px;
  }
}
section.container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.bg_cl02 {
  background-color: #f6f6f6 !important;
  padding-top: 1px;
  padding-bottom: 1px;
}
.firstview {
  width: 100%;
  background-image: url(../img/construction_img/top_image.jpg);
  background-size: cover;
  display: inline-block;
  background-position: right;
}
@media screen and (max-width:640px) {
  .firstview {
    padding: 130px 0 0;
    background-image: url(../img/construction_img/top_image.jpg);
    background-size: contain;
    background-position: 0 -60px;
    background-repeat: no-repeat;
  }
}
.fv_inner {
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0.9);
  float: left;
  margin: 80px 0 0 50px;
  padding: 30px;
  text-align: center;
  width: 50%;
}
@media screen and (max-width:768px) {
  .fv_inner {
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    float: left;
    margin: 0px 0px 20px;
    padding: 10px;
    width: 100%;
  }
}
.fv_inner img {
  width: 80%;
  margin: 30px auto 0;
}
.fv_inner .sb_tit {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  background: #0057b8;
  color: #fff;
  padding: 5px 0;
}
.fv_inner h2 {
  display: inline-block;
  position: relative;
  margin: 20px 20px 10px;
  padding: 0 40px;
  color: #0057b8;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width:640px) {
  .fv_inner h2 {
    margin: 20px 0px 10px;
  }
}
.fv_inner h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 37px;
  background: #0057b8;
  transform: translateY(-50%) rotate(-45deg);
}
.fv_inner h2::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 37px;
  background: #0057b8;
  transform: translateY(-50%) rotate(45deg);
}
.fv_inner ul {
  margin-top: 20px;
}
.fv_inner ul li {
  margin: 10px 1.5%;
  text-align: left;
  color: #0057b8;
  font-weight: bold;
  font-size: 18px;
}
.fv_down {
  background: #3399ff;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
}
/*-----------------------------------------小見出し装飾*/
.construction_kadai li h3 {
  border-bottom: 2px solid;
  color: #333333;
  font-weight: bold;
  font-size: 23px;
  margin: 0 auto 10px;
  padding: 10px 0px;
  text-align: center;
}
/*-----------------------------------------オレンジボタン装飾*/
.btn1 {
  display: inline-block;
  max-width: 380px;
  margin: 0 auto;
  background-color: #ff9933;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  border-radius: 5px;
  /*box-shadow: 2px 2px #ffcc33;*/
  padding: 5px 15px;
  border: 2px solid #ff9933;
}
.btn1:hover {
  background-color: #ffffff;
  color: #ff9933 !important;
  border: 2px solid #ff9933;
  opacity: 1.0;
}
.btn1:visited {
  color: #fff;
}
/*-----------------------------------------ブルーボタン装飾*/
.construction_btn {
  text-align: center !important;
  line-height: 1.2;
}
.construction_btn a {
  position: relative;
  display: inline-block;
  padding: 10px 26px 10px 10px;
  line-height: 1.2;
  color: #003da6;
  border: solid 1px #003da6;
  font-size: 16px;
  margin: 20px 0;
}
.construction_btn a strong {
  display: inline-block;
}
.construction_btn a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: "";
  border-top: solid 2px #003da6;
  border-right: solid 2px #003da6;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.construction_btn a:hover {
  color: #fff;
  background: #003da6;
  opacity: 1.0;
}
.construction_btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media print, screen and (min-width:576px) {
  .construction_btn a {
    padding: 12px 40px 12px 20px;
  }
  .construction_btn a::after {
    right: 20px;
  }
}
/*-----------------------------------------事例*/
.construction_jirei li {
  width: 40%;
  display: inline-block;
}
@media print, screen and (max-width:640px) {
  .construction_jirei li {
    width: 100%;
    display: block;
  }
}
.construction_jirei li h4 {
  background: #3a7bf3;
  color: #fff;
  padding: 10px 40px;
  margin: 20px 30px;
  border-radius: 5px;
  font-weight: bold;
}
/*-----------------------------------------下矢印*/
.triangle_yellow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #ffcc00 transparent transparent transparent;
  display: block;
  margin: 20px auto;
}
/*-----------------------------------------「解決」結論*/
.kaiketsu {
  background: #033DA6;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  font-size: 18px;
}
@media print, screen and (min-width:768px) {
  .kaiketsu {
    font-size: 28px;
  }
}
/** グラフ **/
.bar {
  max-width: 600px;
  margin: 1em;
  color: white;
  padding: 0.25em;
  background: #0091EA;
}
.block.bar2 {
  margin: 1em;
  color: white;
  padding: 0.25em;
  animation: bar-animation 1 2s;
  background: #ff9933;
  max-width: 100%;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes bar-animation {
  0% {
    width: 100%;
  }
  100% {
    width: 25%;
  }
}
.down80 {
  font-size: 40px;
  font-weight: bold;
  color: #FF0000;
}
/*-----------------------------------------横矢印*/
.triangle_og_bg {
  float: left;
  width: 10%;
  margin-top: 150px;
  padding-left: 3.8%;
}
.triangle_og {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #f3ba07;
  top: 50%;
  right: -63px;
  -ms-transform: translateY(-50%);
}
@media screen and (max-width:980px) {
  .triangle_og_bg {
    float: none;
    width: 10%;
    margin: 30px auto 80px;
    position: relative;
  }
  .triangle_og {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f3ba07;
    position: absolute;
    left: 50%;
    margin-left: -30px;
  }
}
.bp_list {
  margin: 20px 0;
  padding: 15px;
}
.bp_red {
  background-color: rgba(255, 0, 0, 0.1);
  border: 1px solid #FF0461;
}
.bp_red span {
  color: #FF0000;
  font-weight: bold;
}
.bp_blue {
  background-color: rgba(0, 0, 255, 0.1);
  border: 1px solid #3399FF;
}
.bp_blue span {
  color: #033DA6;
  font-weight: bold;
}
.bp_list li {
  text-align: left;
  padding: 5px 10px;
}
/*--------------------------------------比較テーブル*/
#sakugen table.sheet_basic {
  width: 100%;
  border-collapse: collapse;
}
#sakugen table.sheet_basic tr th, #sakugen table.sheet_basic tr td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}
#sakugen table.sheet_basic tr th {
  color: #333;
  background: rgba(0, 61, 166, 0.05);
  text-align: center;
}
#sakugen table.sheet_basic tr th:nth-child(3) {
  background: rgba(255, 153, 51, 0.7);
  text-align: center;
  font-weight: bold;
}
#sakugen table.sheet_basic tr th:nth-child(n+2) {
  width: 35%;
}
@media screen and (max-width:768px) {
  #sakugen table.sheet_basic tr th:nth-child(n+2) {
    width: 100%;
  }
}
#sakugen table.sheet_basic tr td:nth-child(n+2) {
  text-align: right;
}
#sakugen table.sheet_basic tr td:nth-child(3) {
  background: rgba(255, 153, 51, 0.2);
  font-weight: bold;
}
#sakugen table.sheet_basic tr td a {
  text-decoration: underline;
}
#sakugen table.sheet_basic tr td a:hover {
  text-decoration: none;
}
#sakugen table.sheet_basic.price tr th, #sakugen table.sheet_basic.price tr td {
  text-align: center;
}
#sakugen table.sheet_basic.price tr th:first-child {
  text-align: left;
}
#sakugen table.sheet_basic td.last_table {
  border-top: 3px solid #ccc !important;
}