@charset "utf-8";
/* CSS Document */
html,body {
	font-family: 'Red Hat Display', 'Noto Sans JP', sans-serif;
	color: ＃EEE;
	height: 100%;
	background: #0071bc;
}
section {
	background-color: white;
}
.jumbotron-extend {
  position: relative;
  height: 100vh;
  min-height: 300px;
	background: url("../images/topimg.jpg") center no-repeat;
	background-size: cover;
	padding: 0px;
	margin: 0px;
}
.jumbotron h1 {
	font-weight: 900;
	color: #003259;
	text-shadow: 2px 2px 0px #fff;
}
.news {
	background: #002C77;
	color: white;
	text-align: center;
}
.news p {
	font-size: 2em;
	font-weight: 600;
}
h2 {
	color: #0050dc;
	font-weight: 900;
	border-bottom: #999 solid 1px;
	text-align: center;
	padding-bottom: 10px;
}
h3 {
	color: #0050dc;
	font-weight: 900;
	text-align: center;
}
.bg-gray {
	background-color: lightgray;
}
.bg-Lgray{
	background: linear-gradient(90deg,lightgray 0%,lightgray 65%,white 65%,white 100%);
}
.bg-gblue {
	background-color: #00a5d0;
}
.bg-gblue p,.bg-gblue  h3 {
	color: white;
}
.bg-blue {
	background-color: #0071bc;
}
.bg-blue p,.bg-blue h4,.bg-blue address {
	color: white;
	text-align: center;
}
.bg-blue h2 {
	color: white;
	font-weight: 900;
	border-bottom: #fff solid 1px;
	text-align: center;
	padding-bottom: 10px;
}
footer {
	margin-bottom: 99px;
}
.fixed-bottom {
	height: 100px;
	padding-top: 20px;
}

@media (max-width: 575.98px) {
	.jumbotron h1 {
		font-size: 1.3em;
		padding-top: 60px;
	}
	.jumbotron-extend {
		max-height: 300px;
	}
	.news p {
		font-size: 1em;
	}
	h2 {
		font-size: 1em;
	}
	h3 {
		font-size: 1em;
	}
	.bg-Lgray{
		background: linear-gradient(0deg,lightgray 0%,lightgray 100%);
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.jumbotron h1 {
		font-size: 2em;
		padding-top: 60px;
	}
	.jumbotron-extend {
		max-height: 350px;
	}
	.news p {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.2em;
	}
	.bg-Lgray{
		background: linear-gradient(0deg,lightgray 0%,lightgray 100%);
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.jumbotron h1 {
		font-size: 2.5em;
		padding-top: 60px;
	}	
		.jumbotron-extend {
		height: 60vh;
	}
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.5em;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.jumbotron h1 {
		font-size: 3em;
		padding-top: 90px;
	}	
	.jumbotron-extend {
		height: 70vh;
	}
	h2 {
		font-size: 2.5em;
	}
	h3 {
		font-size: 1.7em;
	}
}

@media (min-width: 1200px) {
	.jumbotron h1 {
		font-size: 4em;
		padding-top: 120px;
	}	
	.jumbotron-extend {
		height: 80vh;
	}
	h2 {
		font-size: 3em;
	}
	h3 {
		font-size: 2em;
	}
	p {
		font-size: 1.3em;
	}
}