@charset "utf-8";
.el_hdg2 + .un_siteGuideCreditcardError_table_wrapper {
  margin-top: 20px;
}
.un_siteGuideCreditcardError_table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #B8B8B8;
  table-layout: fixed;
}
.un_siteGuideCreditcardError_table th {
  background: #F7F7F7;
  padding: 10px;
  font-weight: normal;
  border: solid 1px #B8B8B8;
  border-top: none;
  text-align: center;
}
.un_siteGuideCreditcardError_table td {
  border: solid 1px #B8B8B8;
  border-top: none;
  padding: 15px 10px;
}
.un_siteGuideCreditcardError_table .un_siteGuideCreditcardError_table_gray {
  background: #F7F7F7;
  text-align: center;
}
.un_siteGuideCreditcardError_table .un_siteGuideCreditcardError_table_check {
  position: relative;
  width: 115%;
  padding-left: 30px;
}
.un_siteGuideCreditcardError_table .un_siteGuideCreditcardError_table_indent {
  padding-left: 23px;
  text-indent: -1em;
}
.un_siteGuideCreditcardError_table .un_siteGuideCreditcardError_table_check::before {
  content: "";
  background: #2d9c00;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  top: calc(50% - 11px);
  left: 0;
  position: absolute;
}
.un_siteGuideCreditcardError_table .un_siteGuideCreditcardError_table_check::after {
  content: "";
  top: calc(54% - 6px);
  left: 5px;
  width: 9px;
  height: 4px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
}
.un_siteGuideCreditcardError_table_wrapper + .el_hdg2 {
  margin-top: 40px;
}
.un_siteGuideCreditcardError_list.un_siteGuideCreditcardError_list__linHeight li + li {
  padding-top: 20px;
}
.un_siteGuideCreditcardError_list.un_siteGuideCreditcardError_list__linHeight li {
  padding-left: 1em;
  text-indent: -1em;
}