@charset "UTF-8";

/* ----------初期化---------- */
@import "normalize.css";
*{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", Osaka, Verdana, sans-serif;
}

/* ---------- body ---------- */
html {
	-webkit-text-size-adjust: 100%;
}
body{
	line-height:1.6;
	color: #000;
	font-size: 14px;
	position: relative;
}

ul, ol, li {
	list-style: none;
}
h1, h2, h3, ul, ol, p, figure {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}

a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:active { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

/* ---------- clearfix ---------- */
#contents,
header,
.clearfix {
	zoom: 1;
}

#contents:after,
header:after,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear { clear: both; }
/* ---------- common ---------- */
/** margin, Padding **/
.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}

.mb0{margin-bottom:0 !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}

.pt0{padding-top:0 !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}

.pb0{padding-bottom:0 !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}

.pl0{padding-left:0 !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}

.pr0{padding-right:0 !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}

.center { margin: 0 auto; }

.fl{float:left;}
.fr{float:right; text-align:left;}

.al{text-align:left;}
.ar{text-align:right;}
.ac{text-align:center;}

.small{font-size: small;}

.sp {
	display: none;
}

#container {
	width: 100%;
	min-width: 1100px;
}
/* ---------- header ---------- */
header {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 17px;
	border-bottom: 1px solid #eee;
}
header .logo {
	width: 79px;
	height: 73px;
	float: left;
}
header #gnav {
	width: auto;
	float: right;
	margin-top: 16px;
}
header #gnav li {
	width: auto;
	float: left;
	margin-left: 50px;
	padding-top: 17px;
}
header #gnav li:last-child {
	padding-top: 0;
	margin-left: 40px;
}
header .navOpen,
header #gnav li span {
	display: none;
}

/* ---------- footer ---------- */
footer {
	width: 100%;
	min-width: 1100px;
	background: #313131;
	margin-top: 80px;
	padding: 22px 0 20px;
	text-align: center;
	color: #707070;
	font-size: 10px;
	line-height: 10px;
}
footer p {
	margin-top: 22px;
}
footer .copyright {
	margin-top: 16px;
}

/* ---------- contentsArea ---------- */

/* menu */
#menu {
	width: 1000px;
	margin: 80px auto 0;
	position: relative;
	overflow: hidden;
}
#menu ul {
	width: 1000px;
	height: 200px;
	overflow: hidden;
}
#menu ul li {
	width: 200px;
	float: left;
}
#menu ul li a {
	display: block;
	width: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}
#menu ul li a img {
	position: relative;
	z-index: 1;
}
#menu ul li a .rollover {
	display: none;
	width: 200px;
	height: 157px;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background: url(../img/nav_rollover_bg.png);
	text-align: center;
	padding-top: 43px;
	font-size: 16px;
}
#menu ul li a .rollover i {
	display: block;
	width: 68px;
	height: 68px;
	background: url(../img/nav_rollover.png) no-repeat 0 0;
	margin: 0 auto 18px;
}

h1 {
	width: 100%;
	height: 137px;
	text-align: center;
}

.entryBtn {
	height: 70px;
	margin-top: 80px;
	text-align: center;
}
.whiteBlock {
	width: 920px;
	background: #fff;
	padding: 50px 40px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.privacy {
	width: 600px;
	height: 400px;
	margin: 0 auto;
	border: 1px solid #626262;
	overflow-y: auto;
	padding: 20px;
}
.privacy h2 {
	font-size: 18px;
}
.privacy h3 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
}
.privacy ul,
.privacy p {
	margin-top: 10px;
	padding-left: 10px;
}

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

body {
	font-size: 24px;
	line-height: 32px;
}

.pc {
	display: none;
}
.sp {
	display: block;
}
br.sp {
	display: inline;
}
#container {
	width: 100%;
	min-width: 640px;
	overflow: hidden;
}
/* ---------- header ---------- */
header {
	width: 100%;
	height: 175px;
	padding: 25px 0 0;
	position: relative;
}
header .logo {
	width: 163px;
	height: 148px;
	float: none;
	margin: 0 auto;
}
header #gnav {
	display: block;
	width: 100%;
	float: none;
	margin-top: 0;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 100;
	background: #fff;
}
header #gnav li {
	width: 100%;
	float: none;
	margin-left: 0;
	padding-top: 0;
}
header #gnav li:last-child {
	margin-left: 0;
}
header #gnav li a {
	display: block;
	padding: 16px;
	font-size: 24px;
	text-decoration: none;
}
header #gnav li:last-child a {
	background: #000 url(../img/bg_gnv_arrow.png) no-repeat right center;
	color: #fff;
}
header #gnav li span {
	display: inline;
}
header #gnav li img {
	display: none;
}
header .navOpen {
	display: block;
	width: 24px;
	height: 20px;
	padding: 12px;
	position: absolute;
	right: 32px;
	top: 78px;
	z-index: 110;
}
/* ---------- footer ---------- */
footer {
	min-width: 640px;
	font-size: 20px;
	line-height: 20px;
	margin-top: 0;
}
/* ---------- contentsArea ---------- */

/* menu */
#menu {
	width: 100%;
}
#menu ul {
	width: 100%;
	height: auto;
}
#menu ul li {
	width: 100%;
	float: none;
	border-top: 1px solid #ccc;
}
#menu ul li a {
	display: block;
	width: 100%;
	height: auto;
	color: #000;
	padding: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#menu ul li a img {
	display: none;
}
#menu ul li a .rollover {
	display: block !important;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	padding-top: 0;
	background: none;
	text-align: left;
	font-size: 24px;
}
#menu ul li a .rollover i {
	display: none;
}

h1 {
	position: relative;
}
h1 img {
	position: absolute;
	left: 50%;
	margin-left: -500px;
}
.entryBtn a {
	display: block;
	width: 400px;
	height: 70px;
	margin: 0 auto;
}
.whiteBlock {
	width: auto;
	background: #fff;
	padding: 25px 20px;
	margin: 0 20px;
	overflow: hidden;
	position: relative;
}
.privacy {
	width: 558px;
}
.privacy h2 {
	font-size: 32px;
}
.privacy h3 {
	font-size: 28px;
}

}
