@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
/*20230216 h2見出し追加*/
.entry-content h2 {
  border-bottom: solid 3px #cce4fe;
  position: relative;
}

.entry-content h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cc;
  bottom: -3px;
  width: 20%;
}