@charset "utf-8";
/* CSS Document */
/* ページ背景 */
body.custom-background #page {
  background: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.site-branding .site-title {
  font-size: 42px;
  font-weight: 200;
  line-height: 1.2;
  text-transform: unset;
}
/*　タイトルアクセント  */
section[class*="-section"] .widget-title:after, .section-title span:after {
  background: #fef09a;
}
/* チャート */
#gage_chart {
  text-align: center !important;
}