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

* 
{
  margin: 0 auto ;
  padding: 0 ;
  
}

body
{
	width: 100%;
	height: auto;
	text-align:center;
}

#cmg
{
	width: 1280px;
	height: auto;
	background-color: #FFFFFF;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	/*border-right: 1px solid #e4e7eb;*/
	/*border-left: 1px solid #e4e7eb;*/
}

a
{
	text-decoration: none;
	
}

.container
{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	float: left;
}

/* -------------------------topMenu-------------------------- */
.topBoxNav
{
  display: table;
  width: 100%;
  height: 70px;
  
  font-size: 1.4rem;
  float: left;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

/*
.topBoxNavNull
{
  width: 1280px;
  height: 90px;
  position: relative;
}
*/

.topBox {
  position: relative;
  z-index: 21;
  width: 100%;
  height: 120px;
  min-height: 90px;
  text-align: center;
  background-repeat: no-repeat;
  background-color: white;
  margin: 0 auto;
}

.topBoxId 
{
  background-repeat: no-repeat;
  display: table;
  width: 1280px;
  height: 110px;
  /*border-right: 1px solid #e4e7eb;*/
  font-size: 1.4rem;
  float: top;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}

.topBoxButton
{
	
	text-align: center;
	overflow: hidden;
	width: 217px;
	height: 85px;
	margin: 0 auto;
	background-color: white;
	float: left;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
	border-radius: 25px 25px 25px 25px;
}

.topBoxButton2
{
	text-align: center;
	overflow: hidden;
	width: 217px;
	height: 85px;
	margin: 0 auto;
	background-color: aqua;
	float: right;
	cursor: pointer;
	position: relative;
	background-repeat: no-repeat;
}

.topBoxIdinner
{
  width: 410px;
  height: 90px;
  top: 10px;
  text-align: center;
  display: inline-block;
  float: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.topBoxIdinner &gt; a
{
  text-align: center;
}





.topBoxNavMenu
{
	width: 100%;
	height: 60px;
	margin:  auto;
}

.topBoxul
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

li
{
	list-style: none;
	overflow: hidden;
	width: 20%;
	height: 60px;
	border-radius: 10px 10px 10px 10px;
	margin: 0 auto;
}




#nav {
    background-color:#FFFFFF ;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	float: left;
	width: 100%;
	height: 60px;
	position: relative;
	text-align: center;
	z-index: 9;
	
}

#nav ul, #nav li  
{
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	color: #3E8A7B;
	cursor: pointer;
	text-align: center;
	
	font-size: 20px ;
	line-height: 60px;
	float: top;
	
	font-weight: bold;
	font-family: "UD デジタル 教科書体 N-B";
	
}

#nav li {
	width:200px;
	transition: all 0.3s ease-in;
}

#nav li:hover {
	background-color:#99DAEA;
	transition: all 0.3s ease-in;
	background-size:100%;
	color: #001100;
	width: 25%;
	border-radius: 10px 10px 10px 10px;
}



.topBoxText a 
{
	
	text-align: center;
	text-decoration: none;
    text-decoration-style: solid;
    text-decoration-color: currentcolor;

}



/* --------------------------------------------------------- */









/* -------------------------topBack-------------------------- */
.topBack
{
	width: 100%;
	height: 120px;
    position: relative;
	float: left;
	margin: 0 auto;
}

.topBack-Null
{
	width: 100%;
	height: 40px;
    position: relative;
	float: left;
}

.topBack-Box
{
	width: 100%;
	height: 60px;
	float: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 20px 20px 20px 20px;
	cursor: pointer;
	
}

.topBack-Text
{
	width: 7%;
	font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-style: normal;
	font-size: 30px;
    display: block;
    color: #3E8A7B;
    letter-spacing: 2px;
	vertical-align: baseline;
	margin-top:  2px;
	border-radius: 20px 20px 20px 20px;
	text-decoration: none;
	transition: all 0.5s ease-in;
}
/* --------------------------------------------------------- */



/* -------------------------buttom-------------------------- */
.buttom
{
	width: 100%;
	height: 250px;
	background-color: #001100;
	margin: 0 auto;
	position: relative;
	float: left;
}

.buttom-Combox
{
	width: 1280px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	background-color: #001100;
}

.buttom-ComboxTop
{
	width: 1280px;
	height: 60px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	
}



