@charset "UTF-8";
/* 購入クレジットカード情報変更：変更完了メッセージ／再与信NG導線（PC） */

/* 変更完了メッセージ（緑バー＋チェック） */
.historyCardComplete_ {
  position: relative;
  margin: 20px 0 10px;
  padding: 12px 12px 12px 38px;
  border: 1px solid #b7d6a8;
  border-radius: 4px;
  background-color: #dff0d8;
  color: #3c763d;
  font-size: 14px;
  line-height: 1.6;
}
.historyCardComplete_::before {
  content: "\2713";
  position: absolute;
  left: 15px;
  top: 12px;
  font-weight: bold;
}

/* 再与信NGメッセージ（赤字）＋カード変更導線（リンク） */
.historyCardReauth_ {
  margin: 20px 0 10px;
}
.historyCardReauthMsg_ {
  margin: 0;
  color: #cc0000;
  font-size: 14px;
  line-height: 1.6;
}
.historyCardReauthLink_ {
  display: inline-block;
  margin-top: 8px;
  color: #229ae1;
  font-size: 14px;
  text-decoration: underline;
}
