@charset "UTF-8";
/*********************************/
/* カラー定義 */
/*********************************/
/*********************************/
/* ピンク角強調ボタン */
/*********************************/
body {
  line-height: 1.8;
  padding-bottom: 100px;
}

.trcc {
  background: #FBDAE4;
}

.lrgr {
  font-weight: 600;
}

.comment {
  margin-left: 0.3rem;
  font-size: 0.85rem;
  color: #85888A;
}

.delete,
.strike {
  color: #AEAFB1;
  text-decoration: line-through;
}

.insert {
  margin-left: 0.3rem;
  color: #EB4878;
  font-weight: 600;
  text-decoration: underline;
}

.advice {
  color: #043F6D;
}

.score {
  color: #043F6D;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: underline;
}

.model {
  color: #043F6D;
  font-weight: 500;
  text-decoration: underline;
}/*# sourceMappingURL=correction.css.map */