@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.5em;
  background: #f0932b;
  color: white;
}
.entry-content h2:before{
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-right: solid 20px #ffbe76;
  border-bottom: solid 16px transparent;
  content: "";
}

h1.single-title{
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #f0932b;
	color: #FFF;
}

h1.single-title:before {
  position: absolute;
  top: -13px;
  left: -13px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #ffbe76;
}
