﻿.mod-mainContainer h1 + p {
  margin-bottom: 40px;
}
.c-support-main {
  margin: 0;
}
#skip-payment .payment-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.payment-sub-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.width210 {
  min-width: 210px;
}
.width200 {
  min-width: 200px;
}
.table-area {
  margin-bottom: 32px;
}
.table-area .table-note {
  margin-top: 5px;
}
.c-tbl th {
  font-size: 1.6rem;
}
.c-tbl td {
  word-break: keep-all;
  text-align: center;
  font-size: 1.6rem;
}

#skip-payment .c-layout-column._col3 {
  padding-top: 0;
}

#installments-payment-top .c-support-item {
  padding: 48px 47px 48px 60px;
}
.hidden-table-fb {
  display: none;
}
.hidden-table-sb {
  display: block;
}
@media print, screen and (max-width: 1350px) {
  .hidden-table-fb {
    display: block;
  }
  .hidden-table-sb {
    display: none;
  }
  .c-tbl.pattern1 {
    margin-bottom: 0;
  }

  .c-tbl.pattern2 tr:first-child td,
  .c-tbl.pattern2 tr:first-child th {
    border-top: 0;
  }
  .c-tbl.pattern2 td {
    word-break: break-all;
  }
}
@media print, screen and (max-width: 767px) {
  .hidden-table-fb {
    display: block;
  }
  .hidden-table-sb {
    display: none;
  }  
  #installments-payment-top .c-support-item {
    padding: 16px;
  }
  .mod-mainContainer h1 + p {
    margin-bottom: 32px;
  }
  div.c-support-main {
    margin-top: 0;
    padding-top: 0;
  }
  #skip-payment {
    margin-top: 60px;
  }

  #skip-payment .c-layout-column._col3 {
    gap: 12px;
  }
  #skip-payment .c-layout-column._col3 {
    margin-top: 24px;
  }
  .payment .c-layout-column__item.installments_item1_1 img {
    height: 127px ;
  }
  .payment .c-layout-column__item.installments_item1_2 img {
    height: 145px ;
  }
  .payment .c-layout-column__item.installments_item1_3 img {
    height: 133px ;
  }
  #skip-payment .c-layout-column._col3 .payment-detail p.payment-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .payment-sub-title {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .mod-mainContainer.bg3 {
    padding-top: 40px;
  }
  .c-tbl.pattern1 {
    margin: 0;
    max-width: 100%;
  }
  .c-tbl.pattern1 th {
    width: 25%;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.2rem;
    vertical-align: top;
  }

  .c-tbl.pattern1 td {
    width: 75%;
    box-sizing: border-box;
    word-break: break-all;
    text-align: left;
    font-size: 1.2rem;
  }
  .c-tbl.pattern1 tr:last-child th,
  .c-tbl.pattern1 tr:last-child td {
    border-bottom: 0;
  }
  .c-tbl.pattern2 tr:first-child th {
    border-top: 1px solid #DDE0E3;
  }
  .c-tbl.pattern2 tr:first-child td,
  .c-tbl.pattern2 tr:first-child th {
    border-top: 1px solid #DDE0E3;
  }
  .c-tbl.pattern2 td {
    width: 20%;
    box-sizing: border-box;
    word-break: break-all;
    text-align: center;
    font-size: 1.2rem;
    vertical-align: top;
  }

  .c-tbl.pattern2 th {
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2rem;
    vertical-align: top;
  }
  .table-area {
    margin-bottom: 16px;
  }
}