@charset "UTF-8";
/* HEADER */
div#header {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  border-bottom: 2px solid #0077dd;
}

div#header div#logo {
  vertical-align: middle;
}

div#header div#logo img {
  margin-right: 3px;
  vertical-align: middle;
}

div#header div#logo img:last-child {
  margin: 0;
}

#header #logo a.commonHeadlogo {
  display: inline-block;
  padding: 10px 13px;
  height: 40px;
}

#header #logo a.commonHeadlogo img {
  width: auto;
  height: 100%;
  overflow-x: hidden;
}

#memberInfo {
  display: flex;
  font-size: 10px;
  font-family: "HiraKakuProN-W3", sans-serif;
  line-height: 1;
}

#searchInfo,
#eventInfo,
#detailInfoMypage,
#detailInfo {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  color: #333333;
}

#searchInfo {
  position: relative;
  width: 55px;
}

@media screen and (max-width: 340px) {
  #searchInfo {
    width: 40px;
  }
}
#searchInfo + #eventInfo {
  margin-left: 8px;
}

#eventInfoMypage {
  margin-left: 10px;
}

#eventInfo + #detailInfo {
  margin-left: 15px;
}

@media screen and (max-width: 340px) {
  #eventInfo + #detailInfo {
    margin-left: 12px;
  }
}
#eventInfo + #detailInfoMypage {
  margin-left: 8px;
}

@media screen and (max-width: 340px) {
  #eventInfo + #detailInfoMypage {
    margin-left: 6px;
  }
}
#header .headerBtn {
  position: relative;
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

#header .header_searchBtn {
  cursor: pointer;
  width: 100%;
  padding-top: 42px;
  background: url("/contents/nikki/config/header/img/icon_search.svg") no-repeat center 12px;
  background-size: 22px 25px;
}

#header .header_searchBtn.active {
  background-image: none;
}

#search-icon:before,
#search-icon:after {
  display: none;
  position: absolute;
  left: calc(50% - 11px);
  width: 21px;
  height: 2px;
  background: #0077dd;
  content: "";
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: all 0.3s ease;
}

#search-icon:before {
  top: 16px;
  width: 23px;
  -webkit-transform: translateX(2px) rotate(45deg);
          transform: translateX(2px) rotate(45deg);
}

#search-icon:after {
  top: 32px;
  width: 23px;
  -webkit-transform: translateX(2px) rotate(-45deg);
          transform: translateX(2px) rotate(-45deg);
}

#search-icon.active:before,
#search-icon.active:after {
  display: block;
}

#header .header_eventBtn {
  width: 100%;
  padding-top: 42px;
  background: url("/contents/nikki/config/header/img/icon_event_bl.svg") no-repeat center 13px;
  background-size: 21px 21px;
}

#header .loginBtn {
  width: 100%;
  padding-top: 42px;
  background: url("/contents/nikki/config/header/img/icon_login_bl.svg") no-repeat 30% 12px;
  background-size: 23px 25px;
}

#header .mypageBtn {
  width: 100%;
  padding-top: 42px;
  background: url("/contents/nikki/config/header/img/icon_mypage_bl.svg") no-repeat center 13px;
  background-size: 25px 25px;
}

#detailInfo .loginBtn a {
  display: block;
  color: #333333;
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 70px;
  text-align: center;
  white-space: nowrap;
}

/* menu icon */
#menu-icon {
  position: relative;
  color: #fff;
  width: 100%;
  height: 42px;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}

#menu-icon:after {
  position: relative;
  top: 100%;
  left: 0;
  display: block;
  text-align: center;
  content: "メニュー";
}

#menu-icon.active:after {
  content: "閉じる";
}

#menu-icon > span,
#menu-icon > span:before,
#menu-icon > span:after {
  position: absolute;
  left: calc(50% - 11px);
  width: 21px;
  height: 2px;
  background: #fff;
  content: "";
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: all 0.3s ease;
}

#menu-icon > span {
  top: 24px;
}

#menu-icon > span:before {
  top: -8px;
}

#menu-icon > span:after {
  top: 8px;
}

#menu-icon.active > span {
  background: rgba(255, 255, 255, 0);
}

#menu-icon.active > span:before {
  width: 23px;
  -webkit-transform: translateX(2px) rotate(45deg);
          transform: translateX(2px) rotate(45deg);
}

#menu-icon.active > span:after {
  width: 23px;
  -webkit-transform: translateX(2px) rotate(-45deg);
          transform: translateX(2px) rotate(-45deg);
}

