.top-nav-collapse, .page-footer {
    background-color: #007bbb !important;
}

.navbar:not(.top-nav-collapse) {
    background: #007bbb !important;
}

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #007bbb !important;
    }
}

.rgba-gradient {
    background: rgba(253, 255, 170, 0.6);
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(83, 163, 254, 0.6), rgba(253, 255, 170, 0.6));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(83, 163, 254, 0.6), rgba(253, 255, 170, 0.6));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-welcome {
  background: #a0d8ef;
}

.text-logo-point  {
  color: #f19072;
}

.text-konpeki  {
  color: #007bbb;
}

.text-sky  {
  color: #a0d8ef;
}

.bg-konpeki {
  background: #007bbb;
}

.bg-sky {
  background: #a0d8ef;
}

.bg-card {
  background: #eaf4fc;
}

.border-konpeki {
  border-color: #007bbb;
}

.btn-sky {
  color: #007bbb;
  background: white;
  opacity: 50%;
}

.btn-sky:hover {
  background: #007bbb;
  color: white;
  transition: background 1s;
}

.btn-catch {
  background: #f39800;
}

.btn-catch:hover {
  background: #ed6d3d;
  color: white;
  transition: background 1s;
}

.btn-go {
  background: #ed6d3d;
}

.btn-go:hover {
  background: #ea5506;
  color: white;
  transition: background 1s;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}


.wrap-chart {
  width: 100%;
  height: 700px;
}
@media (max-width: 480px) {
  .wrap-chart {
    height:400px;
  }
}


/*
 * サイドバー
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* ナビゲーションバーの背面 */
  padding: 48px 0 0; /* ナビゲーションバーの高さ */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* ビューポートがコンテンツより短い場合、スクロール可能なコンテンツ */
}

.sidebar .nav-link {
  font-weight: 400;
  color: #007bbb;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * ナビゲーションバー
 */

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.inner-link {
  padding-top: 65px;
  margin-top: -65px;
}
