/* CSS Document */

body {
	min-width: 1000px;
	max-width: 1920px;
	margin: auto;
	background: url("../img/bg.webp") no-repeat center top;
	background-attachment: fixed;
}
.inner {
	max-width: 1200px;
	margin: auto;
	padding: 0 15px;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}



#header {
	position: relative;
	padding: 15px 0 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 1920px;
	background: rgba(255,255,255,.7);
}
#header .hd1 {
	font-size: 16px !important;
  line-height: 1;
	display: flex;
	justify-content: space-between;
}
#header .hd1 h1 {
	width: 330px;
	flex-shrink: 0;
	margin: 30px 0 0 20px;
}
#header .hd1 .hdNav {
	display: flex;
  flex-direction: column;
	gap: 20px;
}


#header .hd1 .sub1 {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: 8px;
}
#header .hd1 .sub1 #fontSize {
	font-weight: 600;
	line-height: 1.2;
	color: #004DA1;
	display: flex;
	align-items: center;
	gap: 10px;
}
#header .hd1 .sub1 #fontSize ul {
	display: flex;
	gap: 7px;
}
#header .hd1 .sub1 #fontSize ul li {
	background: #F0EFEF;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#header .hd1 .sub1 #fontSize ul li:nth-of-type(1) { font-size: 14px !important;}
#header .hd1 .sub1 #fontSize ul li:nth-of-type(2) { font-size: 16px !important;}
#header .hd1 .sub1 #fontSize ul li:nth-of-type(3) { font-size: 18px !important;}
#header .hd1 .sub1 #fontSize ul li.active {
	background: #004DA1;
	color: #fff;
}
#header .hd1 .sub1 #fontSize ul li:hover {
	opacity: .8;
}
#header .hd1 .sub1 .gsc-control-cse {
	padding: 0;
	background: none;
  border: none;
}
#header .hd1 .sub1 .gsc-control-cse .gsc-search-button-v2 {
	padding: 8px;
	border-radius: 5px;
	cursor: pointer;
	transition: all .4s;
}
#header .hd1 .sub1 .gsc-control-cse .gsc-search-button-v2:hover {
	opacity: .8;
}
#header .hd1 .sub1 .gsc-control-cse .gsc-search-button-v2 svg {
	width: 20px;
  height: 20px;
}
#header .hd1 .sub1 .gsc-control-cse form.gsc-search-box,
#header .hd1 .sub1 .gsc-control-cse form.gsc-search-box table.gsc-search-box{
  margin-bottom: 0; 
}
#header .hd1 .sub1 .gsc-control-cse .gsc-input {
  width: 200px;
	padding-right: 5px;
}
#header .hd1 .sub1 .gsc-control-cse .gsc-input .gsc-input-box {
	border: 3px solid #DFE9E7;
	border-radius: 5px;
}
#header .hd1 .sub2 {
	width: 500px;
	display: flex;
	gap: 12px;
}
#header .hd1 .sub2 li {
	width: 50%;
	border-radius: 7px;
	position: relative;
}
#header .hd1 .sub2 li:nth-of-type(1) { background: #438E30;}
#header .hd1 .sub2 li:nth-of-type(2) { background: #CC7721;}
#header .hd1 .sub2 li a {
	position: relative;
	bottom: 7px;
	transition: none;
}
#header .hd1 .sub2 li a:hover { bottom: 6px;}
#header .hd1 .sub2 li a:active { bottom: 3px;}
#header .hd1 .sub2 li a:hover,
#header .hd1 .sub2 li a:hover img {
	opacity: 1;
}



