@charset "utf-8";
.display-5 {
 font-size:1.8rem;
 font-weight:300;
 line-height:1.2;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #E4F2FF;
}

.bg-dark{background-color:#143559!important}
a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{
	background-color:##153B67!important}

.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 #aaa;
	padding: 0 0 0 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
#sec2 .message {
	position: absolute;
	left: 0;
}
.map iframe {
	width: 100%;
	height: 450px;
}

/* New! と本文を上揃えにする */
.oshirase-item{
  display: flex;
  align-items: flex-start;   /* ← 上揃えの核心 */
}

/* pの「デフォルト上マージン」だけ殺す（下の余白は残せる） */
.oshirase-text{
  margin-top: 0;
  margin-bottom: 0;          /* ← ここは0でOK。間隔は pb-2 が担当 */
}

/* まだ少しだけ上に見える場合の微調整（任意） */
.oshirase-item > span{
  position: relative;
  top: 2px;                  /* 0〜4pxで調整 */
}

/* 小デバイス（横向きモバイル, 576px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
#sec2 .message {
	position: static;
}
.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%;
}
.footer-logo {
	width: 100%;
}
} /* END */

/* 極小デバイス（縦向きモバイル, 576px 未満）
============================================== */
@media screen and (max-width: 575.98px) {
#sec2 .message {
	position: static;
}
} /* END */
