@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html, body {
	height: 100%;
	-webkit-text-size-adjust: none;
	background: url(../images/bg_line01.gif) repeat-y 276px;
	background-color: #27506e;
	color: #fff;
}

#wrapper {
	background: url(../images/bg_line02.gif) no-repeat 276px top;
	min-height: 100%;
	position: relative;
}



#gotop {
	margin: 0 auto;
	padding: 50px 20px;
	max-width: 600px;
	text-align: right;
}
#gotop a {
	width: 105px;
	height: 0;
	overflow: hidden;
	padding-top: 22px;
	vertical-align: top;
	display: inline-block;
	background: url(../images/pagetop.png) no-repeat center top;
	background-size: 100% auto;
}

@media(min-width:641px){
	.sp {
		display: none;
	}
	a img {
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
	}
	a:hover img {
		opacity: 0.6;
		filter: alpha(opacity=60);
		-ms-filter: alpha(opacity=60);
	}
}

@media(max-width:640px){
	.pc {
		display: none;
	}
	#wrapper {
		padding-top: 57px;
		overflow: hidden;
	}
	#gotop {
		padding: 50px 30px;
	}
	a {
		color: #fff;
		text-decoration: none;
	}
}

#pager {
	max-width: 600px;
	padding: 28px 30px 47px;
	margin: 0 auto;
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#headCont h1 {
	position: absolute;
	z-index: 1;
	top: 99px;
	left: 324px;
	margin: auto;
	width: 98px;
	height: 0;
	padding-top: 362px;
	background: url(../images/img_logo.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
}

#headCont p.language {
	position: absolute;
	top: 50px;
	right: 65px;
}

#headCont a:link,
#headCont a:visited,
#headCont a:active {
	color: #fff;
	text-decoration: none;
}

#headCont a:hover {
	color: #FFF100;
}

/*#headCont h1 a {
	display: block;
	width: 145px;
	height: 0;
	overflow: hidden;
	background: url(../images/head_logo_pc.gif) no-repeat center center;
}*/


/*#headCont ul {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
	text-align: left;
	position: relative;
	text-indent: -9999px;
	background: no-repeat center center;
}*/

#headCont nav {
	position: absolute;
	top: 236px;
    right: 69px;
    bottom: 0;
   	width:91px;
}
#headCont li {
	margin-bottom:39px;
}
#headCont li a {
	width:91px;
	height:46px;
}
#headCont #headNav01 a {
	display:block;
	overflow:hidden;
	margin:0 auto;
	background-image: url(../images/img_menu.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
}
#headCont #headNav02 a {
	display:block;
	overflow:hidden;
	margin:0 auto;
	background-image: url(../images/img_menu.png);
	background-position:0px -85px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
}
#headCont #headNav03 a {
	display:block;
	overflow:hidden;
	margin:0 auto;
	background-image: url(../images/img_menu.png);
	background-position:0px -170px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
}
#headCont #headNav04 a {
	display:block;
	overflow:hidden;
	margin:0 auto;
	background-image: url(../images/img_menu.png);
	background-position:0px -254px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none;
}
@media(min-width:641px){
	#headCont #headNav01 a:hover {
		background-image: url(../images/img_menu.png);
		background-position: -91px 0 ;
	}
	#headCont #headNav02 a:hover {
		background-image: url(../images/img_menu.png);
		background-position: -91px -85px;
	}
	#headCont #headNav03 a:hover {
		background-image: url(../images/img_menu.png);
		background-position: -91px -170px;
	}
	#headCont #headNav04 a:hover {
		background-image: url(../images/img_menu.png);
		background-position: -91px -254px;
	}
}

#headCont p.headtxt {
	position: absolute;
	z-index: 1;
	top: 239px;
	left: 480px;
	margin: auto;
	width: 72px;
	height: 0;
	padding-top: 100px;
	background: url(../images/img_cop.png);
	background-size: 72px 100px;
	overflow: hidden;
}
#headCont p.copyright {
	position: absolute;
	z-index: 1;
	top: 99px;
	left: 0;
	margin: auto;
	width: 147px;
	height: 0;
	padding-top: 427px;
	background: url(../images/img_footer.gif);
	background-size: 147px 427px;
	overflow: hidden;
}
#headCont p.scroll {
	position: absolute;
	z-index: 1;
	top: 903px;
	left: 504px;
	margin: auto;
	width: 58px;
	height: 0;
	padding-top: 58px;
	background: url(../images/img_scroll.png);
	background-size: 58px 58px;
	overflow: hidden;
}


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
contents
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#container {
	padding-top:1159px;
}




 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
以下切り替え
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


