@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 h1 {
color: #ffffff;
background: #000000;
padding: 0.4em 0.8em;/*上下・左右の余白*/
border-left: transparent;
}
.post_content h2 {
	  position: relative;
  padding-left: 0.5em;
  padding-right:0.3em;
  padding-top:0.5em;
  padding-bottom:0.5em;
  margin-top:6em; 
color: #ffffff;
background: #44617B;
border-left: transparent;
}
.post_content h3 {
color:  #44617B;/*文字色*/
padding: 0.1em 0;/*上下の余白*/
border-top: solid 2px #44617B;/*上線*/
border-bottom: solid 2px #44617B;/*下線*/
border-left: transparent;
}
.post_content h4 {
color: #ffffff;
background: #44617B;
border-left: transparent;
}