a, button, input[type="submit"] {
    transition-property: color, background, opacity, border, box-shadow, transform;
    transition-duration: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a[target="_blank"], a[href*=".pdf"], a.iconPdf {
    line-height: 1.4;
    display: inline-block;
    padding: 4px 0 4px 0;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
}
.link-arw a[href*=".pdf"], a[href*=".pdf"], a.iconPdf {
    position: relative;
    padding: 4px 0 4px 32px;
}
a[target="_blank"]::after, a[href*=".pdf"]::after, a.iconPdf::after {
    content: '';
    display: inline-block;
    margin: 0 5px;
    margin-bottom: -3px;
}
a[target="_blank"]::after {
    background: url(/eng/shared/image/icon_blank.png)no-repeat;
    width: 12px;
    height: 12px;
    margin-bottom: -1px;
}
a[href*=".pdf#"]::after, a.iconPdf::after {
    background: url(/eng/shared/image/icon_pdf.png)no-repeat;
    width: 20px;
    height: 21px;
    position: absolute;
    top: 0.2em;
    left: -2px;
}
.list-range01 {
    width: 8em;
    display: inline-block;
    vertical-align: top;
    padding-left: 3.1em;
}
.list-range02 {
    width: calc(100% - 8em);
    display: inline-block;
    text-indent: 0;
}
.mod_list_asterisk li:before {
  vertical-align: top;
}
.link-list{
  margin: 2em 0 0;
}

/*===========================================
Table width
===========================================*/

.w16 {
  width: 16%;
  }
  .w20 {
  width: 20%;
  }
  .w24 {
  width: 24%;
  }
  .goals .mod_table_01 td {
  word-break: break-word;
  }
  .col-1_result {
  background: #FFFCDB!important;
  }
  .col-2_result {
  background: #DFF1D4!important;
  }
  .mod_table_99 th, .mod_table_99 td {
      padding: 1em;
      font-size: 1.3rem!important;
  }
  .txt-c {
      text-align: center;
  }
  .target-dotted {
      border-bottom: 2px dotted #ccc !important;
  }
  .target-dashed-bottom {
      border-bottom: 2px dashed #ccc !important;
  }