<div class="Content-A">
<div style="display: flex; flex-wrap: nowrap; width: 100%;">
<div id="r_h1" style="background-color: {{{color}}};width: 12px; line-height: 50px;"></div>
<h1 style="margin-left: 17px; border-bottom: none;margin-top: 0.45em;font-weight: 800;font-family:'Comic Neue', sans-serif;">{{{title}}}</h1>
</div>
<div style="margin-left: 30px;font-family:{{{c-font|sans-serif}}}; text-align:left;">{{{content}}}</div>
</div>
<style>
#r_h1{ color:red;}
</style>