@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);
@import url(/jibunplus/css/style_lead.css);

/* ========== hidden ========== */
@media only screen and (min-width: 641px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== additional styles ========== */
.pb30{
padding-bottom: 30px;
}

#footer {
    text-align: center;
}
#footer > p {
    margin-bottom: 40px;
}
#footer p a img {
    width:255px;
}
#footer .footer_inner {
    background: #898989;
    color: #fff;
    padding: 25px 0 0;
}
#footer .footer_inner dl {
    margin: 0 auto;
    width: 680px;
}
#footer .footer_inner dl dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
}
#footer .footer_inner dl dd {
    margin-bottom: 20px;
}
#footer .footer_inner p {
    background: #747474;
    color: #fff;
    padding: 15px;
}

@media all and (max-width: 750px) {

    #footer > p {
        margin-bottom: 20px;
        padding: 0 6%;
    }
    #footer p a img {
        width: calc(255/750*100vw);
    }
    #footer .footer_inner {
        padding: 20px 0 0;
    }
  #footer .footer_inner dl {
    width: auto;
    padding: 0 10px;
  }
  #footer .footer_inner dl dt {
    font-size: 1.4rem;
  }
  #footer .footer_inner dl dd {
    font-size: 0.8rem;
  }
    #footer .footer_inner p {
        font-size: 0.8rem;
        margin-bottom: 0;
    }
}
/* ====== c-column-group_feature ====== */
.c-column-group.c-column-group_feature{
  margin-top: 0;
}
.c-column-group.c-column-group_feature .col-unit-1\/2{
  margin-top: 1.5em;
}
.c-column-group.c-column-group_feature .col-unit-1\/2:nth-child(odd){
  margin-left: 0;
}
.c-column-group.c-column-group_feature.c-column-group_odd .col-unit-1\/2:last-child:before{
  content: "";
  display: block;
  clear: both;
}
.c-column-group.c-column-group_feature.c-column-group_odd .col-unit-1\/2:last-child{
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  padding-top: 1.5em;
}

/* ====== conversion ====== */
.c-cnvBlock-01 .cnv-txt h4{
font-size: 120%;
}
.new_btns_clm .cnv-txt h4{
font-size: 120%;
}
@media only screen and (min-width: 641px) {
.securities_hr {
display: none;
}
}
@media only screen and (max-width: 640px) {
.c-cnvBlock-01 .cnv-txt h4{
font-size: 130%;
}
.new_btns_clm .cnv-txt h4{
font-size: 130%;
}
}

/* ====== KV ====== */
.relative-pc , .relative-sp {
position: relative;
}

.absolute li{
color: #fff;
}

.relative-pc .absolute {
width: 88%;
}

.relative-pc .absolute-left {
position: absolute;
top: 55%;
left: 6%;
}

.relative-pc .absolute-right {
position: absolute;
top: 92.5%;
left: 6%;
}

.relative-sp .absolute {
width: 90%;
}

.relative-sp .absolute-left {
position: absolute;
top: 53%;
left: 3%;
}

.relative-sp .absolute-right {
position: absolute;
top: 91%;
left: 3%;
}

.relative-sp .absolute li{
font-size: 2.1875vw;
}

@media only screen and (max-width: 998px) {
.absolute li{
font-size: 1.402806vw;
}
}

@media only screen and (max-width: 360px) {
.relative-sp .absolute-left {
top: 52%;
}

.relative-sp .absolute-right {
top: 90%;
}
}

/* ========== column_btn-group ========== */
.c-column-group.btn-group .col-unit-1\/2:first-of-type .c-figure-01 {
  text-align: right;
}
.c-column-group.btn-group .col-unit-1\/2:nth-of-type(2) .c-figure-01 {
  text-align: left;
}
@media only screen and (max-width: 640px) {
.c-column-group.btn-group .col-unit-1\/2:nth-of-type(2) {
  margin-top: 1em;
}
.c-column-group.btn-group .col-unit-1\/2 .c-figure-01 {
  width: 80%;
  margin: 0 auto;
}
}
/* ========== 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("/products/loan/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("/products/loan/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;
}

/* ========== anc ========== */
.c-ground-01.c-ground-p0{
  padding: 0;
}
ul.c-anc-01{
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5.75%;
}
ul.c-anc-01 li{
  border-right: 1px solid #bcbcbc;
}
ul.c-anc-01 li:first-child{
  border-left: 1px solid #bcbcbc;
}
ul.c-anc-01 li a img{
  width: 100%;
}
@media only screen and (max-width: 640px){
  ul.c-anc-01{
    padding: 0;
  }
  ul.c-anc-01{
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.c-anc-01 li{
    width: 50%;
  }
  ul.c-anc-01 li:first-child{
    border-left: none;
  }
  ul.c-anc-01 li:nth-child(odd){
    border-right: 1px solid #bcbcbc;
  }
  ul.c-anc-01 li:nth-child(even){
    border-right: none;
  }
  ul.c-anc-01 li:nth-child(3),
  ul.c-anc-01 li:nth-child(4){
    border-top: 1px solid #bcbcbc;
  }
}

/* ====== c-ground-01 ====== */
.c-ground-01.c-ground-heading-img {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .c-ground-01.c-ground-heading-img {
    margin-top: 25px;
  }
}

/* ====== heading ====== */
/* -- heading-img -- */
@media only screen and (max-width: 768px) {
  .c-heading2-01.cpn-heading-01 .img-responsive {
    width: 100%;
  }
}

.c-heading2-01.cpn-heading-01.c-heading-img {
  margin: -50px -54px 0 -54px;
}
@media only screen and (max-width: 640px) {
  .c-heading2-01.cpn-heading-01.c-heading-img {
    margin: -26px -10px 0 -10px;
  }
}

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

/* ========== c-furtherBlock-01 ========== */
.c-furtherBlock-01{
  margin-top: 4em;
  border-radius: 10px;
  position: relative;
  border-radius: 10px;
}
.c-furtherBlock-01 .c-further-icon{
  background: linear-gradient(to left, #eb5505, #eb7000);
  -webkit-box-shadow: 0 3px 0 rgba(255,126,0,0.3);
  box-shadow: 0 3px 0 rgba(255,126,0,0.3);
  color: #fff;
  font-weight: bold;
  font-size: 125%;
  padding: 10px 30px;
  border-radius: 25px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 640px){
  .c-furtherBlock-01{
    margin-top: 4.5em;
  }
  .c-furtherBlock-01 .c-further-icon{
    font-size: 100%;
    padding: 5px 10px;
    top: -15px;
  }
}

.c-furtherBlock-01 .c-figure-01.c-figure-btn{
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.c-furtherBlock-01 .c-figure-01.c-figure-btn.c-figure-btn-pc{
  width: 46.08%;
  bottom: 8%;
}
.c-furtherBlock-01 .c-figure-01.c-figure-btn.c-figure-btn-sp{
  width: 92.85%;
  bottom: 3%;
}

/* ========== c-column-payment ========== */
.c-column-payment .col-unit-1\/3 .c-copy-01{
  display: table-cell;
  vertical-align: middle;
}
.c-column-group.c-column-payment .col-unit-1\/3{
  width: 33.333%;
  margin: 0;
  padding: 0 2%;
  border-right: 2px dotted #d4d5d5;
}
.c-column-group.c-column-payment .col-unit-1\/3:first-child{
  padding-left: 0;
}
.c-column-group.c-column-payment .col-unit-1\/3:last-child{
  padding-right: 0;
  border-right: none;
}
@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;
  }
}