/* タブ　POINT枠*/
.point1 .wp-block-group__inner-container{
 position: relative;
 margin: 3em auto;
 padding: 1.2em 1em 1em;
 width: 95%;
 background-color: #f9f2ed; /*BOX背景色 */
 border: 2px solid #d38363; /* 枠線の太さ・色 */
}
.point1 .wp-block-group__inner-container::before  {
 content:"POINT";
 position: absolute;
 display: inline-block;
 top: -28px; /*タブ調整 */
 left: -2px; /*タブ調整 */
 padding: 1px 10px;
 height: 26px;
 font-weight: bold;
	letter-spacing: 1.8px;
 color: #fff; /* タイトル色 */
 background-color: #d38363; /* タイトル背景色 */
 border-radius: 8px 8px 0 0;
}
.point1 .wp-block-group__inner-container p { 
    margin: 0; padding: 0; 
}

/* タブ　MEMO枠*/
.memo1 .wp-block-group__inner-container{
 position: relative;
 margin: 3em auto;
 padding: 1.2em 1em 1em;
 width: 95%;
 background-color: #f9f2ed; /*BOX背景色 */
 border: 2px solid #d38363; /* 枠線の太さ・色 */
}
.memo1 .wp-block-group__inner-container::before  {
 content:"MEMO";
 position: absolute;
 display: inline-block;
 top: -28px; /*タブ調整 */
 left: -2px; /*タブ調整 */
 padding: 1px 10px;
 height: 26px;
 font-weight: bold;
	letter-spacing: 1.8px;
 color: #fff; /* タイトル色 */
 background-color: #d38363; /* タイトル背景色 */
 border-radius: 8px 8px 0 0;
}
.memo1 .wp-block-group__inner-container p { 
    margin: 0; padding: 0; 
}

/* 吹き出し*/
.balloon {
  position: relative;
  margin: 3em 0 3em 40px;
  padding: 18px;
  background: #f2f2f2;
  border-radius: 30px;
}

.balloon:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 12px;
  height: 12px;
  bottom: 0;
  background: #f2f2f2;
  border-radius: 50%;
}

.balloon:after {
  content: "";
  position: absolute;
  left: -22px;
  width: 18px;
  height: 18px;
  bottom: 3px;
  background: #f2f2f2;
  border-radius: 50%;
}
.balloon p {
  margin: 0; 
  padding: 0;
}


/* ## 目次の見出し
--------------------------------------------- */
.rtoc-mokuji-content #rtoc-mokuji-title.rtoc_left {
    font-size: 19px;
	}




.entry-related-carousel h3.entry-title {
    font-size: 18px;
}

.single-post article h4,
.page article h4 {

	
	letter-spacing: 2px;
	  line-height : 1.5 ;
	font-size: 19px;
	font-weight: 600;
 font-style: normal;
	text-transform: capitalize;
}

.single-post article h4:before {
	content:"● ";
	color: #dbc89a;
}
