/*singl post css*/
/*201906 memorynator追加*/
.single-post .customify-container{
    font-size: 16px;
    /* font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif; */
    font-family:"Plus Jakarta Sans",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
    color: #000;
}


.single-post .customify-container h1{
   /* background-color: #f2941c;
    padding: 12px 10px 14px;
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;*/
	display: none !important;
}

.single-post .customify-container h2{
    /*border-left: solid 5px #f2941d;
    border-bottom: solid 1px #f2941d;
    margin: 0 0 25px 0;
    padding: 4px 0 7px 10px;
    font-size: 1.5em;
    font-weight: bold;*/
	background: none !important;
}

.single-post .customify-container h3{
    border: none;
    padding: 10px 10px 12px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.single-post .customify-container h4{
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: solid 1px #333;
    padding: 15px 0;
    margin: 0 0 20px 0;
}

.single-post .customify-container h5{
    font-size: 1em;
    font-weight: bold;
    border-left: solid 4px #f2941d;
    padding: 5px 0 5px 7px;
}

.single-post .customify-container h6{

}

.single-post .customify-container p{

}