@charset "utf-8";

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


/* ========== section ========== */

/* ========== text ========== */
.c-color-01a {
    color: #eb7000 !important;
}
.c-color-10a {
    color: #e50000 !important;
}
.b-color-g{border: 4px solid #c4c4c4 !important;}


/* ========== key-visual ========== */
#jbk-frame-main,
#key-visual{
	margin-top: 0;
}
#key-visual .cpn-heading-01 h1{
    background-image: url(../img/bg_key-visual.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

    
/* ========== figure ========== */
.cpn-figure-01 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

/* ========== add ========== */
#jbk-copyright-area {
    background: #eb7000!important;
    color: #fff!important;
}
.border-b{
    border-bottom: 0px !important;
}

.step-margin-auto{margin:  0px auto;}
.c-heading2-01.cpn-heading-01{
    margin: -30px -54px 0 -54px;
}
@media only screen and (max-width: 640px){
.c-heading2-01.cpn-heading-01{
    margin: -16px -10px 0 -10px;
}
.w100p{width: 100% !important;}
}

/* ========== btn red ========== */

.btn-red .c-btn-account{
    border: 3px solid #e50000;
    background: #e50000;
}

.btn-icon-def a.c-btn-account:before {
    left: 26px;
}
a.c-btn-account.icon-login.icon-none:before {
    background: url(../img/icon_btn_04.png) left top no-repeat;
    background-size: 100% auto;
    height: 0;
    width: 19px;
}
a.c-btn-account.icon-login.icon-none {
    padding-left: 48px;
}
@media only screen and (max-width: 640px){
.btn-icon-def a.c-btn-account {
    padding: 16px 60px 16px 60px;
}
a.c-btn-account.icon-login.icon-none {
    padding: 16px 38px 16px 48px;
}
}
/* 20200123 追従ボタン */
#new_btns {
  opacity : 0;
  padding: 14px 0 18px;
  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: rgba(255,255,255,.8);
  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;
}

.new_btns_clm {
  width: 458px;
  margin: 0 auto;
}

.new_btns_clm::after {
  clear: both;
  content: "";
  display: block;
}
.new_btn01 {
  font-size: 100%;
}

.new_btn02 {
  font-size: 100%;
}
a.c-btn-account {
padding: 16px 38px 16px 60px;
}
a.c-btn-account:before{left: 38px;}
@media only screen and (max-width: 1041px){
.new_btns_clm {
  margin: 0 auto;
}
}

@media only screen and (max-width: 640px){
a.c-btn-account {
padding: 16px 16px 16px 60px;
}
a.c-btn-account:before{left: 20px;}
.new_btns_clm {
  width: 100%;
  margin: 0 auto;
}
a.c-btn-account.icon-login{padding-left: 45px;}
#new_btns {
  padding: 7px 0 9px;
}
.new_btn01 {
  margin-left: 3%;
  margin-right: 1%;
  font-size: 87.5%;
}

.new_btn03 {
  float: right;
  margin-left: 1%;
  margin-right: 3%;
}
}