
h1, h2, h3, h4, h5, h6 {
    letter-spacing: .15rem !important;
    font-weight: 800 !important;
}

#header .dropdown ul li {
    margin-left: 0.0em !important;
    padding-left: 0.0em !important;
}

#header .dropdown li a {
    padding: 0 0.3rem !important;
}

#header .dropdown > ul > li:first-child {
    display: none;
}

#header .dropdown > ul > li:nth-child(2) {
    padding-left: 5px !important;
}

#main .heading .title {
    display: none;
}

/* 1200px以下のとき */
@media (max-width: 1280px) {
  /* 非表示にしたい要素 */
  #header .dropdown {
    display: none !important;
  }

  /* 表示したい要素 */
  #sidebarmenu {
    display: block !important;
  }
}
