@charset "utf-8";

.black-mat {
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition-duration: .3s;
}
.contents-pop-win {
  width: 100%;
  padding: 16px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%,-50%);
  z-index: 10001;
  pointer-events: none;
  opacity: 0;
  transition-duration: .3s;
}
.black-mat.show ,
.contents-pop-win.show {
  opacity: 1;
  pointer-events: all;
}
.contents-pop-win .close {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 8px;
  top: 8px;
  background-color: #09a758;
  border: 2px solid #fff;
  border-radius: 24px;
  z-index: 2;
}
.contents-pop-win .close:after,
.contents-pop-win .close:before {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.contents-pop-win .close:before {
  transform: rotate(-45deg);
}
.contents-pop-win .close:after {
  transform: rotate(45deg);
}
.contents-pop-win .contents-pop {
  width: 100%;
}

.contents-pop {
  background-color: #fff;
  position: relative;
  letter-spacing: 0.06em;
  overflow: auto;
  border-radius: 10px;
  max-height: calc(100vh - 32px);
}
.contents-pop-box {
  padding: 32px 0 28px;
}
.contents-pop .contents-pop-inner.bg-color {
  padding-top: 30px;
  background-color: #f8f6e2;
}
.contents-pop .contents-pop-inner {
  padding: 0 14px 28px;
}
.contents-pop .contents-pop-inner.prayer {
  padding-bottom: 0;
}
.contents-pop .modal-ttl {
  margin-bottom: 24px;
  font-weight: bold;
  font-feature-settings: "palt";
  font-size: 1.125rem;
  text-align: center;
}
.contents-pop .bd-gradation-box {
  padding: 4px;
  background: -moz-linear-gradient(-20deg, rgba(157, 199, 20, 1) 0%, rgba(8, 195, 102, 1) 100%);
  background: -webkit-linear-gradient(-20deg, rgba(157, 199, 20, 1) 0%, rgba(8, 195, 102, 1) 100%);
  background: linear-gradient(110deg, rgba(157, 199, 20, 1) 0%, rgba(8, 195, 102, 1) 100%);
}
.contents-pop .bd-gradation-box .bd-box-inner {
  position: relative;
  padding: 14px 0;
  background-color: #faf7d9;
}
.contents-pop .bd-gradation-box.circle .bd-box-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  left: 14px;
  width: 40px;
  height: 40px;
  background: url(/kojin/loan/card/assets/images/icn_circle.svg) no-repeat left top / cover;
}
.contents-pop .bg-box {
  padding: 18px 8px;
  margin-top: 12px;
}
.contents-pop .bg-box:not(.color-01) {
  background-color: #ebebeb;
}
.contents-pop .step-dl + .bg-box {
  background-color: #f8f6e2;
}
.contents-pop .bg-box .lead ,
.contents-pop .bd-gradation-box .bd-box-inner .lead {
  color: #09a758;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.466;
  text-align: center;
}

.contents-pop .modal-txt {
  margin-top: 18px;
  font-size: 0.875rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  text-align: center;
}
.contents-pop .btn-lead {
  display: inline-block;
  color: #06a151;
  font-feature-settings: "palt";
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  padding: 0 15px;
}

.contents-pop .btn-lead::after,
.contents-pop .btn-lead::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  width: 10px;
  height: 14px;
  background: url(/kojin/loan/card/assets/images/item_btn_lead_ttl.svg) no-repeat left top / cover;
}

.contents-pop .btn-lead::before {
  left: 0;
}

.contents-pop .btn-lead::after {
  right: 0;
  transform: scale(-1, 1);
}

.contents-pop .acc-box {
  padding-top: 24px;
  padding-bottom: 0;
}

.acc-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  color: #fff;
  font-size: 0.937rem;
  line-height: 1.8666;
  font-weight: bold;
  background: rgb(157, 199, 20);
  background: -moz-linear-gradient(-20deg, rgba(157, 199, 20, 1) 0%, rgba(8, 195, 102, 1) 100%);
  background: -webkit-linear-gradient(-20deg, rgba(157, 199, 20, 1) 0%, rgba(8, 195, 102, 1) 100%);
  background: linear-gradient(160deg, rgba(157, 199, 20, 1) 0%, rgba(8, 195, 102, 1) 100%);
  border-radius: 10px;
  text-decoration: none;
  transition-duration: .3s;
}
.acc-ttl:after,
.acc-ttl:before {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  right: 23px;
  width: 20px;
  height: 2px;
  transition-duration: .3s;
}
.acc-ttl:before {
  transform: rotate(90deg);
}
.acc-ttl.cur:before {
  opacity: 0;
}
.acc-ttl.cur {
  border-radius: 10px 10px 0 0;
}

.acc-contents {
  display: none;
}
.acc-contents-inner {
  background-color: #fff;
  padding-top: 32px;
  font-size: 0.875rem;
  line-height: 1.4;
  border: 1px solid #ccc;
  border-top: none;
}
.acc-ttl:hover {
  color: #fff;
}


.btn.acc-btn {
  max-width: 223px;
  width: 100%;
  min-height: 44px;
  background: #05a555;
  position: relative;
}
.acc-btn:after,
.acc-btn:before {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  right: 16px;
  width: 16px;
  height: 2px;
  transition-duration: .3s;
}

.acc-btn:before {
  transform: rotate(90deg);
}

.acc-btn.cur:before {
  opacity: 0;
}

@media screen and (min-width: 641px){
  .contents-pop-win {
    max-width: 800px;
    
  }
  .contents-pop {
    background-color: #fff;
    position: relative;
    letter-spacing: 0.06em;
    overflow: auto;
    border-radius: 10px;
    max-height: calc(100vh - 32px);
  }

  .contents-pop .bd-gradation-box {
    max-width: 580px;
    margin: 0 auto;
  }
  
  .btn.acc-btn {
    max-width: 320px;
    height: 68px;
    font-size: 1.25rem;
    line-height: 1;
    padding: 24px 0;
    border-radius: 34px;
  }
  .contents-pop .step-dl + .bg-box {
    padding: 24px 16px;
  }
  
  .contents-pop .modal-ttl {
    font-size: 1.375rem;
  }
  .contents-pop .modal-txt {
    font-size: 1rem;
  }
  .contents-pop .bg-box .lead{
    font-size: 1.3125rem;
  }
  .contents-pop .bd-gradation-box .bd-box-inner .lead {
    font-size: 1.625rem;
  }
  .acc-ttl {
    height: 64px;
    font-size: 1.125rem;
  }
  .contents-pop .bg-box{
    padding: 18px 16px;
  }
}
@media screen and (max-width: 640px){

  #modal2 .contents-pop ,
  #modal2.contents-pop-win {
    height: auto;
  }
  .contents-pop-win {
    height: 100%;
  }

  .contents-pop {
    height: 100%;
  }
}