/*
Theme Name: LOTUS Child
Template: lotus_tcd039
Author: Design Plus
Author URI: http://design-plus1.com/tcd-w/
Description: WordPressテーマ「LOTUS」
Version: 2.0.2.1599905033
Updated: 2020-09-12 19:03:53

*/

.post_content h2 {margin: 2em 0 1em;
padding: .5em .8em .3em 1em;/*文字周りの余白*/
font-weight: 700;
    font-size: 140%;
    background: #fff0f5;
    box-shadow: 0px 2px 0px 0px #f2f2f2;
	color: #010101;/*文字色*/
   border-bottom: solid 3px #F582A8;/*下線*/
}

.post_content h3 {
  padding: 0.25em 2.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #F582A8;/*左線*/
}

.post_content h1 {
	padding: 0.25em 2.5em;/*上下 左右の余白*/
	margin: 2em 0 1em;
  border-bottom: solid 3px #D3ECF3;
  position: relative;
}

.post_content h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #F582A8;
  bottom: -3px;
  width: 30%;
}