@charset "utf-8";
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
}
.jumbotron {
	background-image: url('../img/top-image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
}
.heading {
	border-left: 6px solid #007bff;
	padding: 0 0 0 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.map iframe {
	width: 100%;
	height: 450px;
}

/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
.footer-logo {
	width: 100%;
}
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
} /* END */

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-weight:bold;
    font-size: 1.2rem;
    padding-right: 3rem;
    padding-left: 3rem;
    }
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}

/*
@media screen and (min-width: 576px) {
.company-name {
   font-size: 1.8rem;
   font-weight:bold;
 }
}
@media screen and (max-width: 575.98px) {
.company-name {
   font-size: 1.4rem;
   font-weight:bold;
 }
}
@media screen and (max-width: 360px) {
.company-name {
   font-size: 1.1rem;
   font-weight:bold;
 }
}
*/

@media screen and (max-width: 576px) {
th,td {
    display: block;
    width: 100%;
  }
.table-title {
    font-weight:bold;
  }
}