@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ============================================================
   BPS — フッターメニュー上書き (swell_child/style.css 末尾)
============================================================ */

/* 縦線・border 完全除去 */
.l-footer__nav a {
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none !important;
  border: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
}

@media (min-width: 600px) {
  .l-footer__nav a {
    border-right: none !important;
  }
  .l-footer__nav li:first-child a {
    border-left: none !important;
  }
}

/* ホバー：ゴールド */
.l-footer__nav a:hover {
  color: #ffcc00 !important;
  text-decoration: none !important;
  border: none !important;
}

/* コピーライトはゴールドのまま（変更なし） */

/* reCAPTCHA badge hidden (with legal text in footer) */
.grecaptcha-badge {
  visibility: hidden !important;
}