@charset "UTF-8";

/*---------------------------------------------

Base CSS

coded by d-spica at 2017-12-04
imported to "page-type.css"

---------------------------------------------*/


html {
	background: #FFF;
  line-height: 1.2;
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 20px;
  color: #111;
}

body {
	-webkit-text-size-adjust: 100%;
}

h1, h2 {
	font-weight: 400;
}

hr {
  visibility: hidden;
  height: 0;
  clear: both;
}

a {
	color: inherit;
	transition: .3s;
}

section a:hover,
aside a:hover,
footer a:hover {
	opacity: 0.7;
}

.u640 {
	display: none;
}

.u1000 {
	display: none;
}

header.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: #373737;
	width: 100%;
	height: 7rem;
	font-size: 0.9rem;
	transition: .4s;
}

header.header div:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

header.header .logo {
	float: left;
	padding: 2.3rem 3.5rem 2.3rem;
}

header.header .logo img {
	height: 2.4rem;
	width: auto;
}

header.header p.nav-menu {
	display: none;
}

header.header ul.nav {
	float: right;
	margin-right: 2rem;
	line-height: 1.4;
}

header.header ul.nav > li {
	float: left;
	width: 6.4rem;
}

header.header ul.nav > li > a {
	display: block;
	padding-top: 3rem;
	height: 2.5rem;
	text-align: center;
	color: #FFF;
}

header.header ul.nav > li:hover > a {
	color: #FFDE23;
}

header.header ul.nav > li > a.no-link,
header.header ul.nav > li > a.no-link:hover {
	color: #999;
	cursor: default;
}

header.header ul.nav ul {
	width: 12.5rem;
	display: none;
}

header.header ul.nav ul li {
	border-bottom: solid 1px rgba(96,96,96,0.95);
}

header.header ul.nav ul a {
	display: block;
	background: rgba(48,48,48,0.95);
	padding: 1rem 1.2rem;
	white-space: nowrap;
	font-size: 0.7rem;
	color: #FFF;
}

header.header ul.nav ul a:hover {
	background: rgba(32,32,32,0.95);
	color: #FFDE23;
}

article.contents {
	font-size: 0.7rem;
}

footer.footer {
	background: #2E2E2E;
	font-size: 0.6rem;
	color: #FFF;
}

footer.footer div {
	margin: 0 auto;
	padding: 3.5rem 1rem 3rem;
	max-width: 55rem;
}

footer.footer p.nav-document {
	float: right;
	margin-top: -0.2rem;
}

footer.footer p.nav-document a {
	display: inline-block;
	border: solid 1px;
	padding: 0.6em 2.5em;
	font-size: 116%;
}

footer.footer p.logo {
	float: left;
	width: 10.3rem;
}
	
footer.footer ul.nav {
	margin: 0.3rem 7.8rem 1.5rem 11.5rem;
}

footer.footer ul.nav li {
	display: inline-block;
	margin-right: 1rem;
}

footer.footer p.copyright {
	font-size: 10px;
	color: #CCC;
}

footer.footer p.nav-up {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 9;
	width: 3rem;
	opacity: 0.01;
}

.on-scroll footer.footer p.nav-up {
	opacity: 1;
	transition: 0.5s;
}

@media screen and (max-width:1250px) {

	header.header {
		height: 5.6rem;
	}
	
	header.header div {
		margin: 0 -12.5%;
		transform: scale(0.8);
		transform-origin: 50% 0;
	}
	
	footer.footer {
		font-size: 0.55rem;
	}

	footer.footer div {
		padding: 2rem 1rem;
	}

	footer.footer ul.nav li {
		margin-right: 0.5rem;
	}


}


@media screen and (max-width:1000px) {
	
	.o1000 {
		display: none;
	}

	.u1000 {
		display: inline-block;
	}

	li.u1000 {
		display: block;
	}
	
	header.header {
		height: 3rem;
	}

	header.header div {
		margin: 0;
		transform: none;
	}

	header.header .logo {
		padding: 0.8rem 1rem;
	}

	header.header .logo img {
		height: 1.4rem;
		width: auto;
	}

	header.header p.nav-menu {
		display: block;
		float: right;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url(../img/hd-bt-close.png);
		background-size: 60% auto;
		width: 3rem;
		height: 3rem;
		text-indent: 9999rem;
		cursor: pointer;
	}

	header.header p.nav-menu.close {
		background-image: url(../img/hd-bt-menu.png);
	}
	
	header.header ul.nav {
		clear: right;
		float: right;
		overflow: auto;
		margin-right: 0;
		background: #CCC;
		width: 13rem;
		text-align: center;
	}

	header.header ul.nav > li {
		float: none;
		width: auto !important;
	}

	header.header ul.nav > li > a {
		border-bottom: solid 1px rgba(96,96,96,0.95);
		background: rgba(48,48,48,0.95);
		padding: 0.8rem 1rem;
		height: auto;
		text-align: left;
		font-size: 0.7rem;
	}

	header.header ul.nav > li > a:hover {
		background: rgba(32,32,32,0.95);
	}
	
	header.header ul.nav > li > a.no-link,
	header.header ul.nav > li > a.no-link:hover {
		background: rgba(48,48,48,0.95);
	}

	header.header ul.nav ul {
		width: auto;
		text-align: left;
	}

	header.header ul.nav ul a {
		padding: 0.8rem 1rem 0.8rem 2rem !important;
	}
	
	header.header ul.nav li.u1000 a {
		padding-left: 1.8rem;
		font-size: 0.65rem;
	}



	footer.footer div {
		padding: 1.5rem 1rem 1rem;
	}
	
	footer.footer p.nav-document {
		display: none;
	}
	
	footer.footer p.logo {
		float: none;
		margin: 0 auto 1rem;
		text-align: center;
	}
	
	footer.footer ul.nav {
		display: none;
	}

	footer.footer p.copyright {
		text-align: center;
	}

	footer.footer p.nav-up {
		bottom: 2.5rem;
		right: 0.5rem;
		width: 2rem;
	}

}

@media screen and (max-width:800px) {
	
	.o800 {
		display: none;
	}

@media screen and (max-width:640px) {
	
	.u640 {
		display: inline-block;
	}
	
	p.u640, ul.u640, li.u640 {
		display: block;
	}

	.o640 {
		display: none;
	}

}

@media screen and (max-width:480px) {
	
	html {
		font-size: 18px;
	}

}
