@charset "UTF-8";

/* reset */
html,body,h1,h2,h3,h4,h5,h6,p,div,fieldset,img,a,ul,ol,li,nav,header,footer,section,strong,em,address{
	padding:0;
	margin:0;
	border:0;
	outline:none;
	text-decoration:none;
	font-weight:normal;
	font-style: normal;
	font-size: 100%;
}

dl,dd{
	margin:0;
	padding:0;
	-webkit-margin-start:0;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}

img{
	max-width:100%;
}

li{
	list-style:none;
}

html{
	position:relative;
	min-height:100%;
}

body{
	font-size:15px;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', 'Microsoft JhengHei', 'Microsoft YaHei', 'SimSun', sans-serif;
	-webkit-text-size-adjust:100%;
	color:#1d1d1d;
	background-color:#fff;
	line-height:1.7;
}
input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}

/*------------------------------------
  all
------------------------------------*/
p {
	margin: 0 0 1em;
}

a {
	color: #1d1d1d;
}

.pc a:hover:not([class^="js"]) {
	opacity: 0.6;
}

/*--- gnav ---*/
.gnav li {
	vertical-align: middle;
	background: #fff;
	position: relative;
}
.gnav li.special {
	background: #1d1d1d;
}
.gnav  li a {
	padding: 5%;
	border: solid 1px #1d1d1d;
	display: block;
	position: relative;
	z-index: 2;
}
.gnav li span.none {
	padding: 5%;
	border: solid 1px #1d1d1d;
	background: #f1f1f1;
	display: block;
}
.gnav li .ja {
	margin: 4px 0 0;
	float: right;
}
span.none {
	position: relative;
}
span.none .cs {
	margin: 0 auto;
	max-width: 209px;
	position: absolute;
	top: 32%;
	left: 0;
	right: 0;
}
span.bgAni {
	width: 100%;
	height: 0%;
	background: #1d1d1d;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
li.special span.bgAni {
	background: #fff100;
}
span.corner {
	font-size: 0;
	line-height: 1;
	position: absolute;
	right: -1px;
	bottom: -1px;
}
span.corner img {
	width: 22px;
	height: 22px;
}


/*------------------------------------
  header
------------------------------------*/
header{
	padding: 5px 0 8px 30px;
	height: 66px;
	font-size: 0;
	line-height: 1;
	background: #fff;
	border-bottom: solid 1px #1d1d1d;
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.3);
	-o-box-shadow: 0 3px 8px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 3px 8px rgba(0,0,0,0.3);
	box-shadow: 0 3px 8px rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	vertical-align: middle;
}
header #sns {
	position: absolute;
	top: 10px;
	right: 100px;
}
header #sns p {
	margin: 0 0 10px;
	font-size: 0;
	line-height: 1;
	text-align: center;
}
header #sns ul li {
	margin: 0 5px;
	display: inline-block;
}
header #gnavArea {
	position: absolute;
	top: 0;
	right: 0;
}
#gnav {
	width: 480px;
	height: 0;
	position: absolute;
	top: 80px;
	right: 0;
	overflow: hidden;
}
#gnav ul li {
	margin: -1px 0 0;
}

#gnavCon {
	width: 480px;
	height: 0;
	position: absolute;
	top: 80px;
	right: 0;
	overflow: hidden;
}
#gnavCon ul li {
	margin: -1px 0 0;
}

/*------------------------------------
  contents
------------------------------------*/
#contents {
	margin: 80px auto 0;
	padding: 6% 0;
	max-width: 940px;
}
#contents h1 {
	margin: 0 0 4%;
	padding: 0 1.4%;
	line-height: 1.4;
	background: linear-gradient(to bottom, #fff 70%, #d2d2d2 70%);
}
#contents h1 img {
	height: 40px;
}

#contents h2 {
	margin: 0 0 2%;
	padding: 0 1.4%;
	line-height: 2;
	border-bottom: solid 1px #1d1d1d;
}
#contents h2 img {
	height: 21px;
}
 
/*------------------------------------
  footer
------------------------------------*/
footer {
	margin: 0 0 50px;
	text-align: center;
	font-size: 12px;
	color: #929292;
}

@media only screen and (max-width:768px){
body{
	font-size:12px;
}

/*------------------------------------
  all
------------------------------------*/
p {
	margin: 0 2% 1em;
}
/*--- gnav ---*/
.gnav li {
	margin: -1px 0 0;
	vertical-align: middle;
	position: relative;
}
.gnav li a {
	padding: 5%;
}
.gnav li span.none {
	padding: 5%;
}
.gnav li .en {
	height: 15px;
}
.gnav li .ja {
	margin: 4px 0 0;
	height: 10px;
}
.gnav li span.none .cs {
	width: 50%;
}

/*------------------------------------
  header
------------------------------------*/
header {
	padding: 2px 0 4px 5%;
	height: 33px;
	font-size: 0;
	line-height: 1;
	background: #fff;
	border-bottom: solid 1px #1d1d1d;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	vertical-align: middle;
}
header h1 {
	width: 95px;
}
header #sns {
	position: absolute;
	top: 4px;
	right: 44px;
}
header #sns p {
	margin: 0 auto 4px;
	width: 26px;
	text-align: center;
}
header #sns ul li {
	margin: 0 4px;
	display: inline-block;
}
header #gnavMenu {
	width: 39px;
	display: block;
}
#gnav {
	width: 320px;
	top: 40px;
}
#gnavCon {
	width: 320px;
	top: 40px;
}

/*------------------------------------
  contents
------------------------------------*/
#contents {
	margin: 40px auto 0;
	padding: 7% 0;
}
#contents h1 {
	padding: 0 2%;
}
#contents h1 img {
	height: 24px;
}

#contents h2 {
	margin: 0 0 4%;
	padding: 0 2%;
}
#contents h2 img {
	height: 18px;
}

/*------------------------------------
  footer
------------------------------------*/
footer {
	margin: 0 5% 5%;
	font-size: 10px;
}
}

@media only screen and (max-width:414px){
/*------------------------------------
  contents
------------------------------------*/
#contents {
	padding: 10% 0;
}
#contents h1 {
	margin: 0 0 5%;
}
}