.bg{
	background-image:url('../img/base/background.png');
	background-position:200px center;
	background-repeat:no-repeat;
	z-index:1;
	position:absolute;
	width:1900px;
	height:1386px;
	max-width:1900px;
}

.font-mincho{
	font-family:'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.wrap-980{
	z-index:2;
	position:absolute;
	width:1685px;
	left:200px;
}

.wrap-980 > section{
	right:0;
	left:0;
	margin-left:auto;
	margin-right:auto;
	margin-left:0;
}

.wrap-max{
	z-index:2;
}

.logo-wrap{
	margin-top:100px;
	margin-left:20px;
	height:100px;
}

.logo-wrap img{
}

.flex > div{
	display:flex;
}

.head-wrap{
	margin-top:20px;
	
}

.w-p-100{
	width:100%;
}

.nav-list-wrap .logo{
	background:#f5f5f5;
	text-align:center;
	padding:15px;
	
}

.nav-list-wrap .nav-list-group{
	margin-top:90px;
}

.nav-list-wrap .nav-list-group-item{
	cursor:pointer;
	margin-top:0;
	margin-bottom:0;
	padding-left:10px;
	font-size:24px;
	padding-bottom:5px;
	padding-top:5px;
	color:#FFF;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	font-family:Univers, Minion, Arial, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.nav-list-wrap .nav-list-group-item a{
	display:block;
}
.nav-list-group .nav-list-group-item:hover{
	background-color:#444;
	color:#B5B5B6;
}

.nav-list-wrap a,
.nav-list-wrap a:hover,
.nav-list-wrap a:link,
.nav-list-wrap a:visited,
.nav-list-wrap a:active{
	color:inherit;
	text-decoration:none;
}

.nav-list-contents-wrap{
	z-index:9999;
	position:fixed;
	padding-left:200px;
	/*background-color:rgba(0, 0, 0, 0.5);*/
	width:100%;
	max-width:1900px;
	height:100%;
	min-height:100%;
	display:none;
	font-family:Univers, Minion, Arial, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.nav-list-contents-wrap .nav-list-contents{
	position:relative;
}

.nav-list-contents-wrap .nav-list-content{
	position:absolute;
	width:100%;
}

.nav-list-contents-wrap a,
.nav-list-contents-wrap a:hover,
.nav-list-contents-wrap a:link,
.nav-list-contents-wrap a:visited,
.nav-list-contents-wrap a:active{
	color:#fff;
	text-decoration:none;
}

.nav-list-content{
	color:#fff;
	height:300px;
	background:rgba(0, 0, 0, 0.5);
	border-bottom:solid 1px rgba(51, 51, 51, .5);
	display:none;
}

.nav-list-content .nav-list-content-header{
	font-size:36px;
	line-height:72px;
	background-color:rgba(0, 0, 0, .5);
	padding-left:15px;
}

.nav-list-content .nav-list-content-body{
	padding-top:15px;
	padding-left:30px;
	font-size:32px;
}

.footer-wrap{
	background-color:darkgray;
	height:120px;
	width:1700px;
	margin-top:30px;
}

.footer-wrap .footer-logo-wrap{
	margin-top:15px;
}

.footer-wrap .footer-item-group{
	margin-top:10px;
}

.footer-wrap .footer-item-group-item{
	color:#333;
}