#header nav.global {
	margin: 20px 0 25px;
	overflow-x: clip;
}
#header nav.global ul.mainNav {
	display: flex;
	border-bottom: 5px solid #D7D7D7;
	position: relative;
}
#header nav.global ul.mainNav::before,
#header nav.global ul.mainNav::after {
	content: '';
	background: #fff;
	width: 375px;
  height: 100%;
	position: absolute;
}
#header nav.global ul.mainNav::before { right: 100%;}
#header nav.global ul.mainNav::after { left: 100%;}
#header nav.global ul.mainNav > li {
	width: 20%;
	word-break: keep-all;
	border-left: 1px solid #084295;
	position: relative;
}
#header nav.global ul.mainNav > li:last-of-type {
	border-right: 1px solid #084295;
}
#header nav.global ul.mainNav > li > a {
	font-weight: 600;
  line-height: 1.4;
	letter-spacing: 1.6px;
	text-decoration: none;
	text-align: center;
	color: #084295;
	background: #fff;
	padding: 15px 5px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
	position: relative;
	transition: none;
}
#header nav.global ul.mainNav > li > a::after {
	content: url("../img/arrow.svg");
	width: 17px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#header nav.global ul.mainNav > li > a:hover { top: 1px; background: #f2f7fc; opacity: 1;}
#header nav.global ul.mainNav > li > a:active { top: 3px;}
#header nav.global ul.mainNav > li.current > a { top: 3px; background: #f2f7fc;}
/*#header nav.global ul.mainNav li ul.sub li.current { background: #f2f7fc; font-weight: 600; pointer-events: none;}*/


#header nav.global ul.mainNav li ul.sub {
  min-width: 100%;
	max-height: 0;
	overflow: hidden; 
	position: absolute;
	top: 100%;
  left: 0;
	padding: 0;
	margin: 5px 0 0;
  z-index: 9;
	opacity: .5;
	transition: all .4s;
}
#header nav.global ul.mainNav li:hover ul.sub {
	max-height: 400px;
	padding: 10px 0;
	margin: 0;
	opacity: 1;
}
#header nav.global ul.mainNav li ul.sub li {
	background: #fff;
}
#header nav.global ul.mainNav li ul.sub li:first-of-type {
	padding-top: 10px;
}
#header nav.global ul.mainNav li ul.sub li:last-of-type {
	padding-bottom: 10px;
}
#header nav.global ul.mainNav li ul.sub li a {
	font-size: 90%; 
	line-height: 1.3;
	white-space: nowrap;
	text-decoration: none;
	color: #084295;
	padding: 7px 15px;
	display: inline-flex;
  align-items: baseline;
  gap: 7px;
	position: relative;
}
#header nav.global ul.mainNav li ul.sub li a:hover {
	text-decoration: underline;
}
#header nav.global ul.mainNav li ul.sub li a::before {
	content: '';
	width: 8px;
	height: 3px;
	background: #084295;
	position: relative;
	top: -3px;
}



#header nav.popmenu {
	display: none;
	width: 40px;
	position: absolute;
	top: 20px;
	right: 20px;
}
#header nav.popmenu label.menuBtn {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 99;
}
#header nav.popmenu label.menuBtn:before {
	content: url("../img/menu.svg");
}
#header nav.popmenu input:checked ~ .menuBtn:before {
	content: url("../img/menu_close.svg");
	z-index: 99;
	position: relative;
}
#header nav.popmenu input:checked ~ .menuBtn {
	color: #fff;
}
#header nav.popmenu label.menuBtn:hover {
	cursor: pointer;
	color: #fff;
}
#header nav.popmenu .menu {
	position: fixed;
	top: 0;
	right: -100vw;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	transition: all .4s;
	cursor: auto;
	z-index: 9;
	opacity: .7;
	background: rgba(0, 78, 162, .98);
}
#header nav.popmenu .menu .menuInner {
	color: #fff;
	padding: 40px;
}
#header nav.popmenu .menu .menuInner a {
	color: #fff;
}
#header nav.popmenu input {
	display: none;
}
#header nav.popmenu input:checked ~ .menu {
	box-sizing: border-box;
	right: 0;
	height: 100vh;
	width: 100vw;
	opacity: 1;
	overflow: scroll;
}
#header nav.popmenu .menu .close {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 3em;
	line-height: 1em;
	cursor: pointer;
}
#header nav.popmenu .menu .close:hover {
	color: #666;
}



#header nav.side {
	width: 90px;
	position: absolute;
	top: 40vh;
	right: 0;
  z-index: 9;
}
#header nav.side ul {
	width: 90px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: fixed;
}
#header nav.side ul li {
}
#header nav.side ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #5987C6;
	border-radius: 100px 0 0 100px;
	padding: 2px 2px 2px 5px;
}
#header nav.side ul li.line a {
	background: #06c755;
}
#header nav.side ul li a img {
	width: 60px;
}





