/*
Theme Name: Fukutokusha
Theme URI: https://fukutokusha.jp
Author: Fumitaka Miyazato (feoh design)
Description: Theme for Fukutokusha
Version: 1.0
*/

.blog-ad-cta {
  margin: 48px 0;
  text-align: center;
}

.blog-ad-copy {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.blog-ad-banner img {
  max-width: 100%;
  height: auto;
}

.top-banner-copy { margin-bottom: 12px; font-weight: 600; }

/* まずPCではSPを必ず消す */
.copy-sp { display: none !important; }
.copy-pc { display: inline !important; }

@media (max-width: 767px) {
  /* スマホではPCを必ず消してSPを出す */
  .copy-pc { display: none !important; }
  .copy-sp { display: inline !important; }
}

.top-banner-cta{
  display: inline-block;
  padding: 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.top-banner-copy{
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}