@charset "Shift_JIS";
/* Updated 2025/05/30.T */

/*==========================================
  Base style（Shift_JISシフトジス）
=============================================*/
/*------------------------------
  Local custom properties
--------------------------------*/
#main-area {
  --cp2506-color-bluishpurple01: #e9f6ff;
  --cp2506-color-blue01: #a1dff7;
  --cp2506-color-blue02: #aee2f7;
  --cp2506-color-bluishpurple01: #e9f6ff;
  --cp2506-color-green01: #004831;
  --cp2506-color-graygreen01: #56635f;
  --cp2506-color-graygreen-plus1: #d5dedb;
  --cp2506-color-orange01: #ff5f04;
  --cp2506-color-red01: #ff4848;
  --cp2506-color-red02: #ff0000;
  --cp2506-color-yellow01: #f8f6cf;
  --cp2506-color-yellow02: #d5d4b0;
  --cp2506-color-yellowgreen01: #c6d800;
  --cp2506-color-yellowgreen02: #f5f9e6;
  --cp2506-color-yellowgreen03: #e9efa9;
  --cp2506-color-white: #fff;
}
/*------------------------------
  Base
--------------------------------*/
@media screen and (min-width: 768px) {
  .cp2506-main {
    box-shadow: 0 4px 80px 0 rgb(20 29 29 / 0.2);
    max-width: 500px;
    margin: 0 auto;
  }
}

