@charset "utf-8";
/* CSS Document */

body {
	background: #333;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 18px; /* 16px→18pxに変更 */
	line-height: 1.8;
	color: #fff;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-width: 1024px;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

h1 {
	font-size: 30px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 30px;
}

h2 {
	background: #666;
	font-size: 26px;
	color: #fff;
	padding: 15px;
	margin: 60px 0 30px;
	clear: both;
}

h3 {
	border-bottom: 1px dotted #e2d9d3;
	font-size: 24px;
	padding-bottom: 10px;
	margin: 60px 0 30px;
	clear: both;
}

h4 {
	font-size: 18px;
	margin: 30px 0;
	clear: both;
}

p {
	margin-bottom: 30px;
}

table {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #111;
}

table tr th {
	background: #444;
	border-top: 1px solid #111;
	padding: 15px;
	text-align: left;
	vertical-align: top;
}

table tr td {
	background: #444;
	border-top: 1px solid #111;
	padding: 15px;
	vertical-align: top;
}

table tr td *:last-child {
	margin-bottom: 0;
}

ul {
	margin: 0 0 30px 20px;
}

ul li {
	padding-left: 28px;
	position: relative;
	overflow: auto;
}

ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #999;
	position: absolute;
	left: 8px;
	top: 9px;
}

ol {
	margin: 0 0 30px 48px;
}

ol li {
	padding-left: 0;
	position: static;
	overflow: visible;
}

ul li + li, 
ol li + li {
	margin-top: 10px;
}

li ul {
	margin: 10px 0 0;
}

li ol {
	margin: 10px 0 0 28px;
}

iframe {
	border: none;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #555;
	margin: 50px 0;
	clear: both;
}

a {
	color: #89f7fe;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	backface-visibility: hidden;
}

a:hover img {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	body {
		min-width: 768px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	body {
		/* min-width: 100%; */
		min-width: 320px;
	}

	h1 {
		margin-bottom: 20px;
	}

	ul {
		margin: 0 0 30px 10px;
	}

	ol {
		margin: 0 0 30px 38px;
	}

}



/* --------------------------------------------------------------
WRAP
-------------------------------------------------------------- */
#wrap {
	position: relative;
}

#aaaa {
	position: relative\9; /* IE9 */

	border-radius: 5px;

	box-shadow: 1px 1px 3px #000;

	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);

	background: url("") no-repeat top left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;

	text-indent: 0;
	white-space: normal;
	overflow: visible;

	box-sizing: border-box;

	display: inline-block;
	letter-spacing: -.4em;
	letter-spacing: normal;
}

#aaaa::before {
	content: '';
	border-bottom: 2px solid #000;
	position: absolute;
	bottom: -2px;
	width: 200px;
}



/* --------------------------------------------------------------
HEADER,FOOTER
-------------------------------------------------------------- */
header ul, 
footer ul {
	margin: 0;
}

header ul li, 
footer ul li {
	padding-left: 0;
	position: static;
	overflow: visible;
}

header ul li::before, 
footer ul li::before {
	content: none;
}

header ul li + li, 
footer ul li + li {
	margin-top: 0;
}

header h1, 
header p, 
footer p {
	margin-bottom: 0;
}

#header {
	background: #fff;
	position: relative;
}

#headerArea {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 12px;
	position: relative;
}

#headerArea h1, 
#headerArea p.logo {
	border-right: 4px dotted #e2d9d3;
	border-left: 4px dotted #e2d9d3;
	width: 280px;
	padding: 0 51px;
	line-height: 1;
	position: absolute;
	top: 28px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#headerArea h1 img, 
#headerArea p.logo img {
	width: 170px;
	height: auto;
}

#headerArea p#btnMenu {
	display: none;
}

#glNav ul {
	margin-left: -30px;
}

#glNav ul li {
	width: 250px;
	float: left;
	margin-left: 30px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

#glNav ul li:nth-child(2) {
	margin-left: 500px;
}

#glNav ul li:nth-child(n+5) {
	display: none;
}

#glNav ul li a {
	color: #210400;
	text-decoration: none;
	border-radius: 6px;
	padding: 56px 5px 2px;
	height: 80px;
	display: block;
}

