@charset "utf-8";

.installments_kv {
  background-color: #fef6f2;
  padding: 22px 0;
  height: 150px;
  box-sizing: border-box;
  text-align: center;
}

.installments_kv .c-image {
  height: 100%;
}

.c-frame:not([data-type]),
.c-frame[data-type=normal] {
  border: solid 1px #ccc;
}

.c-frame[data-color="orange"] {
  background-color: #fef6f2;
}

.c-frame {
  padding: 15px 20px;
  background-color: #fff;
  line-height: 1.6;
}

.u-align-center {
  text-align: center !important;
}

.c-frame > :first-child {
  margin-top: 0;
}

.c-hdg__lv5 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.c-frame > :first-child {
  margin-top: 0;
}
.c-list[data-type=check] > li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.6;
}

.c-list[data-type=check] > li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 12px;
  background-image: url(/service/payment/installments/img/icon_check.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.c-list[data-type=check]>li:not(:first-child) {
    margin-top: 15px;
}

.c-hdg__lv5 .c-hdg {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.table03 tbody tr:nth-child(even) td {
  background: #efefef;
}

@media screen and (min-width: 641px) {
  .customed table {
    width: 100%;
    border-collapse: collapse;
  }

  .customed table tr th {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #e0e0e0;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
  }

  .customed table tr td {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
  }

  .customed table .txtr {
    padding-right: 10px;
    text-align: right;
  }

  .customed .table02 th {
    background-color: #e0e0e0;
    width: 30%;
  }

  .customed .table02 span {
    font-size: 90%;
  }

  .customed .table03 tr td:first-child {
    text-align: center;
  }

  .customed .table03 tr td {
    text-align: right;
  }

  .customed table tr .c02 {
    background-color: #efefef;
  }

  .customed table tr .tablew03 {
    width: 30%;
  }

  .u-xs {
    display: none !important;
  }
  .centered {
    max-width: 711px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .installments_kv {
    height: 130px;
  }

  .c-frame {
    padding: 15px;
  }

  .customed table {
    width: 96%;
    margin: 10px auto;
  }

  .customed table tr th {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #e0e0e0;
  }

  .customed table tr td {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px
  }

  .customed table .txtr {
    padding-right: 10px;
    text-align: right;
  }

  .customed .table02 {
    word-break: normal;
  }

  .customed .table02 th {
    background-color: #e0e0e0;
    width: 25%;
  }

  .customed .table02 span {
    font-size: 90%;
  }

  .customed .table03 tr td:first-child {
    text-align: center;
  }

  .customed .table03 tr td {
    text-align: right;
  }

  .customed table tr .c02 {
    background-color: #efefef;
  }

  .customed table tr .tablew03 {
    width: 33%;
  }
}