@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/


/* h2見出しのデザイン変更 */
.entry-content h2{
color: #978B81;/*文字色*/
background: #c9dcff;/*背景色*/
border-top: double 3px #978B81;
 padding-top: .3em;
border-bottom: double 3px #978B81;
 padding-bottom: .3em;
/*線の種類（二重線）太さ 色*/
		padding-left: .10em;
}
h2:first-letter {
  margin-right: .1em;
  font-size: 1.5em;
}

/* h3見出しのデザイン変更 */
.entry-content h3{
color: #978B81;/*文字色*/
border-bottom: dashed 2px #978B81;
/*線の種類（点線）2px 線色*/
 border-left: none;
}


/* h4見出しのデザイン変更 */
.entry-content h4{
color: #978B81;/*文字色*/
  padding-bottom: .5em;
  border-bottom: 1px solid #996f5c;
}


/*--------------------------------------
  関連記事見出しデザイン
--------------------------------------*/
.related-posts {
   font-weight: bold;
   text-align: left;
   margin-bottom: 2em;
   font-size: 0.8em;
}
#main .h-undeline {
    padding: 1em 0.5em 1em;
    margin: 1em 0 1em;
    font-size: 1.1em;
    color: #555555;
    text-align: center;
    background: -webkit-repeating-linear-gradient(-45deg, #ffe6ee, #ffe6ee 3px,#fff0f5 3px, #fff0f5 7px)!important;
    background: repeating-linear-gradient(-45deg, #ffe6ee, #ffe6ee 3px,#fff0f5 3px, #fff0f5 7px)!important;
}
#main .h-undeline:after {
    background-image: none;
}


/* ラインマーカー */

.pink-line {
  background: linear-gradient(transparent 50%, #FFDFEF 0%);
}

.blue-line {
  background: linear-gradient(transparent 50%, #cce5ff 0%);
}