.breadcrumbs {
	padding: 30px 25px;
	display: flex;
	gap: 5px;
}
.breadcrumbs::before {
	font-family: 'Material Icons';
	content: '\e88a';
	font-size: 20px;
	line-height: 1;
	color: #333;
	margin-right: 2px;
}
.breadcrumbs ul {
	font-size: 80%;
	line-height: 1.6;
	letter-spacing: 0;
}
.breadcrumbs li {
	display: inline;
	word-break: break-all;
}
.breadcrumbs li a:hover {
	text-decoration: underline;
}
.breadcrumbs li:not(:last-of-type):after{
	content: '';
	border: 1px solid #666;
	border-width: 1px 1px 0 0;
	transform: rotate(45deg);
	margin: 0 10px;
	width: 7px;
	height: 7px;
	display: inline-block;
}



.searchBox {
	display: flex;
  gap: 8px;
}
.searchBox input {
  font-size: 120%;
	line-height: 1.4;
  width: 400px;
  border: 3px solid #DFE5E9;
	background: #fff url("../img/i_search.svg") no-repeat 10px center;
	background-size: 30px;
	padding: 12px 12px 12px 50px;
	box-sizing: border-box;
	border-radius: 5px;
}
.searchBox button {
  font-size: 120%;
  font-weight: 600;
  line-height: 1.4;
	color: #fff;
	background: #5986C6;
  padding: 12px;
  border: none;
  border-radius: 5px;
}
.searchBox button:hover {
	cursor: pointer;
	opacity: .9;
}




#main {
	max-width: 1200px;
	margin: auto;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .96);
}




#footer {
	background: rgba(89, 134, 198, .8);
	padding: 120px 0 0;
	position: relative;
}
#footer .link {
	background: #fff;
	padding: 30px;
	border-radius: 7px;
	margin: 0 0 80px;
}
#footer .link h3 {
	font-size: 140%;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 2px;
	color: #5986C6;
	display: flex;
  align-items: center;
  gap: 10px;
	padding: 0 5px 15px;
	position: relative;
}
#footer .link h3::before {
	content: url("../img/i_hp.svg");
	width: 30px;
}
#footer .link h3::after {
	content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #5986C6;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer .link ul {
	display: flex;
	gap: 10px;
	margin: 30px 0 0;
}
#footer .link ul li {
	width: 25%;
}
#footer .link ul li a {
	font-size: 90%;
  font-weight: 600;
  line-height: 1.4;
	text-decoration: none;
	text-align: center;
	color: #325B89;
	background: url("../img/bg_hp.webp") no-repeat;
	background-size: 100% 100%;
  height: 100%;
	padding: 25px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer nav {
	color: #fff;
}
#footer nav a {
	color: #fff;
}
#footer nav a:hover {
	text-decoration: underline;
}
#footer nav.ftNav1 {
	display: flex;
	gap: 5px;
	max-width: 980px;
  margin: 60px auto;
	position: relative;
}
#footer nav.ftNav1 .block {
	width: 33.3%;
}
#footer nav.ftNav1 .block .box {
	font-size: 95%;
	line-height: 1.2;
	position: relative;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	margin: 0 0 30px;
}
#footer nav.ftNav1 .block .box:last-of-type {
	margin: 0 0 10px;
}
#footer nav.ftNav1 .block .box::before {
	content: '';
	display: block;
	background: #fff;
	height: 100%;
	width: 7px;
	border-radius: 5px;
	position: absolute;
	left: 0;
}
#footer nav.ftNav1 .block .box > a {
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
  align-items: center;
  gap: 5px;
}
#footer nav.ftNav1 .block .box > a:hover {
	text-decoration: underline;
}
#footer nav.ftNav1 .block .box > a::before {
	content: url("../img/arrow3.svg");
	width: 5px;
	line-height: 0;
}
#footer nav.ftNav1 .block .box > ul {
	padding: 25px 10px;
	display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer nav.ftNav1 .block .box > ul li {
}
#footer nav.ftNav1 .block .box > ul li.subT {
  font-size: 90%;
  font-weight: 600;
	border-bottom: 1px solid #AFC5E3;
	padding: 0 0 5px;
  margin: 0 0 5px;
}
#footer nav.ftNav1 .block .box > ul li a {
	font-size: 90%;
	text-decoration: none;
	display: inline-flex;
	align-items: baseline;
	gap: 7px;
}
#footer nav.ftNav1 .block .box > ul li a:hover {
	text-decoration: underline;
}
#footer nav.ftNav1 .block .box > ul li a::before {
	content: '';
  width: 8px;
  height: 3px;
  background: #fff;
	position: relative;
  top: -3px;
}
#footer nav.ftNav1 ul.btnLink {
	display: flex;
	gap: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#footer nav.ftNav1 ul.btnLink li {
}
#footer nav.ftNav1 ul.btnLink li a {
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	background: #4A7EBE;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 15px 50px;
  display: flex;
	justify-content: center;
  align-items: center;
  gap: 7px;
	position: relative;
}
#footer nav.ftNav1 ul.btnLink li a::before {
  content: url("../img/arrow3.svg");
  width: 7px;
  line-height: 0;
}

