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

/* TOPページ メインビジュアルテキスト */
@media (min-width: 600px) {
	.p-mainVisual__slideTitle {
    	font-size: 38px;
		font-weight: bold;
	}
}



/* TOPページ セクションタイトル */
.home h2.is-style-section_ttl:after {
    /*display: block;
    border-bottom: 2px solid #7D7471;
    width: 60px;
    content: "";
    margin: 15px auto 0;*/
}



/* アーカイブ一覧 サブタイトル非表示 */
.c-pageTitle__subTitle {
    display: none;
}

