@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.0.0
Author: opencage
Author URI: https://open-cage.com/
*/

/*サイドバーのタイトルを装飾*/
.sidebar h2.wp-block-heading {
    font-size: 115%;
    padding: 0 0.1em 0.5em;
    border-bottom: 3px solid var(--main-ttl-bg);
}
/*ボタンカラー*/
button {
    background: #D86575;
}

/*サイドリスト*/
.ul sidebar{
  list-style: none;
}
li {
  text-indent: -1em;
  padding-left: 1em;
}
li::before {
  content: '・';
  color: #f78da7;
}