#footer nav.ftNav2 {
	display: flex;
	align-items: center;
	gap: 40px;
	max-width: 980px;
  margin: 60px auto;
	position: relative;
}
#footer nav.ftNav2 h3 {
	width: 290px;
	flex-shrink: 0;
}
#footer nav.ftNav2 .box {
	font-size: 85%;
	line-height: 1.2;
	letter-spacing: 0;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	gap: 10px;
	position: relative;
}
#footer nav.ftNav2 .box::before {
	content: '';
	display: block;
	background: #fff;
	height: 100%;
	width: 7px;
	border-radius: 5px;
	position: absolute;
	left: 0;
}
#footer nav.ftNav2 .box ul {
	width: 33.3%;
	display: flex;
  flex-direction: column;
  gap: 15px;
	margin: 10px 0;
}
#footer nav.ftNav2 .box ul li {
}
#footer nav.ftNav2 .box ul li a {
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
  align-items: center;
  gap: 5px;
}
#footer nav.ftNav2 .box ul li a:hover {
	text-decoration: underline;
}
#footer nav.ftNav2 .box ul li a::before {
  content: url("../img/arrow3.svg");
  width: 5px;
  line-height: 0;
}



#footer small {
	font-size: 80%;
	text-align: center;
	color: #fff;
	display: block;
	padding: 20px 0;
}

#footer .topBtnBox {
	width: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#footer .topBtnBox #topBtn {
	font-size: 11px;
	text-align: center;
	color: #fff;
	width: 60px;
	height: 60px;
	background: rgba(89, 134, 198, .5);
	mix-blend-mode: multiply;
}
#footer .topBtnBox #topBtn::after {
	content: '';
	width: 5px;
	height: 25px;
	border: solid rgba(255,255,255,.8);
	border-width: 3px 0 0 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%) skewY(45deg);
}
#footer .topBtnBox #topBtn:hover {
	opacity: 0.8;
	cursor: pointer;
}