/* nav */
#acNavi {
  flex-shrink: 0;
  position: relative;
  color: #fff;
  background-color: #0077dd;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  width: 64px;
}

#detailInfoMypage + #acNavi {
  margin-left: 11px;
}

#detailInfo + #acNavi {
  margin-left: 15px;
}

#search-nav {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100vw;
  z-index: 10001;
}

#search-nav .search-box {
  padding: 10px;
  background-color: #07d;
  margin-bottom: 10px;
  font-size: 12px;
  color: #000;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

#search-nav .search-box * {
  box-sizing: border-box;
}

#search-nav .search-box .search-input {
  position: relative;
}

#search-nav .search-box .search-input .search-box-category {
  display: block;
  padding-right: 40px;
}

#search-nav .search-box input.search-query {
  padding: 3px 3px 0 5px;
  width: 100%;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 3px;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  font-size: 16px;
  line-height: 1;
}

#search-nav .search-box .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: none;
  background: #ffb629;
  color: #ffffff;
  border-radius: 0 3px 3px 0;
  display: inline-block;
}

#search-nav .search-box .search-btn .icon-search {
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/contents/nikki/sp/config/img/icon_search.png);
  content: "";
}

#nav {
  clear: both;
  right: 0px;
  word-wrap: break-word;
  position: absolute;
  top: 100%;
  width: 75vw;
  z-index: 10000;
  padding: 2px 2px 0 2px;
  background: #0077dd;
  display: none;
  /* visibility will be toggled with jquery */
}

/* dropdown */
#nav ul {
  width: auto;
  position: static;
  display: block;
  border: none;
  background: inherit;
}

#nav li a {
  display: block;
  padding-right: 38px;
  color: #000000;
  background: url("/contents/nikki/images/icon_blue_arrow.png") no-repeat right center;
  text-decoration: none;
  background-size: 19px 13px;
}

#nav li.current {
  background: #0077dd;
  color: #FFFFFF;
  display: block;
  /* IE6ｷ莇ﾖﾋﾉｻﾟ */
}

#nav li.current a {
  background: #0077dd;
  color: #FFFFFF;
  display: block;
  /* IE6ｷ莇ﾖﾋﾉｻﾟ */
  background: url("/contents/nikki/images/icon_on_white_arrow.png") no-repeat right center;
  text-decoration: none;
  background-size: 19px 13px;
}

#nav span {
  font-size: 12px;
}

#nav li {
  clear: both;
  float: none;
  padding: 12px 0px 12px 12px;
  background: #FFFFFF;
  border-bottom: solid 2px #0079c5;
  color: #666;
  text-align: left;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  text-decoration: none;
  font-size: 14px;
}

#nav li.topic {
  background: #dadada;
  padding: 8px 14px 8px 14px;
  font-size: 14px;
  border-bottom: 2px solid #dadada;
}

#nav li.eventFirst {
  font-size: 12px;
  border-bottom: 1px solid #b2b2b2;
}

#nav li.event {
  font-size: 12px;
  border-bottom: 1px solid #b2b2b2;
}

#nav li.eventLast {
  font-size: 12px;
}

/* footer logout */
#footerLogout {
  clear: both;
  border-radius: 6px;
  text-align: center;
  background: #F8F8F8;
  margin: 10px 30px 20px 30px;
  border: solid 1px #b2b2b2;
  font-size: 14px;
}

#footerLogout a {
  color: #0f0f0f;
  padding: 8px 0;
  display: block;
  text-decoration: none;
}

/* GotoPageTopBtn */
#footer .floating-banner {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 999;
}

#footer p.floating-banner {
  margin: 0;
  padding: 0;
}

#footer .floating-banner a {
  display: grid;
  text-align: center;
  font-size: 9px;
  text-decoration: none;
  color: #707070;
}
#footer .sp-page-top__icon {
  background: #fff url(/contents/nikki/images/icon_arrow_up_btn.svg) no-repeat center center;
  background-size: 22px 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 2px 14px 0px #85858599;
}

/* Breadcrumb 1009 add +++++++++++ */
.locationArea {
  margin: 0 auto;
  padding: 3px 0 12px 8px;
  width: auto;
  max-width: 1200px;
  font-size: 12px;
}

