@charset "shift_jis";
/* Updated 2025/10/01.T */

/*-----------------------
common
------------------------*/
@font-face {
  font-family: "noto-sans-black";
  src: url("/kojin/special/fonts/NotoSansJP-Black.woff") format("woff");
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  min-width: auto;
}
#main-area {
  overflow: hidden;
  background-color: #fbffef;
}
#footer-content {
  margin-top: 0;
}
.section-main {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  overflow: visible;
  z-index: 1;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.content-wrap{
  padding: 0 18px 56px;
}
.content-wrap sup{
  font-size: 0.6em;
}
._t-orange01{
  color: #F68213!important;
}
[class*=card-normal]>.inner>.header>.title[class*=glyph-]>.inner {
  padding-left: 40px;
}
[class*=card-normal]>.inner>.header>.title[class*=glyph-]>.inner::before {
  top: -.2em;
  width: 32px;
  height: 32px;
}
.toggle-block01.card-normal01>.inner>.header[role=tab]::after{
  top: calc(50% - 13px);
  right: 14px;
  width: 26px;
  height:26px;
}
#footer-fixed .panel>.inner {
  padding: 8px 18px;
}
.btn-list01.btn-footer{
  max-width: 500px;
  margin: 0 auto;
}
.btn-list01.btn-footer>.item:not(:first-child) {
  margin-left: 16px;
}
.btn-list01.btn-footer.-spColumn>.item {
  width: calc((100% - 16px) / 2);
}
.btn-list01.btn-footer .btn-type01>.inner{
  font-size: 1.4rem;
}
#header-wrap{
  z-index: 2;
}
.cpEndTxt{
  z-index: 3;
}
._t-green02{
  color: #246852;
}
._t-imgcenter {
  margin: auto;
}
._t-orange03 {
  color: #E95501;
}
.fn-prm-switch {
  display: none;
}
/*-----------------------
kv-area01
------------------------*/
.kv-area01>.inner{
  position: relative;
}
.kv-area01>.inner>.img01{
  padding: 0 4.26vw;
  margin: 2.13vw 0 0;
}
.kv-area01>.inner>.cv01{
  border-radius: 10px;
  position: absolute;
  bottom: 3%;
  width: 100%;
  padding: 0 16px;
}
.kv-area01>.inner>.cv01 .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 6vw;
  min-height: 48px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.kv-area01>.inner>.cv01 .btn._type01{
  background: #ff5f04;
  border: solid 4px #fff;
}
.kv-area01>.inner>.cv01 .btn._type02{
  background: #004831;
  box-shadow: 0 13px 18px rgba(27,134,115,0.2);
  border: solid 4px #fff;
}
.kv-area01>.inner>.cv01 .cvtext01 {
  text-align: center;
  color: #004831;
  font-weight: bold;
  margin-bottom: 8px;
}
.kv-area01>.inner>.cv01>li:not(:first-child){
  margin: 2.66vw 0 0;
}
/*-----------------------
kv-btn01
------------------------*/
.kv-btn01{
  display: flex;
}
.kv-btn01>li{
  flex: 1;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.kv-btn01>li::after {
  content: "";
  background-image: url('/kojin/olive/special/offers/olive-account/switchcampaign2510/midosuke/imgs/index_ico_01.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 13px;
  position: absolute;
  bottom: 4px;
}
.kv-btn01>li:not(:first-child)::before{
  content: "";
  background-image: url('/kojin/olive/special/offers/olive-account/switchcampaign2510/midosuke/imgs/index_img_01.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 7px;
  height: 48px;
  position: relative;
  right: 0px;
}
.kv-btn01>li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 18px 10px 30px;
  justify-content: center;
  align-items: center;
}
.kv-btn01>li a:focus {
  z-index: 1;
}
.kv-btn01>li img{
  width: 75px;
  height: auto;
}
.kv-btn01>li .img02 {
  width: 115px;
}
/*-----------------------
fn-a01-a
------------------------*/
.fn-a01-a {
  background: url(/kojin/olive/special/offers/olive-account/switchcampaign2510/midosuke/imgs/index_bg_01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #F7FBBA;
  background-position: center;
  padding: 0 16px;
}
/*-----------------------
fn-a01-b
------------------------*/
.fn-a01-b {
  background: url(/kojin/olive/special/offers/olive-account/switchcampaign2510/midosuke/imgs/index_bg_02.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #E5F5F8;
  background-position: center;
}
/*-----------------------
carousel-card01
------------------------*/
.carousel-card01 {
  margin-top: 146px;
}
.carousel-card01 .item01 {
  width: 500px;
}
.carousel-card01 .item01 img {
  max-width: 300px;
  margin: auto;
}
.carousel-card01 .slick-arrow{
  top: calc(50% - ((50px + 32px) / 2));
  z-index: 1;
}
.carousel-card01 .slick-arrow::before{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - (0px / 2));
  left: calc(50% - (48px / 2));
  width: 30px;
  height: 55px;
  background: url(/kojin/olive/special/offers/olive-account/switchcampaign2510/midosuke/imgs/index_ico_03.png) 0 0 / cover no-repeat;
}
.carousel-card01 .slick-arrow.slick-prev{
  left: 6px;
  transform: scale(-1,1);
}
.carousel-card01 .slick-arrow.slick-next{
  right: 6px;
}
.carousel-card01 .slick-arrow.slick-disabled{
  display: none!important;
}
.carousel-card01 .slick-dots{
  display: flex;
  justify-content: center;
  position: absolute;
  top: -143px;
  margin: 16px 0 0;
}
.carousel-card01 .slick-dots li{
  margin: 0 4px;
}
.carousel-card01 .slick-dots li button#slick-slide-control10 {
  background: url(/kojin/olive/special/offers/olive-account/switchcampaign2510/midosuke/imgs/index_img_10.png) 0 0 / cover no-repeat;
  width: 103px;
  height: 103px;
}
.carousel-card01 .slick-dots li.slick-active button#slick-slide-control10 {
  background: url(/kojin/olive/special/offers/olive-account/switchcampaign2510/midosuke/imgs/index_img_09.png) 0 0 / cover no-repeat;
  width: 103px;
  height: 117px;
}
.carousel-card01 .slick-dots li button#slick-slide-control11 {
  background: url(/kojin/olive/special/offers/olive-account/switchcampaign2510/midosuke/imgs/index_img_12.png) 0 0 / cover no-repeat;
  width: 103px;
  height: 103px;
}
.carousel-card01 .slick-dots li.slick-active button#slick-slide-control11 {
  background: url(/kojin/olive/special/offers/olive-account/switchcampaign2510/midosuke/imgs/index_img_11.png) 0 0 / cover no-repeat;
  width: 103px;
  height: 117px;
}
.carousel-card01 .slick-dots li button#slick-slide-control12 {
  background: url(/kojin/olive/special/offers/olive-account/switchcampaign2510/midosuke/imgs/index_img_14.png) 0 0 / cover no-repeat;
  width: 103px;
  height: 103px;
}
.carousel-card01 .slick-dots li.slick-active button#slick-slide-control12 {
  background: url(/kojin/olive/special/offers/olive-account/switchcampaign2510/midosuke/imgs/index_img_13.png) 0 0 / cover no-repeat;
  width: 103px;
  height: 117px;
}
/*-----------------------
fn-a02-aria
------------------------*/
.fn-a02-aria {
  background-color: #E2EFBC;
  padding: 50px 16px 0;
}
.fn-a02-aria .icon01 {
  margin: 24px 0;
  text-align: center;
}
/*-----------------------
step-content01
------------------------*/
.step-content01 .step-img01 {
  max-width: 111px;
  margin: auto;
}
.step-content01 .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #004831;
  margin-top: 18px;
}
.slash01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #004831;
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}
.slash01::before,
.slash01::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #004831;
  margin: 0px 4px 1px;
}
.slash01::before {
  transform: rotate(45deg);
}
.slash01::after {
  transform: rotate(-45deg);
}
.slash02 {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #004831;
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
  flex-flow: column;
}
.slash02::before,
.slash02::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #004831;
  position: absolute;
  bottom: 15px;
}
.slash02::before {
  transform: rotate(60deg);
  left: -30px;
}
.slash02::after {
  transform: rotate(-60deg);
  right: -30px;
}
.btn-type01.-border01 {
  outline: solid 3px #FFF200;
  box-shadow: none;
}
.btn-type01.-border01 .inner {
  min-height: 48px;
}
.btn-type01.-orange01 {
  background: #FF5F04;
}
.btn-type01.-green01 {
  background: #004831;
}
/*-----------------------
accordion
------------------------*/
.accordion {
  margin-inline: auto;
  margin-top: 30px;
  max-width: 450px;
  position: relative;
  width: 100%;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
.accordion-content {
  display: none;
  padding: 10px 20px;
}
.accordion-item .accordion-title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #C4D700;
  border-radius: 12px 12px 0 0;
}
.accordion-item .accordion-content {
  background-color: #F5F9E6;
}
.accordion-title {
  position: relative;
}
.accordion-title::before {
  background: #000;
  content: "";
  height: 3px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: rotate(90deg);
  transition: transform .3s ease-in-out;
  width: 15px;
  border-radius: 12px;
}
.accordion-title::after {
  background: #000;
  content: "";
  height: 3px;
  position: absolute;
  right: 25px;
  top: 50%;
  transition: opacity .3s ease-in-out;
  width: 15px;
  border-radius: 12px;
}
.accordion-title.open::before {
  transform: rotate(180deg);
}
.accordion-title.open::after {
  opacity: 0;
}
/*-----------------------
ttl-img01
------------------------*/
.ttl-img01 {
  margin: auto;
}
.ttl-img01>img{
  width: 100%;
}
/*-----------------------
ttl-text01
------------------------*/
.ttl-text01{
  color: #246852;
  font-size: 5.33vw;
  font-weight: bold;
  text-align: center;
}
.ttl-text01>.text01{
  color: #F68213;
  font-weight: bold;
}
/*-----------------------
bg-wrap01
------------------------*/
.bg-wrap01{
  padding: 24px 18px;
  background: #fff;
  border-top: 3px solid #C4D700;
  border-bottom: 3px solid #C4D700;
}
/*-----------------------
bg-wrap02
------------------------*/
.bg-wrap02{
  padding: 24px 18px;
  background: #F5F9E6;
  border-radius: 12px;
  margin: 18px 14px;
}
/*-----------------------
bg-wrap03
------------------------*/
.bg-wrap03{
  padding: 24px 18px;
  border: 5px dotted #80A398;
  background: #fff;
  border-radius: 12px;
  margin: 18px 14px;
}
/*-----------------------
card-wrap01
------------------------*/
.card-wrap01{
  margin: 24px 0 0;
  border-radius: 12px;
  padding: 20px 16px;
  background: #F5F9E6;
}
.card-wrap01>.ttl01{
  border-radius: 8px;
  padding: 4px 8px;
  background: #00846D;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.card-wrap01>.ttl01._type01{
  background: #246852;
}
.card-wrap01>.img01{
  margin: 16px 0 0;
  text-align: center;
}
.card-wrap01>.text01{
  margin: 16px 0 0;
}
/*-----------------------
fn-a03-aria
------------------------*/
.fn-a03-aria {
  background-color: #FFF;
  padding-top: 36px;
}
.fn-a03-aria .-inner01 {
  padding: 0 14px;
}
/*-----------------------
fn-a04-aria
------------------------*/
.fn-a04-aria {
  padding: 0 14px;
  background-color: #FFF;
}
/*-----------------------
fn-a05-aria
------------------------*/
.fn-a05-aria {
  padding: 50px 14px 40px;
  background-color: #FFF;
}
/*-----------------------
txt-wrap01
------------------------*/
.txt-wrap01{
  margin: 16px 0 0;
  font-size: 1.4rem;
  color: #fff;
}
.txt-wrap01 a{
  color: #fff;
}
/*-----------------------
card-wrap02
------------------------*/
.card-wrap02{
  position: relative;
  margin: 56px 0 0;
  padding: 36px 20px;
  border-radius: 12px;
  background: #fff;
}
.card-wrap02>.icon01{
  position: absolute;
  top:-42px;
  left: 0;
  right: 0;
  text-align: center;
}
.card-wrap02 .card-ttl01{
  margin: 26px 0 -24px;
}
.card-wrap02 .card-inr01{
  margin-top: -72px;
  border-radius: 12px;
  padding: 68px 14px 18px;
  background: #F5F9E6;
}
.card-wrap02 .card-txt01{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #F68213;
}
.card-wrap02 .card-txt02{
  margin: 8px 0 0;
  font-weight: bold;
  text-align: center;
}
.card-wrap02 .card-txt02 em{
  font-weight: bold;
  color: #F68213;
  line-height: 1;
}
.card-wrap02 .card-txt03{
  margin: 14px 0 0;
  font-weight: bold;
  text-align: center;
  color: #246852;
  font-size: 2rem;
  line-height: 1.4;
  font-family: "noto-sans-black";
}
.card-wrap02 .card-txt03 em{
  font-size: 2.5rem;
}
.card-wrap02 .card-inr02{
  border-radius: 0 0 12px 12px;
  margin: -8px -20px -36px;
  padding: 24px 12px 16px;
  background: #F5F9E6;
  color: #56635F;
}
/*-----------------------
card-column01
------------------------*/
.card-column01{
  display: flex;
  justify-content: center;
  margin: 24px 0 0;
}
.card-column01>.item01{
  position: relative;
  max-width: 130px;
  width: 47.8%;
  padding: 14px 8px;
  border-radius: 16px;
  background: #E2EFBC;
  text-align: center;
  color: #246852;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.card-column01>.item01:nth-child(2){
  margin-left: 4.4%;
}
.card-column01>.item01 .text01{
  margin: 4px 0 0;
  color: #F68213;
  line-height: 1.2;
}
.card-column01>.item01>.icon01{
  position: absolute;
  left: -18px;
  top: -20px;
}
.card-column01>.item01>.icon02{
  position: absolute;
  right: -22px;
  top: -20px;
}
/*-----------------------
text-layout01
------------------------*/
.text-layout01{
  margin: 32px 0 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #246852;
}
.text-layout01 .img01{
  margin: 14px 0 0;
}
.text-layout01 p:not(:first-child){
  margin: 14px 0 0;
}
/*-----------------------
img-list01
------------------------*/
.img-list01{
  display: flex;
  justify-content: center;
  margin: 18px 0 0;
}
.img-list01>li:not(:first-child){
  margin-left: 14px;
}
/*-----------------------
ttl-text02
------------------------*/
.ttl-text02{
  margin: 16px 0 0;
  color: #fff;
  font-size: 5.33vw;
  font-weight: bold;
  text-align: center;
}
.ttl-text02>.text01{
  color: #F68213;
  font-weight: bold;
}
/*-----------------------
qa-wrap01
------------------------*/
.qa-wrap01{
  margin: 28px 0 0;
}
.qa-wrap01>.item01{
  margin: 18px 0 0;
}
.qa-wrap01>.item01>.head01{
  position: relative;
  border-radius: 8px 8px 0 0;
  background: #00563A;
}
.qa-wrap01>.item01>.head01[aria-expanded="false"]{
  border-radius: 8px;
}
.qa-wrap01>.item01>.head01>a{
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 60px 16px 75px;
  min-height: 70px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}
