@charset "utf-8";

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

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

/* ========== c-ground-01 ========== */
.c-ground-jibunplus{
  background-color: #ffec73;
}

/* ========== c-jibunplus-inner ========== */
.c-jibunplus-inner{
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  -webkit-box-shadow: 4px 4px 6px rgba(51, 51, 51, .28);
  box-shadow: 4px 4px 6px rgba(51, 51, 51, .28);
}
.c-jibunplus-inner.c-jibunplus-inner02{
  border-radius: 0 0 20px 20px;
}
.c-jibunplus-inner.c-jibunplus-inner03{
  margin-top: 4em;
  padding-top: 0;
}
@media only screen and (max-width: 640px){
  .c-jibunplus-inner{
    border-radius: 10px;
    padding: 20px 10px;
    -webkit-box-shadow: 2px 2px 3px rgba(51, 51, 51, .28);
    box-shadow: 2px 2px 3px rgba(51, 51, 51, .28);
  }
  .c-jibunplus-inner.c-jibunplus-inner02{
    border-radius: 0 0 10px 10px;
  }
  .c-jibunplus-inner.c-jibunplus-inner03{
    margin-top: 2.5em;
  }
}

/* ========== c-copy-day ========== */
.c-copy-day{
  background-color: #eee;
  display: inline-block;
  padding: 10px 20px;
  margin-left: -30px;
}
@media only screen and (max-width: 640px){
  .c-copy-day{
    padding: 6px 10px;
    margin-left: -10px;
  }
}

/* ========== anc ========== */
.c-jibunplus-anc{
  list-style: none;
  padding: 0;
  margin: 1em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 748px;
}
.c-jibunplus-anc li{
  width: 31.56%;
  margin-right: 2.66%;
}
.c-jibunplus-anc li:last-child{
  margin-right: 0;
}
.c-jibunplus-anc li a img:hover{
  opacity: .7;
  filter: alpha(opacity=70);
}

/* ========== c-figure-title ========== */
.c-figure-title{
  margin-top: 2.5em;
}
.c-figure-title img{
  width: 100%;
}
.c-figure-title02{
  position: relative;
  top: -25px;
  width: 100%;
  max-width: 746px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px){
  .c-figure-title{
    margin-top: 2em;
  }
  .c-figure-title02{
    top: -15px;
  }
}

/* ========== c-jibunplus-attention ========== */
.c-jibunplus-attention{
  border: 2px solid #eb7000;
  border-radius: 10px;
  padding: 35px 20px 20px;
  position: relative;
  margin-top: 3.5em;
}
.c-jibunplus-attention .c-copy-heading{
  background-color: #eb7000;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -10%;
  padding: 5px 5px;
  border-radius: 20px;
  width: 70%;
  max-width: 264px;
  min-width: 190px;
  text-align: center;
}
@media only screen and (max-width: 640px){
  .c-jibunplus-attention .c-copy-heading{
    top: -8.5%;
  }
}

/* ========== c-jibunplus-attention ========== */
.c-linkList-01 .icon.icon-new img{
  width: 49px;
}

/* ========== 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,
#section-faq .answer {
  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: 1em;
}
@media screen and (max-width: 767px) {
  #section-faq .label {
    width: 10%;
    padding: 0;
  }
}
#section-faq .text {
  padding: 1.5em 2.5em 1.5em 0.5em;
  font-size: 1em;
}
#section-faq .text .em {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #section-faq .text {
    width: 90%;
  }
}
#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/jibunplus_renewal_2022/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/jibunplus_renewal_2022/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;
}

/* ========== tab ========== */
.c-tabs-01.c-tabs-02{
   margin: 10px 0 0;
}
.c-tabs-01.c-tabs-02>.content{
  border-bottom: none;
  border-top: 1px solid #bcbdbd;
}
.c-tabs-01.c-tabs-02>.content>div{
  padding: 20px 0;
}
.c-tabs-01.c-tabs-02>.content:before,
.c-tabs-01.c-tabs-02>.content:after{
  content: none;
}
.c-tabs-01.c-tabs-02>.tabs{
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
  padding: 0;
}
.c-tabs-01.c-tabs-02>.tabs>li{
  margin: 0;
  width: 47.32%;
  border-radius: 10px 10px 0 0;
}
.c-tabs-01.c-tabs-02>.tabs>li:first-child{
  margin-right: 2px;
}
.c-tabs-01.c-tabs-02>.tabs>li.current{
  border-bottom: none;
  width: 48.21%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  z-index: 1;
}
.c-tabs-01.c-tabs-02>.tabs>li a{
  background: #fce7cd;
  border: none;
  border-radius: 0;
  color: #eb7000;
  font-size: 12px;
  padding: 5px 0;
  border-radius: 10px 10px 0 0;
}
.c-tabs-01.c-tabs-02>.tabs>li.current a{
  background: #eb7000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  padding: 10px 0 5px;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 640px){
  .c-tabs-01.c-tabs-02>.tabs {
    margin-top: 15px;
  }
  .c-tabs-01.c-tabs-02>.tabs>li {
    width: 48.21%;
  }
  .c-tabs-01.c-tabs-02>.tabs>li.current{
    width: 48.85%;
  }
  .c-tabs-01.c-tabs-02>.tabs>li:first-child{
    margin-right: 4px;
  }
  .c-tabs-01.c-tabs-02>.tabs>li a{
    font-size: 18px;
    padding: 12px 0 12px;
  }
  .c-tabs-01.c-tabs-02>.tabs>li.current a{
    padding: 24px 0 12px;
  }
}

/* ========== jbk-FloatingTopLinkArea ========== */
#jbk-FloatingTopLinkArea{
  display: block;
  position: fixed;
  z-index: 11111;
  right: 16px;
  bottom: 10px;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  opacity: 0;
  background-color: inherit;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  #jbk-FloatingTopLinkArea{
    right: 6px;
  }
}
#jbk-FloatingTopLinkArea.jbk-FloatingTopLinkArea_on{
  display: block;
  opacity: 1;
  transition-property: all;
  transition-duration: 1500ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
#jbk-FloatingTopLinkArea.jbk-FloatingTopLinkArea_off{
  opacity: 0;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.FloatingTopLink_wrapper{
  position: relative;
}
#jbk-FloatingTopLinkArea img.FloatingTopLink-img-hover:hover{
  opacity: 0.8;
}

/* ========== ご案内 ========== */
#new_btns {
  opacity : 0;
  padding: 0;
  z-index: -1;
  position: fixed;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#new_btns.opener {
  bottom: 0px;
  width: 100%;
  opacity: 1;
  background-color: #fff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  z-index: 10000;
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail{
  margin-bottom: 2px;
}
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png);
  display: block;
}
@media only screen and (max-width: 640px){
  a.c-btn-account.c-btn-mail{
    padding-left: 63px;
  }
  a.c-btn-account.c-btn-mail::before{
    left: 28px;
  }
}

/* ========== countdown ========== */
.c-countdown-01{
  background-color: #ffec73;
  padding: 1.5em 1em;
  margin-top: 1.5em;
}
.c-countdown-01 .c-countdown-day{
  background-color: #fff;
  color: #eb7000;
  border: 3px solid #eb7000;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 10px;
  font-size: 135%;
}
@media only screen and (max-width: 640px){
  .c-countdown-01{
    padding: 1em;
  }
  .c-countdown-01 .c-heading4-01 h4{
    line-height: 2;
  }
}