body{
	background-color: #000;
	color:#fff;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size:18px;
	line-height: 1.8em;
}

#wrapper{
	max-width:1000px;
	margin: auto;
	padding:0 10px;
}

footer{
	padding: 100px 0px;
	display: block;
}

footer .inner{
	max-width:400px;
	margin:0 auto;
}

footer .inner .footer-logo{
	background: url(../img/logo_spin.png) no-repeat center center/74px auto;
	height:34px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin:20px auto;
}

footer .inner address{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-family: 'Noto Sans JP';
	font-style: normal;
}

h1{
	background: url(../img/lead_txt.png) no-repeat center center/100% auto;
	height:172px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin:30px auto 40px 0;
}

h2{
	font-size:22px;
	letter-spacing: 1px;
}

h2 .sub{
	font-weight: normal;
	font-size:13px;
	margin-left:5px;
	display: inline-block;
}

section{
	margin-bottom:90px;
}

.imgL img{
	width: 100%;
	line-height: 0;
}


section .scene{
	display: flex;
	justify-content: space-between;
	
}


section .scene .box{
	width:31%;
	color:#bebead;
	font-size: 14px;
	line-height: 1.8em
}

section .scene .box img{
	width: 100%;
}

section .scene .box .body{
	position: relative;
}

section .scene .box .body .att{
	position: absolute;
	bottom:0;
	font-size:12px;
	line-height: 1.4em;
	margin-top:20px;
}

section#main{
	position: relative;
}

section#main #logo{
	display: block;
	position: absolute;
	width: 1000px;
	top:0;
}

section#main #logo img{
	width: 1000px;
}

section#main .att{
	text-align: center;
	color:#cccc99;
	font-size:12px;
}

section#system h2{
	font-size:18px;
}

section#system .spec{
	margin-bottom:60px;
}

section#system table{
	width: 100%;
	font-size:14px;
	border-collapse:collapse;
	margin:20px 0 10px 0;
}

section#system table caption{
	text-align: left;
	border-bottom:2px solid #b5b6b6;
	font-weight: bold;
	font-size:16px
}

section#system table caption .sub{
	font-weight: normal;
	font-size:13px;
	margin-left:10px;
}

section#system table tr{
	border-bottom:1px solid #b5b6b6;
}

section#system table th{
	text-align: left;
	font-weight: normal;
	color:#b5b6b6;
}

section#system table td{
	text-align: right;
}

section#system .att{
	text-align: right;
	font-size:13px;
	line-height: 1.4em;
}

section#system > .att{
	text-align: left;
	padding: 10px;
}

section#system .detail{
	display: flex;
	justify-content: space-between;
	margin-top:60px;
}


section#system .detail .box ul{
	margin-left:0;
	padding-left:20px;
}

section#system .detail .box01{
	width:48%;
	padding:10px;
}

section#system .detail .box02{
	width:46%;
	padding:10px;
}

section#system .detail .box02 .border-box{
	padding:10px 25px;
	border:1px solid #b5b6b6;
	box-sizing: border-box;
	margin-bottom:10px;
}

section#system .detail .box .att{
	text-align: left;
}