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


.post_content h2 {
    display: flex; 
	align-items: center; 
}
.post_content h2:before,
.post_content h2:after {
    content: "";
    height: 1px; 
    flex-grow: 1; 
    background-color: #000;
}
.post_content h2:before {
    margin-right: 20px; /* 文字との余白 */
}
.post_content h2:after {
    margin-left: 20px; /* 文字との余白 */
}


.post_content h3{
	display:inline-block;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	border-left:1px solid rgba(0,0,0,0.5);
	padding-bottom:0.5em;
	padding-left:1em;
	padding-right:1em;}


.post_content h4{
	display:inline-block;
	background:rgba(0,0,0,0.15);
	padding:0 1em;}






