@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-categoryList:before{display: none;}
.c-categoryList__link {
	background-color: #006400b5;}
.p-articleMetas -bottom{ padding-left: 50px;}
#main_content .p-toc{display: none;}


.post_content h2.is-style-section_ttl {
	position: relative;
	padding-top: 40px;
	font-size: 26px;
	text-align: center;}

.post_content h2.is-style-section_ttl span {
	position: relative;
	z-index: 2;}

.post_content h2.is-style-section_ttl::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: #00640042;
	font-size: 70px;
	font-style: italic;}