/* 新header用
--------------------------------- */
@media screen and (max-width: 599px) {
  header#global {
    display: none;
  }
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(/contents/nikki/fonts/NotoSansCJKjp-Regular.woff) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 600;
  src: url(/contents/nikki/fonts/NotoSansCJKjp-Medium.woff) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/contents/nikki/fonts/NotoSansCJKjp-Bold.woff) format("opentype");
}
.l-sp-global-header {
  height: 56px;
  border-bottom: 1px solid #EBEBEB;
  padding-inline: 8px;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  position: relative;
  box-sizing: border-box;
}
.l-sp-global-header * {
  box-sizing: border-box;
}
.l-sp-global-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-sp-global-header__menu {
  color: #686868;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 42px;
  margin-right: 10px;
  background-color: transparent;
  border: 0;
}
.l-sp-global-header__menu-bar {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #686868;
  margin-top: 5px;
}
.l-sp-global-header__menu-bar:first-of-type {
  margin-top: 7px;
}
.l-sp-global-header__menu-text {
  color: #686868;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  margin-top: auto;
  white-space: nowrap;
}
.l-sp-global-header__content {
  border-left: 1px solid #EBEBEB;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.l-sp-global-header__content-logo a img {
  vertical-align: bottom;
  width: 75px;
}
.l-sp-global-header__content-item {
  align-items: center;
  display: flex;
  gap: 0 16px;
  color: #686868;
}
.l-sp-global-header__content-item-search button {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  height: 40px;
  font-size: 10px;
  border-radius: 36px;
  color: #686868;
  background: url(/contents/nikki/config/header/img/icon_search_gray.svg) no-repeat center top 1px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
.l-sp-global-header__content-item-search button.-active {
  color: #fff;
  background: #002896 url(/contents/nikki/config/header/img/icon_search_white.svg) no-repeat center top 2px;
}
.l-sp-global-header__content-item a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  height: 43px;
  font-size: 10px;
  color: #686868;
  text-decoration: none;
  margin-top: 3px;
}
.l-sp-global-header__content-item-event a {
  background: url(/contents/nikki/config/header/img/icon_event_gray.svg) no-repeat center top;
}
.l-sp-global-header__content-item-login a {
  background: url(/contents/nikki/config/header/img/icon_login_gray.svg) no-repeat center top;
}
.l-sp-global-header__content-item-mypage a {
  width: 50px;
  background: url(/contents/nikki/config/header/img/icon_mypage_gray.svg) no-repeat center top;
}
.l-sp-global-header__search-box {
  transition: 0.5s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  width: 100%;
  padding: 8px 16px;
  background: #fff;
  border-bottom: 1px solid #EBEBEB;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 10;
}
.l-sp-global-header__search-box.-active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.l-sp-global-header__search-box-input {
  display: flex;
  background: #F7F7F7;
  border-radius: 4px;
}
.l-sp-global-header__search-box-query {
  width: calc(100% - 40px);
  padding: 6px 16px;
  font-size: 16px;
  color: #717171;
  background: #F7F7F7;
  border: none;
}
.l-sp-global-header__search-box-button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(/contents/nikki/config/header/img/icon_search_gray.svg) no-repeat center center;
  border: 0;
}

body.-fixed {
  overflow: hidden;
}

/* サジェスト上書き */
.ui-autocomplete > li > div.ui-menu-item-wrapper {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif !important;
  font-size: 14px !important;
  padding: 0 !important;
  color: #686868 !important;
  padding: 11px 20px !important;
  border-top: none !important;
}

.ui-autocomplete > li > div.ui-menu-item-wrapper.ui-state-active {
  color: #686868 !important;
  text-decoration: underline;
  background: #F7F7F7 none repeat scroll 0 0 !important;
}

.ui-autocomplete > li > div.ui-menu-item-wrapper > .ui-autocomplete-term {
  color: #686868 !important;
}

.ui-autocomplete > li > div.ui-menu-item-wrapper.ui-state-active > .ui-autocomplete-term {
  color: #686868 !important;
}

