@charset "shift_jis";
/* Updated 2024/09/24.T */
/* Updated 2024/09/19.T */
.nyukinCpEndTxt {
  padding: 15px 0 16px;
  background: #003927;
  font-weight: bold;
  font-size: 42px;
  color: #fff;
  text-align: center;
}
#footer-content .footer-pageTop {
  position: relative;
}
@media screen and (max-width: 767px) {
  .nyukinCpEndTxt {
    padding: 8px 10px 6px;
    font-size: 16px;
  }
  #footer-area.footer-fixed:not(.-close) #footer-content .footer-logo {
    padding-bottom: 84px;
  }
}
/*-----------------------
common parts
------------------------*/
#footer-content {
  margin-top: 0;
}
.btn-type01.-orange01 {
  background: #fd5e04;
}
.sec-inr01 {
  width: 100%;
  margin: 0 auto;
  padding: 0 18px;
}
.bg-content {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: url(/kojin/olive/special/olive-campaign/keidai/imgs/index_bg_01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: -1;
}
.card-modal01 {
  background: #f5f9e6;
}
.layout-bg01 {
  position: relative;
}
._none-border {
  border: none !important;
}
.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 40px;
  text-decoration: none;
}
.btn01.btn-orange01 {
  width: 100%;
  max-width: 360px;
  height: 60px;
  background: #ff5f04;
  box-shadow: 0px 6px 8px rgba(193, 93, 0, 0.3);
}
.btn01.btn-orange01 > .inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.btn01.btn-white01 {
  width: 100%;
  max-width: 200px;
  height: 40px;
  background: #fff;
  border: 1px solid #d5dedb;
}
.btn01.btn-white01 > .inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #004831;
  font-size: 1.6rem;
  font-weight: bold;
}
.txt-orange01 {
  color: #E95501;
}
/*-----------------------
section-main
------------------------*/
.section-main {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  overflow: visible;
  box-shadow: 0 14px 40px 0 rgba(20, 29, 29, 0.16);
}
@media screen and (max-width: 767px) {
  .section-main {
    box-shadow: none;
  }
}
.section-main .section-mainInr {
  overflow: hidden;
}

/*-----------------------
bnr-area
------------------------*/
.bnr-area {
  padding: 30px 0 40px;
  background: #f5f9e6;
}
.bnr-area .text-hooray01>.inner::after,
.bnr-area .text-hooray01>.inner::before {
  background: #c4d700;
}

/*-----------------------
sec01
------------------------*/
.sec01 {
  padding-top: 30px;
  padding-bottom: 40px;
}
.sec01 .cont-blk {
  margin-top: 55px;
  padding: 45px 10px 0;
  background: #fffcf2;
  border-radius: 13px;
}
.sec01 .cont-blk .ttl03 {
  margin-top: -70px;
}
.sec01 .cont-blk .img01 {
  margin-top: 20px;
}
.sec01 .cont-blk .img03 {
  margin-top: 12px;
}
.sec01 .cont-blk .img04 {
  margin: 16px -10px -1px -10px;
}
.sec01 .cont-blk .table-cont {
  margin-top: 25px;
}
.sec01 .cont-blk .table-cont .table-item:not(:first-child) {
  margin-top: 15px;
}
.sec01 .cont-blk .table-cont .table-item dt {
  padding: 3px 10px;
  font-weight: bold;
  color: #fff;
  background: #017a4f;
}
.sec01 .cont-blk .table-cont .table-item dd {
  padding: 3px 10px;
}
.sec01 .cont-blk.blk02 {
  padding: 45px 20px 0;
}

