@charset "utf-8";
@import url(/campaign/css/campaign-detail.css);

/* ========== px ========== */
@media only screen and (min-width: 640px) {
  .c-mt0-pc { margin-top: 0 !important; }
  .c-mt5-pc { margin-top: 5px !important; }
  .c-mt10-pc { margin-top: 10px !important; }
  .c-mt15-pc { margin-top: 15px !important; }
  .c-mt20-pc { margin-top: 20px !important; }
  .c-mt25-pc { margin-top: 25px !important; }
  .c-mt30-pc { margin-top: 30px !important; }
  .c-mt35-pc { margin-top: 35px !important; }
  .c-mt40-pc { margin-top: 40px !important; }
  .c-mt45-pc { margin-top: 45px !important; }
  .c-mt50-pc { margin-top: 50px !important; }
  .c-mt55-pc { margin-top: 55px !important; }
  .c-mt60-pc { margin-top: 60px !important; }
  .c-mt65-pc { margin-top: 65px !important; }
  .c-mt70-pc { margin-top: 70px !important; }
  .c-mt75-pc { margin-top: 75px !important; }
  .c-mt80-pc { margin-top: 80px !important; }
  .c-mt85-pc { margin-top: 85px !important; }
  .c-mt90-pc { margin-top: 90px !important; }
  .c-mt95-pc { margin-top: 95px !important; }
  .c-mt100-pc { margin-top: 100px !important; }
}

@media only screen and (max-width: 640px) {
  .c-mt0-sp { margin-top: 0 !important; }
  .c-mt5-sp { margin-top: 5px !important; }
  .c-mt10-sp { margin-top: 10px !important; }
  .c-mt15-sp { margin-top: 15px !important; }
  .c-mt20-sp { margin-top: 20px !important; }
  .c-mt25-sp { margin-top: 25px !important; }
  .c-mt30-sp { margin-top: 30px !important; }
  .c-mt35-sp { margin-top: 35px !important; }
  .c-mt40-sp { margin-top: 40px !important; }
  .c-mt45-sp { margin-top: 45px !important; }
  .c-mt50-sp { margin-top: 50px !important; }
  .c-mt55-sp { margin-top: 55px !important; }
  .c-mt60-sp { margin-top: 60px !important; }
  .c-mt65-sp { margin-top: 65px !important; }
  .c-mt70-sp { margin-top: 70px !important; }
  .c-mt75-sp { margin-top: 75px !important; }
  .c-mt80-sp { margin-top: 80px !important; }
  .c-mt85-sp { margin-top: 85px !important; }
  .c-mt90-sp { margin-top: 90px !important; }
  .c-mt95-sp { margin-top: 95px !important; }
  .c-mt100-sp { margin-top: 100px !important; }
}

/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
  .c-hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== btn ========== */
.btn-position {
  position: relative;
}
.btn-position .btn-01 {
  position: absolute;
  bottom: 17%;
  right: 0;
  min-width: 53%;
}
.btn-position .btn-02 {
  position: absolute;
  bottom: 13%;
  min-width: 100%;
}

@media only screen and (min-width: 640px) {
  .btn-position .btn-01 {
    bottom: 21%;
    right: 0;
    min-width: 61%;
  }
  .btn-position .btn-02 {
    bottom: 8%;
    right: 0;
    min-width: 61%;
  }
}

@media only screen and (max-width: 640px) {
  .btn-position .btn-01 .c-btn-01 {
    font-size: 72%;
    padding: 8px 8px 6px 22px;
  }
  .btn-position .btn-01 .c-btn-01:before {
    width: 12px;
    height: 12px;
    background-size: auto 12px;
    left: 8px;
  }
}

/* ========== blk ========== */
@media only screen and (min-width: 640px) {
  .blk-2col-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  }
  .blk-2col-pc-item:last-child {
    width: 230px;
  }
  .blk-2col-pc-item:last-child img {
    width: 65px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .blk-2col-pc-item:last-child img {
    width: 60px;
    margin-top: 10px;
  }
}

/* ========== color ========== */
/* ----- color-set-deposit ----- */
body.color-set-deposit .cpn-heading-01 span,
body.color-set-deposit .cpn-step-02 .heading-main h2 span,
body.color-set-deposit .cpn-step-02 .heading-main h3 span,
body.color-set-deposit .cpn-step-02 .heading-main h4 span,
body.color-set-deposit .cpn-step-02 .heading-main h5 span {
	color: #29499f;
}

