/* embed-category 埋め込み時の記事本文スタイル上書き */
.pg-content .c-box__link {
  display: flex;
  text-decoration: none;
  color: inherit;
}

.pg-content .c-box__ttl {
  color: #fff;
  margin: 0;
}

.pg-content .c-box__es {
  color: #fff;
  margin: 0;
}

.pg-content .c-box__desc {
  color: #fff;
  text-decoration: none;
  margin: 0;
}