@charset "UTF-8";
/* CSS Document */

/*==========================
　　　　　　COMMON
==========================*/

.t-style{
	display: none !important;
}

.m-style{
	display: none !important;
}

.tm-style{
	display: none !important;
}


/*==========================
　　　　　　HEADER
==========================*/

.m-tel{
	display: none;
}

.ham-txt{
	display: none;
}

nav ul{
	display: flex;
}

#gnav ul li a{
	display: block;
	width: 333px;
	height: 60px;
	padding: 10px 0;
	background: #2c79bf;
	border: #fff 1px solid;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

#gnav ul li a:hover{
	background: #c6e2f8;
	color: #2c79bf;
	opacity: 1.0;
}


/*==========================
　　　　　　MAIN
==========================*/


/*==========================
　　　　　　FOOTER
==========================*/