@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を記入していきましょう。*/
/*スマホサイズ*/
.nothumb .entry-meta:after, .nothumb .page-title:after {
    content: none;
}
#logo {
    font-size: 26px;
}
.entry-content h2 {
color: #ff6b6b;/*文字色*/
border-bottom: dashed 2px #ff6b6b;
/*線の種類（点線）2px 線色*/
}

/*パソコン・タブレットサイズ*/
@media only screen and (min-width: 481px) {

}