@charset "UTF-8";
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FCFCFC
}
section.shorttable table {
	width: 720px;
	margin: auto;
}
.short {
	width: 720px;
	margin: auto;
}
a {
	text-decoration: none;
}
/*
------------------------------------------
  header
-------------------------------------------
*/
header {
	height: 80px;
}
#header-logo {
	/* Company Logo text 
  float: left;
    */
	float: left;
	margin-left: 0px;
}
#header-search-form {
	/* Company Logo text 
  float: left;
    */
	float: right;
	margin-right: 0px;
}
/*
------------------------------------------
  Main
-------------------------------------------
*/
main {
	width: 1280px;
	margin: auto;
}
/*
------------------------------------------
  検索
-------------------------------------------
*/
#search {
	width: 960px;
	margin: auto;
}
#search a {
	color: #000000;
	font-weight: 600;
}
#search a:hover {
	background-color: #004E8F;
	color: #ffffff;
	font-weight: 600;
}
#search span {
	font-weight: 200;
	font-size: x-small;
}
/*
------------------------------------------
 お知らせ
-------------------------------------------
*/
#archive {
	width: 960px;
	margin: auto;
}
#archive a {
	color: #000000;
	font-weight: 600;
}
#archive a:hover {
	background-color: #004E8F;
	color: #ffffff;
	font-weight: 600;
}
#archive span {
	font-weight: 200;
	font-size: x-small;
}
/*
------------------------------------------
  breadcrumb
-------------------------------------------
*/
#breadcrumb {
	clear: both;
}
#breadcrumb ol {
	padding-inline-start: 0px;
}
/*
------------------------------------------
  sidebar
-------------------------------------------
*/
#sidebar {}
#sidebar nav {
	border: none;
	margin-top: 100px;
}
#sidebar nav ul li {
	margin: 10px;
	padding: 5px;
	list-style-type: none;
}
#sidebar nav ul a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	width: 200px;
	height: 70px;
	font-weight: 700;
	background-color: #004E8F;
}
#sidebar nav ul *:hover {
	background-color: #B2CEF1;
}
#sidebar nav ul li *:visited {
	color: #FFFFFF;
}
#sidebar nav ul li *:link {
	color: #FFFFFF;
}
/*
------------------------------------------
  Top Page Nav サイズ別は下記
-------------------------------------------
*/
nav *, nav *:before, nav *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*
------------------------------------------
  Top content
-------------------------------------------
*/
#content {
	display: flex;
	flex-direction: row-reverse;
	margin: auto;
}
#mainContent {
	box-sizing: border-box;
}
#titleimg {
	text-align: left;
}
article {
	float: left;
	margin: 10px;
}
article img:hover {
	opacity: 0.8;
}
article img {
	width: 296px;
	height: 296px;
	margin: 2px;
}
#NewsBox {
	font-size: small;
	background-color: #EEE;
	width: 300px;
	height: 300px;
}
span.date {
	font-size: x-small;
}
#NewsBox ~ img {
	padding: 10px;
}
#LinkMenu {
	width: 80%;
}
#LinkMenu img {
	border: solid 2px #004E8F;
	margin: 20px;
	padding: 5px;
}
#LinkMenu a *:hover {
	background-color: #B2CEF1;
}
#LinkMenu a *:visited {
	color: #004E8F;
}
#LinkMenu a *:link {
	color: #004E8F;
}
.next {
	width: 100%;
	text-align: center;
}
.next a {
	color: #FFFFFF;
	width: 200px;
	text-align: center;
	font-weight: 700;
	margin: 10px;
	padding: 10px 30px 10px 30px;
	list-style-type: none;
	background-color: #004E8F;
}
.next span *:hover {
	background-color: #B2CEF1;
}
.next span *:visited {
	color: #FFFFFF;
}
.next span *:link {
	color: #FFFFFF;
}
footer {
	padding-left: 2%;
	padding-right: 2%;
	clear: both;
	width: 96%;
	backgrlor: #ffffff;
}
.notOnDesktop {
	display: none;
}
#footer-info li {
	list-style-type: none;
	font-size: small;
	float: left;
	width: 250px;
}
#footer-list li {
	list-style-type: circle;
	font-size: small;
	float: left;
	width: 200px;
}
#footer-list li ul li {
	list-style-type: disc;
}
#footer ul li *:hover {
	background-color: #B2CEF1;
}
#footer ul li *:visited {
	color: #004E8F;
}
#footer ul li *:link {
	color: #004E8F;
}
#footerbar {
	height: 18px;
	clear: both;
	background-color: rgba(208, 207, 207, 1.00);
	width: 100%;
}
#copyright {
	text-align: center;
	padding: 10px;
	clear: both;
}
/*
--------------------------------
サブコンテンツ
--------------------------------
*/
#subcontents {
	clear: both;
	width: 960px;
	line-height: 30px;
	margin: auto;
}
#sub-navi .nav-menu {
	background-color: #436FCC;
}
ul.sub-menu {
	position: relative;
	list-style: none;
	width: 100%;
	height: 54px;
	max-width: 800px;
	margin: 0;
}
.sub-menu > li {
	float: left;
	height: 50px;
	line-height: 50px;
	background-color: #2F58AE;
	text-align: left;
	margin: 2px;
	padding: 0px 5px 0px 5px;
	font-weight: 700;
}
.sub-menu > li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.sub-menu > li a:hover {
	color: #000;
}
ul.sub-menu ul {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	list-style: none;
}
.sub-menu > li:hover {
	background: #EBEBEB;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#sub-main {
	display: block;
	width: 960px;
}
.short {
	line-height: 30px;
}

