@charset "UTF-8";

/* basic settings */
html, body, h1, h2, h3, h4, h5, h6,
a, p, span, em, small, strong, sub, sup,
mark, del, ins, strike, abbr, dfn,
blockquote, q, cite, code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
header, main, aside, nav, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,tbody, tfoot, thead,tr, th, td { margin: 0; padding: 0; border: 0; }

html { font-size: 62.5%; width: 100%; min-width: 320px; min-height:100%; -webkit-text-size-adjust:100%; }
body { font-size: 1.6rem; line-height: 1.5; width: 100%; min-height:100%; min-width: 320px; overflow-x: hidden; color:#333; background:#FFF; font-family:Arial, Helvetica, "sans-serif";}
* { box-sizing: border-box; font-family: inherit; font-size: inherit; line-height: inherit; }
*:before, *:after { box-sizing: inherit; }
article, aside, footer, header, nav, section, main { display: block;}
a, a:visited { color: inherit; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }
img, video { max-width: 100%; }
img { border-style: none; vertical-align: middle;}
blockquote, q { quotes: none; }
	blockquote:after, blockquote:before, q:after, q:before { content: ""; content: none; }
[hidden] { display: none !important; }
[disabled] { cursor: not-allowed; }
:focus:not(:focus-visible) { outline: none; }

/* local class */
.red { color: #F00;}
.blue { color: #165EA2;}
.green { color:#060;}
.tar { text-align:right;}
.tal { text-align:left;}
.tac { text-align:center;}
.f8 {font-size:.8rem;}
.f9 {font-size:.89rem;}
.f10 {font-size:1.0rem;}
.f11 {font-size:1.1rem;}
.f12 {font-size:1.2rem;}
.f13 {font-size:1.3rem;}
.f14 {font-size:1.4rem;}
.f15 {font-size:1.5rem;}
.f16 {font-size:1.5rem;}
.f18 {font-size:1.8rem;}
.f20 {font-size:2.0rem;}
.f22 {font-size:2.2rem;}
.f24 {font-size:2.4rem;}
.f26 {font-size:2.6rem;}
.f28 {font-size:2.8rem;}
.f32 {font-size:3.2rem;}
.f36 {font-size:3.6rem;}
.f42 {font-size:4.2rem;}
.fg {font-family: Arial, Helvetica, "sans-serif";}

/* responsible settings */
#globalcheck[type="checkbox"] { display: none; }
#globalnav-close { display: none; height: 100%; top: 0; bottom: 0; position: fixed; right: 0; left: 0; padding: 0; background-color: #FFF; z-index:2; transition: transform 0.5s ease-in-out; cursor: pointer;}


/* layout settings */
#wrapper { width: 100%; min-height:100%; z-index: 0; transition: transform 0.5s ease-in-out; }

header { width: 100%;margin: 0 auto;}
	nav { display:flex; justify-content: space-between; width:100%; margin: 0 auto;}
	#hlogo {max-width:260px; height: 70px; display: flex;align-self: center; }
		#hlogo p { align-self: center; font-size: 14px;}
		#hlogo p a { display: block; padding-left:2rem; text-align: left; text-decoration: none;}
		#hlogo p a img { min-width:195px; height: auto; height: 15px; padding-right: .5rem;}

main { display: block; width: 100%;}
		
footer { width: 100%; text-align: center; padding:4rem 0 4rem 0; background:#FFF;}
	footer ul { width: 100%; max-width: 1200px; margin:0 auto; display: flex; flex-wrap: wrap; justify-content:space-between;}
	footer li { font-size: 1.6rem; padding: 1rem 2rem; }
	.finfo { width: 100%;}
		.finfo p { font-size: 1.4rem; padding: 1rem 0; text-align: left; }
			.finfo strong { font-size:1.8rem;}
		.finfo a { color: #000; text-decoration: underline;}
			.finfo a:hover { color: #00B68C; text-decoration: underline;}
		.finfo img { max-width:300px; height: auto;}
			.finfo strong img { width: 100%; max-width:200px; height: auto;}
	footer p.fg { display: block; width: 100%; max-width: 1200px; padding: 1rem 0; text-align: center; font-size:1.2rem; color:#666;}

.pagetop { display: none; position: fixed; text-decoration: none; text-align: center; font-family: Arial, Helvetica, "sans-serif";}

/* 960- settings */
@media all and (max-width:960px){
	.onlypc {display: none;}

	input#globalcheck[type="checkbox"]:checked ~ #wrapper { transform: translateX(-300px); opacity:.2; }
	input#globalcheck[type="checkbox"]:checked ~ #globalnav { transform: translateX(-300px); }
	input#globalcheck[type="checkbox"]:checked ~ #globalnav-close { transform: translateX(-300px); display: block; opacity:0;}

	#globalnav { background: #FFF; border-left:1px solid #999; position: fixed; top: 0; bottom: 0; right:-300px; padding:0; width:299px; height:100%; overflow-y: auto; z-index:2; transition: transform 0.5s ease-in-out;}
		#globalnav p { display: block; box-sizing: border-box; width: 100%; padding:1rem; border-top: 1px solid #CCC; font-size: 1.6rem; }
			#globalnav p a { display:flex; justify-content: space-between; color:#333; text-decoration: none; padding-left:2rem; padding-right:1rem;}
				#globalnav p a::after {content:" 〉"; font-weight: bold;}
			#globalnav ul { padding: 0 0 1.5rem 4rem;}
				#globalnav li { padding: .2rem 0; font-size: 1.4rem; }
					#globalnav li::before { content:"+ ";}
				#globalnav li a { padding: .5rem 0; text-decoration: none;}
					#globalnav li a:hover { text-decoration: underline;}

	#hnavsp { width: 80px; padding:0; }
		#hnavsp p { margin: 0; padding:0; text-align: center; color: #333;}
		#hnavsp label { display: block; width:80px; height: 80px; padding:26px 20px 0 20px; text-align: center; font-size: 1.2rem; cursor: pointer;}
			#hnavsp span { display: block; width: 100%; height: 4px; border-radius: 0; margin-bottom:8px; background:#000;}
	
	.pagetop { width: 100%; bottom: 0; left: 0; padding: 1rem 0; border-top:1px solid #FFF; color:#FFF; background:#555;}
		.pagetop:before { content: "PAGE TOP"; font-size:1.2rem;}
		.pagetop:hover { color:#FFF; background:#00B68C;}

	#wrapper { padding-bottom: 44px;}
}


/* 960px+ settings */
@media all and (min-width:960px) {
	.onlysp {display: none;}
	header { position: absolute; z-index: 100;}
	#lang { width: 100%; max-width:1160px; margin: 0 auto; }
		#lang p { text-align: right; padding: 0 2rem; font-size: 1.4rem; }
			#lang p a { display: block; width:120px; padding: 1rem 0; margin-left: auto; text-align: center; color:#FFF; text-decoration: none; background:#0064AF;}
			#lang p a:hover { background:#00227B;}
	nav { max-width: 1160px; padding:0 2rem; background:#FFF; box-shadow: 0 0 20px rgba(0,0,0,.2);}
	#hlogo { max-width: 360px;}
	#hnavpc {width:560px; justify-content: flex-end; display: flex;}
		#hnavpc ul { display: flex; list-style: none; justify-content:flex-end;}
			#hnavpc li { font-size: 1.5rem;}
				#hnavpc li a { display: block; padding:0 1.5rem; line-height:70px; height: 70px; color: #444; text-decoration: none; text-align: center; white-space: nowrap; background:none;}
				#hnavpc li a:hover { color: #999;}

	.pagetop {bottom: 30px; right: 30px; width: 80px; height: 80px; border: 1px solid #FFF; border-radius:40px; color: #FFF; background:#555;}
		.pagetop:after { content: "PAGE TOP"; display: block; padding:0; font-size: 1.2rem; }
		.pagetop:before { content:"\02191"; display: block; padding:14px 0 0 0; font-size: 14px; }
		.pagetop:hover { color:#FFF; background:#00B68C;}
}

/* print only settings */
@media print{
	.pagetop {display:none; opacity: 0; }
}