@charset "utf-8";
/* CSS Document */

.bFB img{
  margin-top: -35px;
}

.bg{
  position: absolute;
  top: 0px;
  right:0px;
  bottom:0px;
  left: 60%;
  margin-left: 90px;
  background:url(../images/report/bg.jpg) center;
  -webkit-background-size: cover;
  background-size: cover;
}

.title{
  position: relative;
  margin-bottom: 20px;
}
.title h2{
  position: absolute;
  top: 0;
  left: 40px;
}

.content{
  position: absolute;
  width: 610px;
  top: 150px;
  bottom: 30px;
  left: 30%;
  margin-left: -260px;
}

.scrollContent{
  max-height: calc(100vh - 242px);
}

.mCSB_scrollTools {opacity: 1;}
.mCSB_scrollTools .mCSB_dragger{height: 40px;}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background: #000; border-radius: 0;}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background: none; }
.mCSB_outside + .mCSB_scrollTools{right:-10px;}

.section{
  margin: 20px 0 40px 10px;
  overflow: hidden;
}
h3{
  font-size: 0.75em;
  font-weight: normal;
  color: #000;
  line-height: 20px;
  margin-bottom: 20px;
}
h3 .en{
  color: #999;
}
h3::before{
  content: '';
  border-top: #E83E29 solid 5px;
  border-right: transparent solid 5px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.listWrap li{
  position: relative;
  float: left;
  margin: 0 8px 10px 0;
  border:#CCC solid 1px;
  overflow: hidden;
  box-sizing: border-box;
}
.pImg{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info{
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(255,255,255,0.9);
  text-align: center;
  font-size: 0.75em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.info::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.center{
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
}
.listHeader{
  color: #000;
}
.listHeader::after{
  content: '';
  width: 10px;
  height: 1px;
  background: #666;
  display: block;
  margin: 10px auto;
}
.listText{
  color: #666;
}

.listWrap li:hover .pImg{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.listWrap li:hover .info{
  opacity: 1;
}

@media screen and (max-width:1100px),screen and (max-height:660px){
  .bg{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom: auto;
    padding-bottom:300px;
    background-position: center 55%;
    margin: 0;
  }
  
  .content{
    position: static;
    margin: 0;
    width: auto;
  }

  .title{
    position: absolute;
    top: 300px;
    left: 50%;
    background: #FFF;
    width: 180px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-bottom: 0;
  }
  .title h2{
    position: static;
  }

  .scrollContent{
    max-height: none;
    margin: 100px 30px;
  }

  .section{
    margin: 0 auto 40px;
    max-width: 600px;
  }

  h3{
    margin: 0 1% 20px 1%;
  }
  .listWrap li{
    width: 31.3333%;
    margin: 1%;
  }
  .pImg img{
    width: 100%;
  }
}

@media screen and (max-width:640px){
  .scrollContent{
    margin: 60px 10px;
  }
  .section{
    max-width: 400px;
  }
  .listWrap li{
    width: 48%;
  }
}