body.color-set-deposit .cpn-step-05 > .step {
	border-color: #29499f;
}

body.color-set-deposit .cpn-heading-02 h3,
body.color-set-deposit .cpn-text-01 {
	color: #29499f;
}

/* ========== c-interest-rate-box-header ========== */
.c-interest-rate-box-header{
  padding: 10px;
}
.bg-color-green {
  border: 2px solid #8fcb00;
}
.bg-color-green span {
  color: #8fcb00;
}

.bg-color-blue {
  border: 2px solid #09a4fd;
}
.bg-color-blue span {
  color: #09a4fd;
}

.bg-color-orange {
  border: 2px solid #f2a000;
}
.bg-color-orange span {
  color: #f2a000;
}

.bg-color-gray{
  background-color: #f5f5f5;
}
.c-interest-rate-box-content{
  padding: 10px 20px 20px;
  margin: 0;
}

.c-interest-rate_ttl{
  text-align: center;
  font-weight: bold;
  font-size: 200%;
  margin-top: 30px;
}
@media only screen and (max-width: 640px){
  .c-interest-rate_ttl{
    font-size: 150%;
    margin-top: 15px;
  }
}
.c-interest-rate-box-header.bg-color-orange + .c-interest-rate-box-content .c-interest-rate_ttl{
  color: #f2a000;
}

.c-interest-rate-box-header.bg-color-blue + .c-interest-rate-box-content .c-interest-rate_ttl{
  color: #09a4fd;
}

.c-interest-rate-box-header.bg-color-green + .c-interest-rate-box-content .c-interest-rate_ttl{
  color: #8fcb00;
}

/* ========== heading ========== */
.sb-cpn-heading-01{
  margin: -30px -54px 0 -54px!important;
}
@media only screen and (max-width: 640px){
  .sb-cpn-heading-01{
    margin: -16px -10px 0 -10px!important;
  }
}

/* ========== table ========== */
@media only screen and (max-width: 640px) {
  .c-table-01.table-set {
    font-size: 87%;
  }
  .c-table-01.table-set th,
  .c-table-01.table-set td {
    padding: 12px 8px 10px;
  }
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png)
}

.c-or_area a.c-btn-account.icon-login.sty-mail_icon.size-01 > .label:before {
  mask: url(/assets/img/icon_mail_01.png) no-repeat center center/contain;
  -webkit-mask: url(/assets/img/icon_mail_01.png) no-repeat center center/contain;
}
@media only screen and (max-width: 640px) {
  .c-or_area a.c-btn-account.icon-login.sty-mail_icon.size-01{
    padding: 18px 30px 14px 60px;
  }
  .c-or_area a.c-btn-account.icon-login.size-01 > .label:before {
    content: "";
  }
}