/*==========================================
  Parts Style
=============================================*/
/*------------------------------
  Text
--------------------------------*/
/* colors */
.cp2506-grayGreen01 {
  color: var(--cp2506-color-graygreen01);
}
.cp2506-red01 {
  color: var(--cp2506-color-red02);
}
/* -super01 */
.cp2506-super01 {
  font-size: 0.8em;
  vertical-align: super;
}
/* -decoration01 */
.cp2506-decoration01 {
  color: var(--cp2506-color-green01);
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  padding: 0 14px;
  text-align: center;
  width: fit-content;
}
.cp2506-decoration01.-large01 {
  padding: 0 20px;
}
.cp2506-decoration01::before,
.cp2506-decoration01::after {
  border-color: currentColor;
  bottom: 0.2em;
  content: "";
  height: 1.1em;
  position: absolute;
}
.cp2506-decoration01::before {
  border-left: solid 2px;
  left: 0;
  transform: rotate(-30deg);
}
.cp2506-decoration01::after {
  border-right: solid 2px;
  right: 0;
  transform: rotate(30deg);
}
.cp2506-decoration01.-large01::before,
.cp2506-decoration01.-large01::after {
  bottom: -0.2em;
  border-width: 3px;
  height: 3.2em;
}
/*------------------------------
  Table
--------------------------------*/
/* -table01 */
.cp2506-table01 {
  background-color: var(--cp2506-color-white);
  border-radius: 20px;
  overflow: hidden;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.cp2506-table01 + .cp2506-table01 {
  margin-top: 10px;
}
.cp2506-table01 .row + .row {
  border-top: 2px solid var(--cp2506-color-white);
}
.cp2506-table01 .header,
.cp2506-table01 .data {
  vertical-align: middle;
  padding: 16px;
  text-align: center;
}
.cp2506-table01 .header {
  background-color: var(--cp2506-color-yellowgreen01);
  color: var(--cp2506-color-green01);
  font-weight: 700;
}
.cp2506-table01 .header + .header {
  border-left: 1px solid var(--cp2506-color-graygreen-plus1);
}
.cp2506-table01 .data {
  background-color: var(--cp2506-color-yellowgreen02);
  font-size: 1.8rem;
}
.cp2506-table01 .data + .data {
  border-left: 2px solid var(--cp2506-color-white);
}
.cp2506-table01 .data .emphasis {
  color: var(--cp2506-color-red01);
  font-size: 2.2rem;
  font-weight: 700;
}
/* -table02 */
.cp2506-tableWrapper02 {
  border: 1px solid var(--cp2506-color-graygreen-plus1);
  border-radius: 8px;
  overflow: hidden;
}
.cp2506-table02 {
  table-layout: fixed;
  width: 100%;
}
.cp2506-table02 > tbody > .row > .header,
.cp2506-table02 > tbody > .row > .data {
  border-bottom: 1px solid var(--cp2506-color-graygreen-plus1);
  display: block;
  padding: 16px 16px 15px;
}
.cp2506-table02 > tbody > .row > .header {
  background-color: var(--cp2506-color-yellowgreen01);
  color: var(--cp2506-color-green01);
  font-weight: 700;
}
.cp2506-table02 > tbody > .row > .data {
  background-color: var(--cp2506-color-white);
}
.cp2506-table02 > tbody > .row:last-child .data {
  border: none;
}
/* -table03 */
.cp2506-tableWrapper03 {
  border: 1px solid var(--cp2506-color-graygreen-plus1);
  border-radius: 4px;
  overflow: hidden;
}
.cp2506-table03 {
  background-color: var(--cp2506-color-white);
  table-layout: fixed;
  width: 100%;
}
.cp2506-table03 .row + .row {
  border-top: 1px solid var(--cp2506-color-graygreen-plus1);
}
.cp2506-table03 .header,
.cp2506-table03 .data {
  vertical-align: middle;
  padding: 12px 12px 11px 12px;
}
.cp2506-table03 .header {
  background-color: var(--cp2506-color-yellowgreen03);
  font-weight: 700;
}
.cp2506-table03 .header + .header {
  border-left: 1px solid var(--cp2506-color-graygreen-plus1);
}
.cp2506-table03 .data + .data {
  border-left: 1px solid var(--cp2506-color-graygreen-plus1);
}
/*==========================================
  Contents Style
=============================================*/
/*------------------------------
  KV
--------------------------------*/
.cp2506-kv {
  display: grid;
}
.cp2506-kv > .title {
  order: 2;
}
.cp2506-kv > .title img {
  width: 100%;
}
.cp2506-kv > .lead {
  background-color: var(--cp2506-color-white);
  order: 1;
  padding: 11px 14px;
}
/*------------------------------
  Block
--------------------------------*/
/* -block01 */
.cp2506-block01 {
  background-color: var(--cp2506-color-yellow01);
  padding: 25px 30px;
}
/* -block02 */
.cp2506-block02 {
  background-color: var(--cp2506-color-blue01);
  padding: 32px 0;
}
.cp2506-block02 > .card01 {
  background-color: var(--cp2506-color-white);
  border-radius: 20px;
  margin: 32px 18px 0;
  padding: 32px 18px 34px;
}
.cp2506-block02 > .card01 > .image01 {
  margin-top: 2px;
  text-align: center;
}
.cp2506-block02 > .card01 > .image01 img {
  width: 98px;
}
.cp2506-block02 > .card01 > .image02 {
  margin-top: 24px;
  text-align: center;
}
/* -block03 */
.cp2506-block03 {
  background-color: var(--cp2506-color-bluishpurple01);
  padding: 32px 18px;
}
.cp2506-block03 > .heading {
  margin-bottom: 26px;
}
.cp2506-block03 > .heading > .title {
  text-align: center;
}
.cp2506-block03 > .heading > .title img {
  width: 250px;
}
/* -block04 */
.cp2506-block04 {
  background-color: var(--cp2506-color-white);
  padding: 32px 18px 48px;
}
.cp2506-block04 > .heading {
  margin-bottom: 25px;
}
.cp2506-block04 > .heading > .title {
  text-align: center;
}
.cp2506-block04 > .heading > .title img {
  width: 160px;
}
.cp2506-block04 > .card01 {
  background-color: var(--cp2506-color-white);
  padding: 32px 18px 48px;
}
/* -block05 */
.cp2506-block05 {
  background-color: var(--cp2506-color-bluishpurple01);
}
/* -block06 */
.cp2506-block06 {
  background-color: var(--cp2506-color-yellow01);
  padding: 48px 18px;
}
@media screen and (max-width: 767px) {
  .cp2506-block02 > .card01 {
    margin-left: 4.8vw;
    margin-right: 4.8vw;
  }
}
/*------------------------------
  Method
--------------------------------*/
/* -method01 */
.cp2506-methodWrapper01 {
  background-color: var(--cp2506-color-yellow01);
  border-radius: 20px;
  display: grid;
  row-gap: 36px;
  padding: 24px 16px;
}
.cp2506-method01 > .heading {
  background-color: var(--cp2506-color-yellowgreen01);
  border-radius: 5px;
  margin-bottom: 20px;
}
.cp2506-method01 > .heading > .title {
  align-items: center;
  color: var(--cp2506-color-green01);
  display: flex;
  font-weight: 700;
  justify-content: center;
  min-height: 60px;
  padding: 6px;
  text-align: center;
}
.cp2506-method01 > .detail {
  background-color: var(--cp2506-color-white);
  border: 1px solid var(--cp2506-color-graygreen-plus1);
  border-radius: 4px;
  margin: 20px auto 0;
  padding: 16px;
}
.cp2506-method01 > .detail > .title,
.cp2506-method01 > .detail > .description {
  padding-left: 28px;
}
.cp2506-method01 > .detail > .title {
  color: var(--cp2506-color-green01);
  font-weight: 700;
  position: relative;
}
.cp2506-method01 > .detail > .title::before {
  background: url(/kojin/olive/special/offers/imgs/SBI-2506Campaign_ico_01.svg) no-repeat center / contain;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  width: 24px;
}
.cp2506-method01 > .detail > .description {
  font-size: 1.4rem;
  margin-top: 8px;
}
/*------------------------------
  Fixed
--------------------------------*/
/* -fixed01 */
.cp2506-fixed01 {
  bottom: 0;
  display: block;
  margin: auto;
  place-content: center;
  position: fixed;
  right: calc((50% + 250px) + 208px);
  top: 0;
  width: 300px;
}
.cp2506-fixed01 > .inner {
  border-radius: 10px;
  box-shadow: 0 8px 8px  var(--cp2506-color-blue02);
  overflow: hidden;
}
.cp2506-fixed01 > .inner > .title {
  background-color: var(--cp2506-color-yellowgreen01);
  color: var(--cp2506-color-green01);
  font-size: 3.2rem;
  font-weight: 700;
  padding: 20px 4px;
  text-align: center;
}
.cp2506-fixed01 > .inner > .body {
  background-color: var(--cp2506-color-white);
  padding: 32px 28px 48px;
}
.cp2506-fixed01 > .inner > .body > .list  {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 24px;
}
.cp2506-fixed01 > .inner > .body > .list > .item {
  padding-left: 32px;
}
.cp2506-fixed01 > .inner > .body > .list > .item > .link {
  color: var(--cp2506-color-graygreen01);
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
.cp2506-fixed01 > .inner > .body > .list > .item > .link.-active {
  color: var(--cp2506-color-green01);
}
.cp2506-fixed01 > .inner > .body > .list > .item > .link.-active::before {
  background-color: var(--cp2506-color-green01);
  border-radius: 50%;
  content: "";
  height: 12px;
  left: calc(-1 * (12px + 11px));
  position: absolute;
  top: calc(50% - 6px);
  width: 12px;
}
/* -fixed02 */
.cp2506-fixed02 {
  background-color: rgb(255 255 255 / 0.8);
  box-shadow: 0 0 13px 3px rgb(20 29 29 / 0.1);
  position: fixed;
  bottom: 0;
  display: none;
  left: 0;
  padding: 16px 0px;
  right: 0;
  z-index: 10;
}
.cp2506-fixed02 > .inner {
  gap: 0 24px;
  display: grid;
}
.cp2506-fixed02 > .inner > .block {
  --cp2506-row-gap: 4px;
  align-items: flex-start;
  display: grid;
  font-size: 1.4rem;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  row-gap: var(--cp2506-row-gap);
}
.cp2506-fixed02 > .inner > .block:last-child {
  margin-top: calc((1em * 1.5) + var(--cp2506-row-gap));
}
@media screen and (max-width: 1540px) {
  /* -fixed01 */
  .cp2506-fixed01 {
    left: 48px;
    right: auto;
  }
}
@media screen and (max-width: 1024px) {
  /* -fixed01 */
  .cp2506-fixed01 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* -fixed01 */
  .cp2506-fixed01 > .inner > .body > .list > .item > .link:hover {
    text-decoration: underline;
  }
  .cp2506-fixed01 > .inner > .body > .list > .item > .link.-active:hover {
    text-decoration: underline;
  }
  /* -fixed02 */
  .cp2506-fixed02 > .inner {
    grid-template-columns: repeat(2, minmax(auto, 400px));
    margin: 0 auto;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  /* -fixed02 */
  .cp2506-fixed02 {
    --cp2506-padding-inline: 30px;
    padding: 10px var(--cp2506-padding-inline) 30px;
  }
  .cp2506-fixed02 > .inner {
    gap: 10px 0;
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .cp2506-fixed02 > .inner > .block {
    align-items: center;
    font-size: 1.2rem;
    grid-template-rows: 1fr auto;
    row-gap: 4px;
  }
  .cp2506-fixed02 > .inner > .block:last-child {
    margin-top: 0;
    row-gap: 0;
  }
  .cp2506-fixed02 > .inner > .block > .text01 {
    margin: 0 calc(-1 * var(--cp2506-padding-inline));
    padding: 0 2px;
  }
}

/*==========================================
  Override Common style（add class '-cp2506' + alphabetical numbering）
=============================================*/
/* list-circle */
.list-circle01.-cp2506a >.item::before {
  background-color: var(--cp2506-color-graygreen01);
}
/* list-num02 */
.list-num02 > .item > .mark > span {
  font-size: 1.0rem;
  line-height: 1.2;
  vertical-align: middle;
  padding-right: 0.03em;
}
/* btn-type */
.btn-type01.-cp2506a,
.btn-type01.-cp2506b {
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.btn-type01.-orange01[class*="-cp2506"] {
  background-color: var(--cp2506-color-orange01);
}
.btn-type01.-cp2506a > .inner,
.btn-type01.-cp2506b > .inner {
  padding: 4px;
  line-height: 1.5;
}
.btn-type01.-cp2506a > .inner {
  min-height: 45px;
}
.btn-type01.-cp2506b > .inner {
  min-height: 59px;
}
/* toggle-block01, card-normal01 */
.toggle-block01.-cp2506a {
  border: none;
}
.toggle-block01:not(:first-child).-cp2506a {
  margin-top: 24px;
}
.toggle-block01.card-normal01.-cp2506a > .inner > .header[role=tab]::after {
  height: 24px;
  top: calc(50% - 12px);
  width: 24px;
}
.card-normal01.-cp2506a > .inner > .body:not(:first-child)::before {
  left: 0;
  width: 100%;
}
/* footer */
#footer-area.-cp2506a #footer-content {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  /* btn-type */
  .btn-type01.-cp2506a,
  .btn-type01.-cp2506b {
    max-width: 400px;
  }
  /* section-main */
  .section-main.-cp2506a {
    background: var(--cp2506-color-blue02) url(/kojin/olive/special/offers/imgs/SBI-2506Campaign_bg_01.png) no-repeat center top / cover;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  /* btn-type */
  .btn-type01.-cp2506c {
    width: 100%;
  }
  .btn-type01.-cp2506c > .inner {
    line-height: 1.5;
    min-height: 36px;
    padding: 4px;
  }
  /* footer */
  #footer-area.footer-fixed:not(.-close).-cp2506a #footer-content .footer-logo {
    padding-bottom: 165px;
  }
}
