@charset "shift_jis";
/* Updated 2026/02/25.T */
/*-----------------------
Layout
------------------------*/
body {
  overflow: hidden;
  min-width: auto;
}
#header-wrap {
  z-index: 3;
}
.cpEndTxt {
  z-index: 3;
}
.section-main {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  max-width: 500px;
  background-color: #ffffff;
  box-shadow: 0 14px 40px 0 rgba(20, 29, 29, 0.16);
}
#main-area {
  overflow: hidden;
}
.layout-bg01 {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -5;
  display: flex;
  height: 100vh;
  background: linear-gradient(137.44deg, rgba(234, 255, 189, 0.6) 0%, rgba(255, 209, 223, 0.6) 82.94%);
  background-size: cover;
}
#footer-content {
  margin-top: 0;
}
#footer-fixed .panel {
  background: #ffffff99;
}
@media screen and (max-width: 767px) {
  .section-main {
    max-width: 100%;
  }
}
/*-----------------------
kv-area
------------------------*/
.kv-area01 {
  position: relative;
  text-align: center;
}
.kv-area01>.btn-list01 {
  position: absolute;
  margin-top: 0;
  padding: 0 40px;
  width: 100%;
  top: 78%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kv-area01>.btn-list01 {
    padding: 0 4.8vw;
  }
}
/*-----------------------
content-block02
------------------------*/
.content-block02.-bg01 {
  background: linear-gradient(137.44deg, #eaffbd, #ffd1df);
}
.content-block02.-bg02 {
  background: #ffecf3;
}
/*-----------------------
table
------------------------*/
.table-type01 {
  font-size: 1.4rem;
  border-right: 0;
  border-bottom: 0;
}
.table-type01 tr:first-child th {
  border-radius: 12px 0 0 0;
  border-top: 0;
  border-left: 0;
}
.table-type01 tr:first-child td {
  border-radius: 0 12px 0 0;
  border-top: 0;
}
.table-type01 tr:last-child th {
  border-radius: 0 0 0 12px;
  border-bottom: 0;
  border-left: 0;
}
.table-type01 tr:last-child td {
  border-radius: 0 0 12px 0;
  border-bottom: 0;
}
.table-type01>tbody>tr>th {
  padding: 16px 16px 15px;
  width: 30%;
  border-bottom: 1px solid #d5dedb;
  background-color: #fe5581;
  color: #fff;
  font-weight: bold;
  border-left: 0;
}
.table-type01>tbody>tr>td {
  padding: 16px 16px 15px;
  border-bottom: 1px solid #d5dedb;
  background-color: #ffffff;
  vertical-align: middle;
}
/*-----------------------
detail-area01
------------------------*/
.detail-area01 .list-notice01 > .item:not(:first-child) {
  margin-top: 2px;
}
.detail-area01 .card-normal01 {
  margin-top: 30px;
  border: 0;
}
.detail-area01 .card-normal01 > .inner > .header {
  padding: 19px 19px;
}
.detail-area01 .card-normal01 > .inner > .header > .title {
  font-size: 1.6rem;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner {
  padding-left: 35px;
}
.detail-area01 [class*=card-normal] > .inner > .header > .title[class*=glyph-] > .inner::before {
  top: 0;
  width: 28px;
  height: 28px;
}
.detail-area01 .toggle-block01 > [role=tablist] > [role=tab]::after {
  top: calc(50% - 16px) !important;
  right: 5px !important;
  background-position: center center;
  background-size: 26px auto;
}
.detail-area01 .card-normal01 > .inner > .body {
  padding: 25px 18px 16px 18px;
}
.detail-area01 .card-normal01 > .inner > .body:not(:first-child)::before {
  left: 0;
  width: 100%;
}
.detail-area01 .card-normal01 .list-circle01 {
  margin: 8px 0 8px 0;
  padding: 0 0 0 9px;
}
.detail-area01 .card-normal01 .list-circle01 > .item::before {
  top: .56em;
  width: 5px;
  height: 5px;
  background: #56635f;
}
/*-----------------------
menu-area
------------------------*/
.right-block01 {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: calc((100% - 500px) / 2);
  top: 0;
  right: 0;
}
.menu-area01 {
  z-index: 2;
  overflow: hidden;
  width: 352px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 6px 0px 0px #fe5581;
  transition: all .25s ease-out;
}
.menu-area01>.ttl01 {
  padding: 20px;
  background: #fe5581;
  text-align: center;
}
.menu-area01 .list01 {
  padding: 26px 0 41px 0;
}
.menu-area01 li:not(:first-child) {
  margin-top: 12px;
}
.menu-area01 a {
  position: relative;
  display: block;
  padding: 7px 0 7px 68px;
  color: #56635f;
  text-decoration: none;
  letter-spacing: .0em;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.menu-area01 a:before {
  position: absolute;
  top: calc(50% - 6px);
  left: 45px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #fe5581;
  content: "";
  opacity: 0;
}
.menu-area01 a.is-current {
  color: #fe5581;
}
.menu-area01 a.is-current:before {
  opacity: 1;
}
@media screen and (max-width: 1240px) {
  .menu-area01 {
    width: 220px;
    right: calc((100vw - 500px) / 4 - 110px);
  }
  .menu-area01 a {
    padding-left: 27px;
    font-size: 1.6rem;
  }
  .menu-area01 a:before {
    top: calc(50% - 5px);
    left: 11px;
  }
}
@media screen and (max-width: 1000px) {
  .menu-area01 {
    display: none !important;
  }
}
@media screen and (max-height: 500px) {
  .menu-area01 {
    display: none !important;
  }
}
/*-----------------------
fixed-area
------------------------*/
.fixed-area01 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
}
.fixed-area01 .wrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .wrap01 {
    padding: 8px 18px;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .wrap01 {
    padding: 8px 4.26667vw;
  }
}
.fixed-area01 .btn-type01 {
  width: 400px;
  min-height: 56px;
  font-size: 1.8rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .fixed-area01 .btn-type01 {
    max-width: 339px;
    min-height: 48px;
    font-size: 1.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .fixed-area01 .btn-type01 {
    font-size: 3.2vw !important;
    min-height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed-area01 br {
    display: none;
  }
}
body.cpnloadEnd .fixed-area01 {
  display: none !important;
}
/*-----------------------
case-wrap01
------------------------*/
.case-wrap01 {
  position: relative;
  margin-top: 80px;
}
.case-wrap01>.title01 {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 0;
  width: 100%;
}
.case-wrap01>.title02 {
  position: absolute;
  z-index: 1;
  top: -16px;
  right: 36px;
}
/*-----------------------
case-frame01
------------------------*/
.case-frame01 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 25px 15px;
  background: #fff9e5;
}
.case-frame01.-orange01 {
  background: #fad7b3;
}
.case-frame01.-blue01 {
  background: #b3e8e8;
  padding-bottom: 30px;
}
.case-frame01>.wrap02 {
  width: 245px;
  margin-left: 18px;
}
/*-----------------------
case-box01
------------------------*/
.case-box01 {
  text-align: center;
  border-radius: 16px;
  font-weight: bold;
}
.case-box01>.wrap01 {
  position: relative;
  padding: 12px 6px 10px;
  background: #fff;
  border-radius: 16px 16px 0 0;
}
.case-box01>.wrap01::after {
  position: absolute;
  z-index: 1;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  content: "";
}
.case-box01>.wrap01>.txt01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  line-height: 1.0;
}
.case-box01>.wrap02 {
  position: relative;
  padding: 14px 7px 8px;
  border-radius:  0 0 12px 12px;
  background: #ffedb3;
  line-height: 1.0;
}
.case-box01>.wrap02.-icon01::before {
  position: absolute;
  z-index: 1;
  top: -18px;
  right: 5px;
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  background: url(/kojin/olive/special/campaign/debit/2026spring/imgs/index_bg_04.svg) center / contain no-repeat;
}
.case-box01.-orange01>.wrap02 {
  background: #fbc690;
}
.case-box01.-blue01>.wrap02 {
  background: #66d1d1;
}
/*-----------------------
modal
------------------------*/
html.is-modalShow {
  overflow: hidden;
  height: 125%;
}
html.is-modalShow body {
  position: fixed;
  width: 100%;
}
.modal-area.-show .modal-bg {
  display: flex;
}
.modal-area.-show .modal-content {
  display: block;
}
.modal-area .modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 94;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content {
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.modal-area .modal-content.is-modalShow {
  display: flex;
}
.modal-area .modal-frame {
  position: relative;
  z-index: 7;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 auto;
  max-height: calc(100% - 120px);
  width: 960px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(20, 29, 29, 0.16);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-frame {
    width: calc(100% - 9.6vw);
  }
}
.modal-area .modal-wrap01 {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 24px 30px 24px 30px;
  width: 100%;
  height: 50%;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-wrap01 {
    padding: 24px 16px 24px 16px;
  }
}
.modal-area .ttl01 {
  padding: 0 1px 0 0;
  color: #004831;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .ttl01 {
    font-size: 2.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .modal-area .ttl01 {
    font-size: 6.4vw;
  }
}
.modal-area .formWrap01 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
  height: 60vh;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .formWrap01 {
    margin-top: 6.13333vw;
  }
}
.modal-area .formWrap01 iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-area .btnClose01 {
  appearance: none;
  position: absolute;
  top: 22px;
  right: 21px;
  width: 34px;
  height: 34px;
  border: 1px solid #d5dedb;
  border-radius: 50%;
  background: url("/kojin/cmn/imgs/btn_close_01.svg") center center no-repeat #ffffff;
}
/*-----------------------
fixed-area02
------------------------*/
.fixed-area02 {
  position: fixed;
  top: 50%;
  left: calc((100vw - 500px) / 4 - 250px);
  transform: translateY(-50%);
  z-index: 4;
}
@media screen and (max-width: 1700px) {
  .fixed-area02 {
    width: 450px;
    left: calc((100vw - 500px) / 4 - 225px);
  }
}
@media screen and (max-width: 1600px) {
  .fixed-area02 {
    width: 400px;
    left: calc((100vw - 500px) / 4 - 200px);
  }
}
@media screen and (max-width: 1300px) {
  .fixed-area02 {
    display: none !important;
  }
}
@media screen and (max-height: 650px) {
  .fixed-area02 {
    display: none !important;
  }
}
/*-----------------------
modal
------------------------*/
.modal-bg01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: transparent;
  font-size: 0;
}
.modal-block01.-cpModal01 {
  width: 540px;
}
.modal-block01.-cpModal01 > .inner > .header {
  padding: 24px 24px 0;
}
.modal-block01.-cpModal01 > .inner > .header > .title {
  padding-left: 0;
  text-align: left;
}
.modal-block01.-cpModal01 > .inner > .header > .title > .inner {
  color: #003927;
  font-size: 2rem;
}
.modal-block01.-cpModal01 > .inner > .body {
  margin: 0;
  padding: 24px;
}
.modal-block01.-cpModal01 .card-modal01 {
  margin: 0;
  background: #F3F8F6;
}
.modal-block01.-cpModal01 .card-modal01 > .inner {
  max-width: 100%;
}
.modal-block01.-cpModal01 .card-modal01 > .inner > .img,
.modal-block01.-cpModal01 .card-modal01 > .inner > .text {
  width: auto;
}
.modal-block01.-cpModal01 .card-modal01 > .inner > .img {
  min-width: 196px;
  min-height: 249px;
}
.modal-block01.-cpModal01 .card-modal01 > .inner > .text {
  width: 274px;
  margin: 24px 0 0;
}
.card-modal01.-dtl01 {
  flex-direction: column;
  align-items: center;
  padding: 26px 24px 36px;
  text-align: center;
}
.card-modal01.-dtl01 > .ttl01 {
  color: #003927;
  font-size: 1.8rem;
  font-weight: 700;
}
.card-modal01.-dtl01 > .cont01 {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.card-modal01.-dtl01 > .cont01 > .img02 {
  margin-left: 40px;
}
.card-modal01.-dtl01 > .cont02 {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .modal-block01.-cpModal01 > .inner > .header,
  .modal-block01.-cpModal01 > .inner > .body {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
  .card-modal01.-dtl01 {
    padding: 17px 13px 24px;
  }
}
/*-----------------------
card
------------------------*/
[class*="card-normal"].-noBorder {
  border: 0;
}
[class*="card-normal"].-radius01 {
  border-radius: 12px;
}
[class*="card-normal"].-radius01>.inner>.header {
  border-radius: 12px 12px 0 0;
}
[class*="card-normal"].-radius01>.inner>.body {
  border-radius: 0 0 12px 12px;
}
.card-normal01.-bg01 {
  position: relative;
  background: linear-gradient(95.4deg, #ff80a1 2.98%, #f3f7d2 50.27%, #cafdff 97.55%);
}
.card-normal01.-bg01::before {
  content: '';
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #fff;
  border-radius: 8px;
  top: 4px;
  left: 4px;
}
/*-----------------------
list
------------------------*/
.list-step01>.item:not(:first-child) {
  padding-top: 103px;
}
.list-step01>.item:not(:first-child)::before {
  border-color: #b0aee8 transparent transparent transparent;
  top: calc(103px / 2 - (20px / 2));
}
.list-step01.-type02>.item:not(:first-child) {
  margin-top: 103px;
  padding-top: 0;
}
.list-step01.-type02>.item:not(:first-child)::before {
  content: '';
  width: 139px;
  height: 70px;
  background: url(/kojin/olive/special/campaign/debit/2026spring/imgs/index_ico_01.svg) 0 0 / 100% auto no-repeat;
  top: calc(103px / -2 - (70px / 2));
  left: calc(50% - (138px / 2));
  border: 0;
}
.list-num02>.item>.child>.title>.mark,
.list-num02>.item>.mark {
  background: #fe5581;
  color: #fff;
}
/*-----------------------
button
------------------------*/
.btn-type01.-orange01 {
  background: #ff5f04;
}
.btn-type01.-orange01:not(:disabled):not([aria-disabled=true]):hover {
  background: #e95501;
}
.btn-type01>.balloon {
  position: absolute;
  top: -42%;
  left: 50%;
  transform: translateX(-50%);
}
/*-----------------------
label
------------------------*/
.label-mark02.-blue01 {
  background: #4b47a2;
}
.label-mark02.-blue01 {
  font-family: "roboto-bold";
  display: inline-block;
  padding: 8px 10px 7px 10px;
  min-width: 0;
  border-radius: 4px;
  background: #4b47a2;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1;
}
/*-----------------------
text
------------------------*/
.text-balloon01 {
  display: block;
  margin: auto;
  padding: 5px 18px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 16px;
  background: #fff;
  color: #141d1d;
  box-shadow: 0px 9px 8px 0px #141d1d14, 0px 0px 4px 0px #141d1d1f;
  position: relative;
}
.text-balloon01::before {
  content: '';
  display: block;
  width: 8px;
  height: 7px;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.text-balloon02 {
  position: relative;
  display: inline-block;
  margin-bottom: 9px;
  padding: 4px 8px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-radius: 4px;
}
.text-balloon02::before {
  content: '';
  display: block;
  width: 12px;
  height: 10px;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.text-balloon02.-pink01,
.text-balloon02.-pink01::before {
  background: #fe5581;
  color: #fff;
}
/*-----------------------
general
------------------------*/
._t-gray04 {
  color: #56635f;
}
._t-blue01 {
  color: #4b47a2 !important;
}
._t-pink01 {
  color: #fe5581 !important;
}