@charset "UTF-8";
@media screen and (max-width: 800px) {
  .ancLinkList{
    overflow: hidden;
    margin: 0 -15px 32px;
  }
  .ancLinkList li{
    float: left;
    width: 50%;
  }
  .ancLinkList li a{
    position: relative;
    z-index: 1;
    display: block;
  }
  .ancLinkList div{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
  }
  .ancLinkList .titleWrap{
    padding-top: 10.7%;
    text-align: center;
  }
  .ancLinkList .is-anc .titleWrap{
    display: none;
  }
  .ancLinkList .titleWrap .num{
    display: inline-block;
    vertical-align: top;
    width: 19.2%;
    padding-bottom: 6%;
  }
  .ancLinkList .titleWrap .title{
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
  }
  .ancLinkList .anchorWrap{
    display: none;
    z-index: 1;
    padding: 10% 10% 0;
    background: url(/i/docs/csr/2017/images/icon_arrow_white_l_bottom_sp.png) center 90% no-repeat #f03;
    background-size: 15px;
  }
  .ancLinkList .is-anc .anchorWrap{
    display: block;
  }
  .ancLinkList .anchorWrap .anc{
    color: #fff;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .ancLinkList .anchorWrap{
    padding: 5%;
    background: url(/i/docs/csr/2017/images/icon_arrow_white_l_bottom_sp.png) center 90% no-repeat #f03;
    background-size: 15px;
  }
}