/* ========== section-readmore ========== */
.section-readmore {
  background-color: #fff;
}
.section-readmore .section-title {
  background-color: #3e4045;
  color: #fff;
  font-size: 1.875em;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section-readmore .section-title {
    font-size: 1em;
  }
}
.section-readmore .section-title .em {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-readmore ul.readmore {
    padding: 0;
  }
}
.section-readmore ul.readmore{
padding: 0;
}
.section-readmore ul.readmore > li{
  list-style: none;
}
.section-readmore ul.readmore > li + li {
  margin-top: 1em;
}
.section-readmore .toggle-readmore.opened .answer{
  opacity: 1;
}
.section-readmore .text {
  padding: 15px 30px;
  font-size: 1em;
}
.section-readmore .text .em {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-readmore .text {
    width: 90%;
  }
}
.section-readmore .question{
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.section-readmore .question:before{
  content: "";
  position: absolute;
  top: 0;
  background: url(/campaign/2024/20241204_winter_set_deposit/img/btn_plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 640px){
  .section-readmore .question{
    width: 40px;
    height: 40px;
  }
  .section-readmore .question:before{
    width: 40px;
    height: 40px;
  }
}
.section-readmore .readmore.opened .question:before{
  background: url(/campaign/2024/20241204_winter_set_deposit/img/btn_minus.png);
  background-size: cover;
}
.section-readmore .toggle-readmore .answer-wrap {
  max-height: 130px;
  overflow: hidden;
  position: relative;
}
.section-readmore .toggle-readmore .answer-wrap:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
  z-index: 2;
}
.section-readmore .toggle-readmore.opened .answer-wrap {
  display: block;
  max-height: 100%;
}
.section-readmore .toggle-readmore.opened .answer-wrap:after{
  display: none;
  background: -webkit-none;
  background: -webkit-none;
  background: -moz-none;
  background: -o-none;
  background: -ms-none;
  background: none;
}
.section-readmore .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== section-readmore_example ========== */
.section-readmore.section-readmore_example .toggle-readmore .answer-wrap:after{
  content: none;
}
.section-readmore.section-readmore_example .toggle-readmore .answer-wrap{
  display: none;
}
.section-readmore.section-readmore_example .toggle-readmore .answer-wrap.answer-wrap_example{
  max-height: 100%;
}
/* pc */
.section-readmore .question.toggle-dropdown-button_example_pc{
  position: relative;
  width: 180px;
  height: 40px;
  margin: -20px auto 0;
}
.section-readmore .question.toggle-dropdown-button_example_pc:before{
  content: "";
  position: absolute;
  top: 0;
  background: url(/campaign/2024/20241204_winter_set_deposit/img/btn_readmore_01.png);
  background-repeat: no-repeat;
  background-size: 180px auto;
  width: 180px;
  height: 45px;
}
.section-readmore .question.toggle-dropdown-button_example_pc:hover{
  cursor: pointer;
}
.section-readmore .readmore .question.toggle-dropdown-button_example_pc.opened{
  margin-top: 20px;
}
.section-readmore .readmore .question.toggle-dropdown-button_example_pc.opened:before{
  background: url(/campaign/2024/20241204_winter_set_deposit/img/btn_readmore_02.png);
  background-size: 180px auto;
}
/* sp */
.section-readmore .question.toggle-dropdown-button_example_sp{
  position: relative;
  width: 100px;
  height: 25px;
  margin: -12.5px auto 0;
}
.section-readmore .question.toggle-dropdown-button_example_sp:before{
  content: "";
  position: absolute;
  top: 0;
  background: url(/campaign/2024/20241204_winter_set_deposit/img/btn_readmore_01.png);
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 25px;
}
.section-readmore .readmore .question.toggle-dropdown-button_example_sp.opened{
  margin-top: 12.5px;
}
.section-readmore .readmore .question.toggle-dropdown-button_example_sp.opened:before{
  background: url(/campaign/2024/20241204_winter_set_deposit/img/btn_readmore_02.png);
  background-size: 100px auto;
}

/* ========== add ========== */
#flg-case1,#flg-case2 ,
#flg-case3, #flg-case4 {
    margin-top: 60px;
  }
#flg-case1 + .c-copy-01,#flg-case2 + .c-copy-01 ,
#flg-case3 + .c-copy-01, #flg-case4 + .c-copy-01 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px){
  #flg-case1, #flg-case2 ,
  #flg-case3, #flg-case4 {
    margin-top: 30px;
  }
  #flg-case1 + .c-copy-01, #flg-case2 + .c-copy-01 ,
  #flg-case3 + .c-copy-01, #flg-case4 + .c-copy-01 {
    padding-bottom: 30px;
  }
}


