@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;
  max-width: 707px;
  margin: 0 auto;
}
.btn-position .btn-01 {
  position: absolute;
  bottom: 6%;
  right: 0;
  min-width: 53%;
}

@media only screen and (min-width: 640px) {
  .btn-position {
    max-width: 707px;
    margin: 0 auto;
  }
  .btn-position .btn-01 {
    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 {
	background-color: #1F4296;
	box-shadow: 12px 0 0 #1F4296,-12px 0 0 #1F4296;
}

body.color-set-deposit .cpn-step-05 > .step {
	border-color: #1F4296;
}

body.color-set-deposit .cpn-heading-02 h3,
body.color-set-deposit .cpn-text-01 {
	color: #1F4296;
}

/* ========== 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;
}

/* ========== heading ========== */
.wb-cpn-heading-01{
  margin: -30px -54px 0 -54px!important;
}
@media only screen and (max-width: 640px){
  .wb-cpn-heading-01{
    margin: -16px -10px 0 -10px!important;
  }
}

/* ========== nav ========== */
@media only screen and (min-width: 640px) {
  .nav-area {
    padding: 10px 54px;
  }
}
@media only screen and (max-width: 640px) {
  .nav-area {
    padding: 0;
  }
}

.nav-area .lnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .nav-area .lnav.lnav-bdr {
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (min-width: 640px) {
  .nav-area .lnav .lnav-item {
    width: 216px;
  }
}
@media only screen and (max-width: 640px) {
  .nav-area .lnav .lnav-item {
    width: 50%;
  }
}

.nav-area .lnav .lnav-item a {
  display: block;
}
@media only screen and (min-width: 640px) {
  .nav-area .lnav .lnav-item:first-child a {
    border-left: 1px solid #ddd;
  }
  .nav-area .lnav .lnav-item a {
    border-right: 1px solid #ddd;
    padding: 12px 0 10px;
  }
  .nav-area .lnav .lnav-item a:hover {
    opacity: .7;
  }
  .nav-area .lnav .lnav-item a img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .nav-area .lnav .lnav-item:nth-child(2n) a {
    border-left: 1px solid #ddd;
  }
  .nav-area .lnav .lnav-item:nth-child(3) a,
  .nav-area .lnav .lnav-item:nth-child(4) a {
    border-top: 1px solid #ddd;
  }
  .nav-area .lnav .lnav-item a {
    padding: 10px 0;
  }
  .nav-area .lnav .lnav-item a img {
    width: auto;
    height: 14px;
    margin: 0 auto;
  }
}

/* ========== 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-accordion-cp ========== */
.c-ground-03.c-ground-cp{
  padding: 0 54px;
}
.c-accordion-cp,
.c-accordion-cp>.item{
  border: none;
}
.c-accordion-cp:last-child{
  margin-bottom: 0;
}
.c-accordion-cp>.item>.body{
  padding: 20px 0 40px;
}
.c-accordion-cp>.item>.head{
  font-weight: normal;
  text-align: center;
  padding: 25px 54px 21px 0;
  font-size: 135%;
}
.c-accordion-cp>.item>.head span{
  position: relative;
}
.c-accordion-cp>.item>.head span:before{
  content: "";
  background: url(/campaign/2020/20201201_winter_set_deposit/img/icon_payment.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -40px;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.c-accordion-cp>.item>.head span em{
  display: inline;
  background: none;
  color: #eb7000;
  font-weight: bold;
}
.c-accordion-cp .c-heading2-02{
  margin-top: 1.875em;
}
.c-accordion-cp .c-heading2-02 .heading-main h2 span{
  background-color: #1F4296;
  box-shadow: 12px 0 0 #1F4296, -12px 0 0 #1F4296;
}
.c-accordion-cp .c-btn-04,
.c-accordion-cp .c-btn-05{
  padding: 21px 20px 19px 50px;
}
.c-accordion-cp .c-copy-01 p em{
  color: #eb7000;
}
.c-accordion-cp>.item>.head:hover{
  background-color: #fff;
}
.c-accordion-cp>.item>.head:after{
  background: url(/campaign/2020/20201201_winter_set_deposit/img/icon-chevron-down-black.png) no-repeat 0 0;
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 4px;
}
.c-accordion-cp>.item>.head.opened:after{
  background: url(/campaign/2020/20201201_winter_set_deposit/img/icon-chevron-up-black.png) no-repeat 0 0;
}
.c-accordion-cp>.item>.head:before{
  border: none;
  background: none;
}
@media only screen and (max-width: 640px){
  .c-ground-03.c-ground-cp{
    padding: 0 10px;
  }
  .c-accordion-cp>.item>.body{
    padding: 10px 0 20px;
  }
  .c-accordion-cp>.item>.head{
    text-align: left;
    margin-left: 40px;
  }
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png)
}
















/* ========== 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/2020/20201201_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/2020/20201201_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/2020/20201201_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/2020/20201201_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/2020/20201201_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/2020/20201201_winter_set_deposit/img/btn_readmore_02.png);
  background-size: 100px auto;
}

/* ========== add ========== */
#flg-case1,#flg-case2,
#flg-case3,#flg-case4 {
  margin-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px){
  #flg-case1,  #flg-case2,
  #flg-case3,  #flg-case4 {
    margin-top: 30px;
    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/2022/20221201_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/2022/20221201_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;
}

/* ========== FloatingBanner ========== */
#jbk-FloatingBannerArea{
  display: block;
  position: fixed;
  z-index: 99999;
  right: -400px;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  opacity: 0;
  background-color: #eee;
}
#jbk-FloatingBannerArea.jbk-FloatingBannerArea_on{
  bottom: 0;
  right: 20px;
  opacity: 1;
  transition-property: all;
  transition-duration: 1500ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
#jbk-FloatingBannerArea.jbk-FloatingBannerArea_off{
  right: -400px;
  bottom: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.FloatingBanner_wrapper{
  position: relative;
  -webkit-box-shadow: 0 0 8px #808080;
  box-shadow: 0 0 8px #808080;
  overflow: hidden;
  background-color: #fff;
}
.FloatingBanner-close{
  position: absolute;
  z-index: 999;
  top: -20px;
  right: -4px;
  background-color: #eee;
  border-radius: 16px;
}
.img-FloatingBanner-close{
  cursor: pointer;
}
#jbk-FloatingBannerArea img.TOP-img-hover:hover{
  opacity: 0.8;
}
.top_reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -190px;
  left: 0;
  background-color: #fff;
  opacity: 0;
}
#jbk-FloatingBannerArea_sp{
  display: block;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: -400%;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  height: auto;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  #jbk-FloatingBannerArea_sp{
    width: 100%;
    padding: 0 0 0 20px;
  }
}
#jbk-FloatingBannerArea_sp.jbk-FloatingBannerArea_sp_on{
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 0 0 0 20px;
  opacity: 1;
  transition-property: all;
  transition-duration: 1500ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
