/* 同じ管理画面へ進む重複ボタンは表示しない。 */
.plan-screen > .restore-button {
  display: none !important;
}

/* 初めての無料利用は「契約終了」と区別して、やわらかな通常表示にする。 */
.plan-status.free > i {
  color: #a56a83;
  background: #f8e7ee;
}

.plan-status.free > span {
  color: #956078;
  background: #f8eaf0;
}
