@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;
  }
}

/* ========== c-interest-rate-box-header ========== */
.c-interest-rate-box-header{
  padding: 10px;
}

.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-item ========== */
.c-interest-item {
  padding: 20px 10px;
  margin-top: -7%;
  border-radius: 10px;
}
.c-interest-item.c-interest-premium {
  border: 3px solid #EB7000;
}

/* ========== 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-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: "";
  }
}

/* ========== flg-amount ========== */
.sty-first-deposit {
  background-color: #def2fe;
  border-radius: 30px;
  padding: 15px 40px;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sty-first-deposit {
    padding: 15px 20px;
  }
}

/* ========== 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/2025/20250611_summer_premium/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/2025/20250611_summer_premium/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;
}

/* ========== 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;
}


/* ========== 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: 3px solid #50659E;
  color: #50659E;
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.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;
  }
}

/* ========== sty-campaign-ttl ========== */

.c-copy-01 .sty-campaign-ttl {
  color: #eb5505;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  background-color: unset;
  box-shadow: unset;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .c-copy-01 .sty-campaign-ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