.l-sp-global-nav {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  padding-right: 55px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
}
.l-sp-global-nav.-active {
  opacity: 1;
  visibility: visible;
}
.l-sp-global-nav.-active .l-sp-global-nav__inner {
  left: 0;
}
.l-sp-global-nav__bg {
  width: calc(100% + 55px);
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
}
.l-sp-global-nav__inner {
  position: relative;
  left: -100%;
  transition: 0.5s;
}
.l-sp-global-nav__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  background: #002896;
}
.l-sp-global-nav__heading-text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.l-sp-global-nav__heading-close {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
  background-color: transparent;
  border: 0;
}
.l-sp-global-nav__heading-close::before, .l-sp-global-nav__heading-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 16px;
  background: #fff;
}
.l-sp-global-nav__heading-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-sp-global-nav__heading-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-sp-global-nav__content {
  background: #fff;
  padding: 0 24px;
  min-height: calc(100vh - 56px);
}
.l-sp-global-nav__list {
  list-style-type: none;
}
.l-sp-global-nav__list a {
  display: block;
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  color: #686868;
  text-decoration: none;
}
.l-sp-global-nav__list button {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 16px 0;
  text-align: left;
  font-size: 16px;
  color: #686868;
  text-decoration: none;
  position: relative;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  background-color: transparent;
  border: 0;
}
.l-sp-global-nav__list button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #686868;
  border-right: 1px solid #686868;
  position: absolute;
  right: 4px;
  top: calc(50% - 8px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  transition: 0.3s;
}
.l-sp-global-nav__list button.-active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-sp-global-nav__list-item:first-child {
  border-bottom: 1px solid #EBEBEB;
}
.l-sp-global-nav__list-item.-border-bottom {
  border-bottom: 1px solid #EBEBEB;
}
.l-sp-global-nav__acc-box {
  border-top: 1px solid #EBEBEB;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.l-sp-global-nav__acc-box.-active {
  max-height: 120vh;
}
.l-sp-global-nav__acc-box button {
  padding: 16px 16px 16px 24px;
}
.l-sp-global-nav__acc-box-error {
  margin: 16px 0;
}
.l-sp-global-nav__sub-list {
  list-style-type: none;
}
.l-sp-global-nav__sub-link-list {
  list-style-type: none;
}
.l-sp-global-nav__sub-link-list a {
  padding: 16px 0 16px 40px;
}
.l-sp-global-nav__sub-link-list.-padding-min a {
  padding: 16px 0 16px 24px;
}
.l-sp-global-nav__sub-link-list-item {
  border-top: 1px solid #EBEBEB;
}
.l-sp-global-nav__sub-link-list-item:first-child {
  border-top: 0;
}
.l-sp-global-nav__sub-link-list-item:last-child {
  border-bottom: 1px solid #EBEBEB;
}
.l-sp-global-nav__sub-link-list-item.-event-link a {
  font-size: 14px;
}
.l-sp-global-nav__sub-link-list-item.-event-link a .l-pc-global-nav__list-label {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 8px;
  background: #002896;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.l-sp-global-nav__sub-link-list-item.-event-link a .l-pc-global-nav__list-label + .l-pc-global-nav__list-label {
  margin-left: 8px;
}
.l-sp-global-nav__sub-link-list-item.-event-link a .l-pc-global-nav__list-heading {
  font-weight: 700;
}


/* renew css */
.sp-global-header {
  height: 56px;
  padding-inline: 20px;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  position: relative;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 2px 24px 0px #0000000D;
}

.sp-global-header * {
  box-sizing: border-box;
}

.sp-global-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.sp-global-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.sp-global-header__content-logo {
  display: flex;
  align-items: center;
}

.sp-global-header__content-logo a img {
  vertical-align: middle;
  width: 75px;
}

.sp-global-header__content-item {
  align-items: center;
  display: flex;
  gap: 16px;
  color: #686868;
  height: 20px;
}

.sp-global-header__content-item-search button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 10px;
  color: #686868;
  background: url(/contents/nikki/config/header/img/icon_search_black.svg) no-repeat center center;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.sp-global-header__content-item-search button.-active {
  color: #fff;
  background: url(/contents/nikki/config/header/img/icon_search_gray_light.svg) no-repeat center center;
}

.sp-global-header__content-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 10px;
  color: #686868;
  text-decoration: none;
}

.sp-global-header__content-item-event button {
  background: url(/contents/nikki/config/header/img/icon_event_orange.svg) no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 10px;
  color: #686868;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.sp-global-header__content-item-help a {
  background: url(/contents/nikki/config/header/img/icon_help.svg) no-repeat center center;
}

.sp-global-header__search-box {
  transition: 0.5s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #EBEBEB;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 10001;
  border-radius: 0 0 16px 16px;
}


.sp-global-header__search-box-input {
  background: #F7F7F7;
  position: relative;
  border-radius: 9999px;
  display: flex;
  align-items: center;
}

.sp-global-header__search-box.-active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

