/*
Theme Name: ADG
Author: ADP
Version: 1.1
*/

/* CTA内 会社情報 */
.article-cta .cta-company {
  border-top: 1px solid #ccc;
  padding-top: 18px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 2;
}
.article-cta .cta-company .company-name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}
.article-cta .cta-company a {
  color: #202020;
  text-decoration: none;
}
.article-cta .cta-company a:hover {
  text-decoration: underline;
}

/* ブログ一覧に戻るボタン */
.blog-back {
  text-align: center;
  margin: 24px 0 40px;
}
.blog-back a {
  display: inline-block !important;
  padding: 14px 36px;
  background-color: #2d8d9a !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
  font-weight: 700;
  font-size: 17px;
  font-family: 'Noto Serif JP', serif;
}
.blog-back a:hover {
  background: #247a85 !important;
}