/*採用バナー*/
#block-FixFooter {
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: rgba(0,0,0,0.7);
  position: fixed;
}
.block-FixFooter_off {
  display: none !important;
}
.block-FixFooter_close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 101;
}
div[data-block-id="83674"] .part-NewsList .toindex a {
  display: none;
}
@media screen and (max-width:640px){
    #block-FixFooter {
      background: none;
  }
.block-FixFooter_close {
    top: -7px;
    font-size: 20px
  }
}