@charset "UTF-8";
/* 無断欠勤・連絡欠勤のペナルティ認知強化メッセージ */
.penalty-educate {
  padding: 15px;
  background: #fff8f8;
  margin-bottom: 10px;
}
.penalty-educate__ttl {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
}
.penalty-educate__ttl:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 3px 0;
  background-image: url(/customer/image/sw/cu/common/icon-penalty-educate.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
}
.penalty-educate__item {
  list-style: none;
  font-size: 13px;
  line-height: 1.7;
}
.penalty-educate__item .emph {
  color: #333;
  font-weight: bold;
}
.penalty-educate__item--red {
  color: #da5151;
}