@media(min-width:641px){
	#headCont li a:hover:after,
	#headCont li.active a:after {
		border-bottom-width: 3px;
	}
}

@media(min-width:641px){
	#headCont nav {
		display: block !important;
	}
	#menuIcon {
		display: none;
	}
	#mail {
		top: 10px;
		right: 0;
		position: absolute;
	}
	#mail a {
		display: block;
		width: 18px;
		height: 0;
		overflow: hidden;
		padding-top: 14px;
		background: url(../images/icon_mail.gif) no-repeat center center;
	}
}










@media(max-width:640px){
	html, body {
	height: 100%;
	-webkit-text-size-adjust: none;
	background: url(../images/bg_line01_sp.gif) repeat-y -102px;
	background-color: #27506e;
	color: #fff;
	background-size: 227px auto;
	}
	#wrapper {
	background: url(../images/bg_line02_sp.gif) no-repeat -102px top;
	min-height: 100%;
	position: relative;
	background-size: 227px auto;
	}




	#headCont header {
		width: auto;
	}
	#headCont h1 {
	position: absolute;
	z-index: 1;
	top: 101px;
	left: 63px;
	margin: auto;
	width: 98px;
	height: 0;
	padding-top: 362px;
	overflow: hidden;
	}

	#headCont p.headtxt {
	position: absolute;
	z-index: 1;
	top: 187px;
	left: 214px;
	margin: auto;
	width: 72px;
	height: 0;
	padding-top: 100px;
	background: url(../images/img_cop.png);
	background-size: 72px 100px;
	overflow: hidden;
	}
	#headCont p.copyright {
	position: absolute;
	z-index: 1;
	top: 101px;
	left: 16px;
	margin: auto;
	width: 427px;
	height: 0;
	padding-top: 427px;
	background: url(../images/img_footer_sp.png) no-repeat;
	background-size: 325px 427px;
	overflow: hidden;
	}
	#headCont p.scroll {
	display: none;
	}

	#headCont p.language {
		position: absolute;
		top: 22px;
		right: 80px;
	}


	#container {
	padding-top:580px;
	}



 /* メニューSP */


	#headCont #menuIcon {
		position: fixed;
		top: 17px;
		right: 20px;
		z-index: 800;
	}
	#headCont #menuIcon a {
		display: block;
		width: 30px;
		height: 0;
		overflow: hidden;
		padding-top: 30px;
	}
	#headCont #menuIcon a:before,
	#headCont #menuIcon a:after,
	#headCont #menuIcon a span {
		display: block;
		width: 20px;
		height: 0;
		padding-top: 2px;
		overflow: hidden;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		transform-origin: center center;
	}
	#headCont #menuIcon a:before {
		content: "";
		top: 5px;
		bottom: auto;
	}
	#headCont #menuIcon a:after {
		content: "";
		top: auto;
		bottom: 5px;
	}



	#headCont .open #menuIcon a:before {
		top: 0;
		bottom: 0;
		z-index: 2;
		width: 11px;
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#headCont .open #menuIcon a:after {
		top: 0;
		bottom: 0;
		z-index: 2;
		width: 11px;
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#headCont .open #menuIcon a span {
		z-index: 1px;
		padding-top: 20px;
		background: #27506e;
	}

	#headCont nav {
		position: fixed;
		width: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 500;
		padding-top: 80px;
		background: #e6e6e6;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
	}
	#headCont nav a {
		background-repeat: no-repeat;
		background-position: 12.5px center !important;
		background-size: auto 46px;
		margin: 0;
		width: auto;
	}
	#headCont #headNav01 a {
		background-image: url(../images/sp_menu01.png);
	}
	#headCont #headNav02 a {
		background-image: url(../images/sp_menu02.png);
	}
	#headCont #headNav03 a {
		background-image: url(../images/sp_menu03.png);
	}
	#headCont #headNav04 a {
		background-image: url(../images/sp_menu04.png);
	}
	#headCont .open nav {
		width: 150px;
		display: block;
		box-shadow: -7px 0 5px 0 rgba(0,0,0,0.3);
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footCont {
	font-size: 14px;
	line-height: 2em;
	padding-bottom: 23px;
}
#footCont ul {
	margin: 4px 0 12px;
}
#footCont li a {
	color: #fff;
	text-decoration: none;
}
#footCont li a:before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 13px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#footCont .copyright {
	font-size: 10px;
	line-height: 17px;
}

@media(min-width:641px){
	#footCont {
		padding-left: 497px;
	}
}
@media(max-width:640px){
	#footCont {
		padding-left: 60px;
		padding-bottom: 40px;
	}
}
