/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 30 2023 | 06:25:46 */
h2.midashi_blog_2023{
	text-align: left;
	
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: rgba( 242, 240, 230, 1 );
	
	font-size: 20px!important;
}
h2.midashi_blog_2023::before {
    margin-right: 10px;
    content: '';
    width: 6px;
    height: 24px;
    background: url(/wp-content/uploads/sites/929/2023/01/title_type01.gif);
}
h2.midashi_blog_2023::after {
	display:none;
}
/*
h3.midashi_square_2023{ font-size:24px; font-weight:bold;}
h3.midashi_square_2023::before{ content: '■'; margin-right: 5px; color: #83b809;}
h3.midashi_square_2023 ~ h4{ font-size:20px; font-weight:bold;}*/
h2.midashi_blog_2023 ~ h3{ font-size:24px; font-weight:bold;}
h2.midashi_blog_2023 ~ h3::before{ content: '■'; margin-right: 5px; color: #83b809;}
h2.midashi_blog_2023 ~ h3 ~ h4{ font-size:20px; font-weight:bold;}