@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__inner.l-container {
  align-items: center;
}

.l-fixHeader__inner.l-container {
  align-items: center;
}

.c-gnav>.menu-item>a {
  padding: 17px 12px;
}

.c-gnav>.menu-item>a .ttl {
  font-weight: 500;
}

/* コンテンツの下部の余白を削除 */
#content {
  margin-bottom: 0;
}

/* フッター直前の余白を削除 */
.w-beforeFooter {
  margin-top: 0;
}

/* タイトルを消したページのコンテンツの余白を削除 */
.is-no-page-title .l-content {
  padding-top: 0;
}

/* 装飾スタイル */
.post_content .is-style-section_ttl.u-h2--decoration {
  margin-top: 0;
}