@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-content {
    padding-top: 1em;
}
.top #content {
    padding-top: 2em;
}
.l-mainContent__inner>.post_content {
    margin: 2em 0;
    padding: 0 var(--swl-pad_post_content,0);
}
.post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
    margin: 2em 0 1em;
}
.l-articleBottom__section {
    margin-top: 3em;
}
.l-header__bar .c-catchphrase {
    display:none ;
}
.p-articleFoot {
    display: none;
}

/*-- 投稿ページカテゴリータグ非表示 --*/
.p-articleMetas__termList {
    display: none;
}

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

/*メニューの内容を消す*/
.p-spMenu__nav{
	display:none;
}
/*メニューのタイトルを消す*/
.c-widget__title.-spmenu{
  display:none;
}

/*-- テーブル --*/
.wp-block-table td, .wp-block-table th {
    border: none;
    border-bottom: 1px dotted #c7c7c7;
}
@media screen and (max-width: 480px){
.wp-block-table td, .wp-block-table th {
    font-size:  0.7em;
}
}