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

/* おまじない */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a {
	color: #000;
	text-decoration: none;
}

p{
	margin-bottom: 0.8em;
}

::-moz-selection {
	color: #fff;
	background-color: #293974;}

::selection {
	color: #fff;
	background-color: #293974;}


/* Menu */
.recnav { display: flex; justify-content: flex-end;    padding: 10px 20px; box-sizing: border-box;  align-items: center; position: fixed; top: 50; width: 100%; z-index: 10;}
.recnav ul {overflow: hidden; margin: 0; padding: 0; list-style-type: none; background-color:#1b2538;}
.PCmenu{transition: .7s;}
.PCmenu.back{background-color:rgba(27,37,56,0.8); position: fixed;  top: 0;}
.recnav ul li {float: left;}
.recnav ul li a {display: block; padding: 14px 16px; text-align: center; text-decoration: none; color: white;}
.recnav ul li a:hover:not(.active) {background-color: #a9bce2;}
.recnav ul li a.active {background-color: #da3c41;}
.recnav ul li.right {float: right;}


@media screen and (max-width: 480px) {
	

.SPmenu nav ul li a img{
	width: 55% !important;
	position: static !important;
}

    .recnav ul li.right, .recnav ul li {float: none;}
}
.recnav .left {margin-right: auto;width: 150px;}
.recnav .left img{width: 150px;}

.item2,.entry {font-size: 1em;
    width: 100px;
    color: #ffffff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	position: relative;
  display: inline-block;
  transition: .3s;
    padding: 1em 0;}
	
.item2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);}
	
.item2:hover::after {
  width: 100%;}
	
.entry {
	background: #fff;
	color: #0018ff;
	padding: 0.5em;
	border-radius: 10px;
	font-weight: 700;
	border: 1px solid #fff;
	 background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0, 24, 255) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;}
	
.entry:hover {
  background-position: -100% 0;
  color: #fff;}
	
.SPmenu {
	display: none;}

@media screen and (max-width:990px) {
	.PCmenu {
		display: none;}
	.item2, .entry{
		width: 100%;}
	.SPmenu {
		width: 100%;
		display: block;}
	.SPentry {
		position: fixed;
    	width: 100%;
    	bottom: 0;
		text-align: center;
		background: #00cc99;
		z-index: 111;}

	
	.entry{
		width: 100% !important;
		    background: #00cc99;
    color: #fff;
	border: none;
	}
	
	.SPmenu{
		position: fixed;
		z-index: 10000000;
	}
	
	.cd-container1 li{
		padding: 20px;
	}
	nav{
		display: none;
		position: absolute;
		width: 100%;
		height: 100vh;
		background: rgba(0,101,152,0.9);
		left: 0;}
	
	nav ul{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 10vh auto;
		display: block;
		width: 90%;
		height: 360px;
	}
	 nav ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #fff;}
	
	 nav ul li a{
		 color: #fff;
		display: block; 
	}
	
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 8px;
		right: 8px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
	
	}

	
/* Menu */
