/* カスタム CSS をここに入力してください */
.post_content.clearfix h2{
	padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
	margin: 35px 0 20px!important;
}
.title_area > p.date {
  color: #FFFFFF
}
.post_content.clearfix h3{
  margin: 20px 0 10px!important;
}
@media only screen and (min-width: 768px){
.column {
    display: block !important;
    position: relative;
		}}

.postContents h3{
		padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #FAFAFA !important;/*背景色*/
  border-left: solid 7px #8fa8bf;/*左線（実線 太さ 色）*/
}
.postContents h3:after{
		position:initial !important;
		border-top:0 !important;}
