#AssetCommonHeader * {
  box-sizing: unset;
  margin: unset;
  line-height: unset;
  vertical-align: unset;
  font-size: unset;
}

#AssetCommonHeader h1{
  font-size: 2rem;
}

#AssetCommonHeader button{
  box-sizing: border-box;
}


body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@media screen and (min-width: 1100px) {

  .sp,
  nav {
    display: block !important;
  }
}

#AssetCommonHeader {
  /* position: relative; */
  z-index: 5;
  background: #ffffff;
  height: auto;
}

#AssetCommonHeader a {
  text-decoration: none;
  transition: 0.3s;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
}

h2.h-logo {
  text-decoration: none;
  transition: 0.3s;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
}

#AssetCommonHeader a:hover {
  opacity: 0.7;
}

#AssetCommonHeader ol,
#AssetCommonHeader ul {
  list-style: none;
}

#AssetCommonHeader .h-primary {
  background: #000;
  height: 48px;
  width: 100%;
}

#AssetCommonHeader .h-primary .h-primary_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  #AssetCommonHeader .h-primary .h-primary_inner {
    padding: 0 16px;
  }
}

#AssetCommonHeader .h-primary .h-primary_inner .h-logo {
  position: relative;
  top: 3px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-logo a img {
  width: 80px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action {
  display: flex;
  align-items: center;
  height: 30px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action button {
  margin-left: 20px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.3s;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action button:hover {
  opacity: 0.7;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-login-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #151e05;
  border-radius: 4px;
  border: solid 1px #92bb44;
  width: 92px;
  height: 32px;
  margin-right: 15px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-login-button:hover {
  background-color: rgba(134, 188, 34, 0.5);
  border: solid 1px #92bb44;
  opacity: 1;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-login-button a {
  color: #86bc25;
}

@media screen and (max-width: 986px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-login-button {
    display: none;
  }
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-register-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #86bc25;
  border-radius: 4px;
  border: solid 1px #86bc25;
  width: 92px;
  height: 32px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-register-button:hover {
  background-color: #a7f716;
  border: solid 1px #a7f716;
  opacity: 1;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-register-button:hover a {
  color: #000;
  opacity: 1;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-register-button a {
  color: #1e2022;
}

@media screen and (max-width: 986px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .asset-register-button {
    display: none;
  }
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .account {
  display: flex;
  align-items: center;
  margin: 0 16px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .account img {
  margin-right: 8px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .account .user-name {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 986px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .account {
    display: none;
  }
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu {
  position: relative;
  width: 26px;
  height: 26px;
  padding: 10px 0px;
}

@media screen and (max-width: 986px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu {
    display: none;
  }
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .dli-apps {
  display: block;
  color: #75787B;
  line-height: 1;
  position: relative;
  top: 5px;
  right: 75px;
  width: 100px;
  height: 30px;
  transition: 0.3s;
  -webkit-clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .dli-apps:before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 0.24em;
  height: 0.28em;
  background: currentColor;
  border-radius: 0.05em;
  box-shadow: 0.44em 0 0 0 currentColor, 0.86em 0 0 0 currentColor, 0 0.44em 0 0 currentColor, 0.44em 0.44em 0 0 currentColor, 0.86em 0.44em 0 0 currentColor, 0 0.86em 0 0 currentColor, 0.44em 0.86em 0 0 currentColor, 0.86em 0.86em 0 0 currentColor;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp {
  position: absolute;
  top: 45px;
  right: 0;
  width: 280px;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  display: none;
  transition: 0.2s;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul {
  padding: 24px 30px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul .menu-title {
  font-size: 10px;
  color: #63666A;
  margin: 8px 0;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul .is-active {
  background: #86BC25;
  border-radius: 4px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 4px;
  margin-bottom: 5px;
  display: block;
  line-height: 1.5;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul li a:hover {
  background: #86BC25;
  opacity: 1;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul li a img {
  margin-right: 8px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu .menu-disp ul .fam a svg {
  width: 20px;
  height: 13px;
  fill: #000;
  margin-right: 10px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu:hover .menu-disp {
  display: block;
  z-index: 2;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .h-other-asset-menu:hover .dli-apps {
  color: #86BC25;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .input-hidden {
  display: none;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-menubox {
  display: none;
}

@media screen and (max-width: 986px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-menubox {
    display: block;
    height: 30px;
    margin-left: 32px;
  }
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-menubox * {
  font-size: 16px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-menubox * li {
  font-size: 14px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch {
  cursor: pointer;
  position: absolute;
  right: 31px;
  top: 8px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch {
    right: 18px;
  }
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action #hamburger-icon:checked~.hamburger-switch {
  position: fixed;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch-line1,
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch-line1-before,
#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch-line1-after {
  width: 20px;
  height: 2px;
  background: #A7A8AA;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  transition: 0.3s;
  content: "";
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch-line1 {
  transform: translate(-50%, -50%);
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch-line1-before {
  transform: translate(-50%, -300%);
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-switch-line1-after {
  transform: translate(-50%, 200%);
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action #hamburger-icon:checked~.hamburger-switch .hamburger-switch-line1 {
  width: 0;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action #hamburger-icon:checked~.hamburger-switch .hamburger-switch-line1-before {
  transform: rotate(45deg) translate(-35%, 325%);
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action #hamburger-icon:checked~.hamburger-switch .hamburger-switch-line1-after {
  transform: rotate(-45deg) translate(-35%, -325%);
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap {
  position: fixed;
  height: 100%;
  background: #ffffff;
  padding: 0;
  z-index: 9998;
  transition: 0.3s;
  top: -120%;
  left: 0;
  width: 100%;
  overflow: auto;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion {
  width: 100%;
  transition: max-height 0.5s ease-out;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 12px 2em;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion summary::-webkit-details-marker {
  display: none;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 1px solid #363636;
  border-right: 1px solid #363636;
  content: "";
  transition: transform 0.3s;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion[open] summary::after {
  transform: rotate(225deg);
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion ul {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #000000;
  transition: transform 0.5s, opacity 0.5s;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .accordion[open] ul {
  opacity: 1;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist {
  list-style: none;
  line-height: 1.5;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0.5em 0;
  transition: 0.3s;
  padding-left: 20px;
  font-weight: 600;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist li.main-menulist a {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 32px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist li.main-menulist a:hover {
  background: #E0E0E0;
  color: #1E2022;
  border-radius: 8px;
  opacity: 1;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist li.sub-menulist a {
  font-size: 14px;
  padding: 0 0 0 33px;
  margin: 0 5px 18px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist li.sub-menulist a:hover {
  text-decoration: underline;
  opacity: 1;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menulist li.endline {
  border-bottom: 1px #E0E0E0 solid;
  margin-bottom: 16px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu {
  padding: 0 16px;
  margin-bottom: 16px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .select_wrapper::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 38px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #BBBCBC;
  border-bottom: 2px solid #BBBCBC;
  transform: rotate(45deg);
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .select_wrapper select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px #DBDBDB solid;
  padding: 12px;
  margin: 24px 0 8px;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  color: #171717;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  border: 1px #DBDBDB solid;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form label {
  width: 100%;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form input {
  height: 44px;
  padding: 5px 12px;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
  width: 100%;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form input::-moz-placeholder {
  color: #838383;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form input::placeholder {
  color: #838383;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 10px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .academy-element_sp-menu .search-form button::after {
  width: 14px;
  height: 14px;
  background-image: url(../images/search_icon.svg);
  background-repeat: no-repeat;
  content: "";
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_solutions {
  padding: 0 16px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_solutions .menu-title {
  font-size: 14px;
  color: #63666A;
  margin: 8px 0 16px;
  border-top: 1px #DBDBDB solid;
  padding: 0 14px;
  padding-top: 24px;
  margin-top: 25px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_solutions .top-border {
  border-top: 1px #DBDBDB solid;
  padding: 25px 0;
  margin-top: 25px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_solutions li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 4px;
  margin-bottom: 5px;
  display: block;
  line-height: 1.5;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_solutions li a img {
  margin-right: 8px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_solutions .fam a svg {
  width: 20px;
  height: 13px;
  fill: #000;
  margin-right: 10px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_user {
  border-top: 1px #DBDBDB solid;
  display: flex;
  align-items: center;
  margin: 0 16px;
  padding: 25px 0;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_user img {
  margin-right: 8px;
  fill: #000;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_user .user-name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button {
  padding: 0 0 16px 0;
  margin: 0 16px;
  border-top: 1px #DBDBDB solid;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  grid-template-rows: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul li a {
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul li a img {
  margin-right: 20px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul .sp-menu_login {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #26890D;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul .sp-menu_login a {
  color: #26890D;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul .sp-menu_entry {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #26890C;
  background: #26890C;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_button ul .sp-menu_entry a {
  color: #fff;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_fam {
  padding: 0 16px;
  text-align: right;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_fam a {
  color: #63666A;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: end;
  align-items: center;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-sp-menuwrap .h-sp-menu_fam img {
  margin-right: 8px;
}

#AssetCommonHeader .h-primary .h-primary_inner .h-action #hamburger-icon:checked~.hamburger-sp-menuwrap {
  height: calc(100vh - 49px);
  top: 49px;
}

@media (min-width: 992px) {
  #AssetCommonHeader .h-primary .h-primary_inner .h-action .hamburger-menubox {
    display: none;
  }
}

#AssetCommonHeader .h-secondary {
  height: 58px;
  background: #000;
  display: flex;
}

@media screen and (max-width: 986px) {
  #AssetCommonHeader .h-secondary {
    display: none;
  }
}

#AssetCommonHeader .h-secondary .secondary-wrap {
  width: 100%;
  height: 58px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_left {
  display: flex;
  align-items: center;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_left .h-logo {
  margin-right: 80px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right {
  display: flex;
  align-items: center;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  background-color: #ececeb;
  width: 270px;
  margin-left: 14px;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form label {
  width: 100%;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form input {
  height: 30px;
  padding: 5px 12px;
  border: none;
  box-sizing: border-box;
  background-color: #ececeb;
  font-size: 14px;
  outline: none;
  width: 100%;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form input::-moz-placeholder {
  color: #838383;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form input::placeholder {
  color: #838383;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .search-form button::after {
  width: 14px;
  height: 14px;
  background-image: url(../images/search_icon.svg);
  background-repeat: no-repeat;
  content: "";
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list {
  display: flex;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li {
  margin-left: 16px;
  padding: 5px 0 5px 16px;
  position: relative;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li a {
  font-size: 14px;
  font-weight: 500;
  color: #D0D0CE;
  display: flex;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li a svg {
  position: relative;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 0 0 10px;
  width: 16px;
  height: 16px;
  transition: 0.3s;
  fill: #fff;
  z-index: 2;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li:hover a {
  color: #86BC25;
  opacity: 1;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li:hover a svg {
  fill: #86BC25;
  top: 4px;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list li:hover .secondary-list__box {
  display: block;
  width: -moz-max-content;
  width: max-content;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list__box {
  position: absolute;
  top: 24px;
  background: #000;
  border-radius: 8px;
  padding: 16px 24px;
  display: none;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list__box ul li {
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  width: 100%;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list__box ul li a {
  color: #fff !important;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 4px;
  margin-bottom: 5px;
  display: block;
  line-height: 1.5;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .secondary-list__box ul li a:hover {
  background: #86BC25;
  color: #000 !important;
  opacity: 1;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .academy-element {
  display: flex;
  align-items: center;
  margin-left: 32px;
  gap: 32px;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .academy-element p a {
  position: relative;
}

#AssetCommonHeader .h-secondary .secondary-wrap .h-secondary_right .academy-element p a span {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007CB0;
  color: #fff;
  font-size: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

#AssetCommonHeader .sp_header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  background: #000;
  height: 58px;
  position: relative;
}

@media screen and (max-width: 986px) {
  #AssetCommonHeader .sp_header {
    display: flex;
  }
}

#AssetCommonHeader .sp_header .h-logo {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.h-sp-menu_solutions{
  margin-top: 2px !important;
}
 
.main-menulist{
  position: relative;
  top: 14px;
}
 
.sp-menu_login{
  position: relative;
  top: 16px;
}
