.sp-only {
    display: none;
}
@media only screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

.c-figure-01.title {
  text-align: left;
}

.flex-container {
  display: flex;
}

.flex-container figure {
  text-align: center;
  margin: 2em 12%;
}

@media only screen and (max-width: 778px) {
  .flex-container {
    display: unset;
  }
  .flex-container figure {
    margin: 1.5em 0 0 0;
  }
}

.background-01 {
  padding: 1em;
  border-radius: 1em;
  background-color: #F3F0E9;
  margin-bottom: 20px;
}

.background-02 {
  margin-top: 1em;
  padding: 30px;
  background-color: #FCE7CD;
}

.bundle-acc .c-steps-02 {
  background-color: #fce7cd;
  padding-top: 30px;
  padding-bottom: 30px;
}

.c-column-group.c-column-payment .col-unit-1\/3 {
    width: 33.333%;
    margin: 0;
    padding: 0 2%;
    border-right: 2px dotted #d4d5d5;
}
@media only screen and (max-width: 640px){
  .c-column-group.c-column-payment .col-unit-1\/3{
    width: 100%;
    border-right: none;
    border-bottom: 2px dotted #d4d5d5;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .c-column-group.c-column-payment .col-unit-1\/3:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* h2 */
.c-accordion-01.bundle-acc .c-heading2-01 {
  margin-left: 2px;
}
.c-accordion-01.bundle-acc .c-heading2-01 h2{
  font-size: 150%;
}
.c-accordion-01.bundle-acc .c-heading2-01 h2 span{
  color: #535252;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
  border-left: 6px solid #eb7000;
  padding: 0 0 0 10px;
}
.c-accordion-01.bundle-acc .c-heading2-01 h2 span{
  box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
}
.c-accordion-01.bundle-acc .c-heading2-01 h2 span{
  box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
}
@media only screen and (max-width: 640px){
  .c-accordion-01.bundle-acc .c-heading2-01 h2{
      font-size: 125%;
    }
  .c-accordion-01.bundle-acc .c-heading2-01 h2 span{
      border-left: 3px solid #eb7000;
    }
}



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

/* 追従エリア */
#fixedBtn {
    position: fixed;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    opacity: 1;
    z-index: 999;
}
#fixedBtn .inner {
    width: 100%;
    max-width: 978px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 640px) {
  #fixedBtn .inner {
    flex-direction: column;
    gap: 5px;
  }
}
@media only screen and (min-width: 641px) {
  #fixedBtn .inner .sty-btn_wrapper {
    width: 48%;
  }
}
#fixedBtn .fixed_btn01:hover {
    opacity: 1;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
#fixedBtn .link_wrapper {
    padding-left: 0;
}
@media only screen and (min-width: 641px) {
    #fixedBtn .link_wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }
}

#fixedBtn .link_wrapper .btn_wrapper {
    list-style: none;
}
@media only screen and (min-width: 641px) {
    #fixedBtn .link_wrapper .btn_wrapper {
        width: 48%;
    }
}

@media screen and (max-width: 640px) {
  #fixedBtn .link_wrapper .btn_wrapper {
    width: 85%;
    margin: 0 auto;
  }
}

/* support */
.support-content {
    background-color: #fff;
    border: 1px solid #535252;
    padding: 0 1em 1em 1em;
}

.support-content .support-btn {
    margin: 1.5em auto;
}

.support-content .support-btn--inner {
    color: #ffffff;
    background-color: #eb7000;
    text-decoration: none;
    padding: 0.8em 4em;
}

@media only screen and (max-width: 640px){
    .support-content .support-btn--inner {
        padding: 0.8em;
    }
}


/* icon */
a.c-btn-login .icon img {
  width: 18px;
}

.icon {
    margin-left: 4px;
    margin-right: 4px;
}

.icon img {
    width: 16px;
}

