<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



/**************************************************
 header
**************************************************/
/*header{background: #FFFFFF;}*/



/**************************************************
 main
**************************************************/
main{
	position: relative;
	overflow-x: clip;
	padding-top: 80px;
}
main::before{
	position: fixed;
	width: 40%;
	height: 80vh;
	top: 0;
	left: -5%;
	filter: blur(30px);
	border-radius: 20%;
	background: linear-gradient(70deg, #1FA2FF, #12D8FA, #A5FECB);
	z-index: -1;
	opacity: 0.18;
	transform: rotate(30deg);
	mix-blend-mode: multiply;
}
main::after{
	position: fixed;
	width: 30%;
	height: 60vh;
	bottom: 0;
	right: -5%;
	filter: blur(30px);
	border-radius: 30%;
	background: linear-gradient(70deg, #5433FF, #20BDFF, #A5FECB);
	z-index: -1;
	opacity: 0.15;
	transform: rotate(-25deg);
	mix-blend-mode: multiply;
}

.localNavi ul{margin-top: 60px;}
.localNavi ul li{
	width: calc(50% - 20px);
	margin: 20px 40px 0 0;
	font-size: 1.6rem;
	text-align: center;
}
.localNavi ul li:nth-of-type(2n){margin: 20px 0 0 0;}
.localNavi ul li a{
	display: block;
	position: relative;
	padding: 15px;
	background: #000000;
	color: #FFFFFF;
	border-radius: 10.0rem;
}
.localNavi ul li a:hover{opacity: 0.5;}
.localNavi ul li a::before{
	width: 8px;
	height: 8px;
	top: calc(50% - 4px);
	right: 25px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	transform: rotate(45deg);
}
.localNavi ul li a:hover::before{top: calc(50% + 0px);}

article{
	position: relative;
	width: 1100px;
	margin: 100px auto;
	overflow-x: clip;
}

article h2{
	position: relative;
	width: 600px;
	height: 100px;
	font-size: 4.0rem;
	font-weight: 900;
	letter-spacing: 4px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
	/*background: linear-gradient(70deg, #00B285, #0575E6);*/
	background: linear-gradient(70deg, #004EA2, #2C406A);
	box-shadow: 25px -15px #99FFCC,-25px 15px #CFBFFF;
	/*border-top-left-radius: 3.0rem;
	border-bottom-right-radius: 3.0rem;*/
	border-radius: 10.0rem;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
article h2 span{position: relative;}

article h3{
	position: relative;
	margin: 80px auto 0 auto;
	padding: 30px 20px;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	color: #FFFF00;
	/*background: linear-gradient(70deg, #004EA2, #2C406A);*/
	background: #2693FF;
	/*border-radius: 10.0rem;*/
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.tableHanger{
	background: #FFFFFF;
	margin-top: 40px;
}

article table{
	position: relative;
	width: 100%;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}
article table th{	
	font-size: 1.6rem;
	padding: 15px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	background: #3E9CE2;
	color: #FFFFFF;
}
article table td{	
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}
article table tr td:first-of-type{text-align: left;}
article table td a{
	color: #006DD9;
	text-decoration: underline;
}
article table td a:hover{opacity: 0.5;}
article table tbody tr:nth-of-type(even){background: #EBF5FC;}

</pre></body></html>