.qa-wrap01>.item01>.head01[aria-selected="false"]>a::after{
  transform: rotate(180deg);
}
.qa-wrap01>.item01>.body01{
  position: relative;
  border-radius: 0 0 8px 8px;
  padding: 16px 16px 16px 75px;
  background: #FFFFFF;
}
/*-----------------------
ttl-text03
------------------------*/
.ttl-text03{
  margin: 40px 0 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  font-family: "noto-sans-black";
}
/*-----------------------
link-icon01
------------------------*/
.link-icon01{
  color: #333;
  font-weight: bold;
}
.link-icon01[href^="#"]::after{
  transform: rotate(90deg);
}
/*-----------------------
tab-block01._type01
------------------------*/
.tab-block01._type01{
  margin-top: 20px;
}
.tab-block01._type01 .list {
  margin: 0 18px;
}
.tab-block01._type01>.list>.item {
  width: 49%;
}
.tab-block01._type01>.list>.item>.switch{
  background: #D5DEDB;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.tab-block01._type01>.list>.item>.switch>.inner{
  min-height: 78px;
  font-size: 14px;
  color: #788883;
  flex-flow: column;
  justify-content: center;
}
.tab-block01._type01>.list>.item>.switch[aria-selected=true] {
  background: #C4D700;
}
.tab-block01._type01>.list>.item>.switch[aria-selected=true]>.inner {
  color: #004831;
}
/*-----------------------
step-wrap01
------------------------*/
.step-wrap01 .text01 {
  font-size: 16px;
  text-align: center;
  margin: 8px 0;
}
.step-wrap01 .item01{
  max-width: 428px;
  width: 100%;
  margin: 0 8px;
  height: auto;
}
.step-wrap01 .item01 img {
  margin: auto;
  max-height: 319px;
  width: auto;
}
.step-wrap01 .slick-track{
  display: flex;
}
.step-wrap01 .slick-arrow{
  top: calc(50% - ((50px + 32px) / 2));
  z-index: 1;
}
.step-wrap01 .slick-arrow::before{
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - (0px / 2));
  left: 28px;
  width: 30px;
  height: 55px;
  background: url(/kojin/olive/special/offers/olive-account/switchcampaign2510/midosuke/imgs/index_ico_03.png) 0 0 / cover no-repeat;
}
.step-wrap01 .slick-arrow.slick-prev{
  left: 6px;
  transform: scale(-1,1);
}
.step-wrap01 .slick-arrow.slick-next{
  right: 28px;
}
.step-wrap01 .slick-arrow.slick-disabled{
  display: none!important;
}
.step-wrap01 .slick-dots{
  display: flex;
  justify-content: center;
  position: static;
  margin: 16px 0 0;
}
.step-wrap01 .slick-dots li{
  margin: 0 4px;
}
.step-wrap01 .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  background: #d5dedb;
  border-radius: 50%;
}
.step-wrap01 .slick-dots li.slick-active button {
  background: #004831;
}
/*-----------------------
step-cv01
------------------------*/
.step-cv01{
  margin: 16px 0 0;
}
.step-cv01>.ttl01{
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}
.step-cv01>.ttl01 em{
  font-size: 2rem;
  font-weight: bold;
}
.step-cv01>.ttl01::before{
  margin-right: 5px;
}
.step-cv01>.ttl01::after{
  margin-left: 5px;
  transform: scale(-1,1);
}
/*-----------------------
card-wrap03
------------------------*/
.card-wrap03{
  margin: 16px 0 0;
  border-radius: 12px;
  background: #FEF7E6;
}
.card-wrap03>.head01{
  padding: 6px;
  border-bottom: 1.3px dashed #F68213;
  text-align: center;
  font-size: 1.4rem;
  color: #004831;
  font-weight: bold;
}
.card-wrap03>.body01{
  padding: 24px 18px 16px;
}
/*-----------------------
text-iconlist01
------------------------*/
.text-iconlist01>li:not(:first-child){
  margin: 8px 0 0;
}
.text-iconlist01>li{
  display: flex;
  align-items: center;
}
.text-iconlist01>li>.text{
  flex: 1;
  margin-left: 12px;
  font-weight: bold;
  color: #141D1D;
  font-size: 1.2rem;
}
/*-----------------------
table-wrap01
------------------------*/
.table-wrap01{
  overflow: hidden;
  border-radius: 12px;
  margin: 24px 0 0;
}
.table-wrap01>table{
  width: 100%;
  background: #fff;
  font-size: 1.4rem;
}
.table-wrap01>table>tbody>tr>th{
  padding: 16px 14px 16px 16px;
  background: #C4D700;
  font-weight: bold;
}
.table-wrap01>table>tbody>tr>td{
  padding: 16px;
  background: #F5F9E6;
}
.table-wrap01>table>tbody>tr:not(:first-child)>th,
.table-wrap01>table>tbody>tr:not(:first-child)>td{
  border-top: 1px solid #D5DEDB;
}
/*-----------------------
bnr-wrap01
------------------------*/
.bnr-wrap01{
  margin: 50px 0 0;
  border-radius: 12px;
  padding: 50px 20px 24px;
  background: #fff;
}
.bnr-wrap01>.ttl01{
  margin: -76px -12px 0;
  text-align: center;
}
.bnr-wrap01>.img01{
  margin: 16px 0 0;
}
/*-----------------------
fix-wrap01
------------------------*/
.fix-wrap01,
.fix-wrap02{
  display: none;
}
.fix-wrap01{
  position: fixed;
  z-index: 1;
  top: calc(50% - 247px);
  left: 0;
  right: calc(50% + 250px);
  background-color: #fff;
  border: 3px solid #004831;
  border-radius: 12px;
}
.fix-wrap01 .img01{
  margin: 0 auto 0;
  text-align: center;
}
/*-----------------------
fix-wrap02
------------------------*/
.fix-wrap02{
  position: fixed;
  z-index: 1;
  top: 23%;
  left: 100px;
  background-color: #fff;
  border: 3px solid #004831;
  border-radius: 12px;
}
.fix-wrap02 .ttl01{
  padding: 20px 0;
  background-color: #C6DE78;
  color: #fff;
  border-radius: 12px 12px 0 0;
  text-align: center;
}
.fix-wrap02 .ttl01 img {
  max-width: 131px;
}
.fix-wrap02 .menu01{
  display: block;
  margin: 17px 0 28px;
}
.fix-wrap02 .menu01>li{
  position: relative;
  margin: 4px 0 0;
}
.fix-wrap02 .menu01>li:first-child{
  margin: 0;
}
.fix-wrap02 .menu01 a{
  display: block;
  padding: 8px 79px 8px 45px;
  border-radius: 50px;
  text-decoration: none;
  color: #56635F;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.fix-wrap02 .menu01 .-active::before{
  display: block;
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #246852;
}
.fix-wrap02 .menu01 .-active>a{
  background: #fff;
  color: #004831;
}
.fix-wrap02 .menu01 a:hover{
  color: #246852;
}
@media screen and (max-width: 1420px) {
  .fix-wrap01,
  .fix-wrap02{
    display: none!important;
  }
}
@media screen and (min-width: 500px) {
  /*-----------------------
  kv-area01
  ------------------------*/
  .kv-area01>.inner>.img01{
    padding: 0 21px;
    margin: 10px 0 0;
  }
  .kv-area01>.inner>.cv01 .btn{
    border-radius: 50px;
    min-height: 58px;
    font-size: 26px;
  }
  .kv-area01>.inner>.cv01>li:not(:first-child){
    margin: 18px 0 0;
  }
  /*-----------------------
  ttl-text01
  ------------------------*/
  .ttl-text01{
    font-size: 26px;
  }
  /*-----------------------
  ttl-text02
  ------------------------*/
  .ttl-text02{
    font-size: 26px;
  }
  /*-----------------------
  step-wrap01
  ------------------------*/
  .step-wrap01 .slick-arrow.slick-prev {
    left: 56px;
  }
  .step-wrap01 .slick-arrow.slick-next {
    right: 56px;
  }
}
/*----------------------------------------------
table-area01 /kojin/olive/special/offers/olive-account/switchplan/
-----------------------------------------------*/
.table-area01 table {
  margin-top: 21px;
  width: 100%;
  border-collapse: separate;
}
@media screen and (max-width: 499px) {
  .table-area01 table {
    margin-top: 4.26667vw;
  }
}
.table-area01 col:nth-child(2) {
  width: 34%;
}
.table-area01 col:nth-child(3) {
  width: 34%;
}
.table-area01 thead th {
  padding: 0 9px 13px 0;
}
@media screen and (max-width: 499px) {
  .table-area01 thead th {
    padding: 0 1.86667vw 2.66667vw 0;
  }
}
.table-area01 tbody th {
  padding: 21px 15px;
  border-right: 1px solid #d5dedb;
  border-bottom: 1px solid #d5dedb;
  border-left: 1px solid #d5dedb;
  background-color: #f3f8f6;
  vertical-align: middle;
  font-size: 1.8rem;
}
@media screen and (max-width: 499px) {
  .table-area01 tbody th {
    padding: 4.26667vw 2.93333vw;
    font-size: 3.73333vw;
  }
}
.table-area01 tbody td {
  padding: 21px 4px;
  border-right: 1px solid #d5dedb;
  border-bottom: 1px solid #d5dedb;
  background-color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 499px) {
  .table-area01 tbody td {
    padding: 4.26667vw 0.8vw;
    font-size: 3.73333vw;
  }
}
.table-area01 tbody tr:last-child th {
  border-radius: 0 0 0 8px;
}
.table-area01 tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.table-area01 sup {
  font-size: 1.3rem;
}
@media screen and (max-width: 499px) {
  .table-area01 sup {
    font-size: 2.66667vw;
  }
}
.table-area01 .bg01 {
  background: #fff7dd;
  color: #004831;
  font-weight: bold;
}
.table-area01 .bg02 {
  border: 0;
  background: transparent;
}
.table-area01 .head01 {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #d5dedb;
  border-radius: 8px 8px 0 0;
  color: #004831;
  text-align: center;
  font-weight: bold;
  font-size: 2.1rem;
}
@media screen and (max-width: 499px) {
  .table-area01 .head01 {
    padding: 2.93333vw 0;
    font-size: 4.26667vw;
  }
}
.table-area01 .block01 {
  position: relative;
  padding: 11px 8px 15px 8px;
  width: 100%;
  border-radius: 4px;
  background: #e5edea;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .table-area01 .block01 {
    padding: 2.13333vw 1.6vw 2.93333vw 1.6vw;
    font-size: 3.2vw;
  }
}
.table-area01 .block01:before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 13px);
  display: block;
  width: 27px;
  height: 13px;
  background-color: #e5edea;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 499px) {
  .table-area01 .block01:before {
    bottom: -1.6vw;
    left: calc(50% - 2.666vw);
    width: 5.33333vw;
    height: 2.66667vw;
  }
}
.table-area01 .block01 img {
  margin: 0 0 8px 0;
  width: 60px;
}
@media screen and (max-width: 499px) {
  .table-area01 .block01 img {
    margin: 0 0 1.6vw 0;
    width: 12vw;
  }
}
.table-area01 .block01.-type01 {
  background-color: #fff7dd;
  color: #004831;
  font-weight: bold;
}
.table-area01 .block01.-type01:before {
  background-color: #fff7dd;
}
.table-area01 .ttl01 {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 27px;
}
@media screen and (max-width: 499px) {
  .table-area01 .ttl01 {
    font-size: 5.33333vw;
  }
}
.table-area01 .ttl01.-type01 {
  margin-top: 64px;
}
@media screen and (max-width: 499px) {
  .table-area01 .ttl01.-type01 {
    margin-top: 12.8vw;
  }
}
.table-area01 .ttl01:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #004831;
  content: "";
}
.table-area01 .ttl01Inr {
  position: relative;
  display: inline-block;
  padding: 0 24px;
  background: #fff;
}
@media screen and (max-width: 499px) {
  .table-area01 .ttl01Inr {
    padding: 0 4.8vw;
  }
}
.table-area01 .txt01 {
  color: #004831;
  font-weight: 500;
  font-size: 2.9rem;
}
@media screen and (max-width: 499px) {
  .table-area01 .txt01 {
    font-size: 5.86667vw;
  }
}
.table-area01 .txt02 {
  display: inline-block;
  margin-bottom: -3px;
  color: #004831;
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (max-width: 499px) {
  .table-area01 .txt02 {
    margin-bottom: -0.53333vw;
    font-size: 5.33333vw;
  }
}
.table-area01 .txt03 {
  color: #004831;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 499px) {
  .table-area01 .txt03 {
    font-size: 4.8vw;
  }
}
.table-area01 .card-normal01 {
  margin-top: 21px;
  text-align: left;
}
@media screen and (max-width: 499px) {
  .table-area01 .card-normal01 {
    margin-top: 4.26667vw;
  }
}
.table-area01 .card-normal01 > .inner > .header {
  padding: 20px 20px;
}
@media screen and (max-width: 499px) {
  .table-area01 .card-normal01 > .inner > .header {
    padding: 4vw 4vw;
  }
}
.table-area01 .card-normal01 > .inner > .header:after {
  top: calc(50% - 17px) !important;
  right: 12px !important;
  width: 35px !important;
  height: 35px !important;
}
@media screen and (max-width: 499px) {
  .table-area01 .card-normal01 > .inner > .header:after {
    top: calc(50% - 3.4666vw) !important;
    right: 2.4vw !important;
    width: 6.93333vw !important;
    height: 6.93333vw !important;
  }
}
.table-area01 .card-normal01 > .inner > .header > .title {
  color: #56635f !important;
  font-size: 1.8rem;
}
@media screen and (max-width: 499px) {
  .table-area01 .card-normal01 > .inner > .header > .title {
    font-size: 3.73333vw;
  }
}
.table-area01 .card-normal01 > .inner > .body {
  padding: 21px 21px;
  font-size: 1.8rem;
}
@media screen and (max-width: 499px) {
  .table-area01 .card-normal01 > .inner > .body {
    padding: 4.26667vw 4.26667vw;
    font-size: 3.73333vw;
  }
}
.table-area01 .card-normal01 > .inner > .body:before {
  left: 0;
  width: 100%;
}
@media screen and (max-width: 499px) {
  /*-----------------------
  kv-btn01
  ------------------------*/
  .kv-btn01>li img{
    width: 18vw;
    height: auto;
  }
  .kv-btn01>li .img02 {
    width: 30vw;
  }
  .step-wrap01 .slick-arrow::before {
    left: 17px;
  }
  .step-wrap01 .slick-arrow.slick-prev {
    left: 29px;
  }
}
@media screen and (max-width: 365px) {
  .kv-area01>.inner>.cv01 .btn {
    min-height: 12vw;
  }
  .carousel-card01 .slick-dots li button#slick-slide-control10 {
    width: 27vw;
    height: 27vw;
  }
  .carousel-card01 .slick-dots li.slick-active button#slick-slide-control10 {
    width: 27vw;
    height: 31vw;
  }
  .carousel-card01 .slick-dots li button#slick-slide-control11 {
    width: 27vw;
    height: 27vw;
  }
  .carousel-card01 .slick-dots li.slick-active button#slick-slide-control11 {
    width: 27vw;
    height: 31vw;
  }
  .carousel-card01 .slick-dots li button#slick-slide-control12 {
    width: 27vw;
    height: 27vw;
  }
  .carousel-card01 .slick-dots li.slick-active button#slick-slide-control12 {
    width: 27vw;
    height: 31vw;
  }
  .carousel-card01 .item01 img {
    max-width: 79vw;
    margin: auto;
  }
}
@media screen and (max-width: 320px) {
  .step-wrap01 .text01 {
    margin: 8px auto;
    width: 64vw;
  }
}
