@charset "UTF-8";

#contentsContainer .c-supportBox_option.-operation::before {
  content: "";
  background: url("/biz/file-relay/images/file-relay_icon01.png") center center/contain no-repeat;
  display: block;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}

@media screen and (max-width: 768px) {
  #contentsContainer .c-supportBox_option.-operation::before {
    display: none;
  }
  #contentsContainer .c-supportBox_option.-operation .c-supportBox_ttl::before {
    content: "";
    background: url("/biz/file-relay/images/file-relay_icon01.png") center center/contain no-repeat;
    display: block;
    flex-shrink: 0;
    margin-right: 0.3em;
    width: 36px;
    height: 36px;
  }
}

@media screen and (min-width: 769px) {
  .-wHalf {
    width: calc(1564px / 2);
  }
}