@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

* {
	margin:0;
	padding:0;
}

html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-webkit-overflow-scrolling:touch;
}
html, button, input, select, textarea {
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: 1px;
}
html, body {
	width:100%;
	min-height:100vh;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:1.7;
}
body {
	background:rgba(255,255,255,1.0);
}

.cboxIframe {
    background: rgba(0,0,0,0);
}

ul, li {
	list-style:none;
}

a {
	text-decoration:none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
a:hover {
	opacity:.5;
}

.cs a,
a.cs {
	cursor:default !important;
	opacity:0.5 !important;
}


img {
	max-width:100%;
}

.loading {
	/*display:none !important;*/
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:#fff;
	overflow: hidden;
	z-index: 1000000;
}


/* loading animation */

.loading p {
  position: absolute;
  top: 50%;
  left: 50%;
	display:block;
	width:140px;
	height:32px;
	margin:-16px 0 0 -70px;
  animation: fluffy 3s ease infinite;
}

.loading p img {
	display:block;
	width:100%;
}

@keyframes fluffy {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}



#wrapper {

}

.sphd {
	position:fixed;
	top:-42px;
	left:0;
	display:none;
	width:100%;
	height:42px;
	background:rgba(255,255,255,.75);
	z-index:99995;
}
.sphd.show {
	top:0;
}

.hamburger {
	position:fixed;
	top:0px;
	right:0px;
	display:none;
	width:42px;
	height:42px;
	padding:0;
	box-sizing:border-box;
	cursor:pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index:100000;
}

