@charset "utf-8";

/* 見出し */


/* 通常見出し（bold） */
.c-title__bold {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

/* 規約見出し（帯） */
.c-titleTerm {
  display: flex;
  align-items: center;
}

.c-titleTerm__num {
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #D11F2E;
  margin: 0 .75em 0 0;
}

.c-titleTerm__text {
  flex: 1;
}

.c-marker--red-square {
  display: block;
  font-size: 14px;
  color: #CC2934;
  margin-bottom: 4px;
}

.c-marker--red-square::before {
  content: "\025a0";
}