.p-updateInformation {
  position: relative;
  z-index: 1;
  & a:not([href]) {
    cursor: default;
    color: var(--primary-color);
  }
  & dt {
    color: var(--secondary-color);
  }
  @media all and (min-width: 1024px) {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 990px;
    padding: 0 30px;
    margin: 0 auto 60px;
    & a {
      width: 100%;
      padding: 16px 32px;
      gap: 24px;
      background: #ffffff;
      border-radius: 40px;
    }
    & dl {
      display: flex;
      align-items: center;
      gap: 0 20px;
    }
    & dt {
      font-size: 24px;
      width: 110px;
    }
    & dd {
      font-size: 16px;
      display: flex;
      align-items: center;
      gap: 0 25px;
      flex: 1;
      text-align: left;
    }
  }
  @media not all and (min-width: 1024px) {
    margin: 0 16px 40px;
    & a {
      width: 100%;
      padding: 20px 20px;
      gap: 24px;
      background: #ffffff;
      border-radius: 40px;
      display: block;
    }
    & dl {
      text-align: left;
    }
    & dt {
      font-size: 18px;
      margin-bottom: 10px;
    }
    & dd {
      font-size: 18px;
    }
    & dd time {
      display: inline-block;
      margin-right: 10px;
    }
    & dd p {
      display: inline;
      line-height: 1.8;
    }
  }
}
