@charset "utf-8";

.update-info {
  border: 1px solid #000;
  padding: 25px;
  margin-top: 20px;
}
.update-info dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.update-info dd {
  line-height: 1.8;
}
.update-info .menu_info {
  border: 1px solid #000;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  padding: 2px 3px;
  font-size: 12px;
  margin: 0 3px;
  position: relative;
  top: -1px;
}
.update-info .ico_info {
  vertical-align: baseline;
  position: relative;
  bottom: -2px;
}
.text-list li + li {
  margin-top: 10px;
}
.text-list a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/jp/common/v3/img/icon_pdf.svg) no-repeat center;
  vertical-align: bottom;
}
.firmup {
  min-height: 15em;
  max-height: 30em;
  overflow-y: scroll;
}
.firmup__ttl {
  font-weight: bold;
}
.firmup__txt {
  margin-top: 5px;
}
.firmup__ttl + .firmup__ttl,
.firmup__txt + .firmup__ttl {
  margin-top: 18px;
}
@media only screen and (max-width: 640px) {
  .firmup {
    min-height: auto;
  }
}