@charset "UTF-8";
/* 日付 */
.content-date {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
}

/* //日付 */
/* カテゴリラベル */
.content-cat {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  padding: 0 0.3em;
  color: #E31F26;
  border: 1px solid #E31F26;
  border-radius: 0.1875rem;
}

.content-cat--bg {
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.375rem 0.625rem;
  color: #fff;
  background-color: #E31F26;
  border-radius: 5px;
}

/* //カテゴリラベル */
/* SNSグループ */
.content-sns-group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* //SNSグループ */

/*# sourceMappingURL=style-single.css.map */
