/* CSS Document */
body {
	/*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #111;*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.sp-nav {
	display: none;
}
/*clearfix*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
/*width100%*/
header, .attention, .covid-19, .nav, #footer {
	width: 100%;
	min-width: 1100px;
}
/*a関連*/
a {
	text-decoration: none;
	display: block;
}
a, a > img {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	ransition: all 0.3s;
}
a:hover, a > img:hover, a > p:hover, #submenu a:hover > li {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
}
/*header*/
header {
	border-bottom: 1px #999 solid;
	box-shadow: 0 2px 8px rgb(30 30 80 / 30%);
	position: relative;
}
.inner_head {
	overflow: hidden;
}
.inner_head .img_box, .inner_head h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin-left: 15px;
}
.inner_head .img_box {
	float: left;
}
.inner_head h1 {
	float: right;
	margin-right: 15px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	color: #111;
	font-size: 1.7em;
	padding-top: 5px;
}
.inner_head h1 span {
	font-size: 0.5em;
}
.inner_head h1 a {
	color: #1a1c6d;
}
.inner_head img {
	vertical-align: middle;
}
/*covid-19*/
.covid-19 {
	background-color: #ddd;
}
.inner_covid-19 {
	width: 1024px;
	margin: 0 auto;
	padding: 2px 10px 1px;
}
/*メイン画像*/
.main_image {
	width: 980px;
	margin: 20px auto 10px;
	text-align: center;
}
/*ナビゲーション*/
.nav {
	/*height: 50px;*/
	/*background-color: #1a1c6d;*/
	border-bottom: #1a1c6d 1px solid;
}
.nav ul {
	width: 1100px;
	margin: 0 auto;
}
.nav li {
	font-weight: bold;
	letter-spacing: 0.09em;
}
.nav li .font-small {
	font-size: 0.9em;
	letter-spacing: -0.1em;
}
.nav .fas {
	font-size: 1.2em;
}
.nav .fa-pagelines {
	font-size: 1.2em;
}
.nav .flex-container {
	display: flex;
}
.nav .flex-item {
	margin: 0 auto;
	padding: 13px 10px 10px;
	box-sizing: border-box;
	/*background-color: #fff;*/
	color: #1a1c6d;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	position: relative;
}
.nav a.flex-item:before {
	transform: scaleX(0);
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	width: 100%;
	height: 4px;
	display: block;
	content: '';
	background-color: #1a1c6d;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.nav a.flex-item:hover {
	opacity: 1;
}
.nav a.flex-item:hover:before, .nav a.active.flex-item:before {
	transform: scaleX(1);
}
/*.nav .flex-item::after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #d8d9fa;
	position: absolute;
	right: 0;
	top: calc((100% - 20px)/2);
	z-index: 1;
}*/
/*content*/
.content {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}
/*サブメニュー*/
#submenu {
	width: 260px;
	float: left;
}
#info {
	width: 670px;
	float: right;
}
#submenu h2 {
	font-size: 1.4em;
	padding: 2px 10px 4px;
	color: #1a1c6d;
	border-bottom: 1px solid #1a1c6d;
	border-left: 5px solid #1a1c6d;
	letter-spacing: 0.05em;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
#submenu .inner_submenu li {
	padding: 15px 10px 13px;
	border-bottom: 1px dotted #aaa;
}
#submenu .inner_submenu li img.img_middle {
	vertical-align: middle;
	padding-right: 5px;
}
#submenu .inner_submenu .other {
	text-align: center;
}
#submenu .inner_submenu li.other {
	border-bottom: none;
}
#submenu .inner_submenu li.last {
	margin-bottom: 10px;
}
#submenu .inner_submenu .other img {
	max-width: 197px;
}
/*#submenu .group_name {
	font-size: 0.9em;
	text-align: center;
	color: #004f99;
	font-weight: bold;
	display: block;
}*/
#submenu .balloon {
	padding: 10px 5px;
	font-size: 0.7em;
	background-color: #fff386;
	border-radius: 7px;
	margin: 5px 15px 15px;
	position: relative;
	text-align: center;
}
#submenu .balloon::before {
	content: "";
	border-right: 7px solid transparent;
	border-bottom: 10.5px solid #fff386;
	border-left: 7px solid transparent;
	position: absolute;
	top: -7px;
	left: 48%;
}

/*インフォメーション内*/
#info .inner_info {
	margin: 30px 0;
}
#info h3#info0001 {
	font-size: 1.4em;
	padding: 2px 10px 4px;
	color: #1a1c6d;
	border-bottom: 1px solid #1a1c6d;
	border-left: 5px solid #1a1c6d;
	letter-spacing: 0.05em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif
}
.text_cont {
	margin-bottom: 30px;
}
.text_cont h4 {
	font-size: 18px;
	background-color: rgb(26, 28, 109);
	color: #fff;
	padding: 5px 0 4px 10px;
	margin-bottom: 1em;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.text_cont ul {
	margin: 0.5em 0 0.5em 1em;
}
.text_cont li {
	margin-left: 1em;
}
.text_cont .koumoku {
	margin-bottom: 0.7em;
}
/*▼pageTop▼*/
#pageTop {
	position: fixed;
	right: 1%;
	bottom: 90px;
	z-index: 4;
	display: none;
}
#pageTop a {
	text-decoration: none;
	display: block;
	transition: none;
}
/*footer*/
#footer, .inner_footer {
	background-color: #1a1c6d;
	color: #fff;
}
.inner_footer {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	font-size: 0.9em;
}
.inner_footer a {
	display: inline-block;
}
.inner_footer div.insta {
  margin: 2em auto;
}
.red {
	color: red;
	font-size: .7em;
}