section #archive img{
	float:left;
	margin: 10px;
	}
section #archive img:hover{
		margin: 5px;
border: 5px solid #2F58AE;
}
section #archive hr{
	clear:left;
}

@media screen and (max-width:1280px) {
	main {
		width: auto;
	}
	#content {
		width: auto;
	}
	article img {
		width: 232px;
		height: 232px;
		margin: 2px;
	}
	#NewsBox {
		background-color: #CCCCCC;
		width: 236px;
		height: 236px;
	}
}
@media screen and (max-width:1024px) {
	
	#sub-main {
	width: auto;
	}

	#subcontents {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	#content {
		display: flex;
		flex-direction: column;
		width: auto;
		margin: auto;
	}
	#sidebar {}
	#sidebar nav {
		border: none;
		margin-top: auto;
	}
	#sidebar nav ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#sidebar nav ul li {
		width: auto;
		height: auto;
		margin: 2px;
		padding: 2px;
		/*  border: solid 2px #004E8F;*/
		background-color: #004E8F;
		list-style-type: none;
	}
	#sidebar nav ul li br {
		display: none;
	}
	#mainContent {
		box-sizing: border-box;
	}
	article img {
		width: 192px;
		height: 192px;
		margin: 2px;
	}
	#NewsBox {
		background-color: #CCCCCC;
		width: 196px;
		height: 196px;
	}
}
@media screen and (max-width:720px) {
	section.shorttable table {
		width: 100%;
	}
	.short {
		width: 100%;
	}
}
@media screen and (min-width:540px) {
	/*
------------------------------------------
  Top Page Nav サイズ別は下記
-------------------------------------------
*/
	.menu-btn, .menu-icon {
		display: none;
	}
	#top-navi .nav-menu {
		height: 50px;
		background-color: #EBEBEB;
	}
	ul.main-menu {
		position: relative;
		list-style: none;
		width: 100%;
		height: 50px;
		max-width: 800px;
		margin: 0 auto;
	}
	.main-menu > li {
		float: left;
		width: 30%;
		height: 50px;
		line-height: 50px;
		background-color: #F2F2F2;
		text-align: center;
		margin: 0px 2px 0px 2px;
	}
	.main-menu > li a {
		display: block;
		color: #000;
		text-decoration: none;
	}
	.main-menu > li a:hover {
		color: #fff;
	}
	ul.main-menu ul {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		list-style: none;
	}
	.main-menu > li:hover {
		background: #2F58AE;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	ul.main-menu ul li {
		border-top: 1px solid #F2F2F2;
	}
	ul.main-menu ul li a:hover {
		background: #2F58AE;
	}
	/* 下矢印 */
	ul.main-menu > li > a:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/* floatクリア */
	.main-menu:before, .main-menu:after {
		content: " ";
		display: table;
	}
	.main-menu:after {
		clear: both;
	}
	.main-menu {
		*zoom: 1;
	}
	.main-menu > li {
		position: relative;
	}
	ul.main-menu ul {
		position: absolute;
		top: 40px;
		width: 100%;
		background: #F2F2F2;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	ul.main-menu li:hover ul {
		top: 50px;
		visibility: visible;
		opacity: 1;
	}
}
@media screen and (max-width:540px) {
	.main-menu {
		list-style: none;
		position: absolute;
		width: 100%;
		height: auto;
		margin-top: 0px;
		padding: 0 0 10px 0;
		clear: both;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
		transform: scale(1, 0);
		transform-origin: top;
	}
	.menu-icon {
		background: #F2F2F2;
		color: #000000;
		width: 100%;
		padding: 2px;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.menu-icon > span {
		background-color: #2F58AE;
		color: #fff;
	}
	.menu-icon:hover {
		background: #2F58AE;
		color: #ffffff;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	/* Hamburger menu button */
	.menu-btn:checked ~ .main-menu {
		transform: scale(1, 1);
		transform-origin: top;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	/* Hamburger menbu text */
	.main-menu a {
		text-decoration: none;
		font-weight: 500;
		letter-spacing: 2px;
		/*    font-size: 16px; */
		text-transform: capitalize;
		color: #000;
		background-color: #F2F2F2;
		opacity: 0;
		transition: 0.5s;
	}
	.main-menu li {
		list-style: none;
		border-top: 1px solid #909090;
		background-color: #F2F2F2;
		width: 100%;
		padding: 2px 0 2px 8px;
		margin: 0 20px;
		opacity: 0;
		transition: 0.5s;
	}
	.main-menu > li a:hover {
		background: #2F58AE;
		color: #ffffff;
	}
	.menu-btn:checked ~ .main-menu a, .menu-btn:checked ~ .main-menu li {
		opacity: 1;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
	}
	.menu-btn {
		display: none;
	}
	.menu-icon {
		display: inline-block;
		position: relative;
		cursor: pointer;
		padding: 2px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.navicon {
		background: #F2F2F2;
		display: block;
		height: 3px;
		width: 26px;
		position: relative;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	.navicon:before, .navicon:after {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		background: #F2F2F2;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
	.navicon:before {
		top: 9px;
	}
	.navicon:after {
		bottom: 9px;
	}
	/* Hamburger Menu Animation Start */
	.menu-btn:checked ~ .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}
	.menu-btn:checked ~ .menu-icon .navicon:after {
		transform: rotate(45deg);
	}
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
		top: 0;
	}
	.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
		bottom: 0;
	}
	.menu-btn:checked ~ .menu-icon .navicon {
		background: rgba(0, 0, 0, 0);
		transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}
}