/* テキスト装飾 */

.text-color-red {
  color: rgb(223, 52, 83);
}

.text-underline {
  text-decoration: underline;
}

.text-marker {
  background: linear-gradient(transparent 70%, yellow 0px);
}