#header .sp-global-header__search-box-query {
  width: 100%;
  padding: 15px 50px 15px 50px !important;
  font-size: 13px;
  background: #F5F5F5;
  border: 1px solid transparent;
  outline: none;
  border-radius: 9999px;
  font-weight: 400;
  text-align: left !important;
  color: #333;
  height: 48px;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

input.sp-global-header__search-box-query::placeholder {
  font-weight: bold !important;
  color: #C2C2C2;
  opacity: 1;
}

input.sp-global-header__search-box-query:focus {
  background: #fff !important;
  border: 1px solid #FFA000 !important;
  outline: none;
}

input.sp-global-header__search-box-query:focus::placeholder {
  color: transparent !important;
}

.sp-global-header__search-box-button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(/contents/nikki/config/header/img/icon_search_gray.svg) no-repeat center center;
  border: 0;
}

.sp-global-header__event-box {
  transition: 0.5s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  width: 100%;
  padding: 8px 0;
  background: #fff;
  border-bottom: 1px solid #EBEBEB;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 10001;
  border-radius: 0 0 16px 16px;
}

.sp-global-header__event-box.-active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.sp-global-header__event-box-button {
  padding: 0 16px 16px 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  justify-content: space-between;
  box-sizing: border-box;
  background: transparent;
  background-color: transparent;
  border: none;
  border-width: 0;
  border-style: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  cursor: pointer;
}

.sp-global-header__event-box-button-content {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

.sp-global-header__event-box-button-icon {
  width: 10px;
  height: 10px;
  background: url(/contents/nikki/config/header/img/icon_up_gray.svg) no-repeat center center;
  background-size: contain;
  transition: transform 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}

.sp-global-nav {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  overflow-y: auto;
}

.sp-global-nav.-active {
  opacity: 1;
  visibility: visible;
}

.sp-global-nav.-active .sp-global-nav__inner {
  transform: translateX(0);
}

.sp-global-nav__bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
}

.sp-global-nav__inner {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 55px);
  max-width: 320px;
  height: 100%;
  background: #F5F5F5;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.sp-global-nav__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
  height: 66px;
  margin-bottom: 21px;
}

.sp-global-nav__heading-text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.sp-global-nav__heading-close {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: relative;
  background-color: transparent;
  border: 0;
}

.sp-global-nav__heading-close::before,
.sp-global-nav__heading-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 16px;
  background: #fff;
}

.sp-global-nav__heading-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.sp-global-nav__heading-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sp-global-nav__content {
  background: #F5F5F5;
  padding-bottom: 20px;
  padding: 0 16px;
}

.sp-global-nav__list {
  list-style-type: none;
}

.sp-global-nav__list a {
  display: block;
  width: 100%;
  padding: 11px 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  color: #333333 !important;
  text-decoration: none;
}

.sp-global-nav__list button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  text-align: left;
  color: #333333;
  text-decoration: none;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  background-color: transparent;
  border: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  height: 52px;
}

