@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
*/

.l-header__logo .c-headLogo__link {
  color: #1E3A8A !important;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  display: block;
}

.l-header__logo {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.l-header__logo .c-headLogo__link {
    margin-bottom: 4px !important;
}

.l-header__logo .c-catchphrase {
    display: block !important;
    margin-top: 0 !important;
    font-size: 14px !important;
    color: #6B7280 !important;
    line-height: 1.2 !important;
}

.c-gnav {
  gap: 18px !important;   
}

.c-gnav > li {
  margin-left: 0 !important;  /* 前回の margin-left を打ち消し */
}

/* ヘッダー内のロゴ・メニュー・ボタンを縦方向センターに */
.l-header__inner,
.l-fixHeader__inner {
  align-items: center !important;
}

/* すべてのメニュー項目を同じ高さにして中央揃え（PC時） */
.c-gnav > li > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  height: 46px !important;     /* ボタンと同じ高さに揃える */
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}

/* スクロール後の固定ヘッダー用：少し低め */
#fix_header .c-gnav > li > a {
  height: 42px !important;
}

/* 無料相談予約ボタンだけ横幅と角丸を調整 */
.c-gnav > li.menu-item:last-child > a {
  padding: 0 25px !important;  
  border-radius: 5px !important;
}

/* 固定ヘッダー時のボタン */
#fix_header .c-gnav > li.menu-item:last-child > a {
  padding: 0 28px !important;
  border-radius: 5px !important;
}

/* フッター4カラム */
.dsi-footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.dsi-footer-col {
  flex: 1 1 220px; /* 最低幅220pxで、最大4列まで伸びる */
  font-size: 14px;
}

.dsi-footer-col h3 {
  font-size: 18px;
  margin-bottom: 16px;
  color: #fff;   /* フッターが暗色前提なら */
}

.dsi-footer-col a {
  color: inherit;
  text-decoration: none;
}

.dsi-footer-col a:hover {
  color: #F59E0B;
}

.dsi-footer-col p, .dsi-footer-col a {
            color: #D1D5DB;
            text-decoration: none;
            display: block;
            margin-bottom: 10px;
            font-size: 14px;
        }
.l-footer .copyright {
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #374151;
    padding-top: 30px;
}

/* スマホで縦並び */
@media (max-width: 768px) {
  .dsi-footer-columns {
    flex-direction: column;
  }
}
