/*
Theme Name:PORIPU tears for SANGO
Template:sango-theme
Theme Name:sango-theme-poripu
Theme URI:https://oldno07.com/poripu/
Author: マサオカ
Author URI:https://oldno07.com/
Description: SANGOの子テーマです。SANGO親テーマをインストールした状態で、本子テーマを適用してください。使い方は<a href="https://oldno07.com/poripu/">デモサイト</a>を御覧ください。
Version:1.27
/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/
/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2 {
color: #612c16;/*文字色*/
  border: solid 6px #aefcbc;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}

/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 8px #aefcbc;
}

/*--------------------------------------
  見出しh4
--------------------------------------*/
.entry-content h4 {
  position: relative;
}

.entry-content h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #aefcbc, #aefcbc 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #aefcbc, #aefcbc 2px, #fff 2px, #fff 4px);
}

