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

/* =======================ここから下個人的なスタイル変更============================= */
body { 
/* 	font-family: 'BIZ UDPGothic', sans-serif; */
}

/* コンテンツ上余白消し */
#content {
padding-top: 0;
}
.post_content{
	margin-top: 0!important;
}

/* 固定ページタイトル非表示 */
.c-pageTitle {
display: none;
}
.post_content {
margin: 0;
}
/* ヘッダーサイズ管理 */
.l-header__inner {
	height: 8vh;
}
/* グロナビフォントカスタマイズ */
.c-gnav .ttl{
	font-weight: 600!important;
	font-size: 0.95rem!important;
}
/* グロナビ余白 */
@media screen and (min-width:960px){
.c-gnav li{
	margin: 0 5px;
	width: 120px;
} 
}
/* グロナビボタン余白 */
.gnv-btn{
	margin-left: 30px;
}
/* グロナビボタンカスタマイズ */
.swell-block-button__link{
	border-width: 2px!important;
	border-radius: 15px!important;
}
.swell-block-button__link span{
	font-weight: 600;
}