/* マーカー強調カスタマイズ */
.marker1 {
  background: linear-gradient(transparent 70%, #ffff99 40%);
}

/*おすすめ記事*/
.entry-content .emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #000028;
  background-color: #fff4cc;
}
.entry-content .emphasize-link p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link::before {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 26px;
  content: "あわせて読みたい";
  background-color: #000028;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.entry-content .emphasize-link::after {
  position: absolute;
  top: -16px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #000028;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "☝︎︎";
  font-size: 24px;
  font-family: "blogicon";
  color: #fff;
}


