@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body, div, span, p, header, footer, ul, img {
	margin: 0;
	padding: 0;
}

html,body {
	width:100%;
	margin:0;
	padding:0;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color:#000000;
}

.wrapper {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
}

.header {
	width:100%;
	margin:0;
	padding:0 0 20px;
	position:relative;
	background-color:#0e418e;
	color:#FFFFFF;
	background-image:url(../img/hdr_bot.png);
	background-position:bottom;
	background-repeat:repeat-x;
	z-index:100;
	box-shadow: 5px 5px 20px grey;
}

.headerwrap {
	width:90%;
    max-width: 1200px;
	margin:0 auto;
	padding:0;
	position:relative;
	overflow:hidden;
}

.hdr_top {
	width:100%;
	margin:0 0 15px;
	padding:0;
	position:relative;
	overflow:hidden;
}

.hdr_top .hdr_logo {
	width:65%;
	float:left;
	margin:0;
	padding:0;
}

.hdr_logo img {
	width:100%;
	max-width:500px;
	opacity:1.0;
	transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-o-transition: .5s ease-out;
}

.hdr_logo img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.hdr_contact {
	width:15%;
	float:right;
	margin:0;
	padding:0;
}

.hdr_contact img {
	width:100%;
	opacity:1.0;
	transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-o-transition: .5s ease-out;
}

.hdr_contact img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.hdr_nav {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
}

ul.hdrnav-list {
	width:100%;
	list-style:none;
	display:inline-flex;
	justify-content:space-between;
	text-align:center;
}

li.hdrnav-item img {
	width:100%;
	opacity:1.0;
	transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-o-transition: .5s ease-out;
}

li.hdrnav-item img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); 
}

@media screen and (min-width: 640px) {
.nsp-menubar {
	display:none;
}
}


/*****MAIN****/

.main {
	width:100%;
	min-height:800px;
	margin:0 0 90px;
	padding:0;
	position:relative;
	overflow:hidden;
}

.pagetopimg {
	width:100%;
	height:100px;
	margin:0 0 5px;
	padding:0;
	position:relative;
	overflow:hidden;
	background-image:url(../img/hdr_pagetopimg.png);
}

.pankuzu {
	width:95%;
	max-width:1000px;
	margin:0 auto 50px;
	padding:0;
	position:relative;
	overflow:hidden;
	font-size:80%;
	color:#5b5b5b;
}

.pankuzu a {
	text-decoration:none;
	color:#5b5b5b;
}

.pagetitle-area {
	width:98%;
	max-width:1000px;
	margin:0 auto 90px;
	padding:0 0 50px;
	position:relative;
	overflow:hidden;
	text-align:center;
	border-bottom:solid 2px #0e418e;
}

h1.pagetitle {
	width:100%;
	margin:0 0 5px;
	padding:0 0 5px;
	position:relative;
	overflow:hidden;
	background-image:url(../img/index/hdr_yellow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	font-size:250%;
	text-align:center;
	color:#0e418e;
}

.pagetitle-sub {
	font-size:90%;
}

.pagearea {
	width:98%;
	max-width:1000px;
	margin:0 auto;
	padding:0;
	position:relative;
	overflow:hidden;
}

h2.content-title {
	width:100%;
	margin:0 0 60px;
	padding:0;
	position:relative;
	overflow:hidden;
	text-align:center;
	font-size:200%;
	line-height:180%;
	color:#0e418e;
}


/*****FOOTER*****/

.footer {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	background-image: url(../img/footer_repeat.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.footerwrap {
	width:80%;
	max-width:800px;
	margin:30px auto;
	padding:0;
	position:relative;
	overflow:hidden;
}

.ftr-nav {
	width:100%;
	margin:0;
	padding:0 0 80px;
	position:relative;
	overflow:hidden;
	display:inline-flex;
	justify-content:center;
}

.ftr-nav a {
	display:inline-flex;
	border-right:solid 2px grey;
	padding:0 20px;
	text-align:center;
	text-decoration:none;
	color:#0e418e;
	font-weight:bold;
}

.ftr-nav a:first-child {
	border-left:solid 2px grey;
}

.ftr-nav a:hover {
	text-decoration:underline;
}

.pageup {
	width:50px;
	height:50px;
	position: fixed;
	bottom:120px;
	right:20px;
	
	z-index:1200;
}

.pageup img {
	width:100%;
	opacity:1.0;
	transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-o-transition: .5s ease-out;
}

.pageup img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); 
}

.copyright {
	width:100%;
	margin:0;
	padding:10px 0;
	position:relative;
	oveflow:hidden;
	text-align:center;
	color:#FFFFFF;
	font-size:120%;
	line-height:180%;
	background-color:#0e418e;
}

.sp-noshow {
	display:inline;
}