/* ========== section-faq ========== */
.section-faq{
  background-color: #fff;
}
.section-faq .question,.section-faq .answer-wrap{
margin-bottom: 0!important;
border: 1px solid #bcbcbc;
border-top: 0;
}
.section-faq ul.questions > li + li{
margin-top: 0!important;
}
.section-faq ul.questions > li:first-child {
border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .section-faq ul.questions {
    padding: 0;
  }
}
.section-faq ul.questions{
padding: 0;
}
.section-faq ul.questions > li{
  list-style: none;
}
.section-faq ul.questions > li + li {
  margin-top: 1em;
}
.section-faq .question {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-faq .answer .label {
  color: #f0920c;
}
.section-faq .label {
  color: #888;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  font-size: 1em;
  font-weight: bold;
}
.section-faq .answer .label{
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .section-faq .label {
    width: 15%;
    padding: 0;
  }
}
.section-faq .text {
  padding: 1.5em 2.5em 1.5em 0;
  font-weight: bold;
  font-size: 1em;
}
.section-faq .answer {
  padding: 1.5em 2.5em;
}
.section-faq .text .em {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section-faq .text {
    width: 85%;
  }
  .section-faq .answer {
    width: 100%;
  }
}
.section-faq .question {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.section-faq .question:hover {
  background-color: #eee;
}
.section-faq .question.opened .text {
  background-image: url("/campaign/2024/20241204_winter_set_deposit/img/icon-chevron-up-black.png");
  background-repeat: no-repeat;
}
.section-faq .question .label {
  margin-bottom: 0;
}
.section-faq .question .text {
  margin-bottom: 0;
  color: #222;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-image: url("/campaign/2024/20241204_winter_set_deposit/img/icon-chevron-down-black.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 1.125em;
  -moz-background-size: auto 1.125em;
  background-size: auto 1.125em;
  background-position: right 1em center;
}
.section-faq .answer-wrap {
  display: none;
}
.section-faq .answer {
  background-color: #ffede3;
}
.section-faq .answer:hover {
  background-color: #ffede3;
}
.section-faq .answer .label {
  background-color: #ffede3;
  margin-bottom: 0;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== cpn-column-group ========== */
@media only screen and (max-width: 640px) {
  .c-column-group.cpn-column-group {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
    gap: 3%;
  }
  .c-column-group.cpn-column-group .col-unit-1\/3 {
    width: auto;
    margin-left: 0;
    margin-top: 0;
  }
  .c-column-group.cpn-column-group:before,
  .c-column-group.cpn-column-group:after{
    display: none;
  }
  .c-column-group.cpn-column-group_stepup{
    display: flex;
  }
  .c-column-group.cpn-column-group_stepup .col-unit-1\/2{
    width: 50%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 641px) {
  .c-column-group.cpn-column-group {
    display: flex;
    justify-content: space-between;
  }
  .c-column-group.cpn-column-group .col-unit-1\/3 {
    width: auto;
    margin-left: 0;
  }
  .c-column-group.cpn-column-group:before,
  .c-column-group.cpn-column-group:after{
    display: none;
  }

  .c-column-group.cpn-column-group_stepup{
  }
}

/* ========== bundle-acc ========== */
.c-accordion-01.bundle-acc>.item{
  border-left: 1px solid #d4d5d5;
  border-right: 1px solid #d4d5d5;
}
.c-accordion-01.bundle-acc>.item>.head{
  padding-left: 1em;
  position: relative;
}
.c-accordion-01.bundle-acc>.item>.head.opened{
  border-bottom: 1px solid #d4d5d5;
}
.c-accordion-01.bundle-acc>.item>.head:before{
  right: 10px;
}
.c-accordion-01.bundle-acc>.item>.head:after{
  right: 19px;
}
.c-accordion-01.bundle-acc:last-child{
  margin-bottom: 0;
}
.c-accordion-01.bundle-acc .item .head:before {
  content: none;
}
.c-accordion-01.bundle-acc .item .head:after {
  content: none;
}

.c-accordion-01.bundle-acc .item .head {
    padding: 17px 44px 13px 18px;
    background: url(/landing/kinri_up_tokuten_bundle/img/icon-chevron-down-black.png);
    background-repeat: no-repeat;
    background-size: auto 1.125em;
    background-position: right 1em center;
}

@media only screen and (max-width: 640px) {
  .c-accordion-01.bundle-acc .item .head {
    padding: 17px 44px 13px 10px;
    background-position: right 6px center;
  }
}

.c-accordion-01.bundle-acc .item .head.opened {
    background: url(/landing/kinri_up_tokuten_bundle/img/icon-chevron-up-black.png);
    background-repeat: no-repeat;
    background-size: auto 1.125em;
    background-position: right 1em center;
}

@media only screen and (max-width: 640px) {
  .c-accordion-01.bundle-acc .item .head.opened {
    background-position: right 6px center;
  }
}

.acc-closed img.img-responsive:hover{
  cursor: pointer;
}

/* ========== c-interest-item ========== */
.c-interest-item {
  padding: 20px 10px;
  margin-top: -7%;
  border-radius: 10px;
}
.c-interest-item.c-interest-premium {
  border: 3px solid #EB7000;
}
.c-interest-item.c-interest-switch {
  border: 3px solid #35A667;
}
.c-interest-item.c-interest-foreign {
  border: 3px solid #22B0F9;
}

/* ========== interest-unit ========== */
.interest-unit {
  background-color: #f5f5f5;
  padding: 20px 10px;
  border-radius: 10px;
}

/* ========== c-interest_feature-item ========== */
.c-interest_feature-item {
  border: 2px solid #29499f;
  padding: 15px;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .c-interest_feature-item {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 641px) {
  .c-interest_feature-item {
    min-width: 250px;
  }
  .c-interest_feature-item.c-interest_stepup-item{
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
/* ========== c-interest_beginner-list ========== */
@media only screen and (min-width: 641px) {
  .c-interest_beginner-list {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .c-interest_switch-item {
    max-width: 500px;
    margin-left: 20px;
  }
}
.interest_beginner {
  background-color: #FFDFDB;
  position: relative;
}
.interest_beginner:before {
  content: "";
  position: absolute;
  border: 20px solid transparent;
}
@media only screen and (max-width: 640px) {
  .interest_beginner {
    padding: 10px;
  }
  .interest_beginner:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #FFDFDB;
  }
}
@media only screen and (min-width: 641px) {
  .interest_beginner {
    padding: 10px 20px;
  }
  .interest_beginner:before {
    top: 15%;
    left: -40px;
    border-right: 20px solid #FFDFDB;
  }
}
/* ========== login ========== */
.c-login_area.entry a.c-btn-account, .modaal__content .c-login_area.entry .icon-login.icon-login-app {
  background-color: #fff;
  border: 3px solid #eb7000;
  border-bottom: 3px solid #eb7000;
  color: #eb7000;
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.modaal__content .c-login_area.entry .icon-login {
  background-color: #fff;
  border: 2px solid #50659E;
  border-bottom: 4px solid #50659E;
  color: #50659E;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.c-login_area.entry a.c-btn-account.icon-login.size-01 > .label:before {
  background-size: 0;
}
.c-login_area.entry a.c-btn-account.icon-login.size-01 > .label:before, .c-login_area.entry.login__modaal a.icon-login:after,
.modaal__content .c-login_area.entry a.c-btn-account.icon-login.icon-login-app.size-01 > .label:before {
  background-color: #eb7000;
}
.modaal__content .c-login_area.entry a.c-btn-account.icon-login.size-01 > .label:before {
  background-color: #50659E;
}
@media only screen and (min-width: 641px) {
  a.c-btn-account.cv-login.size-01 {
    font-size: 20px;
  }
  a.c-btn-account.cv-login.size-01 > .label:before {
    top: 2px;
  }
}

.modaal__cv-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .modaal__cv-wrapper .c-login_area {
    width: 49%;
    min-width: 136px;
  }
  .modaal__cv-wrapper .c-login_area.ml2per {
    margin-left: 2%;
  }
  .modaal__cv-wrapper .c-login_area .c-btn-account {
    width: 100%;
  }
  .modaal__cv-wrapper .c-login_area a.c-btn-account.size-01 > .label {
    font-size: 70%;
  }
  .modaal__cv-wrapper .c-login_area.cv_premium a.c-btn-account.size-01 > .label {
    font-size: 52%;
  }
  .modaal__cv-wrapper .c-login_area.cv_switch a.c-btn-account.size-01 > .label {
    font-size: 65%;
  }
  .modaal__cv-wrapper .c-login_area.cv_stepup a.c-btn-account.size-01 > .label {
    font-size: 52%;
  }
  .modaal__cv-wrapper a.c-btn-account.size-01.icon-login {
    padding: 5px;
    padding-left: 18px;
    line-height: 1.1;
  }
  .modaal__cv-wrapper .cv_yen_deposit a.c-btn-account.size-01.icon-login {
    padding-left: 10px;
  }
  .modaal__cv-wrapper .c-login_area a.c-btn-account.icon-login.size-01 > .label:before {
    width: 18px;
    height: 18px;
    background-size: auto 0;
    top: 10px;
  }
  .modaal__cv-wrapper .c-login_area.cv_switch a.c-btn-account.size-01 > .label:before {
    left: -20px;
  }
  .modaal__cv-wrapper .c-login_area.cv_premium a.c-btn-account.icon-login.size-01 > .label:before {
    left: -15px;
  }
  .modaal__cv-wrapper .c-login_area.cv_stepup a.c-btn-account.icon-login.size-01 > .label:before {
    left: -15px;
  }
}

.cpn-yen_deposit {
  padding: 25px 15px;
  border: 2px solid #29499f;
}
.cpn-yen_deposit h4 {
  color: #29499f;
}
@media only screen and (max-width: 820px) {
  .table-outer {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 640px) {
  .table-outer .c-table-01 {
    min-width: 500px;
  }
}
@media only screen and (min-width: 641px) {
  .table-outer .c-table-01 {
    min-width: 700px;
  }
}
.table-outer .c-table-01 {
  width: 100%;
}
.table-outer .c-table-01 .fixed {
  position: sticky;
}
.table-outer .c-table-01 th.fixed01 {
  z-index: 4;
  left: 0;
}