@charset "Shift_JIS";
/* Updated 2025/08/18.T */
/* Updated 2024/03/18.T */
.section-rec01 + .section-rec01 {
  margin-top: 56px;
}
.list-circle01.-gray01 > .item::before {
  background: #56635F;
}
.card-modal01 {
  background: #f5f9e6;
}
#footer-content .footer-logo {
  padding-bottom: 117px;
}
/*-----------------------------------
schedule-area01
-----------------------------------*/
.schedule-area01 .table-detail01 {
  border-radius: 16px;
  border: none;
}
.schedule-area01 .table-detail01>.item:not(:first-child) {
  border: none;
}
.schedule-area01 .table-detail01>.item>.row>.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 15px;
  min-height: 79px;
  text-align: center;
}
.schedule-area01 .table-detail01>.item>.row>.header.-green01 {
  border-radius: 16px 0 0 0;
  background: #c6de78;
  color: #004831;
}
.schedule-area01 .table-detail01>.item>.row>.header.-green02 {
  background: #006444;
  color: #fff;
}
.schedule-area01 .table-detail01>.item>.row>.header.-orange01 {
  border-radius: 0 0 0 16px;
  background: #ee7800;
  color: #fff;
}
.schedule-area01 .table-detail01>.item>.row>.data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.schedule-area01 .table-detail01>.item>.row>.data.-first01 {
  border: 1px solid #d5dedb;
  border-radius: 0 16px 0 0;
}
.schedule-area01 .table-detail01>.item>.row>.data.-middle01 {
  border-right: 1px solid #d5dedb;
  border-left: 1px solid #d5dedb;
}
.schedule-area01 .table-detail01>.item>.row>.data.-end01 {
  border: 1px solid #d5dedb;
  border-radius: 0 0 16px 0;
}
/*-----------------------------------
card-section01
-----------------------------------*/
.card-section01.-deposit01 {
  margin-top: 40px;
  background: #f5f9e6;
}
/*-----------------------------------
card-layout
-----------------------------------*/
.card-layout01 {
  display: flex;
  max-width: 988px;
  margin: 12px auto 0;
}
.card-layout01>.item {
  width: calc((100% - 60px) / 4);
}
.card-layout01>.item:not(:first-child) {
  margin-left: 20px;
}
/*-----------------------------------
card-tile
-----------------------------------*/
.icon-link01.card-tile02.-bottom.-anchor01 {
  padding: 30px 6px 36px;
}
.icon-link01.card-tile02.-bottom.-anchor01>.inner::after {
  bottom: 14px;
}
/*-----------------------------------
glyph-deposit
-----------------------------------*/
[class*=glyph-].card-tile01 {
  padding: 16px;
}
.glyph-deposit01.card-tile01>.inner::before {
  width: 116px;
  height: 91px;
  background: url(/kojin/olive-account/automatic-deposit/imgs/index_ico_02.svg) 0 0 / contain no-repeat;
}
.glyph-deposit02.card-tile01>.inner::before {
  width: 106px;
  height: 91px;
  background: url(/kojin/olive-account/automatic-deposit/imgs/index_ico_03.svg) 0 0 / contain no-repeat;
}
.glyph-deposit03.card-tile01>.inner::before {
  width: 109px;
  height: 96px;
  background: url(/kojin/olive-account/automatic-deposit/imgs/index_ico_04.svg) 0 0 / contain no-repeat;
}
/*-----------------------------------
divider-card01
-----------------------------------*/
.divider-card01 {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 4px 0px #141d1d0d,0px 8px 10px 0px #141d1d14;
  text-align: center;
}
.divider-card01>.head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 16px;
  border-bottom: 1px solid #eff2f1;
  font-size: 1.6rem;
  font-weight: bold;
  color: #03794f;
}
.divider-card01>.body {
  padding: 16px 16px 25px;
}
/*-----------------------------------
border-wrap01
-----------------------------------*/
.border-wrap01 {
  border: 1px solid #d5dedb;
  margin: 84px 0 0;
  padding: 40px 106px 32px;
  border-radius: 8px;
}
.border-wrap01>.inner {
  max-width: 868px;
  margin: auto;
}
.border-wrap01>.inner>.title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #004831;
}
/* ----------------------------------
card-layout03
---------------------------------- */
.card-layout03 {
  display: flex;
  margin: 40px 0 0;
}
.card-layout03>.item01 {
  position: relative;
  width: 250px;
  background: #F5F9E6;
  border-radius: 8px;
  padding: 48px 12px 24px;
  text-align: center;
}
.card-layout03>.item01::before {
  display: block;
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  width: 50px;
  height: 50px;
}
.card-layout03>.item01:nth-child(1):before {
  background: url(/kojin/olive-account/automatic-deposit/imgs/index_ico_07.svg) no-repeat 0 0 /100%;
}
.card-layout03>.item01:nth-child(2):before {
  background: url(/kojin/olive-account/automatic-deposit/imgs/index_ico_08.svg) no-repeat 0 0 /100%;
}
.card-layout03>.item01:nth-child(3):before {
  background: url(/kojin/olive-account/automatic-deposit/imgs/index_ico_09.svg) no-repeat 0 0 /100%;
}
.card-layout03>.item01:not(:first-child) {
  margin-left: 58px;
}
.card-layout03>.item01:not(:first-child)::after {
  display: block;
  content: '';
  position: absolute;
  left: -42px;
  top: calc(50% - 20px);
  width: 26px;
  height: 40px;
  background: url(/kojin/olive-account/automatic-deposit/imgs/index_ico_06.svg) no-repeat 0 0 / 100%;
}
.card-layout03>.item01>.head {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 144px;
  font-size: 1.6rem;
}
.card-layout03>.item01>.body {
  margin: 16px 0 0;
}
/*-----------------------------------
deposit-box02
-----------------------------------*/
.deposit-box02 {
  padding: 40px 16px 32px;
  border: 1px solid #d5dedb;
  border-radius: 8px;
}
.deposit-box02>.title01 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #004831;
}
.deposit-box02>.wrap01 {
  max-width: 868px;
  margin: 40px auto 0;
}
/*-----------------------------------
num-box01
-----------------------------------*/
.num-box01 {
  position: relative;
  padding: 48px 16px 24px;
  background: #f5f9e6;
  border-radius: 8px;
}
.num-box01>.num {
  position: absolute;
  top: -5px;
  left: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #006444;
  border-radius: 50%;
  color: #fff;
  font-size: 3.0rem;
  font-weight: bold;
  font-family: "Roboto Condensed";
}
.num-box01>.txt01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 144px;
}
.num-box01>.imgWrap01 {
  margin-top: 16px;
  text-align: center;
}
/*-----------------------------------
list-step
-----------------------------------*/
.list-step01.-deposit01>.item:not(:first-child) {
  padding-top: 27px;
}
.list-step01.-deposit01>.item:not(:first-child)::before {
  top: 8px;
  left: calc(50% - 14px);
  border-width: 11px 14px 0 14px;
  border-color: #c6de78 transparent transparent transparent;
}
.list-step01.-deposit02>.item:not(:first-child) {
  padding-top: 79px;
}
.list-step01.-deposit02>.item:not(:first-child)::before {
  top: 24px;
  left: calc(50% - 40px);
  border-width: 31px 40px 0 40px;
  border-color: #c6de78 transparent transparent transparent;
}
/*-----------------------------------
check-list01
-----------------------------------*/
.check-list01 {
  margin-top: 16px;
}
.check-list01>.item {
  position: relative;
  padding-left: 34px;
  display: inline-block;
}
.check-list01>.item:not(:first-child) {
  margin-top: 4px;
}
.check-list01>.item::before {
  content: "";
  display: block;
  position: absolute;
  top: .1em;
  left: 0;
  width: 1.375em;
  height: 1.375em;
  background: url(/kojin/olive-account/automatic-deposit/imgs/index_ico_05.svg) 0 0 / 100% auto no-repeat;
}
/*-----------------------------------
schedule-list01
-----------------------------------*/
.schedule-list01 {
  margin-top: 40px;
}
.schedule-list01>.item {
  position: relative;
  padding-left: 76px;
}
.schedule-list01>.item:not(:first-child) {
  margin-top: 24px;
}
.schedule-list01>.item::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 60px;
  height: 16px;
  background-color: #e2efbc;
}
.schedule-list01>.item.-green01::before {
  background-color: #017a4f;
}
.schedule-list01>.item.-orange01::before {
  background-color: #fad7b3;
}
/*-----------------------------------
deposit-stepList01
-----------------------------------*/
.deposit-stepList01 {
  display: flex;
}
.deposit-stepList01>.item {
  position: relative;
  width: calc((100% - 116px) / 3);
}
.deposit-stepList01>.item:not(:first-child) {
  margin-left: 58px;
}
.deposit-stepList01>.item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -42px;
  transform: translateY(-50%);
  width: 26px;
  height: 40px;
  background: url(/kojin/olive-account/automatic-deposit/imgs/index_ico_06.svg) center / contain no-repeat;
}
/*-----------------------------------
text-hooray01
-----------------------------------*/
.text-hooray01.-deposit01 {
  margin-bottom: 10px;
  color: #004831;
}
.text-hooray01.-deposit01>.inner::before,
.text-hooray01.-deposit01>.inner::after {
  background: #004831;
}
/* ---------------------
textNote01
--------------------- */
.textNote01 {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.7;
}
.textNote01 li {
  position: relative;
  margin: 3px 0 0;
  padding-left: 2em;
}
.textNote01 span {
  position: absolute;
  left: 0;
  top: 0em;
}
/*-----------------------------------
modal
-----------------------------------*/
.text-block01.-modal01 {
  display: flex;
  justify-content: space-between;
}
.modal-wrap01,
.modal-wrap02 {
  padding: 32px;
  border-radius: 8px;
  background: #f5f9e6;
}
.modal-wrap01 {
  display: flex;
  align-items: center;
  width: 71%;
  margin-right: 2%;
}
.modal-wrap01>.txtWrap01 {
  width: calc(100% - 249px);
}
.modal-wrap01>.txtWrap01>.txt01,
.modal-wrap02>.txtWrap01>.txt01 {
  color: #004831;
  font-size: 2.0rem;
  font-weight: bold;
}
.modal-wrap01>.imgWrap01 {
  margin-left: 2px;
  width: 249px;
  margin-bottom: -32px;
}
.modal-wrap02 {
  width: 27%;
}
.modal-wrap02>.txtWrap01 {
  text-align: center;
}
.modal-wrap02>.txtWrap01>.imgWrap01 {
  margin-top: 32px;
}
/*-----------------------------------
qr-wrap01
-----------------------------------*/
.qr-wrap01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.qr-wrap01>.imgWrap01 {
  width: 118px;
  margin-right: 16px;
}
.qr-wrap01>.txtWrap01 {
  width: calc(100% - 134px);
}
/* ---------------------
guide-tab01
--------------------- */
.guide-tab01 > .list > .item > .switch {
  background: #F3F8F6;
}
.guide-tab01 > .list > .item > .switch > .inner {
  color: #56635F;
  font-size: 2rem;
}
.guide-tab01 > .wrap > .panel > .inner {
  padding: 40px 0 0;
}
/* ---------------------
slide
--------------------- */
.guide-slider01 {
  max-width: 946px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #d5dedb;
}
.guide-slider01 .slick-track {
  display: flex;
}
.guide-slider01 .slick-slide {
  height: auto !important;
}
.guide-slider01 .slick-slide > .inner {
  padding: 28px 50px 0;
}
.guide-slider01 .slick-arrow {
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto 0;
  background: #c4d700;
  border-radius: 50%;
  box-shadow: 0 9px 16px 0 rgba(212, 232, 4, .63);
  z-index: 1;
  transition: opacity .2s ease-in-out, background .3s ease-out;
}
.guide-slider01 .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.guide-slider01 .slick-arrow::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 66.7%;
  height: 66.7%;
  margin: auto;
  background: url("/kojin/cmn/imgs/ico_arrow_right_01.svg") center / cover no-repeat;
  content: "";
}
.guide-slider01 .slick-prev {
  left: -28px;
}
.guide-slider01 .slick-prev::before {
  transform: rotateY(180deg);
}
.guide-slider01 .slick-next {
  right: -28px;
}
.slick-dots {
  bottom: -24px;
  font-size: 0;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #d5dedb;
  border-radius: 50%;
  transition: background .2s ease-in-out;
}
.slick-dots > .slick-active button {
  background: #004831;
}
.slick-dots > :not(:first-child) {
  margin-left: 12px;
}
/* ---------------------
modal
--------------------- */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.custom-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.custom-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.custom-modal__content {
  overscroll-behavior: contain;
  position: relative;
  max-width: 500px;
  max-height: calc(100vh - 80px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 14px 40px 0px #141d1d29;
}
.custom-modal_inner {
  position: relative;
  padding: 70px 24px 24px;
  max-height: 80vh;
  overflow-y: scroll;
}
.custom-modal__content,
.custom-modal_inner {
  overflow: visible;
}
.custom-modal__close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
}
.custom-slide-container {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.custom-slide {
  display: none;
}
.custom-slide.active {
  position: relative;
  display: block;
}
.custom-icon-wrapper {
  position: absolute;
  left: 50%;
  top: -125px;
  transform: translateX(-50%);
  z-index: 10;
}
.custom-slideText01 {
  text-align: center;
  color: #004831;
  font-size: 2.4rem;
  font-weight: bold;
}
.custom-slideText02 {
  position: relative;
  margin-top: 24px;
  padding: 24px 10px;
  border-radius: 8px;
  background: #f8f7fa;
}
.custom-slideText02.-blue01 {
  background: #e0f1f4;
}
.custom-slideText02.-orange01 {
  background: #f8f4e1;
}
.custom-slideText02 > .label01 {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 172px;
  min-height: 25px;
  padding: 2px 9px;
  color: #004831;
  font-size: 1.4rem;
  font-weight: bold;
  background: #c4d700;
  border-radius: 27px;
}
.custom-slideText02 > .txt01 {
  padding-bottom: 16px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #d5dedb;
}
.custom-slideText02 > .txt02 {
  margin-top: 16px;
}
.custom-prev,
.custom-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #c4d700;
  border-radius: 50%;
  box-shadow: 0px 10px 12px 0px #c4d7004d;
}
.custom-prev {
  left: -25px;
}
.custom-next {
  right: -25px;
}
.custom-prev::after,
.custom-next::after {
  display: block;
  position: absolute;
  top: calc(50% - (30px / 2));
  width: 30px;
  height: 30px;
  background-image: url(/kojin/cmn/imgs/ico_arrow_right_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.custom-prev::after {
  left: calc(50% - (30px / 2));
  transform: rotateY(180deg);
}
.custom-next::after {
  right: calc(50% - (30px / 2));
}
.custom-slide {
  position: relative;
}
.icon-container {
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
  z-index: 2;
}
.slide-content {
  overflow-y: auto;
  max-height: calc(80vh - 125px);
}
/* ---------------------
btn-type01
--------------------- */
.btn-type01.-orange01 {
  background: #ff5f04;
  box-shadow: 0px 6px 8px 0px #c15d004d;
}
/* ---------------------
general parts
--------------------- */
._mt66 {
  margin-top: 66px !important;
}
@media screen and (min-width: 768px) {
  /* ---------------------
  btn-list01
  --------------------- */
  .btn-list01 {
    align-items: flex-end;
  }
  /* ---------------------
  card-layout
  --------------------- */
  .card-layout02 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-layout02>.imgWrap01 {
    margin-right: 24px;
  }
  /* ---------------------
  slide
  --------------------- */
  .guide-slider01 .slide-txtWrap01 {
    display: grid;
    grid-template-columns: 330px auto;
    grid-template-rows: 78px auto;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }
  .guide-slider01 .slide-txtWrap01>.ttl01 {
    margin-top: 30px;
    grid-area: 1/2/2/3;
  }
  .guide-slider01 .slide-txtWrap01>.imgWrap01 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .guide-slider01 .slide-txtWrap01>.txt01 {
    grid-area: 2 / 2 / 3 / 3;
  }
  /* ---------------------
  general parts
  --------------------- */
  ._pc-mt80 {
    margin-top: 80px!important;
  }
}
@media screen and (max-width: 767px) {
  #footer-fixed .panel > .inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #footer-content .footer-logo {
    padding-bottom: 115px;
  }
  /* ---------------------
  schedule-area01
  --------------------- */
  .schedule-area01 .table-detail01>.item>.row>.header {
    justify-content: center;
    width: 40%;
    padding: 10px;
  }
  .schedule-area01 .table-detail01>.item>.row>.data {
    justify-content: center;
    width: 60%;
    padding: 12px;
  }
  /* ---------------------
  border-wrap01
  --------------------- */
  .border-wrap01 {
    margin: 30px 0 0;
    padding: 24px 18px;
    border-radius: 8px;
  }
  /* ---------------------
  card-layout
  --------------------- */
  .card-layout01 {
    flex-wrap: wrap;
  }
  .card-layout01>.item {
    width: calc((100% - 20px) / 2);
  }
  .card-layout01>.item:not(:first-child) {
    margin-left: 0;
  }
  .card-layout01>.item:nth-child(2n+2) {
    margin-left: 20px;
  }
  .card-layout01>.item:nth-child(n+3) {
    margin-top: 20px;
  }
  .card-layout02>.imgWrap01 {
    text-align: center;
  }
  .card-layout02>.txt01 {
    margin-top: 16px;
  }
  .card-layout03 {
    justify-content: space-between;
    margin: 24px 0 0;
  }
  .card-layout03>.item01 {
    width: 45.21%;
    border-radius: 8px;
    padding: 16px 0 0;
  }
  .card-layout03>.item01::before {
    left: -10px;
    top: -12px;
    width: 30px;
    height: 32px;
  }
  .card-layout03>.item01:nth-child(1) {
    display: none;
  }
  .card-layout03>.item01:nth-child(2):before {
    background: url(/kojin/olive-account/automatic-deposit/imgs/index_ico_07.svg) no-repeat 0 0 /100%;
  }
  .card-layout03>.item01:nth-child(3):before {
    background: url(/kojin/olive-account/automatic-deposit/imgs/index_ico_08.svg) no-repeat 0 0 /100%;
  }
  .card-layout03>.item01:not(:first-child) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0;
  }
  .card-layout03>.item01:not(:last-child)::after {
    display: none;
  }
  .card-layout03>.item01:last-child::after {
    left: -14%;
    top: calc(50% - 9px);
    width: 3.2vw;
    height: 4.8vw;
  }
  .card-layout03>.item01>.head {
    padding: 0 12px;
    min-height: 120px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .card-layout03>.item01>.body {
    margin: 16px 0 0;
  }
  .card-layout03>.item01>.body img {
    max-width: 100%;
  }
  /* ---------------------
  divider-card01
  --------------------- */
  .divider-card01>.head {
    padding: 16px 8px;
  }
  .divider-card01>.body {
    padding: 16px 8px;
  }
  /*-----------------------------------
  deposit-stepList01
  -----------------------------------*/
  .deposit-stepList01 {
    flex-direction: column;
  }
  .deposit-stepList01>.item {
    width: 100%;
  }
  .deposit-stepList01>.item:not(:first-child) {
    margin-top: 58px;
    margin-left: 0;
  }
  .deposit-stepList01>.item:not(:first-child)::before {
    top: -45px;
    left: calc(50% - 20px);
    transform: rotate(90deg);
  }
  /*-----------------------------------
  glyph-deposit
  -----------------------------------*/
  [class*=glyph-deposit].card-tile01:hover,
  [class*=glyph-deposit].card-tile01:active {
    background: #f5f5f5;
  }
  [class*=glyph-deposit].card-tile01>.inner {
    display: flex;
    align-items: center;
  }
  [class*=glyph-deposit].card-tile01>.inner::before {
    margin: auto;
    width: 38%;
  }
  [class*=glyph-deposit].card-tile01>.inner>.text {
    width: 62%;
  }
  /* ---------------------
  slide
  --------------------- */
  .guide-slider01 .slick-slide > .inner {
    padding: 16px 24px;
  }
  .guide-slider01 .slide-txtWrap01>.imgWrap01 {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .guide-slider01 .slide-txtWrap01>.txt01 {
    margin-top: 16px;
  }
  .guide-slider01 .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .guide-slider01 .slick-next {
    right: -16px;
  }
  .guide-slider01 .slick-prev {
    left: -16px;
  }
  /* ---------------------
  modal
  --------------------- */
  .custom-modal {
    padding: 50px 4.8vw 0;
  }
  .custom-modal__content {
    width: 100%;
    max-width: 500px;
  }
  .custom-prev,
  .custom-next {
    width: 40px;
    height: 40px;
  }
  .custom-prev {
    left: -14px;
  }
  .custom-next {
    right: -14px;
  }
}