@charset "UTF-8";

.qx-blue-border {
    border: 3px solid #2e3489;
    border-top: none;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px;
}

@media (max-width: 768px) {
.qx-blue-border {
    max-width: 690px;
}
}


@media (max-width: 430px) {
.qx-blue-border {
    padding: 30px;
}
}

@media (max-width: 390px) {
.qx-blue-border {
    padding:30px 16px;
}
}

.qx-bt-txt {
  font-weight: 600;
  font-size: 18px;
}

.qx-title-line {
  font-size: 18px;
}

@media (max-width: 430px) {
  .qx-bt-txt {
  font-size: 16px;
}

.qx-title-line {
  font-size: 16px;
}
}

@media (max-width: 320px) {
  .qx-bt-txt {
  font-size: 14px;
  }
  .qx-title-line {
  font-size: 14px;
  }
}

.qx-installment-bg {
    padding: 0 28px 28px;
    background: #f7f7f7;
    border-radius: 12px;
}

@media (max-width: 768px) {
  .qx-installment-bg {
    padding: 0 15px 28px;
}
}

.qx-installment-title {
    align-items: center;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -.0225em;
    font-weight: 600;
    border-bottom:1px solid #ebebeb;
    padding: 18px 0 18px;
}

.qx-installment-title-sub {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
.m-table_title {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.qx-table {
  border-collapse: collapse;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
}

.m-table_td ul.qx-list-Indent {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.m-table_td ul.qx-list-Indent li{
    padding-left: 1em;
    text-indent: -1em;
}


