@charset "utf-8";
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
}
}

.heading {
	border-left: 6px solid #aaa;
	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 未満）
============================================== */
/* スマホ（〜575px） */
@media screen and (max-width: 575.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%;
  }
}

/* 小タブレット（576px〜767.98px） */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  #sec2 .message {
    position: absolute;
    left: 0;
  }
}

/* タブレット（768px〜991.98px） */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #sec2 {
    height: 500px;
  }

  .container {
    flex-direction: column;
    padding: 10px;
  }
}

/* デスクトップ未満全般（*

} 
/* END */