/* ========== c-ground-03 ========== */
.c-ground-03.c-ground-03_accordion{
  padding: 0;
}
.c-ground-03.c-ground-03_accordion .c-accordion-01,
.c-ground-03.c-ground-03_accordion .c-accordion-01>.item{
  border: none;
  margin: 0;
}

/* ヘッダーアイコン */
.c-accordion-01.bundle-acc .item .head.head-icon {
  padding-left: 3.5em;

}

.c-accordion-01.bundle-acc .item .head.head-icon:after {
  content: "";
  width: 45px;
  height: 45px;
  top: 14px;
  left: 14px;
}

.c-accordion-01.bundle-acc .item .head.head-icon.icon01:after {
  background: url(/landing/kinri_up_tokuten_bundle/img/icon_01_20250603.png);
  background-size: cover;
}

.c-accordion-01.bundle-acc .item .head.head-icon.icon02:after {
  background: url(/landing/kinri_up_tokuten_bundle/img/icon_02.png);
  background-size: cover;
}

.c-accordion-01.bundle-acc .item .head.head-icon.icon03:after {
  background: url(/landing/kinri_up_tokuten_bundle/img/icon_03_yendeposit_20250301.png);
  background-size: cover;
}

.c-accordion-01.bundle-acc .item .head.head-icon.icon04:after {
  background: url(/landing/kinri_up_tokuten_bundle/img/icon_04.png);
  background-size: cover;
}

@media only screen and (max-width: 640px){
  .c-accordion-01.bundle-acc .item .head.head-icon {
    padding: 17px 30px 10px 50px;
  }
  .c-accordion-01.bundle-acc .item .head.head-icon:after {
    width: 40px;
    height: 40px;
    top: 34%;
    left: 5px;
  }
}

