@charset "UTF-8";


nav {
	display:flex;
	justify-content: space-between;
	align-items:center;
	padding-top: 5px;
	box-sizing: border-box;
	margin-right:auto;
	margin-left:auto;
	max-width: auto;
}

.lgimg{
	height:180px;
	width:120px
}

ul {
	margin:0;
	padding:0;
	text-align: left;
}

li {
	list-style: none;
}

a {
	display: block;
	text-decoration: none;
	color: #fffff0;
	font-size: auto;
	margin-right: 30px;
}

a:hover{
	opacity:0.7;
}

.corp{
	color:#fffff0;
	font-size:auto;
	font-weight: bold;
}

body{
	background-color:#222222
}

.mask{
	background-color: #222222;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0;
	padding-right:0;
	border-top:outset;
	border-bottom:inset;
}

div{
	padding:20px;
	background-color:#222222;
}

.dx{
	display:flow;
	justify-content: space-between;
	align-items:center;
	background-color: #111111;
	border-radius:10px;
	margin:10px;
}

.pn{
	display:flow;
	justify-content: space-between;
	align-items:center;
	background-color: #111111;
	border-radius:10px;
	margin:10px;
}

.future{
	display:flow;
	justify-content: space-between;
	align-items:center;
	background-color: #111111;
	border-radius:10px;
	margin:10px;
}

h2{
	color:#fffff0;
	width:100%;
}

.signage{
	max-width: 100%;
	max-height: auto;
}

.pnavi{
	max-width: 100%;
	max-height: auto;
}

.futureimg{
	max-width: 100%;
	max-height: auto;
}

.company{
	color:#fffff0;
}
.info{
	color:#fffff0;
}
p{
	color:#fffff0;	
	width:100%;
}

footer{
	text-align: right;
	margin-top:80px;
	margin-right:40px;
	color:#fffff0;
}

/*PC版設定*/
@media(min-width:600px){
	.mask{
		background-color: #222222;
		padding-top:2px;
		padding-bottom:2px;
		padding-left:0;
		padding-right:0;
	}
	
	.dx{
		display:flex;
		background-color: #111111;
		border-radius:10px;
		margin:10px;
	}
	.pn{
		display:flex;
		background-color: #111111;
		border-radius:10px;
		margin:10px;
	}
	.future{
		display:flex;
		background-color: #111111;
		border-radius:10px;
		margin:10px;
	}
	nav{
		max-width: 100%;
		max-height: auto;
	}
	
	.menu{
		display:flex;
	}
	
	.dx>ul{
		justify-content: space-between;
	}
	
	.signage{
		max-width: 47vw;
		max-height: auto;
	}
	.pnavi{
		max-width: 47vw;
		max-height: auto;
	}
	.futureimg{
		max-width: 47vw;
		max-height: auto;
	}
	.pn> ul> li> h2 ,p{
		margin-right:20px;
		margin-left:20px;
		max-width: 50vw;
	}
	.dx> ul> li> h2 ,p{
		margin-right:20px;
		margin-left:20px;
		max-width: 50vw;
	}
	.future> ul> li> h2 ,p{
		margin-right:20px;
		margin-left:20px;
		max-width: 50vw;
	}
	
}


