/***************************************

disclosure

***************************************/
.disclosure table .disclosure-pdf {
  position: relative;
  padding: 0;
}
.disclosure table .disclosure-pdf::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.0304568528vw;
  content: "";
  display: block;
  width: 2.538071066vw;
  height: 3.5532994924vw;
  background-image: url("../../img/common/icn_btn_pdf.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .disclosure table .disclosure-pdf::after {
    right: 0.9230769231vw;
    width: 0.7692307692vw;
    height: 1.0769230769vw;
    background-image: url("../../img/common/icn_btn_pdf.svg");
  }
}
@media screen and (min-width: 1300px) {
  .disclosure table .disclosure-pdf::after {
    right: 12px;
    width: 10px;
    height: 14px;
  }
}
.disclosure table a {
  position: relative;
  z-index: 2;
  color: #2B278D;
  padding: 2.0304568528vw 3.0456852792vw;
  padding-right: 7.1065989848vw;
}
@media screen and (min-width: 769px) {
  .disclosure table a {
    padding: 0.9230769231vw 1.2307692308vw;
    padding-right: 2.6153846154vw;
  }
}
@media screen and (min-width: 1300px) {
  .disclosure table a {
    padding: 12px 16px;
    padding-right: 34px;
  }
}