@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
*/
/* Page title */
h1.c-pageTitle {
	text-align:center;
	text-shadow: 1px 2px 3px #000;
}

h2.wp-block-heading {
	border-radius: 5px;
}
.post_content h2.is-style-section_ttl::after {
    left: calc(50% - 1.5em);
    width: 3em;
    height: 2px;
    background: rgb(51,153,51)!important;
}

.p-postList__body {
	display:flex;
}