/* list */

.rd-module-list h6 {
  font-size: calc(18 / 16 * 100%);
}

.rd-module-list li {
  padding: 20px 0;
  border-top: 1px solid #D4C7B4;
}

.rd-module-list .list-date {
  display: inline-block;
  color: #818060;
  font-size: 14px;
  margin-bottom: 3px;
}

@media screen and (min-width: 501px) {
  .rd-module-list li {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }

  .rd-module-list h6 {
    flex: 1;
  }

  .rd-module-list .list-date {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .rd-module-list {
    display: flex;
    justify-content: space-between;
  }

  .rd-module-list h2 {
    width: calc(224 / 960 * 100%);
  }

  .rd-list-items {
    width: calc(620 / 960 * 100%);
  }

  .rd-module-list h6 {
    font-size: calc(20 / 16 * 100%);
  }
}