.press_base {
  margin: 0 1em;
}
@media screen and (max-width: 559px) {
  .press_base {
    margin: 0 0.5em;
  }
}
.press_base p {
  line-height: 1.7;
}
.press_base p.ab_ut {
  font-weight: bold;
  margin-top: 1em;
}
.press_base p.mail_ad {
  font-weight: bold;
  font-size: 1.25em;
}

div.regarding {
  margin: 0 1em 1.5em;
}
@media screen and (max-width: 559px) {
  div.regarding {
    margin: 0 0.5em 1em;
  }
}
div.regarding p {
  font-size: 1em;
  line-height: 1.75;
}
div.regarding p strong {
  font-size: 1.125em;
}
div.regarding p.pdf_link {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.regarding p.pdf_link a {
  display: block;
  background: #4dc2bb;
  border-radius: 4px;
  color: #fff;
  padding: 0.75em 2em;
  font-size: 1.125em;
  font-weight: bold;
}
div.regarding p.pdf_link a:hover {
  background: rgba(77, 194, 187, 0.75);
}
div.regarding p.pdf_link a .svg-inline--fa {
  font-size: 130%;
  font-weight: normal;
  margin-right: 0.3em;
}

.pdf_fileb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
}
.pdf_fileb a {
  display: block;
  color: #fff;
  font-weight: normal;
  margin-top: 0.5em;
  background: #4dc2bb;
  -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;
  padding: 1em 2em;
  border-radius: 6px;
}
.pdf_fileb a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .pdf_fileb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pdf_fileb a {
    width: 100%;
    padding: 1em 0;
    text-align: center;
  }
}

a.offtype {
  pointer-events: none;
  opacity: 0.3;
}

.plus2020 {
  font-size: 1.125em;
  margin: 2em 0 0;
  font-weight: bold;
  text-align: right;
}
.plus2020.content_off {
  margin: 1em 0 0 1em;
  text-align: left;
}

.column_a01.p_plus p.mail_ad {
  font-size: 1.5em;
  margin: 0.5em 0;
  font-weight: bold;
}

.column_a01.p_plus p.link_to {
  font-size: 1.25em;
  margin: 0.5em 0;
  font-weight: bold;
}

dl.release_news {
  margin: 0 1em;
}
dl.release_news dt {
  font-size: 1.25em;
  margin: 0;
  font-weight: bold;
  width: 6em;
  float: left;
}
dl.release_news dd {
  font-size: 1.125em;
  margin: 0;
  padding-left: 8em;
  padding-bottom: 1em;
  line-height: 1.5;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1em;
}
dl.release_news dd a {
  text-decoration: underline;
}
dl.release_news dd:last-child {
  border-bottom: 0px dotted #ccc;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
@media screen and (max-width: 599px) {
  dl.release_news {
    margin: 0 5px;
  }
  dl.release_news dt {
    width: auto;
    float: none;
    margin-bottom: 0.25em;
  }
  dl.release_news dd {
    padding-left: 0em;
  }
  dl.release_news dd br {
    display: none;
  }
}

dl.exhibitors_news {
  margin: 1.5em 0 40px;
}

dl.exhibitors_news dt {
  font-size: 1.125rem;
  margin: 0 0 0.5em;
  font-weight: bold;
}

dl.exhibitors_news dd {
  margin: 0;
  line-height: 1.4;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5em;
}

dl.exhibitors_news dd a {
  display: block;
  margin: 0.75em 0;
  text-decoration: none;
  outline: none;
}

dl.exhibitors_news dd a:before {
  content: "\f0a9";
  font-family: fontAwesome;
  margin-right: 0.25em;
}

dl.exhibitors_news dd:last-child {
  border-bottom: 0px dotted #ccc;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}

.presscenter .column_po {
  margin: 0 1em;
}
.presscenter .column_po h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.presscenter .column_po p {
  font-size: 1.125em;
  line-height: 1.6;
  margin-top: 0.125em;
}
.presscenter .column_po + .column_po {
  margin-top: 2em;
}