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

.press_base + .press_base {
  margin-top: 1em; }

.request_for_coverage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0.5em; }
  .request_for_coverage p {
    line-height: 1.7; }
    .request_for_coverage p.ab_ut {
      margin-top: 1em;
      font-weight: bold; }
    .request_for_coverage p.t {
      font-weight: bold; }
  .request_for_coverage .txt {
    width: calc(100% - 430px); }
  .request_for_coverage .venue {
    width: 380px; }
    .request_for_coverage .venue .press_image {
      text-align: center;
      margin-bottom: 1em; }
      .request_for_coverage .venue .press_image img {
        width: 100%;
        max-width: 380px; }
  @media screen and (max-width: 999px) {
    .request_for_coverage {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .request_for_coverage .txt, .request_for_coverage .venue {
        width: 100%;
        margin-bottom: 1em; } }

dl.release_news {
  margin: 0 0.5em; }
  dl.release_news dt {
    font-size: 1.125em;
    line-height: 1.5;
    font-weight: bold;
    width: 7em;
    float: left; }
  dl.release_news dd {
    font-size: 1.125em;
    line-height: 1.5;
    padding-left: 7em;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em; }
    dl.release_news dd:last-child {
      border-bottom: 0px dotted #ccc;
      padding-bottom: 0;
      margin-bottom: 0; }
  @media screen and (max-width: 599px) {
    dl.release_news dt {
      width: auto;
      float: none; }
    dl.release_news dd {
      padding-left: 0; } }

.about_press_release {
  margin: 0 0.5em; }
  .about_press_release p {
    line-height: 1.6; }
    .about_press_release p.mt_15 {
      margin-top: 1.5em; }
