@charset "UTF-8";

/* ブログ本文内のH2見出しの上の余白を広げる */
.rich-heading-align-left h2 {
    margin-top: 50px !important;    /* 上の余白を50px空ける */
    margin-bottom: 20px !important; /* 下の余白もバランスよく20px空ける */
}