#glNav ul li a:hover, 
#glNav ul li.current a {
	background: #f7931e;
	color: #fff;
}

#glNav ul li:first-child a {
	background: url("../img/iconHome.png") no-repeat center top 10px;
	background-size: 40px 40px;
}

#glNav ul li:first-child a:hover, 
#glNav ul li.current:first-child a {
	background: url("../img/iconHomeOn.png") #f7931e no-repeat center top 10px;
	background-size: 40px 40px;
}

#glNav ul li:nth-child(2) a {
	background: url("../img/iconMembers.png") no-repeat center top 10px;
	background-size: 40px 40px;
}

#glNav ul li:nth-child(2) a:hover, 
#glNav ul li.current:nth-child(2) a {
	background: url("../img/iconMembersOn.png") #f7931e no-repeat center top 10px;
	background-size: 40px 40px;
}

#glNav ul li:nth-child(3) a {
	background: url("../img/iconInfo.png") no-repeat center top 10px;
	background-size: 40px 40px;
}

#glNav ul li:nth-child(3) a:hover, 
#glNav ul li.current:nth-child(3) a {
	background: url("../img/iconInfoOn.png") #f7931e no-repeat center top 10px;
	background-size: 40px 40px;
}

#glNav ul li:nth-child(4) a {
	background: url("../img/iconContact.png") no-repeat center top 10px;
	background-size: 40px 40px;
}

#glNav ul li:nth-child(4) a:hover, 
#glNav ul li.current:nth-child(4) a {
	background: url("../img/iconContactOn.png") #f7931e no-repeat center top 10px;
	background-size: 40px 40px;
}

#glNav ul li a .noTxtPc {
	display: none;
}

p#btnMl {
	position: absolute;
	top: 0;
	right: 80px;
}

p#btnMl a img {
	border-radius: 0 0 8px 8px;
}

#bgFooter {
	xbackground: url("../img/bgFooterTopPc.png") repeat-x center top, url("../img/bgFooterBottom.png") repeat-x center bottom;
	background: url("../img/bgFooterTopPc.png") no-repeat center/cover;
	padding: 0;
}

#footerArea {
	width: 1024px;
	margin: 0 auto;
	padding: 50px 12px 20px;
}

#footerArea #footAdd {
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
    background-color: rgba(0, 0, 0, 0.562);	
}

#footerArea #footAdd p.name {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

#footerArea #footNav ul {
	text-align: center;
	font-size: 0;
}

#footerArea #footNav ul li {
	border-left: 1px solid #bcb3b2;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 14px;
	display: inline-block;
}

#footerArea #footNav ul li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#copy {
	background: #111;
}

#copy p {
	width: 1024px;
	margin: 0 auto;
	padding: 10px 12px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#pageTop p {
	position: fixed;
	right: 10px;
	bottom: 84px;
	margin-bottom: 0;
}

#pageTop p a img {
	border-radius: 100%;
	width: 80px;
	height: auto;
	background:#fff; 
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	#header {
		position: static;
	}

	#header.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 97;
		box-shadow: -1px 6px 10px rgba(0,0,0,0.2);
	}

	#headerArea {
		position: static;
	}

	#headerArea h1, 
	#headerArea p.logo {
		border: none;
		width: 106px;
		padding: 0;
		top: 5px;
	}

	#headerArea h1 img, 
	#headerArea p.logo img {
		width: 106px;
	}

	#headerArea p#btnMenu {
		display: inherit;
		float: right;
		width: 40px;
		cursor: pointer;
	}

	#headerArea p#btnMenu img {
		width: 100%;
		height: auto;
		border-radius: 100%;
	}

