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

@media screen and (min-width: 0px) and (max-width: 640px) {

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

.headerwrap {
	width:95%;
	margin:0 auto;
	padding:0;
	position:relative;
	overflow:hidden;
}

.hdr_top {
	display:none;
}

/*.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%;
	opacity:1.0;
	transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	-o-transition: .5s ease-out;
}

.hdr_contact {
	width:20%;
	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_nav {
	display:none;
}





/*****NAV COMMON-pc*****/

.navcom-left {
	display:none;
}
	


/********NAV FOR SP *****/

.nsp-menubar {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	top:0;
	z-index:5000;
}

.nsp-menubar .nsp-menuwrap {
	width:95%;
	margin:0 auto;
	padding:0;
	position:relative;
	overflow:hidden;
}

.nsp-menuwrap .nsp-menulogo {
	width:70%;
	margin:0;
	padding:0;
	float:left;
}

.nsp-menulogo img {
	width:100%;
}

.nsp-menulogo a {
	margin:0;
	padding:0;
}

#sidebarMenu {
	width:100%;
	height:100%;
	position: fixed;
	left: 0;
	top:119px;
	transform: translateY(-180%);
	transition: transform 250ms ease-in-out;
	background-color:#0e418e;
	font-size:100%;
}

.sidebarMenuInner {
  margin:10px 0 0;
  padding: 0;
  border-top: none;
}

.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  width:100%;
  margin:0;
  padding:15px 0;
  text-align:center;
}

.sidebarMenuInner .nav-sp-item {
	width:80%;
	margin:0 auto;
	padding:0;
	position:relative;
	overflow:hidden;
	font-size:200%;
	line-height:120%;	
}

.nav-sp-item img {
	width:10%;
	margin:0 10px 0 0;
}

.sidebarMenuInner a {
  color: #FFFFFF;;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  font-size:80%;
  display:inline;
}

input[type="checkbox"]:checked ~ #sidebarMenu { transform: translateX(0); }

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 35px;
  right: 30px;
  height: 40px;
  width: 30px;
}

.sidebar-menulabel {
	width:100%;
	position:absolute;
	font-size:100%;
	font-weight:bold;
	color:#FFFEFE;
	margin:20px auto 0;
	text-align:center;
	right:8px;
}

.sidebar-closelabel {
	opacity:0;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .sidebar-menulabel {
  transition: all 0.3s;
  opacity:0;
}

input[type=checkbox]:checked ~ .sidebarIconToggle > .sidebar-closelabel {
	transition: all 0.3s;
  opacity:1.0;
  width:100%;
	position:absolute;
	font-size:100%;
	font-weight:bold;
	color:#FFFEFE;
	margin:20px auto 0;
	text-align:center;
	right:8px;
}




/*********END*****/




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

.main {
	width:100%;
	margin:119px 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%;
	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%;
	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%;
	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;
	background-size:cover;
}

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

.ftr-nav {
	display:none;
}

.pageup {
	width:40px;
	height:40px;
	position: fixed;
	bottom:50px;
	right:10px;
	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:none;
}



}