/*ホームブログリストタイトル var(--tx)は基本色*/
#contents div.blog_list div.blog_text h3 span{
    color: #444444;
}
/*下層ページタイトル小文字*/
.title1 small{
    color: #dd3377!important;
}
/*パンくずホーム*/
#contents .pan1 ul a:any-link{
    color: #dd3377;
}
/*ブログサイド記事リンク*/
.blog section.blog aside ul a{
    color: inherit;
}
#contents .mv_it>* {
    padding-block: calc(var(--head) + 3vmin) 3vmin;
}