:root {
  --black: #000;
  --recommended-black: #1e2022;
  --white: #fff;
  --gray-700: #63666a;
  --gray-600: #75787b;
  --gray-500: #dfe1e0;
  --gray-400: #d0d0ce;
  --gray-300: #e0e0e0;
  --gray-100: #f4f4f4;
  --gray-50: #fafafa;
  --deloitte-green: #c4d600;
  --deloitte-green2: #71a64d;
  --deloitte-green3: #7fb333;
  --button-green: #86bc25;
  --button-on-mouse-green: #5f9400;
  --accessible-green: #26890d;
  --footer-green: #046c38;
  --light-green: #e2f0d9;
  --step-blue: #30919c;
}

.container,
.sp_header,
.hamburger-sp-menuwrap,
.h-other-asset-menu,
footer {
  font-family: "Open Sans", "Noto Sans JP", sans-serif !important;
}

.footer-link {
  color: #26890d;
}

.footer-link.white {
  color: white;
  text-decoration: none;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "Open Sans", "Noto Sans JP", sans-serif !important;
  zoom: none;
}

footer {
  min-height: 172px;
  padding: 32px 24px;
  font-size: 10px;
  line-height: 1.8;
  color: #63666a;
  background-color: black;
}

.sp-only {
  display: none;
}

.fixed-top {
  position: fixed !important;
}

h1.h-logo {
  display: inline-block;
  height: 32.39px;
}

h1.h-logo a {
  display: inline-block;
  height: 43px;
}

/*
  -----------------------------------------
      Sunrise Summit 
  -----------------------------------------
  */
.top-content {
  position: relative;
  top: 107px;
}

.sp-only {
  display: none !important;
}

@media (0 <=width <=986px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .top-content {
    top: 48px;
  }
}

/* 微調整 */
@media (0 <=width <=429px) {
  /* フッター */
  footer {
    padding: 48px 24px 32px;
  }

  .list-inline-item {
    width: 50%;
    height: 40px;
    margin-right: 0 !important;
  }

  ul.split-list.sp-only {
    display: flex !important;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 10px;
  }

  footer .declaration p {
    margin-bottom: 0;
  }
}
