/* カスタムスタイル - セクションタイトルのフォントサイズ調整 */
.text-center.display-6 {
  font-size: 1.35rem !important;
  font-weight: 300;
  line-height: 1.2;
}

/* セクション見出しの調整 */
h2.text-center.display-6 {
  font-size: 1.7rem !important;
}

h3.text-center.display-6 {
  font-size: 1.35rem !important;
  margin-top: 0.5rem;
}

/* サービスカード画像のスタイル */
.related-service-img {
  border: 2px solid #ccc;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-service-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 請求上手プラスバナーのスタイル */
.seikyuplus-banner {
  border: 2px solid #ccc;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

.seikyuplus-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  filter: brightness(1.1);
}

/* プラスAIバナーのスタイル */
.plus-ai-banner {
  border: 2px solid #ccc;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

.plus-ai-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  filter: brightness(1.1);
}

/* サービスバナーリンクのスタイル */
.service-banner-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
