
#f_statement .section {
  margin-top: 60px;
}

#f_statement .section ul{
  margin: 30px 0 0;
  overflow: hidden;
}

#f_statement .section ul li{
  position: relative;
  float: left;
  width: 48%;
}

#f_statement .section ul li:nth-child(2n){
  float: right;
  text-align: right;
}

#f_statement .section ul li:nth-child(n + 3){
  margin: 10px 0 0;
}

#f_statement .section ul li:nth-child(2n + 1){
  clear: both;
}

#f_statement .section ul li a{
  font-size: 16px;
  line-height: 1.625;
}

#f_statement .section ul li a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  margin: 0 5px 0 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #0d46a1;
}

#f_statement .section ul li a::after{
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 17px;
  height: 18px;
  margin: 0 0 0 5px;
  background: url(../../../common/img/icon_pdf.png) no-repeat;
  background-size: 17px 18px;
}