﻿.relatedrelease {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
  padding: 0 30px;
  max-width: 1280px;
}
.relatedrelease .relatedrelease__inner {
  border: solid 1px #ddd;
  padding: 50px 30px;
}
.relatedrelease .relatedrelease__heading {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.43rem;
  line-height: 1.1em;
}
.module_list-update-related {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.module_list-update-related .module_list-update-related__list-dl {
  display: table-row;
}
.module_list-update-related .module_list-update-related__list-dl > dt {
  display: table-cell;
  padding: 10px 5px 0px 0px;
  width: 50px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  min-height: 1px;
  zoom: 1;
}
.module_list-update-related .module_list-update-related__list-dl > dt:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.module_list-update-related .module_list-update-related__list-dl > dd {
  display: table-cell;
  padding: 10px 0px 0px 5px;
  font-size: 1.07rem;
  line-height: 1.6em;
}
.module_list-update-related .module_list-update-related__icon-tse, .module_list-update-related .module_list-update-related__icon-release {
  position: relative;
  display: inline-block;
  top: -2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 50px;
  padding: 0 5px;
  min-height: 13px;
  line-height: 13px;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  background-color: #999;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
.relatedrelease {
  margin: 30px 0 0 0;
  border: solid 1px #ddd;
  padding: 30px;
}
.relatedrelease .relatedrelease__inner {
  border: none;
  padding: 0;
}
.relatedrelease .relatedrelease__heading {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.1em;
}
}
@media screen and (max-width: 767px)  {
.relatedrelease {
  margin-top: 20px;
  border: solid 1px #ddd;
  padding: 25px 15px;
}
.relatedrelease .relatedrelease__inner {
  border: none;
  padding: 0;
}
.relatedrelease .relatedrelease__heading {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.1em;
}
.module_list-update-related {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.module_list-update-related .module_list-update-related__list-dl {
  display: table-row;
}
.module_list-update-related .module_list-update-related__list-dl > dt {
  display: table-cell;
  padding: 10px 5px 0px 0px;
  width: 50px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  min-height: 1px;
  zoom: 1;
}
.module_list-update-related .module_list-update-related__list-dl > dt:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.module_list-update-related .module_list-update-related__list-dl > dd {
  display: table-cell;
  padding: 10px 0px 0px 5px;
  font-size: 1.07rem;
  line-height: 1.6em;
}
.module_list-update-related .module_list-update-related__icon-tse, .module_list-update-related .module_list-update-related__icon-release {
  position: relative;
  display: inline-block;
  top: -2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 50px;
  padding: 0 5px;
  min-height: 13px;
  line-height: 13px;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
  background-color: #999;
}
}