
/*lucy*/
#common-cta {
  text-align: center;
  width: 100%;
  display: none;
  position: relative;
  padding: 0px;
  /*position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(85, 85, 85, 0.8);*/
}
@media screen and (max-width: 550px) {
     #common-cta { 
      display:block;
    }
}
#common-cta #cta-notice {
  background: #666;
  color: #FFF;
  font-size: 14px;
  padding: 2px 0;
}
#common-cta #cta-notice a, #common-cta #cta-notice a:hover, #common-cta #cta-notice a:visited {
  color: #FFF;
}
#common-cta #cta-button a, #common-cta #cta-button a:hover, #common-cta #cta-button a:visited {
  color: #FFF;
}
#common-cta #cta-tel {
  font-size: 17px;
  color: #fff;
  padding: 0px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 380px;
}
#common-cta #cta-tel-sp {
  display: none;
}
#common-cta #cta-tel span {
  font-size: 12px;
}
#common-cta #cta-button {
  display: inline-block;
  margin: 2px 0  0;
}
#common-cta #cta-button-sp {
  display: none;
}
#common-cta #cta-button a {
  vertical-align: top;
  color: #FFF;
  display: block;
  border-radius: 3px;
  background: #f88139;
  background: -moz-linear-gradient(top, #f88139 0%, #f95400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f88139), color-stop(100%,#f95400));
  background: -webkit-linear-gradient(top, #f88139 0%,#f95400 100%);
  background: -o-linear-gradient(top, #f88139 0%,#f95400 100%);
  background: -ms-linear-gradient(top, #f88139 0%,#f95400 100%);
  background: linear-gradient(to bottom, #f88139 0%,#f95400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88139', endColorstr='#f95400',GradientType=0 );
  width: 350px;
  padding: 10px 0;
  margin: 4px 0 0 0;
}
#common-cta #cta-attention-sp {
  display: none;
}
#common-cta #cta-wrap {
  margin: 0 auto;
  padding: 8px 0;
  width: 100%;
}

/*--CTA SP
------------------*/
@media only screen and (max-width: 960px) {
  #wrap {
    margin: 0 auto 60px;
  }
  #common-cta #cta-tel {
    display: none;
  }
  #common-cta #cta-button {
    display: none;
  }

  #common-cta #cta-notice {
    font-size: 11px;
  }
  #common-cta #cta-notice #close-cta {
    display: none;
  }
  #common-cta #cta-tel-sp {
    display: block;
    margin: 0 0 10px;
    color: #FFF;
  }
  #common-cta #cta-button-sp {
    display: inline-block;
    width: 90%;
  }
#common-cta #cta-button-sp a:hover {
  text-decoration: none;
}
  #common-cta #cta-attention-sp {
    display: block;
    color: #fff;
    font-size: 11px;
    margin: 2px 0 0 0;
  }

  #common-cta #cta-tel-sp a{
    vertical-align: top;
    color: #FFF;
    display: block;
    border-radius: 3px;
    border: 1px solid #C5C5C5;
    background: #61d137;
    background: -moz-linear-gradient(top,  #61d137 0%, #5dba3d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61d137), color-stop(100%,#5dba3d));
    background: -webkit-linear-gradient(top,  #61d137 0%,#5dba3d 100%);
    background: -o-linear-gradient(top,  #61d137 0%,#5dba3d 100%);
    background: -ms-linear-gradient(top,  #61d137 0%,#5dba3d 100%);
    background: linear-gradient(to bottom,  #61d137 0%,#5dba3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61d137', endColorstr='#5dba3d',GradientType=0 );
    width: 100%;
    padding: 4px 2px;
    margin: 0 20px 0 0;
  }
  #common-cta #cta-button-sp a{
    vertical-align: top;
    color: #FFF;
    border-radius: 3px;
    border: 1px solid #C5C5C5;
    display: block;
    background: #f88139;
    background: -moz-linear-gradient(top, #f88139 0%, #f95400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f88139), color-stop(100%,#f95400));
    background: -webkit-linear-gradient(top, #f88139 0%,#f95400 100%);
    background: -o-linear-gradient(top, #f88139 0%,#f95400 100%);
    background: -ms-linear-gradient(top, #f88139 0%,#f95400 100%);
    background: linear-gradient(to bottom, #f88139 0%,#f95400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88139', endColorstr='#f95400',GradientType=0 );
    width: 100%;
    padding: 4px 2px;
  }
  .scroll-back-to-top-wrapper {
    display: none;
  }
  #common-cta #cta-wrap {
  padding: 0;
  }
}

#close-cta {
  position: absolute;
  right:12px;
  top: 0px;
  color: #fff;
  font-size: 24px;
}

#common-cta .cta-l , 
#common-cta .cta-r {
  width: 49%;
  display: inline-block;
}