#jbk-FloatingBannerArea_sp.jbk-FloatingBannerArea_sp_off{
  width: 100%;
  right: 0;
  bottom: -400px;
  padding: 0 0 0 20px;
  opacity: 0;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.FloatingBanner_wrapper_sp{
  position: relative;
  overflow: hidden;
}
.FloatingBanner-close_sp{
  position: absolute;
  z-index: 999;
  top: -14px;
  right: -8px;
}
.img-FloatingBanner-close_sp{
  cursor: pointer;
}
.top_reflection_sp {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -190px;
  left: 0;
  opacity: 0;
}
.jbk-FloatingBannerArea_none{
  display: none !important;
}

/* ========== cpn-column-group ========== */
@media only screen and (min-width: 640px) {
  .c-figure-01 .cpn-column-group {
    display: flex;
    margin-top: 20px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .cpn-column-group {
    display: flex;
    margin-top: 20px;

  }
  .cpn-column-group img {
    max-width: 96%;
  }
}

/* ========== cvBlock ========== */
  div.cvBlock-center {
    margin: 0 auto;
    width: 49.71428571428571%;
  }

@media only screen and (min-width: 641px) {
  .cvBlock-right{
    padding-left: 0;
  }
  .cvBlock-left{
    padding-left: 0;
  }
}

/* snsボタン */
.c-share__campaign {
  margin: 40px 0 20px auto;
  max-width: 600px;
  white-space: nowrap; }
  .c-share__campaign .c-share__campaign--link {
    padding: 8px 0px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 48%;
    border-bottom: 3px solid; }
    .c-share__campaign .c-share__campaign--link.__facebook {
      margin-right: 3%;
      border-color: #6280b8;
      background-color: #3b5a9a; }
      .c-share__campaign .c-share__campaign--link.__facebook .c-share__campaign .c-share__campaign--icon {
        margin-top: -5px; }
    .c-share__campaign .c-share__campaign--link.__twitter {
      border-color: #85cdf6;
      background-color: #55acee; }
  .c-share__campaign .c-share__campaign--icon {
    width: 35px;
    margin-right: 5px;
    margin-left: -5px; }
  .c-share__campaign .c-share__campaign--text__pc {
    display: inline; }
  @media screen and (max-width: 767px) {
    .c-share__campaign {
      width: 100%; }
      .c-share__campaign .c-share__campaign--icon {
        width: 25px;
        margin-left: -7%; }
      .c-share__campaign .c-share__campaign--text__pc {
        display: none; }
      .c-share__campaign .c-share__campaign--link {
        font-size: 12px;
        padding: 10px 0;
        border-radius: 5px;
        border-width: 2px; }
        .c-share__campaign .c-share__campaign--link.__facebook {
          margin-right: 2%; } }