b {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

p a {
  color: #0066CC;
}
@media screen and (min-width: 768px) {
  p a {
    text-decoration: underline;
  }
}

p a[href$=".pdf"] {
  display: inline-block;
  color: #0066CC;
  text-decoration: none;
  position: relative;
  padding-right: 24px;
}
@media screen and (min-width: 1025px) {
  p a[href$=".pdf"] {
    text-decoration: underline;
  }
  p a[href$=".pdf"]:hover {
    opacity: 0.7;
  }
}
p a[href$=".pdf"]::after {
  content: "";
  background: url(../images/ic_024.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 3px;
  margin: auto;
  right: 4px;
}

p a[target=_blank] {
  background: url(../images/ic_017.svg) no-repeat;
  background-size: 10px 10px;
  background-position: right 0 center;
  padding-right: 15px;
}
p a[target=_blank]::after {
  right: 0;
}
@media screen and (min-width: 1025px) {
  p a[target=_blank] {
    text-decoration: underline;
  }
  p a[target=_blank]:hover {
    opacity: 0.7;
  }
}

p a[href$=".pdf"][target=_blank] {
  display: inline-block;
  color: #0066CC;
  text-decoration: none;
  position: relative;
  padding-right: 24px;
  background: none;
}
@media screen and (min-width: 1025px) {
  p a[href$=".pdf"][target=_blank] {
    text-decoration: underline;
  }
  p a[href$=".pdf"][target=_blank]:hover {
    opacity: 0.7;
  }
}
p a[href$=".pdf"][target=_blank]::after {
  content: "";
  background: url(../images/ic_024.png) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 3px;
  margin: auto;
  right: 4px;
}

h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table tr:last-child td {
  border-bottom: 1px solid #BCBCBC;
}
.table th {
  display: block;
  border: 1px solid #BCBCBC;
  border-bottom: none;
  text-align: left;
  padding: 8px 10px;
  background-color: #E2E1DE;
}
@media screen and (min-width: 768px) {
  .table th {
    display: table-cell;
    border-collapse: collapse;
    border-bottom: 1px solid #BCBCBC;
    width: 20%;
  }
}
.table td {
  text-align: left;
  display: block;
  padding: 10px;
  border: 1px solid #BCBCBC;
  border-bottom: none;
  min-height: 40px;
  word-break: break-all;
  vertical-align: top;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .table td {
    display: table-cell;
    border-collapse: collapse;
    border-bottom: 1px solid #BCBCBC;
    width: 80%;
  }
}

.p-info-jump {
  height: 1px;
  display: block;
  padding-top: 44px;
  margin-top: -44px;
}

.p-info-content {
  margin-right: 4%;
  margin-left: 4%;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.p-info-content:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-info-content {
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-info-empContent {
  margin-right: 0;
  margin-left: 0;
  padding: 20px 4%;
  background-color: #FFF6EC;
  border-bottom: none !important;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-info-empContent {
    padding: 30px 15px;
  }
}
.p-info-empContent::after {
  display: block;
  content: "";
  width: 92%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-info-empContent::after {
    width: calc(100% - 30px);
  }
}
.p-info-empContent .p-info-title span.p-info-title-txt {
  color: #E12A39;
}

.p-info-title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-info-title span {
    display: inline-block;
  }
}
.p-info-title span:first-child {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-info-title span:first-child {
    font-size: 16px;
    margin-right: 20px;
  }
}
.p-info-title span.p-info-label-issue {
  display: none;
}
.p-info-title span.p-info-title-txt {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-info-title span.p-info-title-txt {
    font-size: 16px;
  }
}

.p-info-subTitle {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-info-subTitle {
    font-size: 16px;
  }
}

.last-item {
  border-bottom: none;
}
.last-item.p-info-empContent {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .last-item.p-info-empContent {
    margin-bottom: 30px;
  }
}
.last-item.p-info-empContent::after {
  display: none;
}/*# sourceMappingURL=information.css.map */