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

/* 見出しh2の見た目を整える */
h2.wp-block-heading {
	padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.7em;
}

/* 記事を表示させるショートコードの"New"の装飾 */
.add_New {
color: red;
font-size: 0.8em;
}
.add_New::before {
content: "　"
}

/* 目次の下のマージンの調整 */
.post_content .p-toc {
	margin-bottom: 30px !important;
}
.post_content h2 {
	margin-top: 30px;
}

/* list category postsの記事一覧に罫線を引く */
/*
 *https://garchiving.com/list-category-posts-style-change/

ul.lcp_catlist li {
list-style:none;
border-bottom: 1px solid #CCCCCC;
padding-top: 10px;
padding-bottom: 50px;
}
*/