/*-----------------------
sec02
------------------------*/
.sec02 {
  padding: 40px 0 40px;
  background: #F5F9E6;
}
.ttl02 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.basic-blk {
  background: #fff;
  border-radius: 12px 12px;
}
.basic-blk:first-of-type {
  margin-top: 38px;
}
.basic-blk .ttl03 {
  padding: 20px 12px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(90deg, #E46698, #E04283);
  border-radius: 12px 12px 0 0;
}

/*-----------------------
card-Area01
------------------------*/
.card-Area01 .cardInner01,
.card-Area01.col2 .cardInner01 {
  width: calc(50% - 1px);
  padding: 10px 8px 25px;
  border-left: 1px solid #017a4f;
  border-top: 1px solid #017a4f;
  text-align: center;
  box-sizing: border-box;
}
.card-Area01 .item-title01 {
  font-size: 24px;
  color: #017a4f;
  font-weight: bold;
}
.card-Area01 .item-img01 {
  margin: 30px 0 0;
  min-height: 130px;
}
.card-Area01 .item-img02 {
  margin: 30px 0 0;
}
.card-Area01 .cardInner01:nth-child(-n+2) {
  border-top: none;
}
.card-Area01 .cardInner01:nth-child(3) {
  position: relative;
}
.card-Area01 .item-img01 {
  min-height: 102px;
}
.card-Area01 .cardInner01,
.card-Area01.col2 .cardInner01 {
  width: calc(50% - 1px);
  padding: 10px 8px 25px;
  border-left: 1px solid #017a4f;
  border-top: 1px solid #017a4f;
  text-align: center;
  box-sizing: border-box;
}
.box-shape {
  padding: 20px 30px;
  border-bottom: 1px solid #d5dedb;
}
.text-note01 {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.7;
}
.text-note01 li {
  position: relative;
  margin: 3px 0 0;
  padding-left: 2em;
}
.text-note01 span {
  position: absolute;
  left: 0;
  top: 0em;
}

/*-----------------------
fixed-area
------------------------*/
#footer-fixed {
  position: relative;
  background: rgba(255, 255, 255, .8);
}
#fixed-area.fixed-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#footer-fixed .panel {
  display: block !important;
  height: 100% !important;
  padding: 22px 5.33% 14px !important;
  background: none;
  box-shadow: none;
}


