@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 2.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
/* SANGO用 見出し<h2>設定 */
.entry-content h2 {
background: #f4cc7c;/*背景色*/
padding: 0.5em;/*文字まわり（上下左右）の余白*/
}
/* SANGO用 見出し<h3>設定 */
.entry-content h3 {
border-left: none;
padding: 0;
/*線の種類（二重線）太さ 色*/
border-bottom: double 5px #f4cc7c;
}

/* SANGO用 見出し<h4>設定 */
.entry-content h4 {
color: #000000;/*文字色*/
/*線の種類（点線）2px 線色*/
border-bottom: dashed 2px #f4cc7c;
}


