@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を記入していきましょう。*/

.entry-content h2 {
  position: relative;
  padding: 0.6em;
  background: #c4ddff;
}

.entry-content h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #c4ddff;
  width: 0;
  height: 0;
}

.entry-content h4 {
  border-bottom: solid 3px skyblue;
  position: relative;
}

.entry-content h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #FFB36B;
  bottom: -3px;
  width: 30%;
}