/*------------------------------------
update-info
------------------------------------*/
.update-info-wrap {
  display: flex;
  justify-content: space-between;
  height: 60px;
  border: 2px solid #009380;
  border-radius: 4px;
  margin: 0px auto 25px;
}

.update-info-title {
  font-size: 20px;
  background-color: #009380;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
}

.update-info-list {
  width: 90%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 5px 10px;
}

.update-info-to-all {
  text-align: center;
  text-decoration: underline;
  color: #00f;
  display: block;
  font-size: 16px;
  margin-top: 0.2em;
}

a {
  text-decoration: none;
}

.update-info-list-item a {
  color: #000;
  display: flex;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0.2em;
  text-decoration: underline;
}

.update-info-date {
  margin-right: 0.5em;
}

.nyushi-info{
  text-align: center;
  margin-top: 30px;
}