@charset "UTF-8";
.movie_play_icon {
    position: relative;
    padding-left: 35px;
}

.movie_play_icon:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    background-repeat: no-repeat;
    background-image: url(/common/images/icons/icon_movie_play.png);
    width: 30px;
    height: 26px;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mgn_top_33 {
  margin-top: 33px;
}

.mgn_top_05 {
    margin-top:0.5em;
}

.hdg-index .txt-highest {
  font-size: 38px;
}

.br_gray {
  background-color: #f9f9f9;
  padding: 40px 50px;
}

.linkList-title {
  display: flex;
  gap: 0 11px;
  justify-content: center;
}

.row_center {
  align-items: center;
  margin: 0 auto 50px;
}

.visa-secure-box {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  padding: 35px 40px;
  gap: 0 40px;
  margin-top: 40px;
}

.hdg_D.hdg_icon-notice {
  display: inline-block;
}

.nav_flat li .hdg-badge_tab {
  display: flex;
  justify-content: flex-end;
  gap: 0 118px;
}

.nav_flat li .hdg-badge_tab .hdg-badge {
  max-width: 72px;
  color: #ffffff;
  display: inline-block;
  padding: 4px 8px 5px;
  line-height: 1;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.hdg-badge.badge__info,
.hdg-badge.badge__account {
  display: flex;
  align-items: center;
  gap: 0 6px;
  margin-left: 0;
}

.hdg-badge.badge__account {
  background-color: #A89A8B;
}

.hdg-badge.badge__info::before {
  content: "";
  display: block;
  background-image: url("/en/service/security/gp/images/icon_badge_01.png");
  background-repeat: no-repeat;
  width: 27px;
  height: 16px;
}

.hdg-badge.badge__account::before {
  content: "";
  display: block;
  background-image: url("/en/service/security/gp/images/icon_badge_02.png");
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
}

.hdg_flex {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.cell_lg_44 {
  width: 44%;
}

.flatTable__scroll tbody .cell_lg_7 {
  width: 7%;
  padding: 14px 0;
}

.flatTable__scroll tbody .black_circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #666;
  border-radius: 50%;
  vertical-align: middle;
}

.flatTable__scroll tbody tr.tr_se .th_border_none {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}

@media screen and (max-width: 1199px) {
  .security_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 50px;
  }

  .row [class^="col_lg_"] {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-full {
    padding: 30px;
  }
  .visa-secure-box {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }

  .visa-secure-box img {
    width: 100%;
    max-width: 120px;
  }
}

.security_title_text {
  font-size: 38px;
}

.debit_title_text {
  font-size: 16px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 50px;
}