.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;
}
