ul.pressrelease_data {
  margin-bottom: 2em;
}
ul.pressrelease_data li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.pressrelease_data p {
  font-size: 1.125em;
  line-height: 1.5;
}
ul.pressrelease_data p a {
  text-decoration: underline;
}
ul.pressrelease_data p.date {
  font-weight: bold;
  width: 6em;
}
ul.pressrelease_data p.release {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.column_a04 a {
  font-weight: bold;
}

p.mail_ad {
  font-weight: bold;
  font-size: 1.3125em;
  padding-left: 1rem;
}

.check_icon i.fa-solid {
  color: #f00;
}

.pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
}
.pdf a {
  display: block;
  color: #fff;
  margin-top: 0.5em;
  background: #009e41;
  font-weight: normal;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
  font-size: 1.125em;
  line-height: 1.25;
  padding: 1em 2em;
  border-radius: 6px;
}
.pdf a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .pdf {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pdf a {
    width: 80%;
    padding: 1em;
    text-align: center;
  }
}