/*------------------------
追従バナーのみ　css
------------------------*/
#page-top img {
  bottom: 249px
}
footer {
  margin-bottom: 90px;
}
.cdt_wrapper {
  background: #00C853;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 12px 0;
}
.cdt_app{
  display:block;
  width: 30%;
  height: 60px;
  line-height: 60px;
  font-size: 3rem;
  background: #fff;
  border-radius: 5px;
  font-weight: 600;
  color: #00C853;
}
@media screen and (max-width: 999px) {
  .cdt_app{
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .cdt_app{
    width: 90%;
  }
}