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

.c-gnav>.menu-item {
width: 100px;   /*ナビ同士の間隔*/
letter-spacing: 0.1rem;   /*文字の間隔*/
}

/*MOREボタンの縁取り*/
.is-style-more_btn a{
border:solid 1.5px;/*線の種類、太さ*/
}

/*日付、パンくずの色*/
.p-articleMetas,
.p-breadcrumb{
color:#999999;
}

/*目次*/
ul.p-toc__list li {
color:#333;
font-weight:bold;
}
ul.p-toc__list li li {
font-weight:normal;
color:#666;
}
.p-toc__ttl{
font-weight:bold;
color:#000;
}
.p-toc__ttl::before{
font-weight:normal;
}
.p-toc {
margin-bottom:16px!important;
}


@media (min-width: 960px) {
.l-header {
background: transparent;
}
	
.l-fixHeader__inner {
max-width:100%;
}

.p-breadcrumb {
max-width: 100%!important;align-content

}
}


/* 下層ページのヘッダー幅をトップに合わせる */
.l-header .l-container {
max-width: 100%!important;

}
