@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/atodebunkatsu/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%;
  }
}

.custom_modal_overlay {
  display: block;
  opacity: 0;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.custom_modal_overlay.custom_show {
  opacity: 1;
  z-index: 2000000;
}
.custom_modal_content_pop {
  background: #fff;
  padding: 32px 32px 40px 32px;
  width: 80%;
  max-width: 520px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  text-align: center;
}
.custom_modal_content_pop.custom_show_cont {
  opacity: 1;
  z-index: 1000;
}
.custom_modal_block .custom_modal_content_pop {
  max-width: 960px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px #00000029;
}
.custom_modal_content_inner {
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
.custom_close_modal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.custom_remove_body_scroll {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .modal_content_pop {
    padding: 25px 25px 40px 25px;
    width: 90%;
  }
  .custom_close_modal {
    width: 40px;
    height: 40px;
  }
  .custom_modal_content_pop {
    width: 95%;
    padding: 20px;
  }
  .custom_modal_content_pop .tab_content {
    padding: 15px;
  }
}
.orange_bg {
  padding: 35px 20px;
  background-color: #fef6f2;
}
.custom_modal_block .news_tab_area {
  margin-top: 40px;
}
.custom_modal_block .tab_menu_wrapper {
  background-color: #fff;
}