/* slideMenu */
	#glNavArea {
		background: #fff;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		z-index: 99;
		top: 0;
		left: -240px;
		width: 240px;
		height: 100%;
		margin: 0;
		padding: 0;
		display: none;
	}

	#glNavArea.openMenu {
		display: block;
	}

	#glNav ul {
		margin-left: 0;
	}

	#glNav ul li {
		width: auto;
		float: none;
		margin-left: 0;
		text-align: left;
		border-bottom: 4px dotted #e2d9d3;
	}

	#glNav ul li:nth-child(2) {
		margin-left: 0;
	}

	#glNav ul li:nth-child(n+5) {
		display: inherit;
	}

	#glNav ul li a {
		border-radius: 0;
		padding: 20px 10px 20px 50px;
		height: auto;
	}

	#glNav ul li a:hover, 
	#glNav ul li.current a {
		background: #f7931e;
		color: #fff;
	}

	#glNav ul li:first-child a {
		background: url("../img/iconHome.png") no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:first-child a:hover, 
	#glNav ul li.current:first-child a {
		background: url("../img/iconHomeOn.png") #f7931e no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:nth-child(2) a {
		background: url("../img/iconMembers.png") no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:nth-child(2) a:hover, 
	#glNav ul li.current:nth-child(2) a {
		background: url("../img/iconMembersOn.png") #f7931e no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:nth-child(3) a {
		background: url("../img/iconInfo.png") no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:nth-child(3) a:hover, 
	#glNav ul li.current:nth-child(3) a {
		background: url("../img/iconInfoOn.png") #f7931e no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:nth-child(4) a {
		background: url("../img/iconContact.png") no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:nth-child(4) a:hover, 
	#glNav ul li.current:nth-child(4) a {
		background: url("../img/iconContactOn.png") #f7931e no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:nth-child(5) a {
		background: url("../img/iconPrivacy.png") no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:nth-child(5) a:hover, 
	#glNav ul li.current:nth-child(5) a {
		background: url("../img/iconPrivacyOn.png") #f7931e no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:nth-child(6) a {
		background: url("../img/iconSitemap.png") no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:nth-child(6) a:hover, 
	#glNav ul li.current:nth-child(6) a {
		background: url("../img/iconSitemapOn.png") #f7931e no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:nth-child(7) a {
		background: url("../img/iconEn.png") no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav ul li:nth-child(7) a:hover, 
	#glNav ul li.current:nth-child(7) a {
		background: url("../img/iconEnOn.png") #f7931e no-repeat left 10px center;
		background-size: 30px 30px;
	}

	#glNav #layer {
		display: none;
		position: fixed;
		z-index: 98;
		top: 0;
		left: 0;
		width: 100%;
		height: 150%;
		background: #222;
		opacity: 0.4;
		filter: Alpha("opacity=40");
		cursor: pointer;
	}
/* slideMenu */

	#glNav ul li a .noTxtPc {
		display: inline;
	}

	p#btnMl {
		display: none;
	}

	#bgFooter {
		xbackground: url("../img/bgFooterTopTbsp.jpg") repeat-x center top, url("../img/bgFooterBottom.png") repeat-x center bottom;
		background: url("../img/bgFooterTopPc.png") no-repeat center/cover;
	}

	#footerArea #footAdd {
		margin-bottom: 0;
	}

	#footerArea #footAdd p.name {
		font-size: 22px;
	}

	#footerArea #footNav {
		display: none;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	#header.fixed {
		min-width: 768px;
	}

	#headerArea {
		width: 768px;
		padding: 5px 4px;
	}

	#bgFooter {
		xbackground-size: 768px 384px, 980px 80px;
		xpadding: 384px 0 80px;
	}

	#footerArea {
		width: 768px;
		padding: 50px 4px 40px;
	}

	#copy p {
		width: 768px;
		padding: 10px 4px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#headerArea {
		width: auto;
		max-width: 520px;
		padding: 5px 10px;
	}

	#bgFooter {
		xbackground-size: 480px 240px, 808px 66px;
		xpadding: 240px 0 66px;
	}

	#footerArea {
		width: auto;
		max-width: 520px;
		padding: 50px 10px 40px;
	}

	#copy p {
		width: auto;
		max-width: 520px;
		padding: 10px;
	}

}


/* --------------------------------------------------------------
CONTENT
-------------------------------------------------------------- */


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	.anc {
		padding-top: 50px;
		margin-top: -50px;
	}

	.anc::before, 
	.anc::after {
		content: "";
		display: table;
	}

	.anc::after {
		clear:both;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {
}
