.wew-news-list-wrapper ul {
  margin: 0;
  padding: 0;
}
.wew-news-list__title {
  display: none;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 100;
}
.wew-news-list__item {
  font-weight: 100;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  border-top: dashed #ccc 1px;
}
.wew-news-list__item::before {
  content: none !important;
}
.wew-news-list__item:last-child {
  border-bottom: dashed #ccc 1px;
}
.wew-news-list__item-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.wew-news-list__item time {
  display: block;
  color: #333;
  padding: 10px 0 5px 10px;
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .wew-news-list__item time {
    text-align: left;
    /* フォントによって横幅が変わるため、コメントアウト */
    /*width: 9em;*/
    padding: 10px;
  }
}
.wew-news-list__item-title {
  display: block;
  width: 100%;
  font-weight: normal;
  margin-left: 10px;
  padding-top: 0.3125rem;
  padding-bottom: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wew-news-list__item-title {
    display: block;
    width: calc(100% - 9em - 23.054% - 0.75rem);
    margin-left: 10px;
    padding-top: 0.625rem;
    flex: 1;
  }
  .wew-news-list__item-title.is-hide-cat {
    width: calc(100% - 9em - 0.75rem);
    margin-left: 0;
  }
}
.wew-news-list__item-title i {
  width: 1.25em;
  color: #C94744;
  font-size: 0.75rem;
}
/*@media (min-width: 768px) {*/
/*  .wew-news-list__item-title span {*/
/*    padding-left: 5px;*/
/*  }*/
/*}*/
.wew-news-list__item-label {
  display: block;
  margin: 0.45rem 0 0 10px;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  color: #333;
  background-color: #ccc;
  text-align: center;
  line-height: 1;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wew-news-list__item-label {
    width: 23.054%;
    margin: 0;
  }
}

.wew-has-multiple-term .wew-news-list__terms {
  display: flex;
  flex-wrap: wrap;
  gap: .3em;
  margin: 0 0 0 10px;
}

.wew-has-multiple-term .wew-news-list__terms .wew-news-list__item-label {
  width: auto;
  flex: 1;
  margin: 0;
}

@media (min-width: 768px) {
  .wew-has-multiple-term .wew-news-list__terms {
    width: 23.054%;
    margin: 0;
  }
}
