@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: 16px; line-height: 1.5; width: 100%; min-height:100%; min-width: 320px; overflow-x: hidden; color:#333; background:#FFF; font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 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, a img { color: inherit; transition: all .3s;}
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:8px;}
.f9 {font-size:9px;}
.f10 {font-size:1px;}
.f11 {font-size:11px;}
.f12 {font-size:12px;}
.f13 {font-size:13px;}
.f14 {font-size:14px;}
.f15 {font-size:15px;}
.f16 {font-size:16px;}
.f18 {font-size:18px;}
.f20 {font-size:20px;}
.f22 {font-size:22px;}
.f24 {font-size:24px;}
.f26 {font-size:26px;}
.f28 {font-size:28px;}
.f30 {font-size:30px;}
.f32 {font-size:32px;}
.f36 {font-size:36px;}
.f42 {font-size:42px;}
.f48 {font-size:48px;}
.fb { font-weight: bold;}
.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{ display:block; width:100%; padding:0; position: sticky; top:0; z-index: 1; background: rgba(255,255,255,.9);}
nav {max-width: 1000px; margin: 0 auto;}
	#headerinfo { height: 30px; padding:6px 0; margin-bottom: -12px;}
		#headerinfo p { font-size: 16px; padding: 0 5px; color: #000;}
	#headerlogo { width: 100%;  position: relative;}
		#headerlogo::before { content:""; display: block;width: 100%; height:54px; overflow: hidden; background: linear-gradient(90deg, #00A0E9 0%, #004098 90%); position: absolute; top: 13px; z-index: -1;}
		#headerlogo p { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 0 0 15px;}
			#headerlogo p::after { content:"";width:100%; max-width: 480px; height: 80px; overflow: hidden; background:url("../images/logoimage.png") right / contain no-repeat;}
			#headerlogo p a { display: flex; align-items: flex-end;color:#FFF; text-decoration: none; font-size: 14px;}
				#headerlogo p a img { width: 132px; padding:2px 0; margin:0 15px 0 0;}

	label#hnavsp { width:40px; height: 80px; padding:29px 10px 0 0; text-align: center; font-size: 12px; cursor: pointer;}
		label#hnavsp span { display: block; width: 100%; height: 3px; border-radius: 10px; margin-bottom:6px; background:#FFF;}

	#hnavpc { text-align: right;}
		#hnavpc ul { display: flex; justify-content: flex-end; margin:0 0 0 auto; list-style: none;}
			#hnavpc li { display: flex; justify-content: space-between; align-items: center; width: 120px; font-size: 14px; border-bottom: 1px solid #999; padding: 4px 0;}
				#hnavpc li:first-of-type::before { border-left: 1px solid #999; width: 0; content:""; display: block; height: 12px;}
				#hnavpc li::after { border-left: 1px solid #999; width: 0; content:""; display: block; height: 12px;}
				#hnavpc li a { display: block; width: 100%; text-align: center; color: #000; text-decoration: none; }
					#hnavpc li a:hover { color:#00A0E9;}

main { display:block; width:100%;}

a.anchor { display: block; height: 1px; width: 1px; overflow: hidden; visibility: hidden; margin-top:0; float: left;}

footer { display: block; width:100%; max-width: 1000px; padding: 20px 0 0 0; margin: 0 auto; text-align:center; clear:both;}
	.finquiry {  text-align: center; width: 100%;  background: linear-gradient(90deg, #00A0E9 0%, #004098 90%);}
	.finquiry img {padding:20px;}
	footer p { display:block; width:100%; padding:5px 20px; font-size: 12px; line-height: 1.5em; text-align: right;}

.pagetop { display: none; position: fixed; text-decoration: none; text-align: center; font-family: Arial, Helvetica, "sans-serif";}

/* kinkyu settings */

.kinkyu { padding:0 20px 40px 20px; width: 100%; max-width: 760px; margin: 0 auto; text-align: left;}
	.kinkyupt { display:inline-block; text-align: center; padding: 5px 20px; margin-bottom: 20px; font-size: 16px; color:#FFF; background:#E00;}
	.kinkyu h1 { display: block; padding:40px 0; font-size: 24px; text-align: center;}
	.kinkyu p { padding: 10px 0; font-size: 16px;}
	.kinkyumsg { padding:20px; text-align: center; margin:40px 0; border: 1px solid #999;}
		.kinkyumsg h2 { display: block; width: 100%; max-width: 400px; padding: 10px 0; font-size: 18px; border-bottom: 1px solid #999; margin:0 auto 10px auto;}
		.kinkyumsg p { font-weight: bold;}


/* 320 + settings */
@media all and (min-width:320px){
	#headerlogo p::after { display: none;}
}

/* 640 + settings */
@media all and (min-width:640px){
}

/* 960- settings */
@media all and (max-width:960px){
	
	html { scroll-padding-top: 100px;}
	main { padding-top: 0;}
	
	.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:10px; border-top: 1px solid #CCC; font-size: 16px; }
			#globalnav p a { display:flex; justify-content: space-between; color:#333; text-decoration: none; padding-left:20px; padding-right:10px;}
				#globalnav p a::after {content:" 〉"; font-weight: bold;}
			#globalnav ul { padding: 0 0 15px 40px;}
				#globalnav li { padding: 2px 0; font-size: 14px;}
					#globalnav li::before { content:"+ ";}
				#globalnav li a { padding:5px 0; text-decoration: none;}
					#globalnav li a:hover { text-decoration: underline;}
			p#globalnavlogin { background:#00ACE4;}
				p#globalnavlogin a { color: #FFF;}

	.pagetop { width: 100%; bottom: 0; left: 0; padding: 10px 0; border-top:1px solid #FFF; color:#FFF; background:#555; z-index: 1;}
		.pagetop:before { content: "PAGE TOPへ"; font-size:12px;}
		.pagetop:hover { color:#FFF; background:#7DBBD3;}

	#wrapper { padding-bottom: 44px;}

}


/* 960px+ settings */
@media all and (min-width:960px) {
	
	html { scroll-padding-top: 140px;}
	main { padding-top:12px;}

	.onlysp {display: none;}
	
	#headerlogo p::after { display: block;}

	.pagetop {bottom: 10px; right: 30px; width: 80px; height: 80px; border: 1px solid #FFF; border-radius:40px; color: #FFF !important; background:#999; }
		.pagetop:after { content: "PAGE TOP"; display: block; padding:0; font-size: 12px; }
		.pagetop:before { content: "↑"; display: block; padding:14px 0 0 0; font-size: 14px; }
		.pagetop:hover { color:#FFF; background:#7DBBD3;}
}

/* 1200 + settings */
@media all and (min-width:1200px){
}


/* 印刷用 */
@media print{
	header { position: absolute;}
	main { padding-top:140px;}
	.pagetop { opacity: 0;}
}
