.floating-banner {
  position: fixed;
  z-index: 99999;
  top: 250px;
  right: 0px;
}

.floating-banner:hover {
  opacity: .8;
}

.banner {
  width: 140px; /* バナーの横幅 */
  height: 240px; /* バナーの高さ */
  padding-top: 20px;
  background:#53ace1; /* バナーの背景色 */
  color: #fff; /* バナー内の文字色 */
  text-align: center;
}

a {
  text-decoration: none; /* リンクに下線が入らないように */
}


.floating-banner a:active  {
  text-decoration:none;}

.copy {
  font-size: 16px;
  margin: 3px 2px 0px 2px;
  line-height: 1.6;
}
.cta {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 45px;
  font-size: 18px;
  margin: 0 0 10px 0;
}

img.news {
width: 100px;
height: 100px;
}






@media screen and (max-width: 990px) {
  .floating-banner {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .floating-banner {
    display: inline-block;
    top: unset;
    right: 0;
    bottom: 0px;
  }

  .banner {
    width: 100vw;
    height: 60px;
    padding: 8px;
  }
  .sp {
    display: none;
  }
  .copy {
    font-size: 16px;
    margin: 0 auto 6px;
  }
  .cta {
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }

img.news {
	display:none;}

}