@media screen and (max-width: 480px) {

	body {
		min-width: initial;
		font-size: 15px !important;
		/*background-size: cover;*/
	}
	.inner { width: auto;}
	
	
	
	#header {
		padding: 15px 0;
	}
	#header .hd1 {
		font-size: 15px !important;
		flex-direction: column;
		gap: 15px;
	}
	#header .hd1 h1 {
		width: 275px;
		margin: 8px 0 0;
	}
	#header .hd1 .sub1 {
		margin: 0;
	}
	#header .hd1 .sub1 #fontSize {
		display: none;
	}
	#header .hd1 .sub1 .gsc-control-cse table.gsc-search-box td.gsib_a {
		padding: 3px 9px 2px 9px;
	}
	#header .hd1 .sub1 .gsc-control-cse .gsc-input {
		width: 235px;
		padding-right: 3px;
	}
	#header .hd1 .sub1 .gsc-control-cse .gsc-search-button-v2 {
		padding: 6px;
	}
	#header .hd1 .sub2 {
		display: none;
		width: 100%;
		gap: 5px;
	}
	#header nav.global {
		display: none;
	}
	#header nav.popmenu {
		display: block;
		top: 15px;
  	right: 15px;
	}
	#header nav.popmenu .menu .menuInner {
		padding: 80px 20px 20px;
	}
	#header nav.popmenu .menu .menuInner h3 {
		width: 300px;
		margin: auto;
	}
	#header nav.popmenu .menu .menuInner ul.btn {
    max-width: 260px;
		margin: 40px auto;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	#header nav.popmenu .menu .menuInner ul.btn li {
	}
	#header nav.popmenu .menu .menuInner .block .box {
		line-height: 1.2;
		position: relative;
		padding: 0 0 0 25px;
		margin: 0 0 15px;
	}
	#header nav.popmenu .menu .menuInner .block .box::before {
		content: '';
		display: block;
		background: rgb(255, 255, 255);
		height: 100%;
		width: 5px;
		border-radius: 5px;
		position: absolute;
		left: 0;
	}
	#header nav.popmenu .menu .menuInner .block .box > a {
    font-size: 105%;
		font-weight: 600;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
		gap: 10px;
		margin: 15px 0 0;
	}
	#header nav.popmenu .menu .menuInner .block .box > a::before {
		content: url("../img/arrow3.svg");
		width: 7px;
		line-height: 0;
	}
	#header nav.popmenu .menu .menuInner .block .box > ul {
		padding: 15px 0 15px 15px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	#header nav.popmenu .menu .menuInner .block .box > ul li {
		padding: 5px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	#header nav.popmenu .menu .menuInner .block .box > ul li a {
		font-size: 90%;
		text-decoration: none;
		display: inline-flex;
		align-items: baseline;
		gap: 7px;
	}
	#header nav.popmenu .menu .menuInner .block .box > ul li a::before {
		content: '';
		width: 8px;
		height: 3px;
		background: rgb(255, 255, 255);
		position: relative;
		top: -3px;
	}
	#header nav.popmenu .menu .menuInner small {
    font-size: 70%;
		line-height: 2;
		text-align: center;
		display: block;
    margin: 60px 0 0;
	}
	
	
	
	
	#header nav.side {
	}
	#header nav.side ul {
		width: auto;
		bottom: 0;
    left: 2px;
		flex-direction: row;
		gap: 2px;
		
	}
	#header nav.side ul li a {
		border-radius: 0;
		padding: 5px 15px;
	}
	#header nav.side ul li a img {
		width: 45px;
	}
	
	
	
	.breadcrumbs {
		padding: 20px 15px;
	}
	
	
	
	.searchBox {
		gap: 3px;
	}
	.searchBox input {
		font-size: 100%;
		width: 240px;
		padding: 8px 8px 8px 40px;
	}
	.searchBox button {
		font-size: 100%;
		padding: 8px;
	}
	
	
	
	

	#main {
	}
	#main section {
	}
	#main aside {
	}
	
  
	
	#footer {
		padding: 50px 0;
	}
	#footer .link {
		padding: 25px 20px;
		margin: 0 0 60px;
	}
	#footer .link h3 {
		font-size: 120%;
		letter-spacing: 1px;
		padding: 0 5px 10px;
	}
	#footer .link h3::before {
		width: 25px;
	}
	#footer .link h3::after {
		height: 3px;
	}
	#footer .link ul {
		flex-direction: column;
		gap: 10px;
		margin: 30px 10px 10px;
	}
	#footer .link ul li {
		width: 100%;
		height: 100px;
	}
	
	
	#footer nav.ftNav1 {
		display: none;
	}
	#footer nav.ftNav2 {
		flex-direction: column;
		/*margin: 30px auto;*/
		margin: 0;
	}
	#footer nav.ftNav2 h3 {
		width: 300px;
	}
	#footer nav.ftNav2 .box {
		display: none;
		width: 275px;
		padding: 0 0 0 30px;
		flex-direction: column;
		gap: 0;
	}
	#footer nav.ftNav2 .box::before {
		width: 5px;
	}
	#footer nav.ftNav2 .box ul {
		width: 100%;
		
	}
	#footer small {
		font-size: 60%;
    letter-spacing: 0;
		padding: 0 0 30px;
	}
	
	
	
}


