/* =====================
  c-columns__col
===================== */
@media screen and (min-width: 782px), print {
  .c-columns--col1 > .c-columns__col {
    margin: 0 auto;
    width: 1200px;
  }
}

/* =====================
  c-customer
===================== */
.c-customer__area {
  padding: 40px 10px;
}

.c-customer__area_button {
  display: block;
  margin: 20px auto;
}

@media screen and (max-width: 781.9px) {
  .c-customer__area_button {
    width: 70%;
  }
}

/* =====================
  c-table
===================== */
.c-table_border {
  border-bottom: 1px solid #dfdfdf;
}

.c-table_icon {
  background-image: url(/lp/visa_newcard/images/icon_arrow.svg);
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 782px) {
  .c-table_img {
    padding: 20px 20px 20px 60px;
  }
}

@media screen and (max-width: 781.9px) {
  .c-table_border td {
    display: block;
    width: 100%;
  }

  .c-table thead {
    width: 100%;
    display: inline-table;
  }

  .c-table_img {
    padding-left: 20px;
  }
}

/* =====================
  c-title--strong_lp_01
===================== */
.c-title--strong_lp_01 {
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 1240px), print {
  .c-title--strong_lp_01 {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

@media screen and (max-width: 1239.9px), print {
  .c-title--strong_lp_01 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 782px), print {
  .c-title--strong_lp_01 {
    padding-bottom: 40px;
    line-height: 1.44444;
  }
}

@media screen and (max-width: 781.9px) {
  .c-title--strong_lp_01 {
    padding-bottom: 20px;
    line-height: 1.45455;
  }
}

@media print {
  .c-title--strong_lp_01 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 782px) {
  .c-title--strong_lp_01::after {
    background-color: #cdd6dd;
    bottom: -1px;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 781.9px) {
  .c-title--strong_lp_01::after {
    background-color: #cdd6dd;
    bottom: -1px;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    width: 50px;
  }
}

/* ====================================
corp add
==================================== */

.point-ul {
  list-style: inside;
  list-style-type: disc;
}
.point-ul li {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (min-width: 782px), print {
  .c-table > table > tbody > tr > td {
    padding: 18px 12px;
  }
}

.c-table_icon_text {
  background-image: url(/lp/visa_newcard/images/icon_arrow.svg);
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 781.9px) {
  .c-table_border_text td {
    padding: 8px 6px 8px 8px!important;
  }

  .c-table_border_text td {
      width: 50%;
      display: inline-block;
  }

  .c-table_border_text td.c-table_icon_text {
      padding: 8px 24px 8px 8px!important;
      background-size: 12px;
  }

  .c-table_icon_text {
    background-image: url(/lp/visa_newcard/images/icon_arrow.svg);
    background-position-x: 100%;
    background-position-y: 50%;
    background-repeat: no-repeat;
  }
}

.u-bg_blue_01 {
  background-color: #00387d !important;
}

.c-text--bold-corp {
  font-weight: bold!important;
}