@charset "UTF-8";

#nbp18007920\ 18007920 .content_wrapper{
    display:grid !important;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

#nbp18007920\ 18007920 .content_wrapper > a{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
}

@media screen and (max-width:768px){

    #nbp18007920\ 18007920 .content_wrapper{
        grid-template-columns:repeat(1,1fr);
        gap:8px ;
    }

    #nbp18007920\ 18007920 .content_wrapper > a{
        width:100% !important;
    }
   #btn_section_1 + div.contents_btn01 .content_wrapper a {
        padding: 0px !important;
   }

}


/* payment section */

.payment-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  color: #4a4a4a;
  line-height: 1.9;
}



.payment-header .en {
  margin: 0;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #b8dce9;
  font-weight: 300;
}

.payment-header h2 {
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: 700;
  color: #4a4a4a;
  line-height: 1.4;
}

.section {
  margin-bottom: 60px;
}

.section h3 {
  margin: 0 0 25px;
  padding-bottom: 12px;
  border-bottom: 2px dotted #39a8d0;
  color: #39a8d0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.lead {
  margin-bottom: 30px;
}

.payment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 35px;
}

.payment-list li:last-child {
  margin-bottom: 0;
}

.dot {
  color: #39a8d0;
  font-size: 22px;
  line-height: 1;
  margin-top: 6px;
  flex-shrink: 0;
}

.title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #4a4a4a;
}

.payment-list p,
.section p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #4a4a4a;
}

.tax-note {
  margin-top: 6px !important;
}

@media screen and (max-width: 767px) {
  
  .payment-header {
    margin-bottom: 40px;
  }

  .payment-header .en {
    font-size: 42px;
  }

  .payment-header h2 {
    font-size: 20px;
  }

  .section h3 {
    font-size: 18px;
  }

  .title {
    font-size: 16px;
  }

  .payment-list p,
  .section p {
    font-size: 14px;
  }
}