@charset "UTF-8";

.sec_inner h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}

#sec02 .img_modal a:hover{
  opacity: 0.8;
}

/*シナリオ分析と結果*/
.table_blue{
  width: 75%;
  margin-right: auto;
}
.table_blue tbody tr th{
  background-color: #1ba1e6;
  border-top: none;
  border-right: none;
  color: #fff;
}
.table_blue tbody tr td{
  background-color: #f6fbfd;
  font-size: 90%;
  border-top: none;
}
.txt_blue{
  color: #1ba1e6;
}
.table_normal thead th.th_none{
  background-color: initial;
  border-top: none;
  border-right: 1px solid #bebec8;
}
.table_border tr td:last-child, .table_border tr th:last-child{
  border-right: 1px solid #bebec8;
}
span.risk{
  background-color: #DC0000;
  padding: 3px 6px;
  color: #ffffff;
}
span.opportunity{
  background-color: #003da5;
  padding: 3px 6px;
  color: #ffffff;
}
td.risk_indent{
  padding-left: 4rem;
  text-indent: -3rem;
}
td.opportunity_indent{
  padding-left: 7rem;
  text-indent: -6rem;
}
td.td_none{
  border-top: none;
}
.table_border tr td .table_normal tr .border_none{
  border-right: none;
}
.table_border tr td.text_note1{
  border-top: none;
  border-right: none;
  font-size: 12px;
}
.table_border tr .th_brB{
  border-bottom: 1px solid #bebec8;
}
.text_indent{
  padding-left: 1rem;
  text-indent: -1rem;
}
tr td .flex_w .txt{
  width: 60%;
}
tr td .flex_w .img{
  width: 40%;
}
.imgtxt_ver_2_1.table_blue02, .imgtxt_ver_3_1.table_orange{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
}
.imgtxt_ver_2_1.table_blue02 tbody tr:nth-child(n+2), .imgtxt_ver_3_1.table_orange tbody tr:nth-child(n+2){
  height: 82.5px;
}
.imgtxt_ver_2_1.table_blue02 .col_inner, .imgtxt_ver_3_1.table_orange .col_inner{
  margin-right: 2%;
  width: calc((100% - 50px) / 3);
}
.imgtxt_ver_2_1.table_blue02 .col_inner::after, .imgtxt_ver_3_1.table_orange .col_inner::after{
  content: none;
}
.imgtxt_ver_2_1.table_blue02 .col_inner .table_normal, .imgtxt_ver_3_1.table_orange .col_inner .table_normal{
  margin-bottom: 0;
}
.imgtxt_ver_2_1.table_blue02 .col_inner tr, .imgtxt_ver_3_1.table_orange .col_inner tr{
  font-size: 13px;
}
.imgtxt_ver_2_1.table_blue02 .col_inner tr th{
  background-color: initial;
  border-top: 2px solid #1ba1e6;
  border-right: 2px solid #1ba1e6;
  border-left: 2px solid #1ba1e6;
  padding: 5px;
}
.imgtxt_ver_3_1.table_orange .col_inner tr th{
  background-color: initial;
  /*border-top: 2px solid #eb6a04;
  border-right: 2px solid #eb6a04;
  border-left: 2px solid #eb6a04;*/
  border-top: 2px solid #1ba1e6;
  border-right: 2px solid #1ba1e6;
  border-left: 2px solid #1ba1e6;
  padding: 5px;
}
.imgtxt_ver_2_1.table_blue02 .col_inner tr td{
  border-top: 2px solid #1ba1e6;
  border-right: 2px solid #1ba1e6;
  padding: 5px;
}
.imgtxt_ver_3_1.table_orange .col_inner tr td{
  /*border-top: 2px solid #eb6a04;
  border-right: 2px solid #eb6a04;*/
  border-top: 2px solid #1ba1e6;
  border-right: 2px solid #1ba1e6;
  padding: 5px;
}
.imgtxt_ver_2_1.table_blue02 .col_inner tr:last-child th, .imgtxt_ver_2_1.table_blue02 .col_inner tr:last-child td{
  border-bottom: 2px solid #1ba1e6;
}
.imgtxt_ver_3_1.table_orange .col_inner tr:last-child th, .imgtxt_ver_3_1.table_orange .col_inner tr:last-child td{
  /*border-bottom: 2px solid #eb6a04;*/
  border-bottom: 2px solid #1ba1e6;
}
.imgtxt_ver_2_2 .col_inner.center .img{
  margin: 0 auto;
}
.table_bkc{
  background-color: #f6fbfd;
  padding: 10px 5px;
}

@media screen and (max-width: 767px){
  .table_blue{
    width: 100%;
    margin-left: auto;
  }
  .imgtxt_ver_2_1.table_blue02 .col_inner, .imgtxt_ver_3_1.table_orange .col_inner{
    margin-top: 0;
  }
  .imgtxt_hor_2_1.table_flex .col_inner, .imgtxt_hor_3_1.table_flex .col_inner{
    display: flex;
    justify-content: space-between;
  }
}