@charset "UTF-8";
.navbar-brand.top {
  color: orangered;
  font-weight: bold;
  height: 50px;
}
.navbar-brand.top a:hover {
  color: orangered !important;
}

.navbar-nav a.nav-link {
  color: orangered !important;
  text-decoration: underline;
}
.navbar-nav a.nav-link :focus {
  color: red;
}

.navbar-toggler {
  background-color: #ccc !important;
}

.btn-border {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}
.btn-border:hover {
  color: #000;
  text-decoration: none;
  background-color: #ccc;
}

.btn-hover {
  color: #fff;
}
.btn-hover:hover {
  text-decoration: none;
}

.text-white {
  color: #fff;
}

.service-height div.card {
  min-height: 320px;
}
.service-height ul {
  list-style: none;
}
.service-height ul li {
  display: flex; /* 点とリストを横並びに */
  align-items: center; /* 垂直方向に中央揃い */
}
.service-height ul li::before {
  content: "●";
  color: orangered;
  font-size: 1.5em;
  margin-right: 0.5em;
}

.textarea {
  height: 200px !important;
}

a.text-orange {
  color: orange !important;
}
a.nav-link.text-orange {
  color: orange !important;
}
a.nav-link.text-orange:hover {
  text-decoration: none;
}

.text-black {
  color: #000 !important;
}

.text-orange {
  color: orange !important;
}

#page-top .jumbotron-fluid {
  background-image: none !important;
  background: none !important;
  background-color: transparent;
  background-image: none;
  height: 640px;
}
#page-top .jumbotron {
  background-image: none !important;
  background: none !important;
  background-color: transparent;
  background-image: none;
}
#page-top .jumbotron span {
  color: #000 !important;
}

#footer {
  background-color: #f7fcf2 !important;
}
#footer address {
  color: #000;
}
#footer a.text-white {
  color: #333 !important;
}
#footer a.h2 {
  color: orange !important;
}

#copyright {
  background-color: #fff !important;
}
#copyright p {
  color: #000;
}

#sec2 {
  background-color: #fff !important;
}
#sec2 a {
  color: orange !important;
}

#breadcrumb-wrapper .breadcrumb {
  background-color: orange;
}
#breadcrumb-wrapper a {
  color: #333 !important;
}

/*# sourceMappingURL=default.css.map */