.kv {
  position: relative;
}
.kv-img {
  width: 100%;
}
.kv-btn {
  position: absolute;
  display: flex;
  flex-flow: column;
  width: calc(100% - 10%);
  top: 88.8%;
  left: 5%;
}
.kv-btnIco01 {
  position: relative;
  top: .1em;
  margin-right: .16em;
  transform: rotate(90deg);
}
.content01 img {
  width: 100%;
}
.content02 {
  background-image: linear-gradient(0deg,#c4eeec ,#cee398);
  padding: 40px 0 60px;
}
.content02 .flow {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.content02 .white-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 0 20px 40px;
  margin: 30px auto;
}
.white-box .step-content:not(:last-child)::after {
  content: url(/kojin/olive/special/olive-campaign/keidai/imgs/index_ico_01.png);
  display: flex;
  justify-content: center;
  margin: 36px 0;
}
.step-lable {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.step {
  background-color: #004831;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 9px;
}
.white-box .title {
  font-size: 22px;
  font-weight: bold;
  color: #004831;
  text-align: center;
}

.white-box .text01 {
  font-size: 18px;
  font-weight: bold;
  margin: 24px 0 0;
}
.white-box .title + .btn-type01,
.white-box .btn-list01 {
  margin-top: 24px;
}
.white-box .btn-type01 {
  width: 100%;
}
.white-box .conditions {
  color: #006444;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 26px;
  margin: 0 30px;
}
.white-box .conditions li {
  margin-bottom: 17px;
}
.white-box .text02 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 27px;
}
.white-box .text03 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.white-box .icon-blank01  {
  margin: 0 30px;
  display: block;
}
.white-box .icon-blank01 .inner {
  font-size: 16px;
  font-weight: bold;
}
.note-box {
  display: flex;
  background: #F5F9E6;
  margin-top: 24px;
  padding: 16px;
  font-size: 14px;
  text-align: left;
  border-radius: 4px;
}
.note-box::before {
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  margin: 4px 7px 4px 4px;
  background: url(/kojin/olive/special/olive-campaign/keidai/imgs/index_ico_03.svg) center / contain no-repeat;
  content: "";
}
.note-box > .inner {
  width: calc(100% - 25px);
}
.content02 .coupon {
  padding-bottom: 60px;
}
.content02 .coupon::before {
  content: url(/kojin/olive/special/olive-campaign/keidai/imgs/index_ico_02.png);
  display: flex;
  justify-content: center;
  margin-top: 47px;
  margin-bottom: 20px;
}
.coupon .coupon-img {
  text-align: center;
}
.coupon .list-notice01 {
  margin: 0 35px;
}
.sec02 .charm-img {
  text-align: center;
}
.basic .text-note01 {
  margin: 20px 20px 0;
  padding-bottom: 38px;
}
.sec-inr01 .detail {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.campaign-table {
  font-size: 14px;
}
.campaign-table th {
  background-color: #006444;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  width: 30%;
  border-bottom: 1px solid #D5DEDB;
}
.campaign-table td {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #D5DEDB;
}
.campaign-th.start {
  border-radius: 12px 0 0 0;
}
.campaign-td.start {
  border-radius: 0 12px 0 0;
}
.campaign-th.end {
  border-radius: 0 0 0 12px;
  border-bottom: none;
}
.campaign-td.end {
  border-radius: 0 0 12px 0;
  border-bottom: none;
}
.list-circle01.dotblack:not(:first-child) {
  margin-top: 13px;
}
.list-circle01.dotblack {
  margin-bottom: 13px;
}
.list-circle01.dotblack>.item::before {
  background: #56635F;
}
.footer-btn {
  display: flex;
  justify-content: center;
}
.footer-btn .btn-type01, .btn-type02 {
  width: 450px;
}

@media screen and (max-width: 767px) {
  .footer-btn .btn-type01, .btn-type02 {
    width: auto;
  }
  .footer-btn .btn-type01, .btn-type02 {
    min-width: 154px;
    padding: 3px 13px;
  }
}
/*-----------------------
ancFixed
------------------------*/
.ancFixed {
  position: fixed;
  top: 47%;
  left: 60px;
  margin-top: -100px;
  z-index: 10;
}
.ancFixed .fixTtl {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #108259;
  line-height: 0.8;
}
.ancFixed .menu {
  position: relative;
  top: 26px;
  z-index: 10;
  left: 17%;
}
.ancFixed .ancBox {
  position: relative;
  width: 300px;
  height: 269px;
  padding: 42px 0 29px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 5px 5px 1px 1px #94b594;
}
.ancFixed .ancBox .ancList [class *="list0"] {
  margin-top: 30px;
}
.ancFixed .ancBox .ancList [class *="list0"]:first-child {
  margin-top: 0;
}
.ancFixed .ancBox .ancList [class *="list0"] a {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1046px) {
  ._pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  ._pc-only {
    display: none !important;
  }
}
._pl20 {
  padding-left: 20px !important;
}
.content01-link {
  background-color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 374px) {
  .sml-phoneFs16 {
    font-size: 16px !important;
  }
}
/* ----------------------------------
slide
---------------------------------- */
.cmn-slide01 {
  position: relative;
  max-width: 100%;
  margin: auto;
}
.cmn-slide01_wrap01 {
  overflow: hidden;
  margin: 0 0 0 0;
  width: 100%;
}
.cmn-slide01 .carousel-block02 {
  margin: 0 0 0 0 !important;
  padding: 0;
}
.cmn-slide01_item {
  margin-right: 5px;
  padding-right: 10px;
  height: 100%;
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .cmn-slide01_item {
    margin-right: 1vw;
    padding-right: 2vw;
  }
}
.cmn-slide01_frame01 {
  width: 260px;
  height: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .cmn-slide01_frame01 {
    width: 240px;
  }
}
@media screen and (max-width: 340px) {
  .cmn-slide01_frame01 {
    width: 230px;
  }
}
.cmn-slide01_head01 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #C7E8FF;
}
.cmn-slide01_head01:before {
  position: absolute;
  top: 13px;
  left: 90px;
  z-index: 1;
  display: block;
  width: 2px;
  height: calc(100% - 12px * 2);
  background-color: #f3f8f6;
  content: "";
}
.cmn-slide01_head01 .headTitle01 {
  width: 67px;
  margin-right: 26px;
  text-align: center;
  font-size: 1.4rem;
}
.cmn-slide01_head01 .headText01 {
  flex: 1;
  letter-spacing: -.01em;
  font-weight: 700;
  font-size: 1.4rem;
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .cmn-slide01_head01 .headText01 {
    font-size: 3.73vw;
  }
}
.cmn-slide01_body01 {
  font-size: 1.4rem;
  flex: 1;
  padding: 20px 18px;
}
.cmn-slide01_body01 ._t-center img {
  margin: 0 auto;
}
.cmn-slide01 .slick-track {
  display: flex;
  align-items: stretch;
}
.cmn-slide01 .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: auto !important;
}
.cmn-slide01 .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #017a4f;
  box-shadow: 0 0 4px rgba(20, 29, 29, 0.05), 0 10px 12px rgba(20, 29, 29, 0.08);
}
.cmn-slide01 .slick-arrow::before {
  position: absolute;
  top: calc(50% - (1.375em / 2));
  left: calc(50% - (1.375em / 2));
  display: block;
  width: 1.375em;
  height: 1.375em;
  background: url("/kojin/cmn/imgs/ico_arrow_right_02.svg") 0 0/cover no-repeat;
  content: "";
}
.cmn-slide01 .slick-arrow.slick-disabled {
  display: none !important;
}
.cmn-slide01 .slick-prev {
  left: -27px;
}
.cmn-slide01 .slick-prev:before {
  transform: rotate(180deg);
}
.cmn-slide01 .slick-next {
  right: -13px;
}
.cmn-slide01 .carousel-block02 > .list.slick-dotted {
  padding-bottom: 46px;
  margin: 0;
}
.cmn-slide01 .carousel-block02 > .list > .slick-dots {
  bottom: 20px;
}
.cmn-slide01 .carousel-block02 > .list > .slick-dots li:not(:first-child) {
  margin-left: 6px;
}
.cmn-slide01 .copy-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmn-slide01 .copy-area .txt01 {
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
}
.cmn-slide01 .copy-area .copybtn {
  width: 101px;
  height: 33px;
  border: 2px solid #004831;
  background: #fff;
  line-height: 33px;
  text-align: center;
  position: relative;
  top: 2px;
  transition-duration: .4s;
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .cmn-slide01 .copy-area > .box:nth-of-type(2) {
    padding-left: 8px;
    flex: 1;
  }
  .cmn-slide01 .copy-area .txt01 {
    font-size: 7.47vw;
  }
  .cmn-slide01 .copy-area .copybtn {
    max-width: 100%;
  }
}
.cmn-slide01 .copy-area .copybtn:hover {
  background: #E2F2F4;
}
.cmn-slide01 .copy-area .copybtn > .inner {
  color: #004831;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  top: -0.2em;
}
.cmn-slide01 .app-list {
  display: flex;
  justify-content: center;
  max-width: 174px;
  margin: 24px auto 0 ;
}
/*---------------------------------------------
step-area_tab01
---------------------------------------------*/
.step-area_tab01 {
  max-width: 299px;
  margin: 24px auto 0;
}
/* SMALL STYLES */
@media screen and (max-width: 320px) {
  .step-area_tab01 {
    margin: 15px -6px 0;
  }
}
.step-area_tab01 .tabHead01 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 76px;
  border-bottom: 4px solid #004831;
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .step-area_tab01 .tabHead01 {
    height: 20.26667vw;
    background-size: 100% auto;
  }
}
.step-area_tab01 .tabHead01 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48.82%;
  height: 90.3%;
  background: #e1e3e7;
  padding: 0 2px;
  color: #003927;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.05em;
  line-height: 19.5px;
  cursor: pointer;
}
.step-area_tab01 .tabHead01 button.is-active {
  width: 51.17%;
  height: 100%;
  background: #004831;
  color: #fff;
  line-height: 1.5;
  z-index: 1;
}
.step-area_tab01 .tabHead01 button > .inner {
  display: inline-block;
  font-size: 1.3rem;
}
/* SMALL STYLES */
@media screen and (max-width: 323px) {
  .step-area_tab01 .tabHead01 button > .inner {
    font-size: 1.2rem;
  }
}
.step-area_tab01 .tabBody01 {
  display: none;
  margin: auto;
  padding: 16px 0 0;
  background-color: #f3f8f6;
}
.step-area_tab01 .tabBody01.is-active {
  display: block;
}
.slide-bgArea01,
.slide-bgArea02 {
  padding: 16px 0 40px;
  background: #fff;
}
.slide-bgArea02 {
  margin-top: -70px;
}
/* ----------------------------------
cmn-ttl
---------------------------------- */
.cmn-ttl01 {
  margin: 0 0 10px 0;
  padding: 1px 0 1px 11px;
  border-left: 4px solid #004831;
}
.cmn-ttl01_text01,
.cmn-ttl01_text02 {
  display: block;
}
.cmn-ttl01_text01 {
  font-weight: 700;
  font-size: 1.6rem;
}
.cmn-ttl01_text02 {
  margin: -2px 0 0 0;
  font-size: 1.2rem;
}
.cmn-ttl01 sup {
  display: inline-block;
  font-size: 1.0rem;
  transform: translate(0, 2px);
}