.hamburger:before {
	content:"";
	position:absolute;
	top:13px;
	left:10px;
	display:block;
	width:20px;
	height:2px;
	background:#000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.hamburger:after {
	content:"";
	position:absolute;
	bottom:13px;
	left:10px;
	display:block;
	width:20px;
	height:2px;
	background:#000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.hamburger.close:before {
	top:20px;
	background:#fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.hamburger.close:after {
	bottom:20px;
	background:#fff;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}


.navigation{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	display: none;
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding: 30px;
	box-sizing: border-box;
  background-color:rgba(0,0,0,.9);
  z-index: 99998;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.navigation .navigation_inner{
  display: table;
  width:calc(100% - 40px);
  height:calc(100% - 40px);
	margin:auto;
}
.navigation .navigation_inner .navigation_menu{
  display: table-cell;
  vertical-align: top;
}
.navigation .navigation_inner .navigation_menu a {
	color:#fff;
	font-size:13px;
}

.navigation .navigation_inner .navigation_menu img {
	width:16px;
	height:16px;
	margin-right:10px;
	vertical-align:middle;
}

.navigation .navigation_inner .navigation_menu ul {
	margin:2em 0;
}

.navigation .navigation_inner .navigation_menu ul li {
	line-height:48px;
	border-bottom:1px dotted rgba(255,255,255,.8);
}
.navigation .navigation_inner .navigation_menu ul li.cs {
	opacity:0.5;
}

.navigation .navigation_inner .navigation_menu ul li span {
	display:none;
}

.navigation .navigation_inner .navigation_menu ul:nth-of-type(2) li:nth-of-type(1) {
	display:none;
}
.navigation .navigation_inner .navigation_menu ul:nth-of-type(3) {
	padding-bottom:60px;
}

@media (max-width: 1000px) {
	.sphd,
	.hamburger {
		display:block;
	}
}


.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

header {

}

header .belt1 {
	width:100%;
	height:42px;
	border-top: 1px solid #C63E42;
	background: #fff;
}
header .belt1 ul {
	width:90%;
	max-width:1136px;
	/*height:24px;*/
	margin:0 auto;
	padding:7px 0 0;
}

header .belt1 ul img {
	display:inline-block;
	height:24px;
}

header .belt1 li {
	float:left;
	line-height:24px;
}

header .belt1 li span {
	float: right;
	display: block;
	padding: 0.3em 3em 0 0;
	color: #a3a3a3;
	font-size: 13px;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

header .belt1 li a {
	padding:0 3em 0 0;
	font-size:14px;
	line-height:24px;
	color:#000;
}
header .belt1 li:nth-of-type(1) a {
	padding: 0 1em 0 0;
}

header .belt1 li.cn,
header .belt1 li.jp {
	float:right;
}
header .belt1 li.cn a,
header .belt1 li.jp a {
	padding:0;
}
header .belt1 li.cn img,
header .belt1 li.jp img,
footer .sub li img {
	height:18px;
	margin-right:0.5em;
	vertical-align:middle;
}


header .nav {
	height:42px;
	background:url(../img/common/bg_belt1.jpg) center top repeat-y;
	background-size: 100% auto;
	text-align:center;
	overflow:hidden;
}

header .nav ul {
	width:90%;
	max-width:1136px;
	height:42px;
	margin:0 auto;
	text-align: left;
}

header .nav li {
	display:inline-block;
	height:42px;
}
header .nav li:nth-of-type(1) {
	width: 235px;
}
header .nav li:nth-of-type(1) img {
	width: 90px;
}
header .nav li:nth-of-type(1) span {
	display: inline-block;
	padding: 0 2em 0 0.5em;
	color: #fff;
}


header .nav a {
	position:relative;
	display:block;
	height:42px;
	padding:8px;
	box-sizing:border-box;
}

header .nav p {
	display:block;
	font-size:14px;
	font-weight:700;
	color:#fff;
	text-align:center;
}

header .nav span {
	display:none;
	margin-top:5px;
	font-family: 'Roboto', sans-serif;
	font-size:10px;
	font-weight:400;
	color:#2B3779;
	text-align:center;
}
header .nav a div {
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	height:3px;
	background:#0056A8;
}

@media (max-width: 1000px) {
	header .belt1 li {
		display:none;
	}
	header .belt1 li:nth-of-type(1) {
		position:fixed;
		display:block;
		z-index:99996;
	}
	header .nav {
		display:none;
	}
}



header .belt2 {
	width:100%;
	height:48px;
	background:#242424;
}

header .belt2 ul {
	width:90%;
	max-width:1136px;
	margin:0 auto;
	text-align:right;
}

header .belt2 li {
 display:inline-block;
 margin-left:2.5em;
 color:#fff;
 font-size:15px;
}

header .belt2 li a {
	color:#fff;
	line-height:48px;
}

@media (max-width: 600px) {
	header .belt2 li {
		margin-left:1.5em;
		font-size:2.5vw;
	}
}


.breadcrumbs {
	margin:0 0 20px;
}

.breadcrumbs ul {
	width:90%;
	max-width:1136px;
	margin:0 auto;
}

.breadcrumbs li {
	display:inline-block;
	margin-right:0.5em;
	font-size:12px;
	font-weight:700;
	color:#A0A0A0;
}
.breadcrumbs li a {
	color:#A0A0A0;
}


article .inner {
	width:90%;
	max-width:1136px;
	margin:0 auto;
	overflow-x:hidden;
}


footer {
	padding:40px 0;
	background:#242424;
}

footer .inner {
	position:relative;
	display:flex;
	flex-wrap: wrap;
	width:90%;
	max-width:1136px;
	margin:0 auto;
}

footer h2 {
	width:100%;
	margin:0 0 1em;
	color:#fff;
	font-size:16px;
}

footer ul {
	margin-right:3em;
	margin-bottom:0.5em;
}

footer li a {
	font-size:12px;
	color:#fff;
}

footer .belt {
	width:100%;
	height:17px;
	margin:20px 0;
	background:url(../img/common/bg_belt2.jpg) center top no-repeat;
	background-size:100%;
}

footer ul.sub {
	width:100%;
}
footer ul.sub li {
	float:left;
	margin-right:3em;
}

footer .copyright {
	margin-top:1.5em;
	font-size:12px;
	color:rgba(255,255,255,.58);
}

footer .logo {
	position:absolute;
	bottom:0;
	right:0;
	width:160px;
}

footer .logo img {
	width:100%;
}

@media (max-width: 640px) {
	footer .logo {
		position:relative;
		width:100%;
		margin:20px 0 0;
		text-align:right;
	}
	
	footer .logo img {
		width:220px;
	}

}

