/* News一覧 */
.-type-simple .p-postList__link {
  padding: 2em 0;
}

.top-news-area .-type-simple .p-postList__body {
  padding: 0;
}

.-type-simple .p-postList__title {
  font-weight: normal;
}

.-type-simple .p-postList__meta {
  margin-bottom: 1.8em;
}

.-type-simple .p-postList__meta time {
  font-size: 1.5em;
  color: var(--gh_black);
  margin-right: 0.6em;
}

.c-postTimes {
	display: inline-block!important;
}

.-type-simple .p-postList__meta time::before {
  display: none;
}

@media screen and (max-width: 599px) {
  .-type-simple .p-postList__link {
    padding: 1.2em 0;
  }

  .-type-simple .p-postList__meta {
    margin-bottom: 1em;
  }

  .-type-simple .p-postList__meta time {
    font-size: 1.25em;
  }
}