/* CVエリア */
a.c-btn-account-bundle {
    font-size: 112.5%;
    border-radius: 28px;
    margin-top: 20px;
    text-decoration: none;
    border: 0;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
    border-top: 1px solid #f9cd00;
    border-bottom: 1px solid #d72200;
    background: #ed7b00;
    background: -moz-linear-gradient(top,#ed7b00 0,#e76400 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ed7b00),color-stop(100%,#e76400));
    background: -webkit-linear-gradient(top,#ed7b00 0,#e76400 100%);
    background: -o-linear-gradient(top,#ed7b00 0,#e76400 100%);
    background: -ms-linear-gradient(top,#ed7b00 0,#e76400 100%);
    background: linear-gradient(to bottom,#ed7b00 0,#e76400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed7b00',endColorstr='#e76400',GradientType=0);
    padding: 16px 32px 16px 60px;
    position: relative;
    text-align: left;
}

a.c-btn-account-bundle.fixed_btn01:before {
  background-image: url(/assets/img/icon_btn_01.png);
  background-size: 100%;
  height: 20px;
  top: 17px;
  width: 28px;
  position: absolute;
  left: 29px;
  content: "";
}

.c-btn-account-bundle.c-btn-mail:before {
  background-image: url(/assets/img/icon_mail_01.png);
  background-size: 100%;
  height: 20px;
  top: 17px;
  width: 28px;
  position: absolute;
  left: 29px;
  content: "";
}

.cvarea01 {
  margin: 1em 0;
  padding: 1em 1em;
  background-color: #F3F0E9;
}

.cvarea02 {
  margin: 1em 0;
  padding: 1em 1em;
  background-color: #fff0de;
}

.cvarea03 {
  margin: 1em 0;
  padding: 1em 1em;
  background-color: #fdece2;
}

.cvarea04 {
  margin: 1em 0;
  padding: 1em 1em;
  background-color: #fdebe7;
}

.cv-inner01 {
  padding: 0 0.5em 1em 0.5em;
  border: 3px solid #d29200;
  background-color: #ffffff;
}

.cv-inner02 {
  padding: 0 0.5em 1em 0.5em;
  border: 3px solid #eb7000;
  background-color: #ffffff;
}

@media only screen and (max-width: 640px){
  .cv-inner01,
  .cv-inner02 {
    padding: 0 0.5em 0.5em 0.5em;
  }
}

.c-cnvBlock-01 {
  box-shadow: none;
  margin-top: 0;
}

a.c-btn-login {
  margin-top: 0.5em;
  padding: 16px 19px 16px 45px;
}

a.c-btn-login:before {
  left: 20px;
}

@media only screen and (max-width: 640px){
  a.c-btn-login:before {
    left: 20px;
  }
}

@media only screen and (max-width: 640px){
  a.c-btn-login {
    padding: 16px 19px 16px 42px;
  }
}

@media only screen and (min-width: 641px){
    .c-column-group .col-unit-1\/2 {
        float: left;
    }
}

a.c-btn-account.size-01.sty-btn-account-size {
  width: auto;
}
@media only screen and (max-width: 640px){
  a.c-btn-account.size-01.sty-btn-account-size {
    width: 432px;
  }
}

.c-btn-login.gold_new {
    text-align: center;
    border-top: 1px solid #e7ce88;
    border-bottom: 1px solid  #78641d;
    background: linear-gradient(to bottom,#e4bd38 0,#9e8224 100%);
    background: -webkit-linear-gradient(top,#e4bd38 0,#9e8224 100%);
}

div.gold_login {
  margin-bottom: 2.6em;
}

@media only screen and (max-width: 960px){
  div.gold_login {
    margin-bottom: 0;
  }
}

div.gold_login a {
  text-align: center;
}

/* フッター */
div#footer {
    background-color: #ffffff;
    margin-bottom: 97px;
}

.footer_logo{
    margin: 2em auto 50px auto;
    padding-top: 50px;
    text-align: center;
}

.footer_top{
    padding: 40px 10px;
    background-color: #898989;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
}

.footer_text{
    font-size: 24px;
    line-height: calc(34/24);
}

.footer_notes{
    font-weight: normal;
    margin-top: 10px;
    font-size: 14px;
    line-height: calc(24/18);
}

.footer_bottom{
    padding: 20px 10px;
    background-color: #747474;
    text-align: center;
    color: #ffffff;
}

.footer_address{
    font-size: 14px;
    line-height: calc(24/18);
}

.footer_copy{
    margin-top: 10px;
    font-size: 14px;
    line-height: calc(24/18);
}

@media screen and (max-width: 750px){
    div#footer {
        background-color: #ffffff;
        margin-bottom: 173px;
    }
    div#footer.sty-footer-height-app {
      margin-bottom: 84px;
    }
    .footer_logo{
        margin: 1em auto calc(50vw / 750 * 100) auto;
        padding-top: 2em;
        text-align: center;
    }
    .footer_logo a{
        width: calc(235vw / 750 * 100);
    }
    .footer_top{
        padding: calc(40vw / 750 * 100) 0;
    }
    .footer_text{
        font-size: calc(24vw / 750 * 100);
        line-height: calc(50/28);
    }
    .footer_notes{
        width:  calc(690vw / 750 * 100);
        margin: calc(35vw / 750 * 100) auto 0;
        text-align: left;
        font-size: calc(18vw / 750 * 100);
        line-height: calc(24/18);
    }
    .footer_bottom{
        padding: calc(20vw / 750 * 100) 0;
        font-weight: 900;
    }
    .footer_address{
        font-size: calc(18vw / 750 * 100);
        line-height: calc(24/18);
    }
    .footer_copy{
        margin-top: calc(10vw / 750 * 100);
        font-size: calc(18vw / 750 * 100);
        line-height: calc(24/18);
    }
}

/* ========== 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 .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;
}
@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("/landing/kinri_up_tokuten_bundle/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("/landing/kinri_up_tokuten_bundle/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 .text {
  color: #222;
  margin-bottom: 0;
}