/*
Theme Name: 株式会社アクセル
Description: 専用テーマ。2016年4月作成。
Version: 1.0
*/


/* ---------- LINE友だち追加エリアのデザイン ---------- */

/* エリア全体のスタイル */
.line-cta-section {
  max-width: 500px; /* エリアの最大幅を指定 */
  margin: 40px auto; /* 上下の余白を40px、左右を自動で中央揃え */
  padding: 25px 20px; /* 内側の余白 (上下25px, 左右20px) */
  background-color: #f7f7f7; /* 背景色を薄いグレーに */
  border: 1px solid #e5e5e5; /* 薄い境界線を追加 */
  border-radius: 8px; /* 角を少し丸くする */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* ほんのり影をつけて立体感を出す */
  text-align: center; /* 中の文字やボタンを中央揃え */
}

/* 案内文のスタイル */
.line-cta-text {
  font-size: 16px; /* 文字のサイズ */
  font-weight: bold; /* 文字を太字に */
  color: #333; /* 文字色を濃いグレーに */
  margin-top: 0;
  margin-bottom: 15px; /* ボタンとの間に少し余白をとる */
}
