@charset "UTF-8";
.reportIndexWrap{
  margin-bottom: 80px;
}
.reportIndexWrap .colWrap{
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
}
.reportIndexWrap .col3 {
  margin-bottom: 68px;
}
.reportIndexWrap .col3:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.reportIndexWrap .img{
  overflow: hidden;
}
.reportIndexWrap .cat{
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: bold;
}
.reportIndexWrap .cat span{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.reportIndexWrap .cat span:after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f03;
}
.reportIndexWrap .text{
  margin-bottom: 0;
  font-weight: bold;
}
@media screen and (min-width: 801px) {
  .is-pc .reportIndexWrap .colInner img{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s cubic-bezier(0.34,0.96,0.74,0.9);
    transition: 1s cubic-bezier(0.34,0.96,0.74,0.9);    
  }
  .is-pc .reportIndexWrap .colInner:hover img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
  }
}
@media screen and (max-width: 800px) {
  .reportIndexWrap{
   margin-bottom: 40px;
  }
  .reportIndexWrap .img{
   margin-bottom: 16px;
  }
  .reportIndexWrap .colWrap{
    margin-bottom: 0;
  }
  .reportIndexWrap .colWrap .col{
    margin-bottom: 32px;
  }
  .reportIndexWrap .colWrap .col:last-child {
    margin-bottom: 0;
  }
}