@charset "UTF-8";
/*
*   cssを編集する場合はこちらを編集してください。
* --------------------------------------------------*/

/* font */
.font-lg {
    font-size: 18px;
    font-weight: bold;
}
.font-xl {
    font-size: 20px;
    font-weight: bold;
}
.font-sm {
    font-size: 14px;
}


/* marker */
.yellow-marker {
  background-image: linear-gradient(#fbf97d, #fbf97d);
  background-size: 100% 0.6em;
  background-position: left 0.75em;
  background-repeat: no-repeat;
  display: inline;
}