.sp-global-nav__list button .sp-nav-text {
  flex: 1;
  text-align: left;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.sp-global-nav__list button .sp-nav-text img {
  flex-shrink: 0;
  width: 20px;
}

.sp-global-nav__list button .sp-nav-icon {
  width: 16px;
  height: 16px;
  background: url(/contents/nikki/config/header/img/icon_plus.svg) no-repeat center center;
  background-size: 10px 10px;
  flex-shrink: 0;
  transition: 0.3s;
}

.sp-global-nav__list button.-active .sp-nav-icon {
  background: url(/contents/nikki/config/header/img/icon_minus_gray.svg) no-repeat center center;
  background-size: 8px 2px;
}

.sp-global-nav__list-item {
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 8px;
}

.sp-global-nav__list-item-child {
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 18px;
  height: 52px;
}

.sp-global-nav__list .sp-global-nav__list-item-minshu a {
  padding: 0;
  text-decoration: none;
}

.sp-global-nav__list .sp-global-nav__list-item-minshu a:hover,
.sp-global-nav__list .sp-global-nav__list-item-minshu a:active,
.sp-global-nav__list .sp-global-nav__list-item-minshu a:focus,
.sp-global-nav__list .sp-global-nav__list-item-minshu a:visited {
  text-decoration: none;
}

.sp-global-nav__list-item-minshu {
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 18px;
  padding: 8px;
}

.sp-global-nav__list-item-minshu-child {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 8px;
  margin-bottom: 8px;
}

.sp-global-nav__list-item-child-content {
  display: flex;
  background: #FFF5E5;
  border: 1px solid #FFD999;
  border-radius: 8px;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5;
  padding: 12px 8px 12px 16px;
  gap: 8px;
  align-items: center;

}

.sp-global-nav__acc-box {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}

.sp-global-nav__acc-box.-active {
  max-height: 140vh;
}

.sp-global-nav__acc-box button {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  background-color: transparent;
  border: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
}

.sp-global-nav__sub-list-item button {
  padding-left: 64px;
  height: 40px;
}

.sp-global-nav__sub-list-item-no-content {
  display: block;
  margin-left: 64px;
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 0;
}

.sp-global-nav__acc-box button .sp-nav-text {
  flex: 1;
  text-align: left;
  min-width: 0;
}

.sp-global-nav__acc-box button .sp-nav-icon {
  width: 16px;
  height: 16px;
  background: url(/contents/nikki/config/header/img/icon_plus.svg) no-repeat center center;
  background-size: 10px 10px;
  flex-shrink: 0;
  transition: 0.3s;
}

.sp-global-nav__acc-box button.-active .sp-nav-icon {
  background: url(/contents/nikki/config/header/img/icon_minus_gray.svg) no-repeat center center;
  background-size: 8px 2px;
}

.sp-global-nav__acc-box-error {
  margin: 16px 0;
}

.sp-global-nav__sub-list {
  list-style-type: none;
}

.sp-global-nav__sub-link-list {
  list-style-type: none;
}

.sp-global-nav__sub-link-list a {
  padding: 12px 0 11px 61px;
  text-decoration: none;
}

.sp-global-nav__sub-link-list.-padding-min a {
  padding: 16px 0 16px 24px;
}

.sp-global-nav__sub-list-item,
.sp-global-nav__sub-link-list-item {
  border-top: 1px dashed #EBEBEB;
}

.sp-global-nav__sub-link-list-item {
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 40px;
}

.sp-global-nav__sub-link-list-item a {
  color: #333333;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;
}

.sp-global-nav__sub-link-list-item a:focus,
.sp-global-nav__sub-link-list-item:active > a,
.sp-global-nav__sub-link-list-item:focus > a,
.sp-global-nav__sub-link-list-item:hover > a {
  text-decoration: none;
}

.sp-global-nav__sub-link-list-item.-event-link a {
  font-size: 14px;
}

.sp-global-nav__sub-link-list-item.-event-link a .l-pc-global-nav__list-label {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 8px;
  background: #002896;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.sp-global-nav__sub-link-list-item.-event-link a .l-pc-global-nav__list-label+.l-pc-global-nav__list-label {
  margin-left: 8px;
}

.sp-global-nav__sub-link-list-item.-event-link a .l-pc-global-nav__list-heading {
  font-weight: 700;
}

.sp-floating-menu {
  position: fixed;
  bottom: 129px;
  right: 0px;
  z-index: 10002;
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-floating-menu {
    display: block !important;
  }
}

.sp-floating-menu__button {
  background: #FFFFFF;
  border: none;
  border-radius: 16px 0 0 16px;
  width: 56px;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sp-global-nav__login-section {
  margin: 16px 0;
  padding: 0;
}

.sp-global-nav__login-section a {
  display: flex;
  width: 100%;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF !important;
  background-color: #FF0000;
  text-decoration: none;
  border-radius: 9999px;
  height: 48px;
  justify-content: center;
  align-items: center;
}

.sp-global-nav__login-section a:hover {
  background-color: #CC0000;
}

.sp-global-nav__search-box {
  margin: 16px 0;
  padding: 0;
}

.sp-global-nav__search-box-input {
  display: flex;
  background: #F7F7F7;
  border-radius: 8px;
  overflow: hidden;
}

.sp-global-nav__search-box-query {
  width: calc(100% - 48px);
  padding: 12px 16px;
  font-size: 16px;
  color: #333;
  background: #F7F7F7;
  border: none;
  outline: none;
}

.sp-global-nav__search-box-query::placeholder {
  color: #999;
}

.sp-global-nav__search-box-button {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: #002896 url(/contents/nikki/config/header/img/icon_search_white.svg) no-repeat center center;
  background-size: 20px 20px;
  border: none;
  outline: none;
  transition: background-color 0.3s ease;
}

.sp-global-nav__search-box-button:hover {
  background-color: #001a6b;
}


.sp-global-header__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.sp-global-header__main-content-search-clear {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 10;
  transition: all 0.3s ease;
}

.sp-global-header__main-content-search-clear.show {
  display: flex;
}

.sp-global-header__main-content-search-clear:hover {
  background: rgba(0, 0, 0, 0.15);
}

#header .search-tab-container {
  width: 100%;
  border-radius: 0 0 16px 16px;
}

#header .search-tab-nav {
  display: flex;
}

