@charset "UTF-8";
/* 関数
===================================== */
/* Breakpoint
===================================== */
.l-items__sidebar {
  width: 240px;
  max-width: 100%;
  padding-top: 5.6rem;
}
@media (max-width: 1199px) {
  .l-items__sidebar {
    padding-top: 0;
    width: 100%;
  }
}
.l-items__sidebar .widget_title {
  font-size: 2rem !important;
}
.l-items__sidebar ul li a {
  font-size: 1.4rem;
}

.l-sidebar {
  width: 100% !important;
}

.c-submenuToggleBtn {
  width: 22px !important;
  height: 22px !important;
}