@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 #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 未満）
============================================== */
@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 */

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {
 #sec2  {
     height: 500px;
 } 
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {
 #sec2 .message {
    position: absolute;
     left: 0;
 } 
} /* END */






/* ADD */
.s-small{font-size:60%;}
/*a{color:#000;}*/
p{line-height:200%;}
h3.card-title{font-size:1.5rem}
.pan{margin-top:70px;}
.head-bg{
	background-image: url('../img/back.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.foot-subtitle{
	margin-bottom:10px;
}
.foot-nav{
	border-left:1px solid #6c757d;
	font-size:90%;
}
.foot-nav a{color:#000;}
.tel-num{color:#187cad;}

/*ページ内リンク位置ズレ解消*/
#sec01,#sec02,#sec03,#sec04 {margin-top:-60px; padding-top:60px;}


.navbar-box{
	border-top:10px solid #6c757d;
}
.navbar-box{
	background: #fff;
	display: flex;
	position: absolute;
	justify-content: space-between;
	width: 100%;
	z-index: 1000;/*最前面に表示*/
}
.navbar-box.fixed{
	position: fixed;
	top: 0;
}
.navbar-box::after{
	content: "";
	display: block;
	height: 60px;
	clear:both;
}


.policy .title{
	font-weight:bold;
	border-bottom:1px solid #6c757d;
}


.news dl{
	overflow: hidden;
	border-top: none;
}
.news dt{
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	font-weight:normal;
}
.news dd:after{
	display: block;
	content: "";
	clear: both;
}
@media (max-width:767.98px){
	.news dt{
		width: 100%;
		float: none;
	}
	.news dd{
		margin-left: auto;
		border-left: none;
	}
}




/*******************************************/
.navbar-box{
  background: linear-gradient(#1c8fae, #1574ac);
}
#Navbar a{
	color:#fff;
}
#Navbar a:hover{
	background: linear-gradient(#2b94b2, #4f9bbf);
}
.navbar-box{
	border-top:1px solid #6c757d;
}
.navbar-toggler{
	background-color:#fff;
}
th{
	background-color:#efefef;
}
/*******************************************/

#sec5 article > .row {
    border: 1px solid #dddddd;
}
#sec5 > div:nth-child(1) img {
    width: 100%;
}
/*#sec4 > div:nth-child(2){
    margin-left: 220px;
}*/
#sec5 h3{
margin-top: 20px;
    margin-bottom: 0.3rem;
}
#sec5 article > div div header {
	padding: 10px 10px 10px 0px;
}
#sec5 .col-md-6{
	background-color: #44a6c1;
}
#sec5 a{
	color:#fff;
}
