.visa_etc_corp_img_issue{
  max-width: 940px;
  margin: 0 auto;
}

/* =====================
  c-columns--col2
===================== */
@media screen and (min-width: 782px), print {
  .c-columns--col2 > .c-columns__col--lg {
    width: 844px;
  }
}

@media screen and (min-width: 782px), print {
  .c-columns--col2 > .c-columns__col--sm {
    width: 320px;
  }
  .pointupmall_link:hover{
    text-decoration: none !important;
  }
  .pointupmall_img{
    transform: translateY(20px);
  }
}

.pointupmall_link{
  color: #333 !important;
  margin-left: 172px;
}

/* =====================
  check_list
===================== */
.c-check_list {
  font-size: 0;
}

.c-check_list__link {
  color: #333;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 22px;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 782px), print {
  .c-check_list__link {
    padding-left: 42px;
  }
}

.c-check_list__link::before {
  background-image: url('/business/images/icon_check_arrow_down_blue.svg');
  background-repeat: no-repeat;
  content: '';
  height: 22px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 22px;
}

@media screen and (min-width: 782px), print {
  .c-check_list__link::before {
    left: 22px;
  }
}

@media screen and (min-width: 782px), print {
  .c-check_list__link:not(:last-child) {
    border-right: 1px solid #dfdfdf;
  }
}

@media screen and (min-width: 782px), print {
  .u-ml_pc_30_corpi {
      margin-left: 166px !important;
  }
}

/* modal */
.c-modal__close_button span {
  background-color: #fff !important;
}

.modal-button {
  text-align: center;
  margin: auto;
}

.c-button.modal{
  margin: 0 0 10px;
}

.modal-txt{
  margin-bottom: 16px!important;
}

.c-button.modal-2{
  margin: 10px 0 0;
}

.c-page_top {
  z-index: 98;
}

.c-modal__contents,
.c-modal__inner {
  height: auto;
  max-height: calc(100vh - 160px);
}

@media screen and (min-width: 782px), print {
  .footer-button .c-button {
    width: 500px;
    max-width: 500px;
  }

  .modal-button .c-button {
    width: 350px;
    max-width: 350px;
  }
}

@media screen and (max-width: 781px), print {
  .footer-button .c-button__link:after {
    margin-top: 10px;
    transform: translateY(-50%);
  }

  .modal-button .c-button {
    width: 100%;
    max-width: 350px;
  }

  .modal-button .c-button__link:after {
    margin-top: 10px;
    transform: translateY(-50%);
  }
}

.c-modal .c-columns {
  margin-bottom: 0;
}

.c-modal__contents_inner {
  padding-top: 0;
  padding-bottom: 0;
}

.p-modal-title {
  text-align: center;
  font-weight: bold;
  padding: 20px;
  background-color: #fff;
  position: sticky;
  top: 0;
  font-size: 1.8rem;
  z-index: 1;
}

@media screen and (min-width: 782px), print {
  .p-modal-title {
    font-size: 2.8rem;
  }
}

.blue-text{
  color: #3561AD;
}