@charset "utf-8";

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


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

/* ========== text ========== */
.c-color-01a {
    color: #eb7000 !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 ========== */
.c-column-group .column-group-right.col-unit-1\/2 {
    width: 57.571429%;
}

.c-column-group .column-group-left.col-unit-1\/2 {
    width: 34.571429%;
}
.c-column-group .column-group-left img{
    margin: 0 auto;
}
#jbk-copyright-area {
    background: #eb7000!important;
    color: #fff!important;
}
.border-b{
    border-bottom: 0px !important;
}
.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;
}
.c-column-group .column-group-right.col-unit-1\/2 {
    width: 100%;
}

.c-column-group .column-group-left.col-unit-1\/2 {
    width: 100%;
}
}

/* 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: 627px;
  margin: 0 auto;
}

.new_btns_clm::after {
  clear: both;
  content: "";
  display: block;
}
.new_btn {
  float: left;
  margin-left: 15px;
}
.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;
}

.new_btn {
  margin-left: 1%;
}
}

@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_btn {
  margin-left: 0%;
  width: 46%;
}
.new_btn01 {
  margin-left: 3%;
  margin-right: 1%;
  font-size: 87.5%;
}

.new_btn02 {
  margin-left: 1%;
  margin-right: 3%;
  font-size: 87.5%;
}

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


