body {
  font-family: 'Montserrat',                /* Mac/Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
}

/*
inner
*/
.inner{
	width: 1240px;
	margin: 0 auto;
}

/*
header
*/
#header{
	padding: 10px 0 0;
}

#nav-toggle{
	display: none;
}

#gnav .inner{
	width: 960px;
}
#gnav{
	border-bottom: 4px solid #3171b8;
	margin: 10px 0 5px;
}
#gnav li{
	float: left;
	width: 20%;
	text-align: center;
}
#gnav li a{
	display: block;
	padding: 10px 0;
	text-decoration: none;
	border-left: 2px solid #00ffff;
	color: #000;
	font-weight: bold;
	font-size: 95%;
}
#gnav li a span{
	display: block;
	font-size: 60%;
	padding-top: 10px;
	color: #306baa;
}
#gnav li:last-child a{
	border-right: 2px solid #00ffff;
}


#gnav ul.dropdwn li li#menu__second_level_list2 a{
	padding: 20px 0;
	font-size: 80%;
}




/*
footer
*/
#footer_link .inner{
	width: 960px;
}
#footer_link{
	background: #a3dbff;
	margin: 20px 0;
}
#footer_link li{
	float: left;
	width: 33.33%;
	text-align: center;
	height: 220px;
	border-left: 2px solid #fff;
}
#footer_link li:last-child{
	border-right: 2px solid #fff;
}
#footer_link li img{
	display: block;
	padding: 0 0 10px 0;
	margin: 0 auto;
	height: 60px;
}
#footer_link li span{
	margin: 10px 0 0;
}
#footer_link li a{
	color: #fff;
	display: block;
	text-align: center;
	padding: 20px 0;
	width: 100%;
	height: 100%;
	line-height: 1.5;
}
#footer_link li a:hover{
	color: #3071b7;
	background: #fff;
}
#footer_link li a:hover span{
	color: #fff;
	background: #3071b7;
}

#footer_ttl{
	background: #013a58;
	color: #fff;
	text-align: center;
	padding: 25px 0;
	font-size: 130%;
}

#footer_tel{
	padding: 30px 0;
}
#footer_tel li{
	width: 33%;
	border-right: 1px solid #a2daff;
	text-align: center;
	font-size: 130%;
	float: left;
}
#footer_tel li a{
	color: #000;
}
#footer_tel li:last-child{
	border-right: none;
}

#footer_nav .inner{
	width: 480px;
}
#footer_nav{
	background: #a3dbff;
	font-size: 80%;
}
#footer_nav li{
	width: 20%;
	padding: 10px 0;
	float: left;
	text-align: center;
}
#footer_nav li a{
	color: #000;
}

#footer_address{
	padding: 20px 0;
}
#footer_address p{
	width: 50%;
}
#footer_address p:first-child{
	float: left;
	text-align: left;
}
#footer_address p:last-child{
	float: right;
	text-align: right;
}

footer{
	border-bottom: 4px solid #013a58;
}

article.inner{
	width: 960px;
	margin-bottom: 60px;
}

/*
link
*/
/*
.link_t01::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
.link_t01::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 6px 2px 0;
}
.link_t01{
	display: inline-block;
	padding: 10px 0 10px 15px;
	color: #fff;
	border: 1px solid #fff;
	width: 300px;
	font-size: 85%;
}

.link_t02{
	display: inline-block;
	padding: 5px 25px;
	color: #a3dbff;
	background: #fff;
	font-weight: bold;
}
.link_t02:hover{
	color: #fff;
	background: #a3dbff;
}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#gnav ul.dropdwn li.sp,
.sp{
	display: none;
}

@media screen and (min-width: 769px){
  .dropdwn{
      display: flex;
  }
  .dropdwn>li{
      display: inline;
  }
  .dropdwn_menu{
      z-index:100 !important;
      display: none;
  		position: absolute;
  }
}

@media screen and (max-width: 768px){
	#gnav ul.dropdwn li.sp,
	.sp{
		display: block;
	}

	.inner{
		width: auto;
	}
	#gnav .inner{
		width: auto;
	}
	#footer_link .inner{
		width: auto;
	}
	#footer_nav .inner{
		width: auto;
	}

	article.inner{
		width: auto;
		padding: 0 10px;
	}

	img{
		max-width: 100%;
	}

	/*
	header
	*/
	#header{
		padding: 0;
	}
	header{
		position: relative;
		min-height: 60px;
	}
	header h1{
		width: 80%;
		padding: 20px 10px;
	}
	#nav-toggle {
		display: block;
		position: absolute;
		right: 5px;
		top: 10px;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 101;
		background: #013a58;
		color: #fff;
		border-left: 7px solid #013a58;
		border-top: 7px solid #013a58;
		border-right: 7px solid #013a58;
		border-bottom: 7px solid #013a58;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
    }
    #nav-toggle p{
    	position: absolute;
		top: 26px;
		right: 4px;
		font-size: 10px;
    }
    #nav-toggle span:nth-child(2) {
        top: 10px;
    }
    #nav-toggle span:nth-child(3) {
        top: 19px;
    }

    #nav-toggle.nav-open {
    }
    #nav-toggle.nav-open span {
    }
    #nav-toggle.nav-open span:nth-child(1) {
	    top: 12px;
        transform: rotate(-45deg);
    }
    #nav-toggle.nav-open span:nth-child(2) {
	    top: 12px;
        transform: rotate(45deg);
    }
    #nav-toggle.nav-open span:nth-child(3) {
        display: none;
    }

    #gnav li{
    	float: none;
    	width: auto;
    }
    #gnav li a{
    	border-left: none;
    	border-bottom: 2px solid #00ffff;
    }
    #gnav li:last-child a{
    	border-right: none;
    }

    /*
    footer
    */
    #footer_link li{
    	float: none;
    	border-left: none;
    	border-bottom: 2px solid #fff;
    	width: 100%;
    }
    #footer_link li:last-child{
    	border-bottom: none;
    }

    #footer_ttl{
    	line-height: 1.4;
    }

    #footer_tel li{
    	float: none;
    	width: auto;
    	border-right: none;
    	padding-bottom: 10px;
    }

    #footer_nav li{
    	width: 100%;
		border-bottom: 1px solid #fff;
		padding: 0;
    }
    #footer_nav li a{
    	display: block;
    	padding: 15px 0;
    }

    #footer_address p{
    	width: auto;
    }
    #footer_address p:first-child,
    #footer_address p:last-child{
    	float: none;
    	text-align: center;
    	padding: 10px 0;
    }
}
