.annual .pdf-icon-after::after {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/scr-corporate/common/img/base/pdf.png) no-repeat;
  background-size: cover;
  height: 16px;
  vertical-align: middle;
  margin-top: -2px;
  width: 15px;
}
.annual .pdf-box {
  display: block;
  padding: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .annual .pdf-box {
    padding-left: 18px;
    margin: 0 -18px;
  }
}
.annual .pdf-box:nth-of-type(even) {
  background-color: #eaeaea;
}
.annual .pdf-box .pdficon::after {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/scr-corporate/common/img/base/pdf.png) no-repeat;
  background-size: cover;
  height: 16px;
  vertical-align: middle;
  margin-top: -2px;
  width: 15px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .annual .pdf-box .pdficon::after {
    margin-left: 15px;
  }
}
.annual .excel-box {
  display: block;
  padding: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .annual .excel-box {
    padding-left: 18px;
    margin: 0 -18px;
  }
}
.annual .excel-box:nth-of-type(even) {
  background-color: #eaeaea;
}
.annual .excel-box .pdficon::after {
  content: "";
  display: inline-block;
  background: url(/wp-content/themes/scr-corporate/common/img/base/icon_dl.png) no-repeat;
  background-size: cover;
  height: 16px;
  vertical-align: middle;
  margin-top: -2px;
  width: 15px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .annual .excel-box .pdficon::after {
    margin-left: 15px;
  }
}
.annual .arrow01 {
  position: relative;
  background-color: #a11217;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 15px;
  top: 6px;
}
.annual .arrow01:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: #ffffff 2px solid;
  border-top: #ffffff 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -1px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .annual-en .sp-btn-fix {
    padding: 8px 0;
    line-height: 1.8;
    height: 60px;
  }
}