@charset "utf-8";

@import url(/campaign/css/campaign-detail.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;
  }
}

/* ========== key-visual ========== */
.c-ground-kv{
  background: linear-gradient(to left, #eb5505, #eb7000);
  padding: 30px 40px !important;
}
.c-ground-kv .c-column-group{
  overflow: visible;
  margin-top: 20px;
}
.c-ground-kv .col-unit-1\/2 .c-figure-01 img{
  box-shadow: 0 0 14px #684010;
  border-radius: 10px;
}
@media only screen and (max-width: 640px){
  .c-ground-kv{
    padding: 15px 10px !important;
  }
  .c-ground-kv .c-column-group{
    margin-top: 5px;
  }
  .c-ground-kv .col-unit-1\/2 .c-figure-01 img{
    box-shadow: 0 0 7px #684010;
  }
}

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

/* ========== c-furtherBlock-01 ========== */
.c-furtherBlock-01{
  margin-top: 6em;
  border-radius: 10px;
  padding: 25px 10px 15px;
  position: relative;
  border: 2px solid #eb5505;
  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;
  }
}

/* ========== cnv ========== */
.c-btn-account.size-01.c-btn-aupay{
  margin-bottom: 8px;
  padding: 18px 30px 14px;
}
@media only screen and (max-width: 640px){
  .c-btn-account.size-01.c-btn-aupay{
    padding: 18px 20px 14px;
  }
}

.c-cnvBlock-01.cnv-type-aupay .c-heading4-01 h2,
.c-cnvBlock-01.cnv-type-aupay .c-heading5-01 h5 span{
  color: #eb7000;
}
.c-cnvBlock-01.cnv-type-aupay .c-heading5-01 h5 span{
  border-bottom: 1px solid #eb7000;
  display: inline-block;
}
.cnv-type-aupay hr{
  border-color: #bcbdbd;
}

/* ========== accordion ========== */
.c-accordion-01.c-accordion-aupay .c-heading4-01 h4{
  color: #eb7000;
}
.c-accordion-01.c-accordion-aupay .c-column-group .col-unit-2\/3 .c-copy-01{
  margin-bottom: .75em;
}

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

/* ========== c-ground-contact ========== */
.c-ground-contact .c-heading4-01 h2{
  color: #eb7000;
  position: relative;
}
.c-ground-contact .c-heading4-01 h2:after{
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  bottom: -10px;
  width: 35px;
  height: 2px;
  background-color: #eb7000;
}
.c-ground-contact .c-column-group{
  margin-top: 2em;
}
.c-ground-contact .c-column-group .col-unit-1\/2{
  width: 50%;
  padding: 0 10px;
  margin: 0;
}
.c-ground-contact .c-column-group .col-unit-1\/2:first-child{
  border-right: 1px solid #d4d5d5;
}
@media only screen and (max-width: 640px){
  .c-ground-contact .c-heading4-01 h2:after{
    bottom: -5px
  }
  .c-ground-contact .c-column-group .col-unit-1\/2{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .c-ground-contact .c-column-group .col-unit-1\/2:first-child{
    padding-top: 0;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-right: none;
    border-bottom: 1px solid #d4d5d5;
  }
  .c-ground-contact .c-column-group .col-unit-1\/2 .c-btn-01{
    margin-top: 10px;
  }
}

/* ========== footer ========== */
p.c-copy-icon{
  background-color: #eb7000;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 85%;
  position: relative;
  margin-top: 2em;
  margin-bottom: 7px;
}
p.c-copy-icon:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #eb7000 transparent transparent transparent;
  border-width: 7px 7px 0 7px;
}
@media only screen and (max-width: 640px){
  p.c-copy-icon{
    margin-top: 1.25em;
  }
}

/* ========== footer ========== */
#jbk-footer-area.jbk-footer-au_pay{
  font-size: 100%;
  margin-top: 2em;
  text-align: center;
}
.jbk-footer-au_pay .jbk-footer-logo{
  background-color: #fff;
}
.jbk-footer-au_pay .jbk-footer-logo img{
  width: 260px;
}
.jbk-footer-au_pay .jbk-footer-top,
.jbk-footer-au_pay .jbk-footer-top .c-noteList-01 li,
.jbk-footer-au_pay .jbk-footer-bot{
  color: #fff;
}
.jbk-footer-au_pay .jbk-footer-top{
  background-color: #898989;
  padding: 40px 10px;
}
.jbk-footer-au_pay .jbk-footer-top .c-copy-01 p:first-child{
  font-size: 150%;
}
.jbk-footer-au_pay .jbk-footer-top .c-noteList-01 li{
  display: inline-block;
  text-align: left;
}
.jbk-footer-au_pay .jbk-footer-bot{
  background-color: #747474;
  padding: 40px 10px;
}
@media only screen and (max-width: 640px){
  .jbk-footer-au_pay .jbk-footer-logo img{
    width: 130px;
  }
  .jbk-footer-au_pay .jbk-footer-top{
    padding: 20px 10px;
  }
  .jbk-footer-au_pay .jbk-footer-top .c-copy-01 p:first-child{
    font-size: 125%;
  }
  .jbk-footer-au_pay .jbk-footer-bot{
    padding: 20px 10px;
  }
}