body{
	background-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{
	background-color: #000;
	color:#fff;
	padding: 100px;
	display: block;
}

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

footer .inner .footer-logo{
	background: url(../img/logo_txd_bgk.png) no-repeat center center/268px auto;
	height:125px;
	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/xres_cap.png) no-repeat center center/100% auto;
	height:200px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin:40px auto;
}

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;
}

img.large{
	width:100%
}

#feature img{
	width: 100%;
}

.lead-box{
	display: flex;
	flex-wrap: wrap;
}

.lead-box .logo{
	width:35%;
	padding:10px 30px 0 40px;
	box-sizing: border-box;
}

.lead-box .logo img{
	width: 100%;
}

.lead-box .desc{
	color:#7f7f74;
	width:65%;
	box-sizing: border-box;
	padding:0 20px 0 10px;
	font-weight: bold;
} 

.lead-box .desc p:first-child{
	margin-top:0;
}


#about h2{
	position: relative;
}

#about span.ver{
	position: absolute;
	top:20px;
	left:0;
	font-size:14px;
	font-weight: normal;
}

#about .desc{
	font-weight: bold;
	color:#231a18;
	padding:20px 0;
}

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

section .scene .box h3{
	background: url(../img/line_pp.png) no-repeat left top/100% auto;
	padding:20px 0 0 0;
	height:50px;
	font-size:18px;
}

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

section .scene .box .body{
	position: relative;
	height:200px;
}

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


section#system{
	color:#898989;
	
}

section#system h2{
	border-bottom:2px solid #898989;
	padding-bottom:2px;
	font-size:16px;
}

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

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

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

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

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

section#system table td{
	color:#211815;
	text-align: right;
	font-weight: bold;
}

section#system .att{
	text-align: right;
	color:#211815;
	font-size:13px;
}

section#system .desc{
	color:#211815;
	font-weight: bold;
	padding:20px 50px;
	text-indent:-1em;
	padding-left:2em;
}