#header .search-tab-content {
  padding: 12px;
}

#header .search-tab-btn {
  flex: 1;
  padding: 8px 12px;
  background: #EBEBEB;
  border: none;
  cursor: pointer;
  border-top: 5px solid #ADADAD;
  font-size: 12px;
  border-radius: 16px 16px 0 0;
  font-weight: bold;
  line-height: 1.5;
  color: #C2C2C2;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

#header .search-tab-btn.active {
  background: #fff;
  border-top: 5px solid #FF9500;
  color: #FF650E;
}

#header .search-tab-pane {
  display: none;
}

#header .search-tab-pane.active {
  display: block;
}

.sp-industry-tab {
  padding: 0 4px;
}

.sp-title-header-tab {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #5C5C5C;
  padding: 12px 0 24px 0;
}

.text-orange {
  color: #FF650E;
}

.sp-search-industry-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.sp-search-industry-title {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  color: #5C5C5C;
}

.sp-search-industry-body {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.3;
}



.sp-search-industry-content-item-text {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-search-industry-content-item-arrow {
  flex-shrink: 0;
}

.error-message {
  padding: 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.sp-search-industry-divider {
  height: 1px;
  background-color: #EBEBEB;
  margin: 16px 0;
  width: 100%;
}

.sp-search-industry-container {
  position: relative;
  transition: height 0.3s ease;
}
.sp-search-industry-container.expanded {
  max-height: none;
  overflow: visible;
}
.sp-search-industry-more-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: #FFF5E5;
  border-radius: 9999px;
  padding: 12px;
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  min-height: 40px;
  z-index: 10;
  position: relative;
}

.sp-search-industry-more-button svg {
  transition: transform 0.2s ease;
  width: 16px;
  height: 16px;
}

.nav-search-container {
  margin-bottom: 8px;
}

.nav-search-container .search-tab-content {
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
}

.sp-global-nav__acc-box-header {
  display: flex;
  padding: 14px 16px;
  justify-content: space-between;
  align-items: flex-end;
}

.sp-global-nav__acc-box-header-text {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.sp-global-nav__acc-box-header a.sp-global-nav__acc-box-header-link {
  color: #2042FF !important;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.3;
  padding: 0;
  display: contents;
}

.sp-event-item {
  border-bottom: 1px dashed #eee;
  background-color: white;
  padding: 16px;
}

.sp-global-nav__sub-list-event .sp-global-nav__acc-box-header {
  padding-top: 0;
}

a.sp-event-link {
  padding: 0
}

.sp-event-item:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}

.sp-event-tags {
  display: flex;
}

.sp-event-tag {
  display: inline-block;
  color: white;
  padding: 2px 6px 3px 6px;
  border-radius: 2px;
  font-size: 10px;
  margin-right: 4px;
  font-weight: 500;
  line-height: 1.3;
}

.sp-event-date {
  display: flex;
  text-align: end;
  padding: 8px 0 0 0;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 2px;
}

.sp-event-year {
  font-size: 10px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 1px;
}

.sp-event-date-day,
.sp-event-time {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin-bottom: 1px;
}

.sp-event-info {
  flex: 1;
  min-width: 0;
}

.sp-event-title {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.3;
}

.sp-event-description {
  font-size: 12px;
  color: #0000006E;
  line-height: 1.3;
  font-weight: 400;
}

.sp-event-loading {
  padding: 20px;
  text-align: center;
  color: #666;
  font-size: 12px;
}

.sp-ranking-list-container .sp-ranking-item {
  padding: 16px;
}

.sp-global-nav__ranking-item {
  display: flex;
  padding: 0 16px 0 64px;
  align-items: center;
  border-bottom: 1px dashed #eee;
  gap: 2px;
  min-height: 40px;
}

.sp-global-nav__ranking-item:last-child {
  border-bottom: none;
}

.sp-ranking-item {
  border-bottom: 1px dashed #eee;
  padding: 12px 0;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 0 16px;
}

.sp-ranking-item:last-child {
  border-bottom: none;
}

.sp-ranking-item:hover {
  background-color: #f5f5f5;
}

.sp-ranking-item-text {
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-ranking-item-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.sp-featured-list-container .sp-featured-item {
  padding: 16px;
}

.sp-global-nav__featured-item {
  display: flex;
  padding: 0 16px 0 64px;
  align-items: center;
  border-bottom: 1px dashed #eee;
  gap: 4px;
}

.sp-global-nav__featured-item:last-child {
  border-bottom: none;
}

.sp-featured-item {
  border-bottom: 1px dashed #eee;
  padding: 12px 0;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 0 16px;
}

.sp-featured-item:last-child {
  border-bottom: none;
}

.sp-featured-item:hover {
  background-color: #f5f5f5;
}

.sp-featured-item-text {
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-featured-item-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.sp-global-nav__close-section {
  position: fixed;
  bottom: 129px;
  right: 0px;
  z-index: 10002;
  display: none;
}

.sp-global-nav__close-button {
  background: #FFFFFF;
  border: none;
  border-radius: 16px 0 0 16px;
  width: 56px;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sp-global-nav__close-button span {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
.sp-global-nav__logout-section {
  margin: 16px 0;
  padding: 0;
}

.sp-global-nav__logout-section a {
  display: flex;
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF !important;
  background-color: #2042FF;
  text-decoration: none;
  border-radius: 9999px;
  font-size: 14px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.sp-global-nav__acc-box--company-tags {
  font-size: 12px;
  color: #333333;
}
.sp-nav-box__content {
  padding: 16px;
  border-top: 1px dashed #EBEBEB;
}
.sp-global-nav__sub-list-company-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sp-global-nav__sub-list-company-tags>li>a {
  color: #2042FF !important;
  background-color: #F5F5F5;
  padding: 6px 12px;
  transition: 0.3s;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-flex;
  font-weight: 400;
  text-decoration: none;
}
#header .search-tab-btn-with-icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
#header .search-tab-container .sp-industry-tab {
  overflow: visible !important;
}

#header .search-tab-container .sp-industry-tab .sp-search-industry-list .sp-search-industry-content {
  max-height: 235px;
  overflow-y: hidden;
  margin-bottom: 24px;
}

.sp-search-industry-content-item {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  padding: 7px 12px;
  flex: 0 1 auto;
  min-width: 0;
  text-decoration: none;
  color: #333333 !important;
  cursor: pointer;
}

.sp-search-industry-content-item:hover {
  background-color: #FFECCC;
  text-decoration: none;
  color: #FFA000 !important;
  border-color: #FFA000;
}

.sp-search-industry-content-item:visited {
  color: #333333;
}

.sp-search-industry-content-item:focus {
  outline: none;
  background-color: #FFECCC;
  text-decoration: none;
  color: #FFA000 !important;
  border-color: #FFA000;
}

.sp-search-industry-content-item:active {
  background-color: #FFECCC;
  text-decoration: none;
  color: #FFA000 !important;
  border-color: #FFA000;
  outline: none;
}

.sp-search-industry-show-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  width: 100%;
  margin-top: 24px;
}

.sp-search-industry-show-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF5E5;
  border: none;
  border-radius: 9999px;
  padding: 12px;
  cursor: pointer;
  width: 100%;
  height: 32px;
}

.sp-search-industry-show-more-btn:hover {
  background-color: #FFF5E5;
}

.sp-search-industry-show-more-btn span {
  display: none;
}

.js-global-nav-search-acc-content {
  transition: opacity 0.2s;
  opacity: 0;
  display: none;
}

.js-global-nav-search-acc-content.-active {
  opacity: 1;
  display: block;
}

.js-global-nav-event-acc-content {
  transition: opacity 0.2s;
  opacity: 0;
  display: none;
}
.js-global-nav-event-acc-content.-active {
  opacity: 1;
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-nav-box__content.is-event {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .box-bbshistory.is-event {
    display: none;
  }
}
.sp-global-nav__acc-box--company-tags .box-bbshistory .ms-nav-box__heading {
  display: none;
}
.sp-global-nav__acc-box--company-tags .list-history {
  padding: 16px;
  border-top: 1px dashed #EBEBEB;
}
.sp-global-nav__acc-box--company-tags .list-history > li {
  padding: 0;
}

.sp-global-nav__acc-box--company-tags .list-history > li > a:hover {
  text-decoration: none;
  background-color: #E9ECFF;
}

.sp-global-nav__acc-box--company-tags .list-history {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sp-global-nav__acc-box--company-tags .list-history > li > a {
  color: #2042FF !important;
  background-color: #F5F5F5;
  padding: 6px 12px;
  transition: 0.3s;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-flex;
  font-weight: 400;
}
