@charset "UTF-8";
/*2カラム*/
.col_item2 .col_inner {
  width: 48.214%;
  float: left;
}
.col_item2 .col_inner:nth-child(2n) {
  float: right;
}
.col_item2 .col_inner:nth-child(n+3) {
  margin-top: 40px;
}
.col_item2 .col_inner img {
  max-width: 100%;
}
.fleximg {
    width: 100%;
    height: auto;
}

.img_caption {
    margin-top: 5px;
    text-align: left;
  }


/*3カラム*/
.col_item3 .col_inner {
  width: 30.89%;
  float: left;
  text-align: center;
  margin-right: 3.665%;
  margin-bottom: 40px;
}
.col_item3 .col_inner:nth-child(3n) {
  margin-right: 0;
}
.col_item3 .col_inner img {
  max-width: 100%;
}


/*表*/
.table_layout {
  width: 100%;
  margin-bottom: 10px;
  word-break: break-all;
}
.table_layout th {
  border: #ccc 1px solid;
  padding: 10px;
  background-color: #efefef;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}
.table_layout td {
  border: #ccc 1px solid;
  padding: 10px;
}
.table_layout.table_3_7 tr > *:first-child {
  width: 30%;
}
.table_layout.table_3_3_3 th,
.table_layout.table_3_3_3 td {
  width: 33%;
}
.table_layout.table_5_5 td {
  width: 50%;
}
.table_layout.table_2_8 th {
  width: 20%;
}

.table_layout .vr_m{
  vertical-align: middle;
}
/*参画案件表*/
.table_layout.table_2_5 th{
  width: 25%;
}
.table_layout_pr {
  width: auto;
  max-width:1200px;
  overflow-x: scroll;
  white-space: nowrap;
}
.table_layout_pr th,.table_layout_pr td {
  font-size: normal;

}
.table_layout_pr td {
  width:30%;
}

@media screen and (max-width: 850px) {
  .table_layout.sp_line,
  .table_layout.sp_line tbody,
  .table_layout.sp_line tr,
  .table_layout.sp_line th,
  .table_layout.sp_line td {
    display: block;
  }
  .table_layout.sp_line th,
  .table_layout.sp_line td {
    width: 100%!important;
  }

  .table_layout.sp_line.sp_line_td_group{
  border-bottom:0px;
  }
  .table_layout.sp_line th {
    border-bottom: none;
  }
  .table_layout.sp_line td {
    border-bottom: none;
  }
  .table_layout.sp_line {
    border-bottom: #ccc 1px solid;
  }
  .table_layout_pr_sp {
    width: auto;
    overflow-x: scroll;
    white-space: nowrap;
    font-size:0.875rem;
  }
  /*--englishグループだけ独自table--*/
  .table_layout.sp_line.sp_line_td_group tbody{
    width:145%!important;
    border-bottom: #ccc 1px solid;
  }

  .col_item2.sp_wide {
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
  }

  .col_item2.sp_col_none .col_inner {
    float: none;
    width: 100%;
  }
  .col_item2.sp_col_none .col_inner + .col_inner {
    margin-top: 12px;
  }
  .col_item2.under_arrow_left .col_inner,
  .col_item2.under_arrow .col_inner,
  .col_item2.ttl_arrow .col_inner {
    margin-bottom: 40px;
  }

  .col_item3.sp_wide {
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
  }
  .col_item3.sp_wide .col_inner {
    width: 32%;
    margin-right: 2%;
  }
  .col_item3.sp_wide .col_inner:nth-child(3n) {
    margin-right: 0;
  }

  .col_item3.sp_col_none .col_inner {
    float: none;
    width: 100%;
  }
  .col_item3.sp_col_none .col_inner + .col_inner {
    margin-top: 16px;
    margin-left: 0;
  }
  .col_item3.sp_col_2 .col_inner {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .col_item3.sp_col_2 .col_inner:nth-child(2n) {
    margin-right: 0;
  }

}