@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2:not(.sgb-heading) {
background: #90BE6D;
box-shadow: 0px 0px 0px 5px #90BE6D;
border: dashed 1px #ffffff;
padding: 0.2em 0.5em;
color: #ffffff;
}
/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3:not(.sgb-heading) {
  padding: 0.5em 0.5em;/*文字の上下 左右の余白*/
  color: #4c4c4c;/*文字色*/
  background: #CBE896;/*背景色*/
  margin-top:5px;
  margin-bottom:10px;
/* border-bottom: solid 3px #90BE6D;下線*/
}

/*--------------------------------------
  見出しh4
--------------------------------------*/
.entry-content h4:not(.sgb-heading) {
background: linear-gradient(transparent 70%, #cbe896 70%);

}