@charset "UTF-8";
/* ======================================
  関連記事
====================================== */

.p-related__thumbnail {
  width: 100%;
  aspect-ratio: 250 / 160;
  margin: 0;
  overflow: hidden;
  background: #f5f5f5;
}

.p-related__thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.p-related__body {
  padding-top:.5em;
}

.p-related__cate {
  display: inline-block;
  margin: 0 0 6px;
  padding: 3px 10px;
      background: #fff;
    color: var(--l-main-color);
    border: 1px solid var(--l-main-color);
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;

}

.p-related__date {

  line-height: 1.6;
}

.p-related__date time {
  font-size: 14px;
  line-height: 1.5;
  color: #777;
}

.p-related__item-title {
  margin: 0;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 1.7;
}