li
{
	list-style: none;
	overflow: hidden;
	width: 15%;
	height: 60px;
	
	margin: 0 auto;
}

#navButtom {
    
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	z-index: 9;
	
}

#navButtom ul, #navButtom li  
{
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
	color: white;
	cursor: pointer;
	text-align: center;
	
	font-size: 15px ;
	line-height: 60px;
	float: top;
	
	font-weight: bold;
	
	
}

#navButtom li {
	width:200px;
}

#navButtom li:hover {
	background-color:#99DAEA;
	transition: all 0.3s ease-in;
	background-size:100%;
	color: #001100;
}

.buttom-ComBoxText a 
{
	
	text-align: center;
	text-decoration: none;
    text-decoration-style: solid;
    text-decoration-color: currentcolor;

}

.buttom-LineTop 
{
	
	border-style: solid;
	opacity: 0.3;
	border-color:white;
}

.buttom-ComboxUnder
{
	width: 100%;
	height: auto;
	float: left;
	
}
.ComboxUnder-Textbox
{
	width: 40%;
	height: 250px;
	float: left;
	margin: 0 auto;
	text-align: left;
	margin-left: 110px;
}

.ComboxUnder-Text
{
	text-decoration: none;
    text-decoration-style: solid;
    text-decoration-color: currentcolor;
	color: white;
	
}
/* ---------------------------------------------------------- */





.footer-bottom {
	width: 100%;
	height: 6px;
	float: left;
	background-color: #1A1A1A;
	
	
}
.footer-bottom2 {
	width: 100%;
	height: 10px;
	line-height: 60px;
	float: left;
	margin: 0px auto;
	text-align: center;
	
	vertical-align: baseline;
    background: transparent;
	
	
}

.footer-bottom3 {
	font-size:100%;
	color:white;
	background-color: #1A1A1A;
	font-family: "HiraKakuPro-W3", "メイリオ";
}
.footer-bottom4 {
	text-decoration: none;
}
.footer-bottom4:link {
	color:#397452;
}
.footer-bottom4:visited {
	color:#397452;
}
.footer-bottom4:hover {
	color: yellow;
}


/* -------------------------Display-------------------------- */
.suofangTop {
	background-color: #FFFFFF;
	
}
.suofangTop:hover img{
	opacity: 0.5;
	transform: scale(1.1,1.1);
	transition: all 0.3s ease-in;

}
.suofangTop:hover .topBoxIdText 
{
	transform: scale(1,1);
	opacity: 1;
	transition: all 0.2s ease-in;
}

.suofangTop .topBoxIdText
{
	width: 80%;
	height: 80%;
	
	position: absolute;
	top: 40%;
	left: 10%;
	transform: translate(0,70px) rotate(0deg);
}

.topBoxIdText {
	color:#B9B9B9;
	text-align: center;
	top:150px;
	left: 26px;
	position: absolute;
	font-size: 15px;
	font-family: "UD デジタル 教科書体 N-B";
}

.topBack-Box:hover .topBack-Text{
	background-color:#99DAEA;
	transition: all 0.5s ease-in;
	background-size:100%;
	color: #001100;
	width: 100%;
}


.navigationButton01
{
	width: 1200px;
	height: 250px;
	cursor: pointer;
    background-color: white;
	float:left;
	
	
    
	overflow: hidden;
	
	position: relative;
}




.pan:hover img{
	opacity: 1;
	transition: all 1s ease-in;
}
.pan:hover .navigationText p {
	transform: translate(0);
	transition: all 0.5s ease-in;
}
.pan:hover .navigationText p:nth-of-type(1) {
	transition-delay: 0.1s;
}

.pan .navigationText {
	padding: 20px;
	color:#2F7AC9;
}
.pan .navigationText p {
	color:#2F7AC9;
	background-color:white;
	margin-top:0px;
	position: relative;
	width: auto;
	height: 200px;
	transform: translate(-200px);
}

.navigationButton01-Null
{
	width: 100%;
	height: 57px;
	float: left;
	text-align: left;
	position: relative;
}

.navigationText
{
	background-color:white;
	font-size: 45px;
	font-family: "UD デジタル 教科書体 N-B";
	margin-left:585px;
	
	position: absolute;
	top: 0;
	left: 0;
}

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